mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Merge the pimp_my_sip branch into trunk.
The pimp_my_sip branch is being merged at this point because it offers basic functionality, and from an API standpoint, things are complete. SIP work is *not* feature-complete; however, with the completion of the SUBSCRIBE/NOTIFY API, all APIs (except a PUBLISH API) have been created, and thus it is possible for developers to attempt to create new SIP work. API documentation can be found in the doxygen in the code, but usability documentation is still lacking. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386540 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -130,9 +130,10 @@ struct sorcery_test_caching {
|
||||
static int apply_handler_called;
|
||||
|
||||
/*! \brief Simple apply handler which sets global scope integer to 1 if called */
|
||||
static void test_apply_handler(const struct ast_sorcery *sorcery, void *obj)
|
||||
static int test_apply_handler(const struct ast_sorcery *sorcery, void *obj)
|
||||
{
|
||||
apply_handler_called = 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*! \brief Global scope caching structure for testing */
|
||||
|
||||
Reference in New Issue
Block a user