[Asterisk-Users] manipulating with numbers - StripMSD, Prefix

Dawid Mielnik D.Mielnik at elka.pw.edu.pl
Thu Jan 8 02:39:42 MST 2004


Tilghman,

That looks even beter than with StripMSD, Prefix !

Thanks,

Dave

-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com]On Behalf Of Tilghman Lesher
Sent: Wednesday, January 07, 2004 5:27 PM
To: asterisk-users at lists.digium.com
Subject: Re: [Asterisk-Users] manipulating with numbers - StripMSD, Prefix


On Wednesday 07 January 2004 06:06, Dawid Mielnik wrote:
> Hello,
>
> I can not seem to be able to get StripMSD and Prefix to work for me
> in extensions.conf. This is an example of what I have:
>
> exten => _050.,1,StripMSD,1
> exten => _50.,Prefix,01051
>
> exten => _001051.,1,Dial(${TRUNK2}/${EXTEN})
> exten => _001051.,2,Busy
> exten => _001051.,102,Busy
>
> What I want to achieve is to call 001051501657887 on TRUNK2 when
> dialing 0501657887.

Here's an idea - don't use StripMSD and Prefix anymore, as there are
better options now:

exten => _050.,1,Dial(${TRUNK2}/001051${EXTEN:1})
exten => _050.,2,Busy

-Tilghman

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list