BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pjsua_call_send_dtmf_param Struct Reference

#include <pjsua.h>

Data Fields

pjsua_dtmf_method method
 
unsigned duration
 
pj_str_t digits
 

Detailed Description

Parameters for sending DTMF. Application should use pjsua_call_send_dtmf_param_default() to initialize this structure with its default values.

Field Documentation

◆ method

pjsua_dtmf_method pjsua_call_send_dtmf_param::method

The method used to send DTMF.

Default: PJSUA_DTMF_METHOD_RFC2833

◆ duration

unsigned pjsua_call_send_dtmf_param::duration

The signal duration used for the DTMF.

Default: PJSUA_CALL_SEND_DTMF_DURATION_DEFAULT

◆ digits

pj_str_t pjsua_call_send_dtmf_param::digits

The DTMF digits to be sent.


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.