Krunal Patel
2008-Aug-29 16:39 UTC
[asterisk-users] Issue when dialing multiple extensions using & ------Please Help
Hi, I have a simple dialplan. [test] exten => _X.,1,Dial(SIP/1000&SIP/1002) I have registered user whose context is test. Now I am dialing any number, so it will enter into test context. It will dial 1000 & 1002 both. Both keeps ringing. Now the problem is, when any of them answer, another one keeps ringing for 10 to 15 sec. Please help me , what's wrong here. Thanks, Krunal Patel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080829/28c583e3/attachment.htm
Mark Michelson
2008-Aug-30 20:53 UTC
[asterisk-users] Issue when dialing multiple extensions using & ------Please Help
Krunal Patel wrote:> Hi, > > I have a simple dialplan. > > [test] > exten => _X.,1,Dial(SIP/1000&SIP/1002) > > I have registered user whose context is test. > Now I am dialing any number, so it will enter into test context. > It will dial 1000 & 1002 both. > Both keeps ringing. > Now the problem is, when any of them answer, another one keeps ringing > for 10 to 15 sec. > > Please help me , what's wrong here. > > Thanks, > Krunal Patel >It's hard to say for certain based just on the details given, but it could be that the SIP CANCEL generated by Asterisk to the second phone is being rejected or is not being generated in the first place. Seeing a SIP debug from the call would help to diagnose the problem. Mark Michelson