From e529aa45520e39fc1e5643530bc27757f8b4699f Mon Sep 17 00:00:00 2001 From: sauwming Date: Thu, 14 Nov 2024 16:10:31 +0800 Subject: [PATCH] Revert "Fixed doc for sending DTMF (#4099)" This reverts commit e289ddf3d80c61ff5ec37ce4ca49a24997103a16. --- pjsip/include/pjsua-lib/pjsua.h | 3 +-- pjsip/include/pjsua2/call.hpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 6014c957d4..89ebad68ff 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -5623,8 +5623,7 @@ typedef struct pjsua_call_send_dtmf_param pjsua_dtmf_method method; /** - * The signal duration used for the DTMF. This field is only used - * if the method is PJSUA_DTMF_METHOD_SIP_INFO. + * The signal duration used for the DTMF. * * Default: PJSUA_CALL_SEND_DTMF_DURATION_DEFAULT */ diff --git a/pjsip/include/pjsua2/call.hpp b/pjsip/include/pjsua2/call.hpp index d37df81b02..743da677ac 100644 --- a/pjsip/include/pjsua2/call.hpp +++ b/pjsip/include/pjsua2/call.hpp @@ -1355,8 +1355,7 @@ struct CallSendDtmfParam pjsua_dtmf_method method; /** - * The signal duration used for the DTMF. This field is only used - * if the method is PJSUA_DTMF_METHOD_SIP_INFO. + * The signal duration used for the DTMF. * * Default: PJSUA_CALL_SEND_DTMF_DURATION_DEFAULT */