cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
931
Views
30
Helpful
3
Replies

CME - Phone only displays first digit of dialed party

John Huthmaker
Level 4
Level 4

I have a cisco 2901 running CME.  I have dial peers to reach outside, and one inside to reach my CUC server.  I have a 9971 phone.  Regardless of whether I dial my 4 digit voice mail pilot, or my 9+11 long distance number, it only shows the first digit on the phone.  I have translation patterns, but none would match the voice mail pilot, so that cant be it.  Can someone look at my config and see if you can spot the problem?  Here is the relavent config.  Thank you very much.

 

voice service voip
 no ip address trusted authenticate
 allow-connections h323 to h323
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip
 supplementary-service h450.12
 no supplementary-service sip moved-temporarily
 no supplementary-service sip refer
 fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
 sip
  bind control source-interface g0/0.11
  bind media source-interface g0/0.11
  registrar server expires max 250 min 200
  no call service stop
!
voice class codec 1
 codec preference 1 g711ulaw
 codec preference 2 g711alaw
!
!
voice register global
 mode cme
 source-address 10.0.3.1 port 5060
 max-dn 10
 max-pool 5
 authenticate register
 authenticate realm all
 voicemail 4100
 tftp-path flash:
 create profile sync 0033715615390558
 ntp-server 98.143.24.53 mode directedbroadcast
 camera
 video
!
voice register dn  1
 number 1000
 call-forward b2bua busy 4100
 call-forward b2bua noan 4100 timeout 15
 call-forward b2bua unregistered 4100
 name John Huthmaker
 label John Huthmaker
 mwi
!
voice register pool  1
 id mac 8875.5650.225C
 type 9971
 number 1 dn 1
 dtmf-relay rtp-nte
 username 1000 password 12345
 description +15624730887
 codec g711ulaw

 

 

voice translation-rule 1
 rule 1 /189388/ /1000/
!
voice translation-rule 2
 rule 1 /9562+/ /562/
!
voice translation-rule 4
 rule 1 /91+/ /1/
!
voice translation-rule 5
 rule 1 /9011+/ /011/
!
voice translation-rule 7
 rule 1 /1000/ /15624730887/
!
!
voice translation-profile Caller-ID
 translate calling 7
!
voice translation-profile INCOMING
 translate called 1
!
voice translation-profile International
 translate calling 7
 translate called 5
!
voice translation-profile Local10
 translate calling 7
 translate called 2
!
voice translation-profile LongDistance
 translate calling 7
 translate called 4

 

dial-peer voice 10 voip
 description Business1 11-Digit Outgoing
 translation-profile incoming INCOMING
 translation-profile outgoing LongDistance
 destination-pattern 91..........
 session protocol sipv2
 session target ipv4:96.44.149.186
 incoming called-number .
 dtmf-relay rtp-nte
 codec g711ulaw
 no vad
!
dial-peer voice 11 voip
 translation-profile outgoing Local10
 destination-pattern 9[^1]..[2-9]......
 session protocol sipv2
 session target ipv4:96.44.149.186
 dtmf-relay rtp-nte
 codec g711ulaw
!
dial-peer voice 12 voip
 translation-profile outgoing International
 destination-pattern 9011T
 session protocol sipv2
 session target ipv4:96.44.149.186
 dtmf-relay rtp-nte
 codec g711ulaw
!
dial-peer voice 13 voip
 destination-pattern *97
 session protocol sipv2
 session target ipv4:96.44.149.186
 dtmf-relay rtp-nte
 codec g711ulaw
!
dial-peer voice 4100 voip
 description VoiceMail Pilot
 max-conn 8
 destination-pattern 4100$
 session protocol sipv2
 session target ipv4:10.0.3.3
 dtmf-relay rtp-nte
 codec g711ulaw
 no vad

 

 

 

 

 

 

 

 

3 Replies 3

John Huthmaker
Level 4
Level 4

I solved my own problem.  And it wasnt in anything I listed above.

 

Under SIP-UA I had the command "no remote-party-id"

Hi Huth,

+5 for sharing the results back here.

Thanks

thanks for sharing, one command solution, cool