Re: [Asterisk-Users] iax limit question

2006-03-27 Thread Benchev
I found a solution... I just has to enter an Answer line and now it behaves as I wanted. Here is the working code: [inbound] exten = 1234567,1,Set(GROUP()=limit) exten = 1234567,2,GotoIf($[${GROUP_COUNT()}2]?103) exten = 1234567,3,Dial(Zap/5Zap/6,25,tT) exten = 1234567,4,Voicemail,u110

[Asterisk-Users] iax limit question

2006-03-26 Thread Dan Batrams
I found a solution... I just has to enter an Answer line and now it behaves as I wanted. Here is the working code: [inbound] exten = 1234567,1,Set(GROUP()=limit) exten = 1234567,2,GotoIf($[${GROUP_COUNT()}2]?103) exten = 1234567,3,Dial(Zap/5Zap/6,25,tT) exten = 1234567,4,Voicemail,u110 exten =

Re: [Asterisk-Users] iax limit question

2006-03-25 Thread Melcon Moraes
20:05:43 Subject:[Asterisk-Users] iax limit question I want to limit the number of simultaneous incoming calls that my IAX DID can accept to, say, 2. The IAX DID provider sets no limit. The code below does work, but when the limit is in effect, new callers hear a call cannot be completed

[Asterisk-Users] iax limit question

2006-03-24 Thread Dan Batrams
I want to limit the number of simultaneous incoming calls that my IAX DID can accept to, say, 2. The IAX DID provider sets no limit. The code below does work, but when the limit is in effect, new callers hear a call cannot be completed as dialed.. message instead of a busy signal. Maybe this is