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:
parent
4cc27563ab
commit
cb8f0cb1ca
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue