Parameter: SIP: User-to-User encoding
From TBwiki
(Difference between revisions)
(Add example of the format available for the sip header) |
|||
Line 1: | Line 1: | ||
− | + | Encoding for User-to-User header | |
− | * Use hexadecimal | + | * Use hexadecimal encoding format: |
− | * Use text encoding | + | User-to-User:303030303030312e5468697320697320612074657374205555492076616c7565;encoding=hex;purpose=isdn-interwork;content=isdn-uui |
− | * Use text encoding | + | * Use text encoding format: |
− | + | User-to-User:0000001.This is a test UUI value;encoding=text;purpose=isdn-interwork;content=isdn-uui | |
+ | * Use text encoding format with the escape illegal characters option: | ||
+ | User-to-User:%00%00%00%00%00%00%03.This is a test UUI value;encoding=text;purpose=isdn-interwork;content=isdn-uui | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 10:22, 27 November 2013
Encoding for User-to-User header
- Use hexadecimal encoding format:
User-to-User:303030303030312e5468697320697320612074657374205555492076616c7565;encoding=hex;purpose=isdn-interwork;content=isdn-uui
- Use text encoding format:
User-to-User:0000001.This is a test UUI value;encoding=text;purpose=isdn-interwork;content=isdn-uui
- Use text encoding format with the escape illegal characters option:
User-to-User:%00%00%00%00%00%00%03.This is a test UUI value;encoding=text;purpose=isdn-interwork;content=isdn-uui