bilal ghayyad wrote:
> Also how can I add digits to the numbers like adding
> 00 in the beginning, so the dialed number becoming:
NUMBER=11336784888
exten => 1000,n,Set(NUMBER=00${NUMBER})

> 0011336784888 or adding digits (like 99) in the end of
> the dialed number, so it will become: 001133678488899,
NUMBER=11336784888
exten => 1000,n,Set(NUMBER=${NUMBER}99)


For the substitution bit, changes all ones to fives, I don't know a 
native way to do it.  Until someone told me a better way to do it, I 
might use AGI, although the overhead would probably kill a busy system 
-- I've only got up to three concurrent calls so I can waste the 
processing cycles.

Moj

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to