BOUNTY-20

This commit is contained in:
Anthony Minessale
2010-08-18 14:58:14 -05:00
parent 00b514033c
commit 96b790fa2e
7 changed files with 111 additions and 43 deletions
+1 -1
View File
@@ -1968,7 +1968,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
nua_handle_bind(tech_pvt->nh, tech_pvt->sofia_private);
}
if (tech_pvt->e_dest) {
if (tech_pvt->e_dest && sofia_test_pflag(tech_pvt->profile, PFLAG_IN_DIALOG_CHAT)) {
char *user = NULL, *host = NULL;
char hash_key[256] = "";