Re: [asterisk-users] secret=pw in sip.conf affecting inter-asterisk sip call

2011-09-14 Thread Lee, John (Sydney)
> chan_sip does not support specification of the password to be used for authentication in the dial string itself; > your ":password" suffix is just being sent to the target system and it is trying to find a matching extension in the dialplan (and failing). Thanks Kevin. This is what I reckon fr

Re: [asterisk-users] secret=pw in sip.conf affecting inter-asterisk sip call

2011-09-14 Thread Kevin P. Fleming
On 09/14/2011 02:37 AM, Lee, John (Sydney) wrote: I was trying to do a SIP call between two Asterisk servers (1.4.21.2) 1) On the caller server, I coded the following in extensions.conf Dial(SIP/1166:password@asterisk-callee); 2) On the callee server, I coded the following in sip.conf [1166]

Re: [asterisk-users] secret=pw in sip.conf affecting inter-asterisk sip call

2011-09-14 Thread Sam Govind
Hey, The callee server is complaining too loud "Call from '2765' to extension '* 1166:password*' rejected because *extension not found*." Try changing the Dial string as DIAL(SIP/asterisk-callee/${EXTEN}) or w/e extension you require in place of ${EXTEN} Let me know what changes. Also this is a g

[asterisk-users] secret=pw in sip.conf affecting inter-asterisk sip call

2011-09-14 Thread Lee, John (Sydney)
I was trying to do a SIP call between two Asterisk servers (1.4.21.2) 1) On the caller server, I coded the following in extensions.conf Dial(SIP/1166:password@asterisk-callee); 2) On the callee server, I coded the following in sip.conf [1166] type=friend; Friends plac

[asterisk-users] secret=pw in sip.conf affecting inter-asterisk sip call

2011-09-14 Thread Lee, John (Sydney)
I was trying to do a SIP call between two Asterisk servers (1.4.21.2) 1) On the caller server, I coded the following in extensions.conf Dial(SIP/1166:password@asterisk-callee); 2) On the callee server, I coded the following in sip.conf [1166] type=friend; Friends place calls a

[asterisk-users] secret=pw in sip.conf affecting inter-asterisk sip call

2011-09-13 Thread Lee, John (Sydney)
I was trying to do a SIP call between two Asterisk servers (1.4.21.2) 1) On the caller server, I coded the following in extensions.conf Dial(SIP/1166:password@asterisk-callee); 2) On the callee server, I coded the following in sip.conf [1166] type=friend; Friends place calls a