]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3686 --resolve no wonder I am so baffled one of the files did not save into git...
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 19 Nov 2011 22:59:08 +0000 (16:59 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 19 Nov 2011 22:59:08 +0000 (16:59 -0600)
src/mod/endpoints/mod_sofia/sofia.c

index 197891d6a902f3bc91249a3534c84e513eb4be67..12d8c5b4778b0ab8cddf0d9f033a229e6ed273f8 100644 (file)
@@ -185,7 +185,7 @@ static void extract_header_vars(sofia_profile_t *profile, sip_t const *sip,
 
                if (sip->sip_contact) {
                        char *c = sip_header_as_string(nh->nh_home, (void *) sip->sip_contact);
-                       switch_channel_set_variable(channel, "sip_invite_contact", c);
+                       switch_channel_set_variable(channel, "sip_recover_contact", c);
                        su_free(nh->nh_home, c);
                }