forked from Mirrors/freeswitch
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6871 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3d3ee88d4c
commit
09e067ef25
@ -62,7 +62,7 @@ void sofia_handle_sip_r_notify(switch_core_session_t *session, int status,
|
||||
char const *phrase,
|
||||
nua_t *nua, sofia_profile_t *profile, nua_handle_t *nh, sofia_private_t *sofia_private, sip_t const *sip, tagi_t tags[])
|
||||
{
|
||||
if (status == 481 && sip) {
|
||||
if (status >= 300 && sip) {
|
||||
const char *call_id = sip->sip_call_id->i_id;
|
||||
char *sql;
|
||||
switch_core_hash_delete(profile->sub_hash, call_id);
|
||||
|
Loading…
Reference in New Issue
Block a user