You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking over the existing code for contact headers, it does not appear to be possible to create a sip packet with multiple URI's in the contact header, for example, a contact header like the following:
Ah yes, even if you add the same header multiple times there is no option to have the SIP Message combine them into one line. I am actually in the process of a major re-write to make everything immutable and as part of that I could add an option to the SIP Message that when it serializes itself that you can specify the behavior around how headers that appear many times is handled. Does that make sense?
Looking over the existing code for contact headers, it does not appear to be possible to create a sip packet with multiple URI's in the contact header, for example, a contact header like the following:
Contact:sip:[email protected]:5060;user=phone;q=0.5,sip:[email protected]:5060;user=phone;q=0.25
Any chance of adding support for this or any pointers on where to start adding support for it to the code?
The text was updated successfully, but these errors were encountered: