06-30-2014 08:31 PM - edited 03-16-2019 11:15 PM
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
Solved! Go to Solution.
07-02-2014 07:11 AM
It messed up the dial-peers configuration, please take a deep breath and have a little walk and then remove other dial peer (10,11 & 12) make sure dial-peer looks like below and then dial 9137129524, currently call is hitting to dial-peer 0 (because there is no dial-peer ocnfigured to receive 19137129524) and again it trying to go out using dial-peer 1..
dial-peer voice 1 voip
translation-profile outgoing addlocal
destination-pattern 1[2-9]..[2-9]......T
no modem passthrough
session protocol sipv2
session target dns:sip.flowroute.com
incoming called-number .
translation-profile incoming GRP_1001_1002
dtmf-relay rtp-nte
no vad
Suresh
06-30-2014 10:26 PM
Please put below command under "dial-peer voice 1 voip"
incoming called-number .
If no success, then attach the "debug voip ccapi inout"
Suresh
07-02-2014 05:44 AM
07-02-2014 06:11 AM
Try to add this:
voice hunt-group 1 parallel
list 1001,1002
pilot 2000
voice translation-rule 10
rule 1 /17852465184/ /1002/
rule 2 /7852465184/ /1002/
voice translation-profile GRP_1002
translate called 10
voice translation-rule 12
rule 1 /9137129524/ /2000/
voice translation-profile GRP_1001_1002
translate called 12
dial-peer voice 10 voip
description incoming calls
translation-profile incoming GRP_1002
destination-pattern 17852465184
b2bua
modem passthrough nse codec g711alaw
session protocol sipv2
session target ipv4:192.168.1.2
session transport udp
incoming called-number 17852465184
dtmf-relay rtp-nte
codec g711alaw
fax rate disable
fax protocol pass-through g711alaw
no vad
dial-peer voice 11 voip
description incoming calls
translation-profile incoming GRP_1002
destination-pattern 7852465184
b2bua
modem passthrough nse codec g711alaw
session protocol sipv2
session target ipv4:192.168.1.2
session transport udp
incoming called-number 7852465184
dtmf-relay rtp-nte
codec g711alaw
fax rate disable
fax protocol pass-through g711alaw
no vad
dial-peer voice 12 voip
description incoming calls
translation-profile incoming GRP_1001_1002
destination-pattern 9137129524
b2bua
modem passthrough nse codec g711alaw
session protocol sipv2
session target ipv4:192.168.1.2
session transport udp
incoming called-number 9137129524
dtmf-relay rtp-nte
codec g711alaw
fax rate disable
fax protocol pass-through g711alaw
no vad
Regards.
07-02-2014 06:18 AM
Still getting call can't be completed as dialed... Config and Debug attached.