I should have known that ... duh.
Thanks for the help

Hi.

Il mar, 2003-07-15 alle 18:52, Derek Beaumont ha scritto:
> Follow up question:
> Could you explain the following line:
> exten => s,4,GotoIf(${notte}?5:6)
> I really don't know what ?5:6 means.


*CLI> show application GotoIf
 

  -= Info about application 'GotoIf' =-
 

[Synopsis]:
  Conditional goto
 

[Description]:
  GotoIf(Condition?label1:label2): Go to label 1 if condition is
true, to label2 if condition is false. Either label1 or label2 may be
omitted (in that case, we just don't take the particular branch) but not
both.  Look for the condition syntax in examples or documentation.
*CLI>



_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to