[Asterisk-Users] Limit the call & recording when pressing *1

Luki lugosoft at gmail.com
Sat Feb 26 23:14:00 MST 2005


> exten => 21,1,Dial(${phone1},20,r,L(5[:4][:1]))

I think should be:
exten => 21,1,Dial(${phone1},20,r,L(5:4:1))

The [] mean the parameter is optional, but you don't use them when
specifying the values.

--Luki



More information about the asterisk-users mailing list