Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SIP Gateway Incoming Dialing-peers Issue

Status
Not open for further replies.

xion69

Technical User
Oct 4, 2006
27
US
Guys,

I am a bit stuck here. I have outgoing calls working but seem to have a problem with incoming. When the sip gateway sends the invite I send back a trying and not found. They are sending 10 digits 3379057801 which I have in the dialing-peer.

Can someone shed some light on this?

Cisco CME 4.1(0) with IOS C2600-IPVOICEK9-M-12.4(11)XJ4


Thanks

version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret 5 somepass
!
no aaa new-model
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
ip domain name jnl-data.local
ip name-server 192.168.16.50
multilink bundle-name authenticated
!
!
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
no supplementary-service h450.2
no supplementary-service h450.3
supplementary-service h450.12
fax protocol pass-through g711ulaw
h323
call start slow
sip
bind control source-interface FastEthernet0/0
bind media source-interface FastEthernet0/0
header-passing
!
!
!
!
!
!
!
!
!
!
!
!
voice translation-rule 1
rule 1 /^337\(.*\)/ /9\1/
rule 2 /\(..........\)/ /91\1/
!
!
voice translation-profile filter_337
translate calling 1
!
!
!
!
!
!
username admin password 0 pass
!
vlan internal allocation policy ascending
!
!
!
!
interface FastEthernet0/0
ip address 192.168.16.75 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip route 0.0.0.0 0.0.0.0 192.168.16.1
ip route 192.168.16.0 255.255.255.0 192.168.16.1
!
ip http server
ip http authentication local
no ip http secure-server
!
!
!
control-plane
!
!
!
!
!
!
!
dial-peer voice 5 voip
translation-profile outgoing SIP
destination-pattern .......
session protocol sipv2
session target ipv4:207.191.12.60
incoming called-number 337905....
dtmf-relay rtp-nte
codec g711ulaw
ip qos dscp cs5 media
no vad
!
dial-peer voice 6 voip
translation-profile incoming SIP
destination-pattern 1..........
session protocol sipv2
session target ipv4:207.191.12.60
incoming called-number 337905....
dtmf-relay rtp-nte
codec g711ulaw
ip qos dscp cs5 media
no vad
!
!
sip-ua
authentication username 3379057801 password pass
no remote-party-id
retry invite 4
retry response 3
retry bye 2
retry cancel 2
retry register 5
retry options 0
timers register 250
registrar ipv4:207.191.12.60 expires 3600
sip-server ipv4:207.191.12.60
host-registrar
!
!
telephony-service
load 7960-7940 P00308000500
max-ephones 12
max-dn 24
ip source-address 192.168.16.75 port 2000
calling-number local
system message JNL Test System
url services dialplan-pattern 1 3379057... extension-length 4 extension-pattern 7...
voicemail 5000
mwi relay
max-conferences 4 gain -6
call-forward pattern 4...
web admin system name admin password pass
transfer-system full-consult
transfer-pattern 52540..
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn 1
number 7801 secondary 3379057801 no-reg both
label 7801
description 7801
name 7801
call-forward busy 5000
call-forward noan 5000 timeout 12
!
!
ephone-dn 2
number 7802 secondary 3379057802 no-reg both
label 7802
description 7802
name 7802
call-forward busy 5000
call-forward noan 5000 timeout 12
!
!
ephone-dn 3
number 7803 secondary 3379057803 no-reg both
label 7803
description 7803
name 7803
call-forward busy 5000
call-forward noan 5000 timeout 12
no huntstop
!
!
ephone-dn 4
number 5000
name Voice Messaging Port 1
no huntstop
!
!
ephone-dn 5
number A01
name MWI Only
mwi on-off
!
!
ephone-dn 6
number 9998 secondary 9999
name 3379057801
no huntstop
mwi on-off
!
!
ephone-dn 7
number 3379057801
label 337-905-7801
description 3379057801
name 3379057801
no huntstop
!
!
ephone 1
username "jon1" password pass
mac-address 0015.6278.86A7
paging-dn 1 unicast
type 7960
button 1:1 2:2 3:3
!
!
!
ephone 2
username "jon" password pass
mac-address 0009.7CBE.C70A
paging-dn 2 unicast
type 7940
button 1:2 2:1
!
!
!
ephone 3
vm-device-id cvm2
button 1:3
!
!
!
ephone 4
vm-device-id cvm1
button 1:4
!
!
!
ephone 5
vm-device-id cvm3
!
!
!
line con 0
line aux 0
line vty 0 4
login local
!
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top