[asterisk-bugs] [JIRA] (ASTERISK-22949) PJSIP MESSAGE support does not present the contact information on outbound messages

Matt Jordan (JIRA) noreply at issues.asterisk.org
Sat Dec 7 19:51:04 CST 2013


Matt Jordan created ASTERISK-22949:
--------------------------------------

             Summary: PJSIP MESSAGE support does not present the contact information on outbound messages
                 Key: ASTERISK-22949
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22949
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_pjsip_messaging
    Affects Versions: 12.0.0-beta1
         Environment: Fedora 19 x86_64
            Reporter: Anthony Messina
            Severity: Minor


When processing SIP MESSAGE requests, PJSIP does not add/retain the contact information of the sender on the outbound message, which makes it difficult for clients to display messages in a usable fashion.  Primarily, the "User Name" portion of the callerid is removed from the "From" header, and the fromdomain/from_domain is replaced with the IP addr of the AOR.  Also, it modifies "sip" to "sips".

{code}
From: <sips:testuser at 10.1.2.204>;tag=d3df0476-9b58-4565-b300-8cb7bad5f514
{code}

I'll attach pjsip logs for one inbound/outbound circuit where I'm simply sending a MESSAGE to myself.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list