diff --git a/daemon/src/sip/sipcall.cpp b/daemon/src/sip/sipcall.cpp index c5083cdc680f9d5759b714467bb4c1e456044472..58573aa18db71ca90b5a8ad243d6f6598a70bb9b 100644 --- a/daemon/src/sip/sipcall.cpp +++ b/daemon/src/sip/sipcall.cpp @@ -239,7 +239,7 @@ SIPCall::sendSIPInfo(const char *const body, const char *const subtype) if (not inv or not inv->dlg) throw VoipLinkException("Couldn't get invite dialog"); - pj_str_t methodName = CONST_PJ_STR("SFL_INFO"); + pj_str_t methodName = CONST_PJ_STR("INFO"); pjsip_method method; pjsip_method_init_np(&method, &methodName);