summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index c56c553dd..ac1a0e016 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -26604,7 +26604,7 @@ static int handle_request_subscribe(struct sip_pvt *p, struct sip_request *req,
if (strstr(p->useragent, "Polycom")) {
subscribed = XPIDF_XML; /* Older versions of Polycom firmware will claim pidf+xml, but really they only support xpidf+xml */
} else {
- subscribed = XPIDF_XML; /* RFC 3863 format */
+ subscribed = PIDF_XML; /* RFC 3863 format */
}
} else if (strstr(accept, "application/dialog-info+xml")) {
subscribed = DIALOG_INFO_XML;