forked from Mirrors/freeswitch
keep sofia from re-setting __func__
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8858 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
de5450c5fb
commit
17b96b492c
@ -47,6 +47,11 @@
|
||||
#endif
|
||||
#define SOFIA_NAT_SESSION_TIMEOUT 20
|
||||
#define SOFIA_MAX_ACL 100
|
||||
#ifdef _MSC_VER
|
||||
#define HAVE_FUNCTION 1
|
||||
#else
|
||||
#define HAVE_FUNC 1
|
||||
#endif
|
||||
|
||||
#define MODNAME "mod_sofia"
|
||||
static const switch_state_handler_table_t noop_state_handler = { 0 };
|
||||
|
Loading…
Reference in New Issue
Block a user