change var name

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6641 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-12-11 15:38:07 +00:00
parent 3fdacb447c
commit b94e626b69
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2053,7 +2053,7 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
}
if (!context) {
context = switch_channel_get_variable(channel, "inbound_context");
context = switch_channel_get_variable(channel, "user_context");
}
if (!context) {