duplicate var.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7072 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
38e704b7e3
commit
a62077b359
|
@ -1283,7 +1283,6 @@ static void sofia_handle_sip_r_invite(switch_core_session_t *session, int status
|
|||
}
|
||||
|
||||
if ((status == 180 || status == 183 || status == 200)) {
|
||||
switch_channel_t *channel = switch_core_session_get_channel(session);
|
||||
const char *astate = "early";
|
||||
url_t *from = NULL, *to = NULL, *contact = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue