From f351a908ffe9588ca8c513d23be64470baec21c4 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 19 Jun 2012 16:02:14 -0400 Subject: [PATCH] wow grandstream --- src/mod/endpoints/mod_sofia/sofia_presence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 0d52ee0e95..16539aeef4 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -3666,7 +3666,7 @@ void sofia_presence_handle_sip_i_subscribe(int status, switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "sending pnp NOTIFY to %s\n", uri); /* Grandstream REALLY uses a header called Message Body */ - extra_headers = switch_mprintf("Message Body: %s\r\n", profile->pnp_prov_url); + extra_headers = switch_mprintf("MessageBody: %s\r\n", profile->pnp_prov_url); switch_event_create(¶ms, SWITCH_EVENT_NOTIFY); switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "profile", profile->pnp_notify_profile);