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
1 changed files with 1 additions and 5 deletions

View File

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