FusionPBX
894b4bf7fd
Update sofia.conf.lua
...
Remove an extra double quote that broke xml syntax.
2018-01-19 11:36:08 -07:00
borisk1976
878297a44c
Update disa.lua ( #2959 )
...
Play user defined greeting befor asking of pin. Usage: <application action="set" data="sound_greeting=/mysounds/mygreeting.wav"/>
2018-01-19 10:58:25 -07:00
FusionPBX
9c7a64cc61
Update disa.lua
2018-01-17 01:52:59 -07:00
Len
22297329c3
Update {$mac}.xml
2018-01-13 16:59:26 -05:00
Len
28226720ed
Update {$mac}.xml
2018-01-13 16:57:59 -05:00
Len
1197d250c6
Update {$mac}.xml
2018-01-13 16:56:34 -05:00
Len
352c00fca2
Update {$mac}.xml
2018-01-13 16:54:28 -05:00
Len
7d48fa6ef0
Update {$mac}.xml
2018-01-13 16:48:52 -05:00
Len
0c3ba82795
Update {$mac}.xml
2018-01-13 16:27:27 -05:00
Len
b28c1aa05a
Update {$mac}.xml
2018-01-12 23:55:58 -05:00
Len
4d9d8afc7a
Update {$mac}.xml
2018-01-12 23:54:15 -05:00
Len
7ff598c458
Update {$mac}.xml
2018-01-12 23:17:03 -05:00
Len
717edf63de
Update {$mac}.xml
2018-01-12 23:10:32 -05:00
Len
a3cba4c9b1
Update {$mac}.xml
2018-01-12 22:44:34 -05:00
Len
d5805eec51
Update {$mac}.xml
2018-01-12 22:31:38 -05:00
Len
a4adcc629d
Update {$mac}.xml
2018-01-12 22:12:58 -05:00
FusionPBX
0580e064f6
Update {$mac}.xml
2018-01-12 15:04:34 -07:00
Len
b0aa9c0688
Update {$mac}.xml
2018-01-11 23:25:46 -05:00
Len
931aacabba
Update {$mac}.xml
2018-01-11 23:05:06 -05:00
Len
64b3075755
Update {$mac}.xml
2018-01-11 22:38:04 -05:00
Len
d1eefca826
Update {$mac}.xml
2018-01-11 22:36:01 -05:00
Len
1367caf32d
Update {$mac}.xml
2018-01-11 22:33:53 -05:00
Len
a731dd43ab
Update {$mac}.xml
2018-01-11 22:31:25 -05:00
Len
4417f3c833
Update {$mac}.xml
2018-01-11 22:29:09 -05:00
Len
57153f9fb2
Update {$mac}.xml
2018-01-11 22:25:07 -05:00
FusionPBX
9b6ac876f6
Update languages.lua
2018-01-11 15:31:07 -07:00
FusionPBX
6d59d535d7
Update dialplan.lua
2018-01-11 12:43:58 -07:00
FusionPBX
8a1c43775c
Update translate.conf.lua
2018-01-11 12:31:25 -07:00
FusionPBX
28e74afd8f
Update sofia.conf.lua
2018-01-11 12:29:18 -07:00
FusionPBX
b793289d41
Update ivr.conf.lua
2018-01-11 12:27:11 -07:00
FusionPBX
2eae15a643
Update callcenter.conf.lua
2018-01-11 12:25:33 -07:00
FusionPBX
1cf72013f1
Update acl.conf.lua
2018-01-11 12:20:04 -07:00
FusionPBX
c3affc15f2
Update acl.conf.lua
2018-01-11 12:11:49 -07:00
FusionPBX
49460503e4
Update acl.conf.lua
2018-01-11 12:10:43 -07:00
FusionPBX
d38aa31031
Update local_stream.conf.lua
2018-01-11 12:07:40 -07:00
sergey-mz
929b79d5d0
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
cb6d484f37
Update {$mac}.cfg
2018-01-10 19:52:25 -07:00
FusionPBX
4791c7b72f
Update {$mac}.cfg
2018-01-10 19:51:40 -07:00
Len
ddc2b71087
Update {$mac}.xml
2018-01-10 18:52:19 -05:00
Len
83b990761f
Update {$mac}.xml
2018-01-10 18:49:04 -05:00
Len
6a40cbce45
Update {$mac}.cfg
2018-01-10 18:39:15 -05:00
Len
03ff50eebd
Update {$mac}.cfg
2018-01-10 18:38:39 -05:00
Len
14daf686ea
Update {$mac}.cfg
2018-01-10 18:37:53 -05:00
konradSC
722021bdd7
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
51b7deec86
Update destinations.php
2018-01-09 12:45:04 -07:00
FusionPBX
98f32c27a5
Update destinations.php
2018-01-09 12:43:23 -07:00
konradSC
0a414da71d
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
konradSC
4bcbc7edee
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
f72f409a0b
Update destinations.php
2018-01-07 20:01:32 -07:00
sergey-mz
61b78ea73b
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