diff options
author | Iordan Iordanov <iiordanov@gmail.com> | 2011-11-28 02:33:52 +0000 |
---|---|---|
committer | Iordan Iordanov <iiordanov@gmail.com> | 2011-11-28 02:33:52 +0000 |
commit | 2cad3e038a153ad39230aff20c72fc32fa8d0c78 (patch) | |
tree | fda807cd2e9e554a06ed9a086f2b0ff9e22714e7 /applications/luci-pbx/root/etc/init.d | |
parent | 1c2449394db9b0c93847a9f52b286163960d14cb (diff) |
1) Added default rtpstart and end config values in pbx-advanced.
2) Some rewording of instructions and descriptions.
3) Changed the default hangup context name.
Diffstat (limited to 'applications/luci-pbx/root/etc/init.d')
-rwxr-xr-x | applications/luci-pbx/root/etc/init.d/pbx-asterisk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-pbx/root/etc/init.d/pbx-asterisk b/applications/luci-pbx/root/etc/init.d/pbx-asterisk index 6b4808b73..5812b3a73 100755 --- a/applications/luci-pbx/root/etc/init.d/pbx-asterisk +++ b/applications/luci-pbx/root/etc/init.d/pbx-asterisk @@ -24,8 +24,7 @@ START=60 # Some global variables MODULENAME=pbx USERAGENT="PBX" -DEFAULTOUTCNTXT=default-outgoing-call-context -HANGUPCNTXT=hangup +HANGUPCNTXT=hangup-call-context GTALKUNVL=unavailable ASTUSER=nobody |