]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh MODENDP-290
authorBrian West <brian@freeswitch.org>
Mon, 25 Jan 2010 22:23:30 +0000 (22:23 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 25 Jan 2010 22:23:30 +0000 (22:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16515 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 17b364ffcbf7665c3d12efa6222ad0103a41f097..0a8102bcc6c8e94f35e0d047d15df5f8886a4f95 100644 (file)
@@ -4720,7 +4720,7 @@ void *SWITCH_THREAD_FUNC nightmare_xfer_thread_run(switch_thread_t *thread, void
                                switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "1 .. 2 .. Freddie's commin' for you...\n");
                        }
 
-                       nua_notify(tech_pvt->nh, NUTAG_NEWSUB(1), SIPTAG_CONTENT_TYPE_STR("messsage/sipfrag"),
+                       nua_notify(tech_pvt->nh, NUTAG_NEWSUB(1), SIPTAG_CONTENT_TYPE_STR("message/sipfrag"),
                                           NUTAG_SUBSTATE(nua_substate_terminated),
                                           SIPTAG_PAYLOAD_STR(status == SWITCH_STATUS_SUCCESS ? "SIP/2.0 200 OK\r\n": 
                                                                                  "SIP/2.0 403 Forbidden\r\n"), SIPTAG_EVENT_STR(nhelper->event), TAG_END());