Displaying 1 result from an estimated 1 matches for "queueing_group_with_ns".
2007 Sep 28
1
Ringing Groups, SIP Forward and looping problem
...oups'
creating what can only be described as call storms :-(
I have a 'ringing groups' of SIP phones with an effective dialplan (much
simplified) like so:
; Purchase ledger
[ptsn_inbound]
exten => _846061,1,Dial(Local/6061 at groups)
....
[groups]
exten => 6061,1,Macro(QUEUEING_GROUP_WITH_NS,${EXTEN},Purchase)
....
[macro-QUEUEING_GROUP_WITH_NS]
...
exten => s,n,Dial(Sip/110&Sip/111&Sip/112&Sip/113&Sip/114)
...
If Sip/110 sets their SIP phone (SNOM 300 FWIW) to call forward to 6061
then all seems fine and calls to 110 end up in the group.
If Sip/113 *also*...