Looks like the calls are going through dial-peer 9 as soon a you hit the
1. What do you have on that dial-peer ?

Another option would be to configure SIP dial rules so the phone will
wait to get all 4 digits before sending the invite to CME.

El lun, 28-03-2011 a las 20:11 +0200, Roig Borrell, Francesc Xavier
escribió:
> Hi all,
> 
>  
> 
> I have problems with SIP SRST. The SIP phone registers ok in SRST
> mode, but I can’t make or receive any type of calls (internal or
> external).
> 
>  
> 
> Analyzing Internal calls I’ve seen that when PhoneA (1001) dials Phone
> B (1002). Only the first number of the called number is sent. The
> debug ccsip messages shows the first invite with the 1 but there are
> not any notify messages for kpml with all the other digits
> 
>  
> 
> Have you found any problem with SRST? Is there anything I am missing
> in the config?
> 
>  
> 
> Thanks in advance!
> 
>  
> 
>  
> 
> voice service voip 
> 
>  allow-connections h323 to sip
> 
>  allow-connections sip to h323
> 
>  allow-connections sip to sip
> 
>  sip
> 
>   bind control source-interface FastEthernet0/0.240
> 
>   bind media source-interface FastEthernet0/0.240
> 
>   registrar server
> 
>  
> 
>  
> 
> voice register global
> 
>  system message SRST
> 
>  max-dn 4
> 
>  max-pool 4
> 
>  !
> 
> voice register pool  1
> 
>  id network 192.168.21.0 mask 255.255.255.0
> 
>  dtmf-relay rtp-nte
> 
>  codec g711ulaw
> 
>  
> 
> BRANCH1#sh voice register dial-peers 
> 
> dial-peer voice 40001 voip
> 
>  destination-pattern 1002
> 
>  redirect ip2ip
> 
>  session target ipv4:192.168.21.69:5060
> 
>  session protocol sipv2
> 
>  dtmf-relay rtp-nte
> 
>  digit collect kpml
> 
>  codec  g711ulaw bytes 160
> 
>   after-hours-exempt   FALSE          
> 
>  
> 
> dial-peer voice 40002 voip
> 
>  destination-pattern 1001
> 
>  redirect ip2ip
> 
>  session target ipv4:192.168.21.68:5060
> 
>  session protocol sipv2
> 
>  dtmf-relay rtp-nte
> 
>  digit collect kpml
> 
>  codec  g711ulaw bytes 160
> 
>   after-hours-exempt   FALSE           
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> BRANCH1#
> 
> *Mar 28 18:58:38.216: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
> 
>    Calling Number=1, Called Number=1, Peer Info
> Type=DIALPEER_INFO_SPEECH
> 
> *Mar 28 18:58:38.216: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
> 
>    Match Rule=DP_MATCH_DEST; Called Number=1
> 
> *Mar 28 18:58:38.216: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
> 
>    Result=Success(0) after DP_MATCH_DEST
> 
> *Mar 28 18:58:38.216: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
> 
>    Result=SUCCESS(0) 
> 
>    List of Matched Outgoing Dial-peer(s): 
> 
>      1: Dial-peer Tag=9
> 
> *Mar 28
> 18:58:38.216: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
> 
>    Calling Number=1001, Called Number=, Voice-Interface=0x0,
> 
>    Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search
> Type=PEER_TYPE_VOICE,
> 
>    Peer Info Type=DIALPEER_INFO_SPEECH
> 
> *Mar 28
> 18:58:38.216: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
> 
>    Result=Success(0) after DP_MATCH_ORIGINATE; Incoming
> Dial-peer=40002
> 
> *Mar 28
> 18:58:38.220: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
> 
>    Calling Number=1001, Called Number=, Voice-Interface=0x0,
> 
>    Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search
> Type=PEER_TYPE_VOICE,
> 
>    Peer Info Type=DIALPEER_INFO_SPEECH
> 
> *Mar 28
> 18:58:38.220: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
> 
>    Result=Success(0) after DP_MATCH_ORIGINATE; Incoming
> Dial-peer=40002
> 
> *Mar 28
> 18:58:38.220: //-1/3968292780B0/DPM/dpAssociateIncomingPeerCore:
> 
>    Calling Number=1001, Called Number=1, Voice-Interface=0x0,
> 
>    Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search
> Type=PEER_TYPE_VOICE,
> 
>    Peer Info Type=DIALPEER_INFO_SPEECH
> 
> *Mar 28
> 18:58:38.220: //-1/3968292780B0/DPM/dpAssociateIncomingPeerCore:
> 
>    Result=Success(0) after DP_MATCH_ORIGINATE; Incoming
> Dial-peer=40002
> 
> *Mar 28 18:58:38.228: //-1/3968292780B0/DPM/dpMatchPeersCore:
> 
>    Calling Number=, Called Number=1, Peer Info
> Type=DIALPEER_INFO_SPEECH
> 
> *Mar 28 18:58:38.228: //-1/3968292780B0/DPM/dpMatchPeersCore:
> 
>    Match Rule=DP_MATCH_DEST; Called Number=1
> 
> *Mar 28 18:58:38.228: //-1/3968292780B0/DPM/dpMatchPeersCore:
> 
>    Result=Partial Matches(1) after DP_MATCH_DEST
> 
> *Mar 28 18:58:38.228: //-1/3968292780B0/DPM/dpMatchPeersMoreArg:
> 
>    Result=MORE_DIGITS_NEEDED(1)
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> 
> 
> Francesc Xavier Roig Borrell
> 
> Network Senior Consultant
> 
> Integración de Sistemas y Tecnología
> 
> C/Santander, 49-51
> 
> Barcelona 08020
> 
> Tel. Fijo: (+34) 934965108 ext 64697
> 
> Tel. Móvil / Fax: (+34) 647 32 21 55 (24697) / (+34) 934965161 
> 
> email: francesc.ro...@tecnocom.es
> 
> http://www.tecnocom.es
> 
>  
> 
> Por favor, antes de imprimir este mensaje, asegúrate de que es
> necesario. Ayudemos a cuidar el medio ambiente
> 
> Este mensaje puede contener información confidencial o privilegiada.
> Si le ha llegado por error, rogamos no haga uso del mismo, avise al
> remitente y bórrelo. Consulte aviso legal
> This message may contain confidential or privileged information. If it
> has been sent to you in error, please do not use it, notify the sender
> of the error and delete it. See legal notice
> 
>  
> 
> 
> _______________________________________________
> For more information regarding industry leading CCIE Lab training, please 
> visit www.ipexpert.com


_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to