diff options
author | Iordan Iordanov <iiordanov@gmail.com> | 2011-10-28 03:44:23 +0000 |
---|---|---|
committer | Iordan Iordanov <iiordanov@gmail.com> | 2011-10-28 03:44:23 +0000 |
commit | 33caee55e4e3657511a49105a1a34a15fe994e0a (patch) | |
tree | 79dc376423e6296af061ea09bae98d02bef11868 /applications/luci-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE | |
parent | 84acc67709d4c60470e2727ff991170739d61537 (diff) |
This is the initial release of luci-pbx as submitted to the mailing list.
Diffstat (limited to 'applications/luci-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE')
-rw-r--r-- | applications/luci-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE b/applications/luci-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE new file mode 100644 index 0000000000..10d577d3a2 --- /dev/null +++ b/applications/luci-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE @@ -0,0 +1,6 @@ +[general] +rtpstart=|RTPSTART| +rtpend=|RTPEND| +rtpchecksums=no +dtmftimeout=3000 +rtcpinterval = 2000 |