[Asterisk-Users] New exten=> syntax??

Mark Spencer markster at digium.com
Thu Mar 20 13:45:53 MST 2003


> So how would a more complex definition like:
> exten=>1234,1,Dial,Zap/1|30|Tt

Either as

exten => 1234,1,Dial(Zap/1|30|Tt)

 or

exten => 1234,1,Dial(Zap/1,30,Tt)

Asterisk automatically converts your "," to a | if it's in the ().  This
change was made to make it easier to read dialplans as though they were
scripts.

Mark




More information about the asterisk-users mailing list