add multiple-registrations flag to the core similar to mod_sofia

This commit is contained in:
Anthony Minessale
2011-02-17 12:12:43 -06:00
parent 4b62ff799e
commit b36a7c0ba6
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -248,6 +248,7 @@ struct switch_runtime {
int max_sql_buffer_len;
switch_dbtype_t odbc_dbtype;
char hostname[256];
int multiple_registrations;
};
extern struct switch_runtime runtime;