forked from Mirrors/freeswitch
fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10519 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2b28c1cb5a
commit
1a07a71ba4
@ -336,6 +336,10 @@ static void actual_sofia_presence_event_handler(switch_event_t *event)
|
||||
if (status && !strcasecmp(status, "n/a")) {
|
||||
status = NULL;
|
||||
}
|
||||
|
||||
if (switch_stristr("CS_", status)) {
|
||||
status = NULL;
|
||||
}
|
||||
|
||||
if (rpid) {
|
||||
rpid = sofia_presence_translate_rpid(rpid, status);
|
||||
|
Loading…
Reference in New Issue
Block a user