]> 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:13 +0000 (13:36 -0600)
commit1680deb9e656fa600e52dfcf6cfa6b2941b37520
tree9a7b57dd50774be12415154d754441c2d1a93c55
parent35f50043524c2514607853d0a3648aab9b79e7a5
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