[asterisk-users] Unable to pickup an extension, trying everything
Jonas Kellens
jonas.kellens at telenet.be
Tue Jun 15 07:27:11 CDT 2010
What happens in my extensions.conf is that an incoming call makes a
group of SIPaccounts ring :
[sub-routing]
<snip>
exten => s,n(group),NoOp()
exten => s,n,Macro(GetGroupDetails,${ganaarID})
exten => s,n,GoToIf($["${sequencenr}"=="1"]?callit)
exten => s,n,Answer()
exten => s,n(callit),Dial(${SIPaccounts},${timeout})
exten => s,n,GoToIf($["${DIALSTATUS}"!="ANSWER"]?nextstep:hangup)
<snip>
sub-routing is a sort of loop that checks al the steps of routing. A
step can be to dial a SIPaccount or a group of SIPaccounts.
So if this SIPaccount or this group of SIPaccounts are ringing, how can
I pick them up from another extension/IPphone ???
Jonas.
On 06/14/2010 08:00 PM, Peder wrote:
>
> sip.conf and extensions.conf would be helpful as well as knowing what
> version you are running. Based on what you went, I would say you have
> a config error, but I can't tell where without seeing the config.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100615/d2d58bbf/attachment.htm
More information about the asterisk-users
mailing list