cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tech706
New Contributor

Having trouble with dial plan on 900e

The setup has the fxs port registered as sip endpoint. When I make calls that match the default dial plan the call cuts through immediately. If I try to make a call that requires a star code first there is about a four second delay before the call is cut through. I have tried about every combo in the dial plan, even trying the exact number and there is still a delay. The testing has been done with the *82 code to a long distance number.

Also, is there a way to insert a recall tone or a confirmation tone after certain digits are dialed. I looked through the documentation and could not find a reference.

Thank you for your help.

voice feature-mode network

voice forward-mode network

!

!

!

!

!

!

!

!

voice timeouts named-digit-timeout quick 2

!

voice dial-plan 1 local NXX-NXX-XXXX

voice dial-plan 2 long-distance 1-NXX-NXX-XXXX

voice dial-plan 3 international 011$

voice dial-plan 4 operator-assisted 0$

voice dial-plan 5 user1 N11

voice dial-plan 6 user1 *82-1-NXX-NXX-XXXX

!

!

!

!

voice codec-list G729First

  codec g729

  codec g711ulaw

!

voice codec-list G711First

  codec g711ulaw

  codec g729

!

!

!

voice trunk T01 type sip

  description "SIP"

  sip-server primary

  registrar primary

  outbound-proxy primary

  domain

!

!

voice grouped-trunk TEST

  trunk T01

  accept NXX-NXX-XXXX cost 0

  accept 1-NXX-NXX-XXXX cost 0

  accept 011-$ cost 0

  accept 411 cost 0

  accept 611 cost 0

  accept 911 cost 0

  accept 311 cost 0

  accept 811 cost 0

  accept *73 cost 0

  accept *72 cost 0

  accept *82-NXX-NXX-XXXX cost 0

  accept *72-1-NXX-NXX-XXXX cost 0

  accept *72-NXX-NXX-XXXX cost 0

  accept *67-1-NXX-NXX-XXXX cost 0

  accept *67-NXX-NXX-XXXX cost 0

  accept *74-N cost 0

  accept *75-NM cost 0

  accept *52-1-NXX-NXX-XXXX cost 0

  accept *52-NXX-NXX-XXXX cost 0

  accept *18 cost 0

  accept *70-1-NXX-NXX-XXXX cost 0

  accept *70-NXX-NXX-XXXX cost 0

  accept *37[12] cost 0

  accept 011X$ cost 0

  accept *78 cost 0

  accept *79 cost 0

  accept *82-1-NXX-NXX-XXXX cost 0

!

!

voice user 1

  connect fxs 0/1

  no cos

  first-name ""

  last-name ""

  password encrypted ""

  sip-identity  T01 register auth-name  password encrypted

  sip-authentication password encrypted 

!

0 Kudos
1 Reply
tech706
New Contributor

Re: Having trouble with dial plan on 900e

I found a solution. I used mgcp protocol so that all the dialing features and control is handled by our softswitch. Works like a champ!