From: Anthony Minessale Date: Sat, 19 Nov 2011 22:59:08 +0000 (-0600) Subject: FS-3686 --resolve no wonder I am so baffled one of the files did not save into git... X-Git-Tag: v1.2-rc1~27^2~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=475cd91ee8cb6ee1ba7df3da044ccf1261eccad6;p=thirdparty%2Ffreeswitch.git FS-3686 --resolve no wonder I am so baffled one of the files did not save into git when I did the patch --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 197891d6a9..12d8c5b477 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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); }