This was published on O'Reilly's site last week, but they didn't tell me until now. :) The article is pretty minimal, because I had a limited number of words to work with, so many features are not implemented. However, it's a good start. http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html I had a few people review it beforehand, but I'd also welcome changes or comments on it, as your comments will help me in future articles that I may write on the subject. JT
Hi! Is there simple way how to add prefix to dialed number? I need change 0X. to 09999X. Regards Petr Mich?lek
exten => _0X,1,Dial,Zap/g1/09999${EXTEN:1} Martin On Wed, 9 Jul 2003, Petr Mich?lek wrote:> Hi! > > Is there simple way how to add prefix to dialed number? > I need change 0X. to 09999X. > > Regards > > Petr Mich?lek > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
On Wednesday 09 July 2003 04:37 pm, Petr Mich?lek wrote:> Is there simple way how to add prefix to dialed number? > I need change 0X. to 09999X.See the applications StripMSD and Prefix. -Tilghman
BK [address only for mailing lists]
2003-Jul-09 15:38 UTC
[Asterisk-Users] How to modify dialed number?
On Thursday, July 10, 2003, at 06:37 AM, Petr Mich?lek wrote:> Is there simple way how to add prefix to dialed number? > I need change 0X. to 09999X.how about this exten => 0X.,1,Dial(09999{EXTEN:1}) rgds bk
You forgot about "_" in front of 0X Martin On Thu, 10 Jul 2003, BK [address only for mailing lists] wrote:> > On Thursday, July 10, 2003, at 06:37 AM, Petr Mich?lek wrote: > > > Is there simple way how to add prefix to dialed number? > > I need change 0X. to 09999X. > > how about this > > exten => 0X.,1,Dial(09999{EXTEN:1}) > > rgds > bk > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
BK [address only for mailing lists]
2003-Jul-09 21:33 UTC
[Asterisk-Users] How to modify dialed number?
On Thursday, July 10, 2003, at 08:13 AM, Martin Pycko wrote:> You forgot about "_" in front of 0XIndeed, and I also forgot to put a channel (Zap, SIP, IAX ...) in the dial string. Oh dear, I guess I have to go to bed a bit earlier ;-) rgds bk> On Thu, 10 Jul 2003, BK [address only for mailing lists] wrote: > >> >> On Thursday, July 10, 2003, at 06:37 AM, Petr Mich?lek wrote: >> >>> Is there simple way how to add prefix to dialed number? >>> I need change 0X. to 09999X. >> >> how about this >> >> exten => 0X.,1,Dial(09999{EXTEN:1})
On Wednesday 09 July 2003 02:19 pm, John Todd wrote:> > This was published on O'Reilly's site last week, but they didn't tell > me until now. :) The article is pretty minimal, because I had a > limited number of words to work with, so many features are not > implemented. However, it's a good start. > > http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html >Well that was fortunate....you have answered a lot of my questions. Thanks !!! Regards...Martin -- Many people feel that they deserve some kind of recognition for all the bad things they haven't done.