mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-9300: Add support for disabling sofia's 100 Trying via configuration, and sending 100 Trying from dialplan
This commit is contained in:
@@ -307,6 +307,7 @@ typedef enum {
|
||||
PFLAG_PROXY_INFO,
|
||||
PFLAG_PROXY_MESSAGE,
|
||||
PFLAG_FIRE_BYE_RESPONSE_EVENTS,
|
||||
PFLAG_AUTO_INVITE_100,
|
||||
|
||||
/* No new flags below this line */
|
||||
PFLAG_MAX
|
||||
@@ -839,6 +840,7 @@ struct private_object {
|
||||
sip_contact_t *contact;
|
||||
int q850_cause;
|
||||
int got_bye;
|
||||
int sent_100;
|
||||
nua_event_t want_event;
|
||||
switch_rtp_bug_flag_t rtp_bugs;
|
||||
char *user_via;
|
||||
|
||||
Reference in New Issue
Block a user