mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
I noted this on the dev list but got no response, so I just did it myself.
Lock the call features when being used in chan_sip. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@63447 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -96,6 +96,9 @@ void ast_unregister_feature(struct ast_call_feature *feature);
|
||||
|
||||
/*! \brief look for a call feature entry by its sname
|
||||
\param name a string ptr, should match "automon", "blindxfer", "atxfer", etc. */
|
||||
struct ast_call_feature *ast_find_call_feature(char *name);
|
||||
struct ast_call_feature *ast_find_call_feature(const char *name);
|
||||
|
||||
void ast_rdlock_call_features(void);
|
||||
void ast_unlock_call_features(void);
|
||||
|
||||
#endif /* _AST_FEATURES_H */
|
||||
|
Reference in New Issue
Block a user