]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_pubsub: Ensure remote URI contains URI only.
authorJoshua Colp <jcolp@digium.com>
Mon, 6 Nov 2017 16:29:33 +0000 (16:29 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 6 Nov 2017 18:00:38 +0000 (18:00 +0000)
commit56e32ca3556c1ccbd3eca9e438292ffb586f8bb4
tree81e89b2b7f1948c6df8e128cd93d6f3cee043539
parent19c9200429f987e8bbbb644c1f233c61f27803d1
res_pjsip_pubsub: Ensure remote URI contains URI only.

This change makes it so that any user of the pubsub
API that requests the remote URI receives only the URI.
Previously the entire string was returned, which could
contain a display name.

ASTERISK-27290

Change-Id: If1d0cd6630f0a264856d31d2a67933109187a017
res/res_pjsip_pubsub.c