]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4889 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Nov 2012 14:30:29 +0000 (08:30 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 29 Nov 2012 14:30:33 +0000 (08:30 -0600)
src/mod/applications/mod_conference/mod_conference.c

index d5ea7e702aa303d72bc3acf8ca4396d3f50ff856..2f5456106fd18595f06795daa998012ae2a30201 100644 (file)
@@ -8620,6 +8620,7 @@ static void call_setup_event_handler(switch_event_t *event)
 
                                        switch_event_add_header_string(var_event, SWITCH_STACK_BOTTOM, "conference_track_status", "true");
                                        switch_event_add_header_string(var_event, SWITCH_STACK_BOTTOM, "conference_track_call_id", call_id);
+                                        switch_event_add_header_string(var_event, SWITCH_STACK_BOTTOM, "sip_invite_domain", domain);
 
                                        if (!strncasecmp(ostr, "url+", 4)) {
                                                ostr += 4;