git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8278 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-05-06 21:05:38 +00:00
parent 9c8c1c2802
commit 269fdac157
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -186,6 +186,8 @@ struct switch_runtime {
char *mailer_app_args;
uint32_t max_dtmf_duration;
uint32_t default_dtmf_duration;
switch_frame_t dummy_cng_frame;
char dummy_data[5];
};
extern struct switch_runtime runtime;