[cisco-voip] How to add the # sign at the end of the number?

Jim Feely jim at jimfeely.com
Sun Mar 26 21:18:43 EST 2006


You don't have to use a # to end dial strings.  On our network, we use
(access code)T for our gateway dial-peers.  In your case, you could use
"0T".  T allows for variable length dialing by waiting for the inter-digit
time out to expire.  By default, the inter-digit time out is set to 10
seconds.  This means that the router waits for more digits until there is a
10 second pause since the last digit press.

The default interdigit time-out feels like a long time when you're dialing.
It can be easily changed in the voice-port for each interface.  I set ours
to 3 seconds and it is working pretty well so far.

If you replace 0!# with 0T you might be able to eliminate the need to insert
a #.

To send all calls that start with 0 to the voip network, we use something
like this:
Dial-peer voice 0 voip
Destination-pattern 0T
Session target RAS

Good luck
Jim


-----Original Message-----
From: Candace Holman [mailto:candace_holman at harvard.edu] 
Sent: Friday, March 24, 2006 4:13 PM
To: cisco-voip at puck.nether.net
Subject: Re: [cisco-voip] How to add the # sign at the end of the number?

Have you tried a translation pattern, with a called party transform mask 
that appends #, set up in partition that only your Outlook clients can 
call?  (But I didn't know that you could register an Outlook Express 
client to the CallManager - can you send me a reference on that?)

Candace

> Thanks Craig,
> but here is the situation:
>
>     * i have the gateway as H323 gateway with any digit manipulation i
>       want (i have found many related documentation)
>
>     * in the CCM, i have a pattern 0!# so i don't have to make a
>       pattern for various digit numbers (especially for the variable
>       length international calls)
>
> Now, here comes the dilemma: If i don't put the # sign the call cannot 
> get completed
> if i put the # to mark the end of the number, a user who has contacts 
> in a database, does not have the # at the end and i have to add it to 
> mark the end of a call.
>
> Although i am not using MGCP, i don't know how to fix the problem!!
> Any ideas?
>
>
> Craig M Staffin wrote:
> Anthony,
>
> This is the exact reason why we do not use MGCP on any gateways 
> (unless we absolutly need to) and we do all digit manipulation on the 
> gateway.  Callmanager does not give you nearly enough functions for 
> digit manipulation
>
> Craig
>
>
>
>
> 	*Anthony Kouloglou <akoul at dataways.gr>*
> Sent by: cisco-voip-bounces at puck.nether.net
>
> 03/24/2006 05:35 AM
>
> 	       
>         To:        "cisco-voip at puck-nether.net" 
> <cisco-voip at puck.nether.net>
>         cc:        
>         Subject:        Re: [cisco-voip] How to add the # sign at the 
> end of the number?
>
>
>
>
>
> I think i will go crazy!!
> There is no way to add a particular pattern at the end of a pattern
> withing a CCM dial plan?
> It does not seem reasonable... :-(
>
> Anthony
>
> Teodor Dobrev wrote:
> > Are we talking for dial rules on the gateway? If so you can make 
> something like that
> >
> > voice translation-rule 2
> >  rule 1 /^02\(.*\)/ /0\1#/ type any unknown plan any unknown
> >  rule 2 /^0\(.*\)/ /00\1#/ type any unknown plan any unknown
> >  rule 3 /^3592\(.*\)/ /0\1#/ type any unknown plan any unknown
> >  rule 4 /^359\(.*\)/ /00\1#/ type any unknown plan any unknown
> >
> > What happens is that you match any call starting with 02, get any 
> digits after as set1 and put this set of digits after 0, and put # at 
> the end
> > Hope that work for you!
> >
> > BR,Teo
> >
> > -----Original Message-----
> > From: cisco-voip-bounces at puck.nether.net 
> [mailto:cisco-voip-bounces at puck.nether.net] On Behalf Of Anthony Kouloglou
> > Sent: 24 ???? 2006 ?. 09:48
> > To: cisco-voip at puck-nether.net
> > Subject: [cisco-voip] How to add the # sign at the end of the number?
> >
> > Hi all,
> > all my route patterns are configured at the end with the "#" sign. For
> > example i have a 0.!# general pattern for outside calls. I had to put
> > the # to provide the end of the call.
> > Now, i want to be able to make calls from the OutlookExpress 
> contacts. I
> > can use Dial Rules to make any changes i want to the prefix but how can
> > i add the # sign at the end of each call?
> >
> > Thanks
> > _______________________________________________





More information about the cisco-voip mailing list