[pjsip] Call-ID

Mike Wixon mike at podelectronics.com
Wed Nov 5 08:17:44 EST 2008


I've gone ahead and made changes to support ip address after the call-id (see below).  What is the best way to submit this for possible inclusion in a future release?

  ----- Original Message ----- 
  From: Mike Wixon 
  To: pjsip at lists.pjsip.org 
  Sent: Saturday, November 01, 2008 12:27 PM
  Subject: Call-ID


  Hi all - 

  I'm new to PJSIP and I've run into a compatability problem.   I'm working with an endpoint that is looking for the IP address of the sender appended to the call-id.  Is there a configuration switch to make this happen?

  PJSIP is sending:

  ACK sip:2000 at 172.16.8.36:5060 SIP/2.0
  Via: SIP/2.0/UDP 172.16.1.37:5060;rport;branch=z9hG4bKPjf9845dfa-e322-490f-93b7-087acfca58b2
  Max-Forwards: 70
  From: sip:999 at 172.16.1.37;tag=d33539a9-6643-4ff2-916a-9ee4942462d5
  To: sip:2000 at 172.16.8.36;tag=3913955584-1
  Call-ID: 4ae0ad70-e122-4037-af39-ae32947622c7
  CSeq: 5281 ACK
  Content-Length:  0

  And I need:

  ACK sip:2000 at 172.16.8.36:5060 SIP/2.0
  Via: SIP/2.0/UDP 172.16.1.37:5060;rport;branch=z9hG4bKPjf9845dfa-e322-490f-93b7-087acfca58b2
  Max-Forwards: 70
  From: sip:999 at 172.16.1.37;tag=d33539a9-6643-4ff2-916a-9ee4942462d5
  To: sip:2000 at 172.16.8.36;tag=3913955584-1
  Call-ID: 4ae0ad70-e122-4037-af39-ae32947622c7 at 172.16.1.37
  CSeq: 5281 ACK
  Content-Length:  0

  Any help would be appreciated.

  Thanks 
  -Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20081105/8907e9d7/attachment-0001.html>


More information about the pjsip mailing list