aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-30 15:30:38 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-30 15:30:38 +0000
commitc3ec4077ca0b418104e98abea00b1af0bdec7a25 (patch)
treebac75aea06cffa63e1cb5989398c3f9aebd04765 /configs
parentae72a3b20e3dceb79544b47ad94c26dba737ec65 (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: http://svn.digium.com/svn/asterisk/trunk@101218 f38db490-d61c-443f-a65b-d21fe96a405b
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
+