Displaying 1 result from an estimated 1 matches for "_6136930630".
2007 Feb 16
0
IAX vs SIP - Getting Asterisk out of the media path
...9.0
- Running Asterisk 1.2.14
How do I stop the media passsing through my Asterisk server after a call
between two external parties has been bridged?
My sip.conf and the dial command I use are below.
Thanks,
Hugh
;*********************** Dial Command *******************************
exten => _6136930630,n,Dial(SIP/6137451576@6135551234)
;************************ SIP.conf **********************************
[general]
;
context=incoming-bogus-calls
bindport=5060
bindaddr=0.0.0.0
maxexpirey=3600
defaultexpirey=3600
notifymimetype=text/plain
rtptimeout=60
rtpholdtimeout=300
disallow=all
allow=ulaw
;
;...