06-24-2012 10:53 AM - edited 03-16-2019 11:49 AM
Hello all, I've trouble to make connections with my SIP operator. I have Cisco 2911 router. I can to register and when I check registration status show command shows that my router is registered but I can't make any connection I always have wait signal. I thought it is SIP operator problem but with the different SIP operator I have the same problem - when I make connection i have information no Codec - I don't know how to fix it. Please help.
When I chceck call status during the call using command sh sip-ua calls called-number 800900900 I've return:
while connection time I've chear waiting signal
Total SIP call legs:29, User Agent Client:1, User Agent Server:28
SIP UAC CALL INFO
Call 1
SIP Call ID : 2611C8FE-BD5311E1-B982BB06-1C59C87F@64.44.212.11
State of the call : STATE_RECD_PROCEEDING (4)
Substate of the call : SUBSTATE_NONE (0)
Calling Number : 56
Called Number : 800900900
Bit Flags : 0xC00018 0x10800100 0x4280
CC Call ID : 74113
Source IP Address (Sig ): 64.44.212.11
Destn SIP Req Addr:Port : [79.133.193.90]:5060
Destn SIP Resp Addr:Port: [79.133.193.90]:5060
Destination Name : sip.extravoip.pl
Number of Media Streams : 1
Number of Active Streams: 1
RTP Fork Object : 0x0
Media Mode : flow-through
Media Stream 1
State of the stream : STREAM_ACTIVE
Stream Call ID : 74113
Stream Type : voice+dtmf (1)
Stream Media Addr Type : 1
Negotiated Codec : No Codec (0 bytes)
Codec Payload Type : 255 (None)
Negotiated Dtmf-relay : inband-voice
Dtmf-relay Payload Type : 0
QoS ID : -1
Local QoS Strength : BestEffort
Negotiated QoS Strength : BestEffort
Negotiated QoS Direction : None
Local QoS Status : None
Media Source IP Addr:Port: [64.44.212.11]:16476
At the another operator i've identical problem- No Codec
dial-peer command section
dial-peer voice 2 voip
description VOIP outbound
translation-profile outgoing OUT
destination-pattern 0[1-9]........
session protocol sipv2
session target sip-server
dtmf-relay rtp-nte
codec g711alaw
But I tried with that
Code:
dial-peer voice 2 voip
description VOIP outbound
translation-profile outgoing OUT
destination-pattern 0[1-9]........
session protocol sipv2
session target sip-server
voice-class codec 1
dtmf-relay rtp-nte
where voice class was: (I checked recommended codec settings at the operator website)
Code:
voice class codec 1
codec preference 1 g711alaw
codec preference 2 g711ulaw
codec preference 3 g729r8
SIP-UA configuration section
Code:
sip-ua
credentials username extravoip_XXXXXX password 7 XXXXXXXXXXXXXXXXXXXX realm ipv4:79.133.193.90
authentication username extravoip_XXXXXX password 7 XXXXXXXXXXXXXXXXXXXX
registrar ipv4:79.133.193.90 expires 900 auth-realm extravoip_XXXXXXXX
sip-server ipv4:79.133.193.90
I'VE NO IDEA WHY IT ISN'T WORKING, PLEASE HELP
debug output during the call
Code:
debug ccsip error
Code:
Jun 24 17:18:00.377: //75967/60CCAC2780C1/SIP/Error/ccsip_ipip_media_forking_read_from_TDContainer:
MF: Unable to read data from TD Container..
Jun 24 17:18:00.377: //75967/60CCAC2780C1/SIP/Error/ccsip_ipip_media_forking_forked_leg_config:
MF: TD container cannot be read/container is NULL. Setting of forked call leg failed..
Jun 24 17:18:00.377: //75967/60CCAC2780C1/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
SIP: (75967) Group (a= group line) attribute, level 65535 instance 1 not found.
SIP: (75967) Group (a= group line) attribute, level 65535 instance 1 not found.
SIP: (75967) Group (a= group line) attribute, level 65535 instance 1 not found.
SIP: (75967) Group (a= group line) attribute, level 65535 instance 1 not found.
Jun 24 17:18:00.621: //75967/60CCAC2780C1/SIP/Error/sipSPILocateInviteDialogCCB:
Could not find ccb for response
Jun 24 17:18:01.481: //-1/xxxxxxxxxxxx/SIP/Error/sipSPIFindBranchEntry:
invalid ccb, bName or branch list for sipSPIFindBranchEntry
Jun 24 17:18:01.581: //75967/60CCAC2780C1/SIP/Error/sipSPIAddPrivacyHeader:
Orig Container is NULL...should have value
Jun 24 17:18:02.081: //75967/60CCAC2780C1/SIP/Error/sipSPIAddPrivacyHeader:
Orig Container is NULL...should have value
Jun 24 17:18:03.085: //75967/60CCAC2780C1/SIP/Error/sipSPIAddPrivacyHeader:
Orig Container is NULL...should have value
Jun 24 17:18:05.089: //75967/60CCAC2780C1/SIP/Error/sipSPIAddPrivacyHeader:
Orig Container is NULL...should have value
Jun 24 17:18:12.945: //75969/699BE87E80C7/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.945: //75969/699BE87E80C7/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.949: //75969/699BE87E80C7/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.949: //75969/699BE87E80C7/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.949: //75970/699C853E80C8/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.949: //75970/699C853E80C8/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.949: //75970/699C853E80C8/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.949: //75970/699C853E80C8/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.953: //75971/699C853E80C9/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.953: //75971/699C853E80C9/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.953: //75971/699C853E80C9/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.953: //75971/699C853E80C9/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.953: //75972/699D216680CA/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.953: //75972/699D216680CA/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.953: //75972/699D216680CA/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.953: //75972/699D216680CA/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.957: //75973/699D216680CB/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.957: //75973/699D216680CB/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.957: //75973/699D216680CB/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.957: //75973/699D216680CB/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.957: //75974/699DBD8E80CC/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.957: //75974/699DBD8E80CC/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.957: //75974/699DBD8E80CC/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.957: //75974/699DBD8E80CC/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.957: //75975/699DBD8E80CD/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.961: //75975/699DBD8E80CD/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.961: //75975/699DBD8E80CD/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.961: //75975/699DBD8E80CD/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.961: //75976/699E59B680CE/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.961: //75976/699E59B680CE/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.961: //75976/699E59B680CE/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.961: //75976/699E59B680CE/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.965: //75977/699E59B680CF/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.965: //75977/699E59B680CF/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.965: //75977/699E59B680CF/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.965: //75977/699E59B680CF/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.965: //75978/699EF5DE80D0/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.965: //75978/699EF5DE80D0/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.965: //75978/699EF5DE80D0/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.965: //75978/699EF5DE80D0/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.965: //75979/699EF5DE80D1/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.969: //75979/699EF5DE80D1/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.969: //75979/699EF5DE80D1/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.969: //75979/699EF5DE80D1/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.969: //75980/699F920680D2/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.969: //75980/699F920680D2/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.969: //75980/699F920680D2/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.969: //75980/699F920680D2/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.973: //75981/699F920680D3/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.973: //75981/699F920680D3/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.973: //75981/699F920680D3/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.973: //75981/699F920680D3/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.973: //75982/69A02E2E80D4/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.973: //75982/69A02E2E80D4/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.973: //75982/69A02E2E80D4/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.973: //75982/69A02E2E80D4/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.977: //75983/69A02E2E80D5/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.977: //75983/69A02E2E80D5/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.977: //75983/69A02E2E80D5/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.977: //75983/69A02E2E80D5/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.977: //75984/69A0CAEE80D6/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.977: //75984/69A0CAEE80D6/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.977: //75984/69A0CAEE80D6/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.977: //75984/69A0CAEE80D6/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.981: //75985/69A0CAEE80D7/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.981: //75985/69A0CAEE80D7/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.981: //75985/69A0CAEE80D7/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.981: //75985/69A0CAEE80D7/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.981: //75986/69A1671680D8/SIP/Error/sipSPIGetPeerByCalledPartyId:
input arg error
Jun 24 17:18:12.981: //75986/69A1671680D8/SIP/Error/sipSPIUpdateCallInfo:
input argument error
Jun 24 17:18:12.981: //75986/69A1671680D8/SIP/Error/ccsip_ipip_media_forking_update_preferred_codec:
MF: Not a Forked SIP leg..
Jun 24 17:18:12.981: //75986/69A1671680D8/SIP/Error/ccsip_ipip_media_forking_anchor_leg_config:
MF: Dial-peer is absent..
Jun 24 17:18:12.985: //75987/69A1671680D9/SIP/Error/sipSPIGetPeerByCalledPartyId: