summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2008-01-30 15:30:38 +0000
committerOlle Johansson <oej@edvina.net>2008-01-30 15:30:38 +0000
commit11455c0898548ba704d1c5d91b2653c036c451e0 (patch)
treebac75aea06cffa63e1cb5989398c3f9aebd04765 /configs
parent28b48d2214b6a2852da5e08f6a785172995db938 (diff)
Add rtppage() application to do multicast or unicast RTP paging to SIP phones.
(closes issue #11797) Reported by: macbrody Patches: app_rtppage-20080130.c uploaded by macbrody (license 352) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@101218 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/rtppage.conf.sample20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/rtppage.conf.sample b/configs/rtppage.conf.sample
new file mode 100644
index 000000000..6c391c80f
--- /dev/null
+++ b/configs/rtppage.conf.sample
@@ -0,0 +1,20 @@
+; Configuration for the rtppage() application
+; that sends audio in multicast or unicast mode to phones
+; for paging
+
+[general]
+ttl=10
+tos=ef
+
+[testgroup]
+type=basic
+rtp_address=192.168.83.147
+rtp_port=12346
+
+[linksysgroup]
+type=linksys
+rtp_address=224.168.168.168
+rtp_port=34567
+control_address=224.168.168.168
+control_port=6061
+