Hello Everyone, I am trying to use the ChanIsAvail application but I am not getting the results I expect when making calls... exten => 100,1,ChanIsAvail(SIP/100&SIP/200&SIP/300) exten => 100,2,Cut(theChannel=AVAILCHAN,,1) I tested this by placing a call to extension 100, 100 answers. while that call is up, I make another call to extension 100, and I would expect 200 to ring, but 100 Rings again. And I have set the incomingcalllimit=1 any ideas? suggestions? Thanks in advance! --------------------------------- Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041215/0f1ac5cb/attachment.htm
Were you able to make it to work "ChanIsAvail" application? I have a similar problem. -- #Joseph On Wed, 2004-12-15 at 14:49 -0800, voipbuilder wrote:> Hello Everyone, > > I am trying to use the ChanIsAvail application but I am not getting > the results I expect when making calls... > > exten => 100,1,ChanIsAvail(SIP/100&SIP/200&SIP/300) > exten => 100,2,Cut(theChannel=AVAILCHAN,,1) > > I tested this by placing a call to extension 100, 100 answers. while > that call is up, I make another call to extension 100, and I would > expect 200 to ring, but 100 Rings again. And I have set the > incomingcalllimit=1 > > any ideas? suggestions?