search for: numberl

Displaying 1 result from an estimated 1 matches for "numberl".

Did you mean: number
2007 Apr 30
1
Simple dial plan inquiry
Hi all, This is a simple concept, however I'm not entirely comfortable with available applications and functions available to me to make this happen. I have a simple dialout macro such as the following: [macro-dialout]; arg1 = callerid number; arg2 = phone numberl exten => s,1,Set(CALLERID(number)=${ARG1}) exten => s,2,GotoIf($[${LEN(${ARG2})} = 10]?3:4) exten => s,3,Set(ARG2=1${ARG2}) exten => s,4,Dial(${TRUNK}/${ARG2},,m) exten => s,5,Congestion()exten => s,105,Busy() This macro overrides one SIP endpoint which I use for personal usage a...