]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Use pjsip_sip_uri.user_param instead of other_param
authorSean Bright <sean.bright@gmail.com>
Thu, 15 Feb 2018 19:29:23 +0000 (14:29 -0500)
committerSean Bright <sean.bright@gmail.com>
Thu, 15 Feb 2018 19:36:26 +0000 (14:36 -0500)
commit54efc0c63761250d48af151b48e46ccc407d3e6f
tree758445f6bfddb77b8c90e2199e6e480c72bc1c4f
parentfdf988cd281a4261c41b033004d268ba6d8350c8
res_pjsip: Use pjsip_sip_uri.user_param instead of other_param

There is a dedicated slot in the pjsip_sip_uri for the 'user'
parameter, so use that instead of adding to the list of generic URI
parameters.

Change-Id: I0a0ce8a60ecee27489735bf56fd707719d8c2ed6
res/res_pjsip.c