Andy-Seattle
cfd70dcf4e
E.164 Inbound caller ID fix ( #5138 )
...
When an inbound call has E.164 caller ID format (eg Skyetel), the + is being stripped from the caller_id_number variable before storing in the v_xml_cdr database table. If we then try and block this CDR in the Call Block application it adds the number BUT without the + so it never matches future calls.
This proposed change ensures that the + is not stripped for INBOUND calls when written to v_xml_cdr and therefore when blocking the CDR it works correctly (i.e. it includes the + which then matches the call next time and blocks it).
2020-01-31 15:37:46 -07:00
FusionPBX
492e88592f
Update xml_cdr.php
2020-01-28 18:43:04 -07:00
FusionPBX
70e3865d42
Update xml_cdr_export.php
2020-01-28 17:28:01 -07:00
FusionPBX
1076c99d63
Update xml_cdr_inc.php
2020-01-28 17:27:23 -07:00
Nate
3ca46887d9
CDR: Only allow user to select assigned extensions when xml_cdr_search_extensions permission is assigned but xml_cdr_domain permission not assigned.
2020-01-23 07:05:01 -07:00
Nate
983ec065b1
CDR: Add window titles.
2020-01-06 10:56:27 -07:00
chansizzle
3f1b5c0d9c
Update xml_cdr_details.php ( #4992 )
2019-12-28 13:37:22 -07:00
chansizzle
499f6474a5
Update xml_cdr_details.php ( #4944 )
...
Escaping wordwrap to fix double escaping characters
2019-12-28 12:30:38 -07:00
FusionPBX
ad65f556cd
Update xml_cdr_statistics_csv.php
2019-12-24 14:36:31 -07:00
FusionPBX
cae9b1708c
Update xml_cdr_statistics_inc.php
2019-12-24 14:34:26 -07:00
FusionPBX
1ae94fd51e
Update xml_cdr_statistics.php
2019-12-24 14:33:04 -07:00
FusionPBX
8508daf888
Update app_config.php
2019-12-24 14:31:04 -07:00
FusionPBX
bd593532ad
Update xml_cdr.php
2019-12-24 14:29:17 -07:00
FusionPBX
3ef8a0ae12
Update v_xml_cdr_import.php
2019-12-23 11:23:53 -07:00
FusionPBX
2185780bef
Update xml_cdr.php
2019-12-23 11:20:43 -07:00
FusionPBX
71479d69fc
Update v_xml_cdr_import.php
2019-12-23 11:17:34 -07:00
Nate
07d6fe37a1
Functions: th_order_by mods. App Languages: Misc mods.
2019-12-12 16:35:39 -07:00
Nate
aa593c03fc
List Views: Minor adjustments to code.
2019-11-30 14:18:00 -07:00
Nate
bfb17507f1
List Views: Simplify action handling.
2019-11-30 11:12:41 -07:00
Nate
2a0a1d1e12
Email Logs, CDR: Minor adjustments.
2019-11-27 11:00:16 -07:00
Nate
b7ce028e99
Update xml_cdr_search.php
2019-11-20 10:19:44 -05:00
noci2012
5ee2ac908b
Additional nl-nl translations ( #4875 )
...
* add nl-nl items
* Update app_config.php
* add nl-nl items
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Fix typos inn nl-nl
* Add nl-nl items
* dd nl-nl items.
* Add nl-nl items.
* Add nl-nl items (call-flows)
* Add nl-nl items
* Add nl-nl items
* dd nl-nl items (calls)
* Add nl-nl items
* Add nl-nl items (contacts)
* Add nl-nl items (vars)
* Add nl-nl items (voicemails)
* Add nl-nl items (xml_cdr)
2019-11-19 11:15:42 -07:00
chansizzle
2bc43685b9
Update xml_cdr_inc.php ( #4876 )
2019-11-19 11:11:35 -07:00
chansizzle
1ac40747a3
Update xml_cdr_statistics_inc.php ( #4877 )
...
* Update xml_cdr_statistics_inc.php
* Update xml_cdr_statistics_inc.php
2019-11-19 11:10:50 -07:00
Nate
02b35a7a99
Device: List view updates.
2019-11-07 09:00:29 -07:00
chansizzle
f7a2fba9c2
Update xml_cdr.php ( #4831 )
2019-11-05 11:21:38 -07:00
chansizzle
8f23d4d5dd
Update xml_cdr_archive.php ( #4832 )
2019-11-05 11:21:23 -07:00
chansizzle
175a150237
Update app_config.php ( #4829 )
2019-11-05 11:21:09 -07:00
agree
6ebd3d5796
Update xml_cdr.php ( #4816 )
2019-10-31 23:42:29 -06:00
Nate
e8c77ddbef
CDR: Minor adjustment to columns.
2019-10-26 09:24:09 -06:00
Nate
94994315fa
CDR: Center Date and Time column headings.
2019-10-25 19:00:19 -06:00
Nate
97538888a0
CDR: Center Date/Time column headings.
2019-10-25 18:55:50 -06:00
Nate
756367bfa5
CDR adjustments.
2019-10-24 20:18:20 -06:00
Nate
ff70a88efa
CDR adjustment
2019-10-24 18:29:54 -06:00
Nate
8dd1e426f0
Misc CDR/other adjustments.
2019-10-24 18:27:48 -06:00
Nate
f0347b5214
Action Bar mods.
2019-10-24 16:31:14 -06:00
Nate
6879195ae2
Action Bar mods.
2019-10-24 16:28:09 -06:00
Nate
ea536d2f6e
Button class updates, logic updates to other files.
2019-10-23 21:19:37 -06:00
FusionPBX
679c78d269
Update xml_cdr.php
2019-10-22 10:06:24 -06:00
FusionPBX
31180e7afb
Update xml_cdr.php
2019-10-22 09:53:36 -06:00
FusionPBX
f07508da8c
Update app_config.php
2019-10-22 09:47:58 -06:00
Nate
b3acbdc7e4
Update theme/template.
2019-10-22 01:57:20 -06:00
Nate
0ebddaf2fa
CDR: List view updates.
2019-10-22 01:43:55 -06:00
FusionPBX
981c01abe0
Update app_config.php
2019-10-14 11:20:37 -06:00
FusionPBX
dd7279b6e4
Update xml_cdr.php
2019-10-07 23:49:24 -06:00
FusionPBX
11f80ba1bf
Update v_xml_cdr_import.php
2019-10-07 23:43:02 -06:00
FusionPBX
1c0368cb5f
Update v_xml_cdr_import.php
2019-10-07 23:37:53 -06:00
FusionPBX
a9e60d0fb8
Update xml_cdr.php
2019-10-07 15:44:05 -06:00
FusionPBX
64158012a2
Update xml_cdr.php
2019-10-07 15:32:23 -06:00
FusionPBX
05dc333ef6
Update xml_cdr.php
2019-10-07 15:28:05 -06:00