I'm trying to to to "dial1" if caller id match:
but dial plan execute  220,n(dial1) regardless

exten => 220,n,GotoIf($["${CALLERID(number)}" = "7804792668"]?dial1)
exten => 
220,n(dial1),Dial(${sales_support}&${accounting}&${family},25,m(penguin)w)
exten => 220,n,
I was under impression that if condition is met it will jump to  "n(label)" no 
comma in between
but dial plan is executing it regardless.

--
Joseph

--
_____________________________________________________________________
-- 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

Reply via email to