[asterisk-users] command like break ore exit in the dialpan

2007-01-16 Thread nik600

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


RE: [asterisk-users] command like break ore exit in the dialpan

2007-01-16 Thread jbauer
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:[EMAIL PROTECTED]
 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
 
___
--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