1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-06 10:26:41 +00:00

worth a shot sheesh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6046 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-10-24 01:45:08 +00:00
parent 4cc27563ab
commit cb8f0cb1ca

@ -508,16 +508,12 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
char *to; char *to;
char *open; char *open;
char *tmp; char *tmp;
char *prpid = rpid; char *prpid = "onthephone";
if (!rpid) { if (!rpid) {
rpid = "unknown"; rpid = "unknown";
} }
if (!prpid) {
prpid = "onthephone";
}
if (in) { if (in) {
note = switch_mprintf("<dm:note>%s</dm:note>", status); note = switch_mprintf("<dm:note>%s</dm:note>", status);
open = "open"; open = "open";