[asterisk-users] Ringing a group of phones but not if they are busy

C F shmaltz at gmail.com
Sat Nov 18 19:09:21 MST 2006


Try something like this:

exten => s,1,Dial(Local/123 at callphones&Local/124 at callphones&Local/125 at callphones)

[callphones]
exten => _X.,1,ChanIsAvail(Sip/${EXTEN},js)
exten => _X.,2,Dial(Sip/${EXTEN})
exten => _X.,102,Noop(${EXTEN} is on a call)


On 11/17/06, Carlos Chavez <cursor at telecomabmex.com> wrote:
>         I need to ring a group of 8 phones, but not if they are already on
> another call.  How can I determine which of those 8 phones are busy so I
> only ring the others?
>
> --
> Telecomunicaciones Abiertas de Mexico S.A. de C.V.
> Carlos Chàvez Prats
> Director de Tecnologìa
> +52-55-91169161 ext 2001
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
>


More information about the asterisk-users mailing list