>>> George Niculae <[email protected]> 06/15/12 5:09 PM >>>
On Fri, Jun 15, 2012 at 11:41 PM, Matt White <[email protected]> wrote:
>>>> George Niculae <[email protected]> 06/15/12 4:34 PM >>>
>
>Debug would be the best shot
>
>> Perhaps setting the log to trace wouldnt get me that anyways.
>>
>> I have fixed any VIA header issues I had earlier.  But sipxbridge still
>> bombs with: Unexpected error creating contact header
>>
>> I'm just now looking at how siputilities process the contact header but so
>> far the "200 OK" response looks ok to me.
>>
>> Is there any other debug tool that might dump more info on the contactheader
>> exception?
>
>
>AFAIK I don't think so, what is the exception you get in sipxbridge log?
>

Here is the section in the sipxbridge.log.  This error occurs after sipxbridge 
sends the Re-invite and the Seiemens sends back the 200 OK


FATAL:pbx1:Thread-57:00000000:SipUtilities:"Unexpected exception creating 
contact header"
java.lang.NullPointerException
    at 
org.sipfoundry.sipxbridge.SipUtilities.createContactHeader(SipUtilities.java:295)
    at 
org.sipfoundry.sipxbridge.CallControlManager.forwardSdpSolicitationResponse(CallControlManager.java:1599)
    at 
org.sipfoundry.sipxbridge.CallControlManager.processInviteResponse(CallControlManager.java:2771)
    at 
org.sipfoundry.sipxbridge.CallControlManager.processResponse(CallControlManager.java:3078)
    at 
org.sipfoundry.sipxbridge.SipListenerImpl.processResponse(SipListenerImpl.java:617)
    at gov.nist.javax.sip.EventScanner.deliverEvent(EventScanner.java:291)
    at gov.nist.javax.sip.SipProviderImpl.handleEvent(SipProviderImpl.java:192)
    at gov.nist.javax.sip.DialogFilter.processResponse(DialogFilter.java:1278)
    at 
gov.nist.javax.sip.stack.SIPClientTransaction.inviteClientTransaction(SIPClientTransaction.java:768)
    at 
gov.nist.javax.sip.stack.SIPClientTransaction.processResponse(SIPClientTransaction.java:535)
    at 
gov.nist.javax.sip.stack.SIPClientTransaction.processResponse(SIPClientTransaction.java:1453)
    at 
gov.nist.javax.sip.stack.UDPMessageChannel.processMessage(UDPMessageChannel.java:541)
    at 
gov.nist.javax.sip.stack.UDPMessageChannel.processIncomingDataPacket(UDPMessageChannel.java:459)
    at 
gov.nist.javax.sip.stack.UDPMessageChannel.run(UDPMessageChannel.java:295)
    at java.lang.Thread.run(Thread.java:662)
"2012-06-15T19:14:36.363000Z":6862:JAVA:ERR:pbx1:Thread-57:00000000:CallControlManager:"Exception
 while processing inbound response "
org.sipfoundry.sipxbridge.SipXbridgeException: Unexpected error creating 
contact header
    at 
org.sipfoundry.sipxbridge.SipUtilities.createContactHeader(SipUtilities.java:349)
    at 
org.sipfoundry.sipxbridge.CallControlManager.forwardSdpSolicitationResponse(CallControlManager.java:1599)
    at 
org.sipfoundry.sipxbridge.CallControlManager.processInviteResponse(CallControlManager.java:2771)
    at 
org.sipfoundry.sipxbridge.CallControlManager.processResponse(CallControlManager.java:3078)
    at 
org.sipfoundry.sipxbridge.SipListenerImpl.processResponse(SipListenerImpl.java:617)
    at gov.nist.javax.sip.EventScanner.deliverEvent(EventScanner.java:291)
    at gov.nist.javax.sip.SipProviderImpl.handleEvent(SipProviderImpl.java:192)
    at gov.nist.javax.sip.DialogFilter.processResponse(DialogFilter.java:1278)
    at 
gov.nist.javax.sip.stack.SIPClientTransaction.inviteClientTransaction(SIPClientTransaction.java:768)
    at 
gov.nist.javax.sip.stack.SIPClientTransaction.processResponse(SIPClientTransaction.java:535)
    at 
gov.nist.javax.sip.stack.SIPClientTransaction.processResponse(SIPClientTransaction.java:1453)
    at 
gov.nist.javax.sip.stack.UDPMessageChannel.processMessage(UDPMessageChannel.java:541)
    at 
gov.nist.javax.sip.stack.UDPMessageChannel.processIncomingDataPacket(UDPMessageChannel.java:459)
    at 
gov.nist.javax.sip.stack.UDPMessageChannel.run(UDPMessageChannel.java:295)
    at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NullPointerException
    at 
org.sipfoundry.sipxbridge.SipUtilities.createContactHeader(SipUtilities.java:295)
    ... 14 more

_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to