[asterisk-bugs] [JIRA] (ASTERISK-26600) SIP User to User (UUI)

Cyril CONSTANTIN (JIRA) noreply at issues.asterisk.org
Tue Nov 15 08:00:10 CST 2016


Cyril CONSTANTIN created ASTERISK-26600:
-------------------------------------------

             Summary: SIP User to User (UUI)
                 Key: ASTERISK-26600
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26600
             Project: Asterisk
          Issue Type: Information Request
      Security Level: None
          Components: Channels/chan_sip/General
    Affects Versions: 11.20.0
         Environment: Debian
            Reporter: Cyril CONSTANTIN
            Severity: Blocker


Hi Guys,

I'm trying to send through SIP a UUI (User to User) field from Asterisk to Avaya Session Manager, from last exchange I got with them it looks that I'm not sending UUI under expected format by Avaya using RFC standard https://tools.ietf.org/html/rfc7433.

I tried to send it under different way in my dialplan by adding SIP Private header as per below, but no one is accepted by Avaya even if they can see it, Avaya can't decode it properly, here you have all different way I tried:

same => n,SIPAddHeader(User-to-User: 123434)
same => n,SIPAddHeader(X-User-to-User: 123434)
same => n,SIPAddHeader(User-to-User: 123434\;encoding=hex\;purpose=foo\;content=bar)
same => n,SIPAddHeader(X-User-to-User: 123434\;encoding=hex\;purpose=foo\;content=bar)
same => n,SIPAddHeader(User-to-User: 123434\;encoding=hex)
same => n,SIPAddHeader(X-User-to-User: 123434\;encoding=hex)

Any help on it would be appreciated.

Thanks for the usual support

Best Regards




--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list