[asterisk-users] FW: DID to hunt group?
Rich
rich at isphone.net
Wed Oct 17 10:24:03 CDT 2007
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:geraldablists at gmail.com]
> Sent: Tuesday, October 16, 2007 23:59
> To: rich at isphone.net
> Subject: Re: [asterisk-users] DID to hunt group?
>
>
>
> On 10/16/07, Rich <rich at isphone.net> 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.
>
>
>
More information about the asterisk-users
mailing list