Thanks ... I forgot to say I tried it with 
priorityjumping=yes
in the [globals] section of extensions.conf
still no go...

Gerald, I'll try your suggestion, 
and try to figure out the result code tests :-)
Thanks,
Rich

> -----Original Message-----
> From: Gerald A [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, October 16, 2007 23:59
> To: [EMAIL PROTECTED]
> Subject: Re: [asterisk-users] DID to hunt group?
> 
> 
> 
> On 10/16/07, Rich <[EMAIL PROTECTED]> wrote:
> 
>       Asterisk 1.4.2
>       [...]
>       I have tried lots of combinations in extensions.conf
>       including the following that I would think should work...
>       the 2nd line never rings, just dead air, or I hear a 
> click and dead air...
>       where am I going wrong
>       
>       !! This did not work, not sure why
>       exten => _1655,1,Ringing()
>       exten => _1655,2,Dial(SIP/1655)
>       exten => _1655,103,Dial(SIP/1656)
>       exten => _1655,104,Hangup()
> 
> 
> This looks like  priority jumping, which is by default 
> disabled in 1.4.
> 
> There was a list posting earlier today which explains how to 
> do this with
> result codes, which would be a bit cleaner.
> 
> My guess is that your current setup rings line 1 (forever, in 
> this case, if there 
> is no one there) and then dropping through your dialplan, 
> since there is no
> priority 3 (and jumping is off).
> 
> I'd try something like:
> 1655,1,Noop(Calling the hunt group)
> 1655,n,Dial(SIP/1655|5)
> 1655,n,Dial(SIP/1656|5) 
> ;etc
> 
> A bit of tweaking and adding the result codes will make this 
> bulletproof.
> 
> HTH,
> Gerald.
> 
> 
> 


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to