Displaying 2 results from an estimated 2 matches for "sip_inbound".
2004 Sep 30
0
autodial question
Hi :)
I'm doing same test with autodialout, placing a file in /var/spool/asterisk/outgoing, it's work good when I want to dial a number from a phone....
--MY-FILE------------------------------------
Channel: SIP/BGT100
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Context: SIP_inbound
Extension: 600
Priority: 2
---------------------------------------------------
Can I create a call from a "virtual channel", i don't need to play anithing I need only to generate a call...
Is it possible?
(I need to do it, because I'm testing a voip network)
Do U have same idea?...
2010 Apr 05
0
SIP Outdial Not Detecting Ringing Line
...aiting for the call
to be answered. We could handle this on DAHDI using callprogress, but I
don't know of a similar setting for SIP.
Here is the contents of sip.conf:
		[general]
		allowoverlap=no
		bindport=5060
		bindaddr=0.0.0.0
		srvlookup=yes
		
		register => YYYY:XXXX@*.*.*.*/***
		[sip_inbound]
		type=friend
		context=ivr
		host=dynamic
		
		[sip_outbound]
		username=XXXX
		fromuser=XXXX
		secret=XXXX
		fromdomain=X.X.X.X
		type=friend
		host=X.X.X.X
		canreinvite=no
		disallow=all
		allow=ilbc
		allow=g729
		allow=gsm
		allow=g723
		allow=ulaw
		call-limit=8
extensions.conf:
		[outdia...