Commit Graph

9982 Commits

Author SHA1 Message Date
Len fd9cfeaec6 Update {$mac}.xml 2018-01-11 23:05:06 -05:00
Len 3f86ca3b20 Update {$mac}.xml 2018-01-11 22:38:04 -05:00
Len 0472524ecd Update {$mac}.xml 2018-01-11 22:36:01 -05:00
Len 7220ec17a3 Update {$mac}.xml 2018-01-11 22:33:53 -05:00
Len 4a382acf80 Update {$mac}.xml 2018-01-11 22:31:25 -05:00
Len 49a07138dd Update {$mac}.xml 2018-01-11 22:29:09 -05:00
Len 34b93dab60 Update {$mac}.xml 2018-01-11 22:25:07 -05:00
FusionPBX 85e8f8cd83 Update languages.lua 2018-01-11 15:31:07 -07:00
FusionPBX 1085ef9093 Update music_on_hold_delete.php 2018-01-11 13:43:23 -07:00
FusionPBX cedcdef874 Update music_on_hold_edit.php 2018-01-11 13:41:45 -07:00
FusionPBX 1d327ea628 Update dialplan.lua 2018-01-11 12:43:58 -07:00
FusionPBX 838d7ecc2a Update translate.conf.lua 2018-01-11 12:31:25 -07:00
FusionPBX c5cf812dfc Update sofia.conf.lua 2018-01-11 12:29:18 -07:00
FusionPBX e3077c4228 Update ivr.conf.lua 2018-01-11 12:27:11 -07:00
FusionPBX dad721453c Update callcenter.conf.lua 2018-01-11 12:25:33 -07:00
FusionPBX d18b9bfb1b Update acl.conf.lua 2018-01-11 12:20:04 -07:00
FusionPBX e75ceca392 Update acl.conf.lua 2018-01-11 12:11:49 -07:00
FusionPBX 4d99c01b45 Update acl.conf.lua 2018-01-11 12:10:43 -07:00
FusionPBX 57e53a5aa5 Update local_stream.conf.lua 2018-01-11 12:07:40 -07:00
sergey-mz d808ce5393 Check for request errors and return empty string (#2957)
* ODBC DSN detection

* Merge remote-tracking branch 'upstream/master'

* Merge remote-tracking branch 'upstream/master'

* Spelling errors

* Requests to speech platform can fail
2018-01-11 11:26:39 -07:00
FusionPBX 9cf6a01564 Update destination_edit.php 2018-01-10 20:04:56 -07:00
FusionPBX 0575c3a087 Update {$mac}.cfg 2018-01-10 19:52:25 -07:00
FusionPBX 099f5deb82 Update {$mac}.cfg 2018-01-10 19:51:40 -07:00
Len 22c4ab4754 Update app_config.php 2018-01-10 18:55:48 -05:00
Len d1962e648b Update {$mac}.xml 2018-01-10 18:52:19 -05:00
Len 6d72de60ab Update {$mac}.xml 2018-01-10 18:49:04 -05:00
Len 7fedc26f23 Update {$mac}.cfg 2018-01-10 18:39:15 -05:00
Len 7ec5950ed1 Update {$mac}.cfg 2018-01-10 18:38:39 -05:00
Len 47b0c8bc84 Update {$mac}.cfg 2018-01-10 18:37:53 -05:00
Len 6ed2b65023 Update app_config.php 2018-01-10 18:29:29 -05:00
FusionPBX 0db0ac5941 Update contacts.php 2018-01-10 13:37:26 -07:00
FusionPBX 61168a23f8 Update destinations.php 2018-01-10 13:21:36 -07:00
konradSC 9adb11398d Fix for Ring Groups with cfwd always & toll_allow (#2952)
This scenario was broken: 
A ring group member forwards their phone to a destination. The destination is an external number and the outbound route had a toll_allow condition. 

This error would be generated: [ERR] switch_cpp.cpp:1376 [route_to_bridge] Unsupportded condition: ${toll_allow}

This PR will get the toll_allow values from the RG member that is forwarding their phone. Then it will pass it to  'route_to_bridge.lua'.
2018-01-09 15:08:28 -07:00
FusionPBX 97073cdad5 Update destinations.php 2018-01-09 12:45:04 -07:00
FusionPBX d7efaee49f Update destinations.php 2018-01-09 12:43:23 -07:00
konradSC db8b161473 Emergency Notify lua script (#2953)
* Create index.lua

* Create email_body.tpl

* Create email_subject.tpl

* Update index.lua

* Update index.lua
2018-01-09 12:11:16 -07:00
FusionPBX 73cd5b3443 Update xml_cdr.php 2018-01-09 11:11:03 -07:00
konradSC 0170979401 Update xml_cdr.php (#2942)
Add check for duplicate call records. Duplicate records will cause the entire db insert to fail. I have tested this with the /app/xml_cdr/xml_cdr_import.php method for cdr insertion.
2018-01-09 11:01:10 -07:00
konradSC e8b8f559c3 Ring Group Member - Call Forward (#2951)
After checking for Call Forward loops, set the destination_number to the call forward target.
2018-01-08 12:14:08 -07:00
FusionPBX 0d887276e5 Update extension_delete.php 2018-01-07 20:52:30 -07:00
FusionPBX f4d219336e Update destinations.php 2018-01-07 20:01:32 -07:00
FusionPBX 3c90d43a09 Update 505_call-forward-all.xml 2018-01-07 01:22:07 -07:00
FusionPBX fc9dc77086 Update 500_call-forward.xml 2018-01-07 01:07:13 -07:00
Alexey Melnichuk b08e02e77d Fix. Do not request number when do call forward toggle. (#2938)
It is consistent with enable/disable actions.
2018-01-07 01:05:58 -07:00
sergey-mz d8a12163aa Fix spelling (#2950)
* ODBC DSN detection

* Merge remote-tracking branch 'upstream/master'

* Merge remote-tracking branch 'upstream/master'

* Spelling errors
2018-01-05 13:04:26 -07:00
FusionPBX dc935173d6 Update {$mac}.cfg 2018-01-05 02:40:54 -07:00
FusionPBX 09d4011cac Update {$mac}.cfg 2018-01-05 02:40:29 -07:00
FusionPBX b0e0dfb1a1 Update {$mac}.cfg 2018-01-05 02:40:14 -07:00
FusionPBX 4a07a90167 Update {$mac}.cfg 2018-01-05 02:40:09 -07:00
FusionPBX f3f34db3eb Update {$mac}.cfg 2018-01-05 02:39:57 -07:00