Coons, Mike
2007-Oct-05 22:14 UTC
[asterisk-users] Malformed/Missing URL error from cisco call manager
I've seen this question floating around, but yet to see any answers. PLEASE let me know if anyone has figured this out. I've got a SIP trunk between Cisco Call Manager 4.x (10.200.204.10) and Asterisk 1.4 (10.200.204.40). I'm trying to send calls from CM to Asterisk. It appears Asterisk is sending info back that CM doesn't like. I keep getting a SIP/2.0 400 Bad Request - 'Malformed/Missing URL' error. What is Call Manager looking for!!!??? Here is my CM log: //////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////// 10/05/2007 15:30:17.381 CCM|Incoming UDP SIP message size 494 from 10.200.204.40:[5060]: OPTIONS sip:10.200.204.10 SIP/2.0 Via: SIP/2.0/UDP 10.200.204.40:5060;branch=z9hG4bK01e1b958;rport From: "asterisk" <sip:asterisk at 10.200.204.40>;tag=as7d7e63d3 To: <sip:10.200.204.10> Contact: <sip:asterisk at 10.200.204.40> Call-ID: 7a7a66ed614ace89492de88646b9a3d8 at 10.200.204.40 CSeq: 102 OPTIONS User-Agent: Asterisk PBX Max-Forwards: 70 Date: Fri, 05 Oct 2007 21:36:27 GMT Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY Supported: replaces Content-Length: 0 |<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10><CT::1,100,10,1.20257><IP: :><DEV::> 10/05/2007 15:30:17.381 CCM|CCSIP_STATES_DEBUG:0x812b408 : State change from (STATE_NONE, SUBSTATE_NONE) to (STATE_IDLE, SUBSTATE_NONE)|<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10><CT::1,100,1 21,1.20257><IP:: ><DEV::10.204.200.10> 10/05/2007 15:30:17.381 CCM|CCSIP_ERR_DEBUG:Unknown/unsupported URL schema|<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10><CT::1,100,121,1.202 57><IP:: ><DEV::10.204.200.10> 10/05/2007 15:30:17.381 CCM|CCSIP_EVENTS_DEBUG:Queued event from SIP SPI : SIPSPI_EV_SEND_MESSAGE|<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10><CT: :1,100,121,1.20257><IP:: ><DEV::10.204.200.10> 10/05/2007 15:30:17.381 CCM|CCSIP_STATES_DEBUG:0x812b408 : State change from (STATE_IDLE, SUBSTATE_NONE) to (STATE_DEAD, SUBSTATE_NONE)|<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10><CT::1,100,1 21,1.20257><IP:: ><DEV::10.204.200.10> 10/05/2007 15:30:17.381 CCM|CCSIP_INFO_DEBUG:There are 0 events on the internal queue that are going to be free'd|<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10><CT::1,100,121,1.202 57><IP:: ><DEV::10.204.200.10> 10/05/2007 15:30:17.381 CCM|SIP_TIMER_STOP type=SIP_TIMER_FREE_CCB value=32000 retries=0 ccb=812b408|<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10><CT::1,100,121, 1.20257><IP:: ><DEV::10.204.200.10> 10/05/2007 15:30:17.381 CCM|SIPStartTimer type=SIP_TIMER_FREE_CCB value=32000 retries=0 ccb=812b408|<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10><CT::1,100,121, 1.20257><IP:: ><DEV::10.204.200.10> 10/05/2007 15:30:17.381 CCM|Outgoing UDP SIP message to 10.200.204.40:[5060]: SIP/2.0 400 Bad Request - 'Malformed/Missing URL' Via: SIP/2.0/UDP 10.200.204.40:5060;branch=z9hG4bK01e1b958;rport From: "asterisk" <sip:asterisk at 10.200.204.40>;tag=as7d7e63d3 To: <sip:10.200.204.10> Call-ID: 7a7a66ed614ace89492de88646b9a3d8 at 10.200.204.40 CSeq: 102 OPTIONS Content-Length: 0 |<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10><CT::1,100,121,1.20257><IP :: ><DEV::10.204.200.10> 10/05/2007 15:30:17.381 CCM|EnvProcessUdpPort - EnvProcessUdpHandler::fireSignal() varId 0|<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10><CT::1,100,121,1.20257><I P:: ><DEV::10.204.200.10> 10/05/2007 15:30:17.381 CCM|EnvProcessUdpPort - EnvProcessUdpHandler::send(buff, 301, 10.200.204.40:5060)|<CLID::FLCVOIPP1-Cluster><NID::10.200.204.10> Mike Coons Network & Telecommunication Services Fort Lewis College Information Technology 1000 Rim Dr Durango, CO 81301 Voice: 970-247-7666 coons_m at fortlewis.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071005/92944d31/attachment.htm
Philipp Kempgen
2007-Oct-05 23:02 UTC
[asterisk-users] Malformed/Missing URL error from cisco call manager
Coons, Mike wrote:> I've seen this question floating around, but yet to see any answers. > PLEASE let me know if anyone has figured this out. I've got a SIP trunk > between Cisco Call Manager 4.x (10.200.204.10) and Asterisk 1.4 > (10.200.204.40). I'm trying to send calls from CM to Asterisk. It > appears Asterisk is sending info back that CM doesn't like. I keep > getting a SIP/2.0 400 Bad Request - 'Malformed/Missing URL' error. What > is Call Manager looking for!!!??? Here is my CM log:[snip] Maybe it helps to set qualify=no in your sip.conf? Just a wild guess ... Regards, Philipp Kempgen -- amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de Let's use IT to solve problems and not to create new ones. Asterisk? -> http://www.das-asterisk-buch.de Gesch?ftsf?hrer: Stefan Wintermeyer Handelsregister: Neuwied B 14998