]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
there are no small problems only small fixes
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 8 Jan 2008 17:18:04 +0000 (17:18 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 8 Jan 2008 17:18:04 +0000 (17:18 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7140 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 382c933297a1d31b7c0876b768ee08a81c34dbf5..1a8faad22706ce15c3b0dee28f8d29927c836740 100644 (file)
@@ -1496,6 +1496,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
                                        switch_channel_set_variable(channel, SWITCH_ENDPOINT_DISPOSITION_VARIABLE, "RECEIVED_NOMEDIA");
                                        switch_set_flag_locked(tech_pvt, TFLAG_READY);
                                        switch_channel_set_state(channel, CS_INIT);
+                                       switch_set_flag(tech_pvt, TFLAG_SDP);
                                        goto done;
                                } else {
                                        sdp_parser_t *parser;