doh doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8107 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
24fe76b85d
commit
79260c7b06
|
@ -1458,7 +1458,7 @@ static void sofia_handle_sip_r_options(switch_core_session_t *session, int statu
|
||||||
sip->sip_to->a_url->url_host
|
sip->sip_to->a_url->url_host
|
||||||
);
|
);
|
||||||
|
|
||||||
char *sql = switch_mprintf("update sip_registratons set expired=%ld where sip_user='%s' and sip_host='%s'",
|
char *sql = switch_mprintf("update sip_registrations set expired=%ld where sip_user='%s' and sip_host='%s'",
|
||||||
(long)now,
|
(long)now,
|
||||||
sip->sip_to->a_url->url_user,
|
sip->sip_to->a_url->url_user,
|
||||||
sip->sip_to->a_url->url_host
|
sip->sip_to->a_url->url_host
|
||||||
|
|
Loading…
Reference in New Issue