[asterisk-users] IAX2 netsock error with name resolution

2013-06-23 Thread Gopalakrishnan N
Am getting netsock error like this when using IAX2, Connected to Asterisk 11.2.1 currently running on indiaprimaryast01 (pid = 4270) == Using SIP RTP CoS mark 5 -- Executing [2001@Test:1] Dial(SIP/4090-0005, SIP/2001@IAX2/IND-MAN,30) in new stack [Jun 23 06:31:36]

Re: [asterisk-users] IAX2 netsock error with name resolution

2013-06-23 Thread Alec Davis
snip -- Executing [2001@Test:1] Dial(SIP/4090-0005, SIP/2001@IAX2/IND-MAN,30) in new stack [Jun 23 06:31:36] NOTICE[4383][C-0005]: chan_sip.c:29491 sip_request_call: Conflicting extension values given. Using '2001' and not 'IND-MAN' == Using SIP RTP CoS mark 5 [Jun 23 06:31:36]

[asterisk-users] Upgrading from 1.4 to 11.4.0

2013-06-23 Thread Eric Smith
Hi After upgrading from 1.4 to 11.4.0, I am able to receive calls and direct them to extensions via defined trunks. However, when making outgoing calls I receive the following error: -- Executing [00044111@default:4] Dial(SIP/fixedline-0004, SIP/mydevice/0044111,60,w) in new stack

Re: [asterisk-users] IAX2 netsock error with name resolution

2013-06-23 Thread Gopalakrishnan N
After changing my dialplan as suggested, there is no socket error, but getting Busy/Congested, and the call is hanging up, let me check that part... Earlier my dialplan was, ;exten = _2XXX,1,Dial(SIP/${EXTEN}@${MANIAX},30) and I changed like this exten = _2XXX,1,Dial(${MANIAX}/${EXTEN},30)

Re: [asterisk-users] Queue Ring inuse is shared ?

2013-06-23 Thread Shanavaz E A
Hi, I found in another mail that setting call-limit=1 in the sip configuration works. I tried that. It works but in that case the agents are not able to transfer the call to another extension, because only one call is allowed at a time. Any other methods ? Thanks Regards Shanavaz.