Hi,

Replying to my own mail. There is a mistake, The syntax is incorrect:

From: "Girish Gopinath" <[EMAIL PROTECTED]>
exten => 12345, 1, SetVar,MYDIGITS=${EXTEN:2,3} ; MYDIGITS = 2345.
Correct: exten => 1234, 1, SetVar,MYDIGITS=${EXTEN:2:3} ; MYDIGITS = 234.

My apologies...

Girish

_________________________________________________________________
Sports, sports and more sports! Keep up with all that�s happening! http://www.msn.co.in/sports/ Stay connected with MSN Sports!


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to