cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5289
Views
30
Helpful
38
Replies

SIP Config Help

jwood1650
Level 1
Level 1

I am unable to receive calls to my IP phones when I dial my DIDs.  I can make calls out just fine, just not sure why I can't call in.  To test I use my cell phone to place a call to my DID (provided my flowroute) and I just get a disconnect tone a few seconds later.  

Attached is my current config (FYI I'm new to VOIP and this is a home setup, so any modes that need to be made won't effect anything important)

Cisco 2821 / C2800NM-ADVENTERPRISEK9-M), Version 15.1(4)M8

CME 8.0

Cisco 7975

Flowroute SIP provider

 

Thank in advance for the help

38 Replies 38

What would that look like? Sorry not to spun up on CME

Hi,

 

Kindly do the below and the other number will work too.

voice translation-rule 12
 rule 1 /^19137129524/ /2000/
 rule 2 /19137129524/ /2000/
 rule 3 /9137129524/ /2000/
 rule 4 /^17852465184/ /1002/
 rule 5 /17852465184/ /1002/
 rule 6 /7852465184/ /1002/

 

 

Hi jwood,

Also kindly remove the "destination-pattern" command from the dial-peer

 

dial-peer voice 10 voip

no destination-pattern 17852465184

 

Tagir Temirgaliyev
Spotlight
Spotlight

you need 

1. incoming translation rule

2. incoming traslation profile

3. incoming dial-peer

 

post here incomong number and I will do

My two numbers are 9137129524 and 7852465184

Thank you

voice translation-rule 10
 rule 1 /^9137129524/ /1001/
 rule 2 /^7852465184/ /1002/


voice translation-profile PROVIDER_in
 translate called 10

dial-peer voice 10 voip
 translation-profile incoming PROVIDER_in
 incoming called-number .
 session protocol sipv2
 session target dns:sip.flowroute.com
 voice-class codec 1
 dtmf-relay rtp-nte
 no vad
!

Awesome thanks, how hard would it be to have the 9137129524 ring both 1001 and 1002?

Just loaded the config, but still no calls go through.  Attached is my config and debug.

thanks for the help

please make a small change in translation rule which is posted by ttemirgaliyev (+5) as below and then check

rule 1 /^19137129524/ /1001/

 

Suresh