git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10519 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-11-22 16:14:56 +00:00
parent 2b28c1cb5a
commit 1a07a71ba4
1 changed files with 4 additions and 0 deletions

View File

@ -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);