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.
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users