From: Anthony Minessale Date: Thu, 16 Aug 2012 18:34:14 +0000 (-0500) Subject: FS-4525 --resolve X-Git-Tag: v1.2.3^2~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fabd633727da087910aa32875cdd555989c514a4;p=thirdparty%2Ffreeswitch.git FS-4525 --resolve --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 474cf02161..21400eaf8e 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -3832,7 +3832,7 @@ void sofia_presence_handle_sip_i_subscribe(int status, if ((sql = switch_mprintf("select proto,sip_user,'%q',sub_to_user,sub_to_host,event,contact,call_id,full_from," "full_via,expires,user_agent,accept,profile_name,network_ip" " from sip_subscriptions where hostname='%q' and profile_name='%q' and " - "event='message-summary' and sip_user='%q' " + "event='message-summary' and sub_to_user='%q' " "and (sip_host='%q' or presence_hosts like '%%%q%%')", to_host, mod_sofia_globals.hostname, profile->name, to_user, to_host, to_host))) {