]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
missed yet another one
authorBrian West <brian@freeswitch.org>
Thu, 6 Oct 2011 03:54:31 +0000 (22:54 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 6 Oct 2011 03:54:31 +0000 (22:54 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index 0ab0b152ff329221ba7a2867265edb98aec148f4..7db01e88b7ac6eaca00b9d77c0047000b8967c9f 100644 (file)
@@ -1984,6 +1984,9 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
                                const char *ua = switch_channel_get_variable(tech_pvt->channel, "sip_user_agent");
                                switch_event_t *event;
                                
+                               check_decode(name, tech_pvt->session);
+
+
                                if (zstr(number)) {
                                        number = tech_pvt->caller_profile->destination_number;
                                }