[asterisk-users] command like break ore exit in the dialpan
jbauer at teec.com
jbauer at teec.com
Tue Jan 16 09:15:49 MST 2007
I don't know if I understand you correctly but you could place a Goto or a
Hangup there:
exten => 99,1,Gotoif(....?2:4)
exten => 99,2,Meetme(100)
exten => 99,3,Goto or Hangup
exten => 99,4,Meetme(100|options)
> -----Original Message-----
> From: nik600 [mailto:nik600 at gmail.com]
> Sent: Tuesday, January 16, 2007 1:03 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [asterisk-users] command like break ore exit in the dialpan
>
>
> Hi
>
> i have a similar dialplan:
>
> exten => 99,1,Gotoif(....?2:3)
> exten => 99,2,Meetme(100)
> exten => 99,3,Meetme(100|options)
>
> i'd like to do something like:
>
> exten => 99,1,Gotoif(....?2:4)
> exten => 99,2,Meetme(100)
> exten => 99,4, ... exit ...
> exten => 99,3,Meetme(100|options)
>
> How can i exit the dialplan?
> I won't use meetme twice!
>
> Thanks nik
> _______________________________________________
> --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