Dial Rules for a SIP Trunk

nortelvoip
Posts: 37
Member Since:
2010-01-06

Hello,
I have a sip trunk and I was sitting the dial rules but I have a question about the dial rules. The ones that I have setup under the trunks is
1+NXXNXXXXXX
and
1555+NXXXXXX
My question is, when someone picks up the phone and dial 1-800-555-5555 is this going to send 1-1-800-555-5555 to the sip provider if so do I need to add ZNXXNXXXXXX or something to that effect. And also because my out dial prefix is 9 in my outbound routes if someone were to dial 9 for an outgoing line and then 1-800-555-5555 this would not cause it to think someone was dialing 911 would it.

Thanks



vardan
Posts: 4
Member Since:
2010-01-22
wellgate 6500 sip server problem

I don't get how to setup my SIP trunk to allow outbound and incoming calls with WELLGATE 6500. Help me please configure my trixbox.



busster8
Posts: 388
Member Since:
2006-06-25
outbound route

In your outbound route, put something like this for 800 calls.
9|18XX.

This matches on 9-1800-xxx-xxxx, but does not send the 9 to the actual trunk. Only the digits sent after the "|" are sent to the actual trunk unless you put something in the trunk form (like the outbound dial prefix section) which inserts something for all calls sent to this trunk.

For example our SIP provider whats 1+area code + number even for 10 digit local calls, so we set up two trunks, identical to each other, except the "local" version inserts the 1 in the outbound dial prefix section of the trunk. We then point 9|NXXXXXXXXX toward the Local SIP and 9|1NXXXXXXXXX to the LD SIP trunk which does not insert the 1.



nortelvoip
Posts: 37
Member Since:
2010-01-06
My Outbound Route is set up

My Outbound Route is set up to do 9|. so I think it will be ok. I also am having problems with double digits in the IVR's and Voice Mail. on both internal and external calls. I have tried changing the DTMF mode in the trunks to all kind of different things and nothing seems to work.

Thanks



busster8
Posts: 388
Member Since:
2006-06-25
double digits

Have you tried setting up a softphone like x-lite?
Try using it to access your IVR internally.
Go to CLI and watch as you access the IVR both from outside, softphone internally, and hard phone internally.
If you do not get double digits, then would have to point toward your phone instruments or SIP provider.
Have heard of incorrect dtmf settings providing no tones, but double tones.



SkykingOH
Posts: 9538
Member Since:
2007-12-17
Vardan - Do not hijack

Vardan -

Do not hijack threads. Start your own thread with your question.

Hijacking is a sure way not to get help.

--

Scott

aka "Skyking"



vardan
Posts: 4
Member Since:
2010-01-22
OK

OK



nortelvoip
Posts: 37
Member Since:
2010-01-06
I do have x-lite setup and

I do have x-lite setup and works fine but the problem still exists when I call the IVR internally through a queue that i setup it still does it. How do I check for double digits through the CLI?

Thanks



b14ck
Posts: 773
Member Since:
2009-03-03
nortelvoip, Go into

nortelvoip,

Go into /etc/asterisk/logger.conf

And on your console= line add ,dtmf to the end. Should look something like:

console => debug,verbose,dtmf

Then go into the asterisk CLI (asterisk -r) and watch a call. You'll see the DTMF keypresses.

--

Randall Degges
Lead Developer, RCI Telecommunications
projectb14ck - http://projectb14ck.org/ - Weblog



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.