mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
execute hangup state asap
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14852 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -260,7 +260,7 @@ SWITCH_DECLARE(void) consoleCleanLog(char *msg);
|
||||
* \return an int status code indicating success or failure
|
||||
*
|
||||
*/
|
||||
SWITCH_DECLARE(int) originate(CoreSession * a_leg_session, char *dest, int timeout = 60);
|
||||
SWITCH_DECLARE(int) originate(CoreSession * a_leg_session, char *dest, int timeout = 60, switch_state_handler_table_t *handlers = NULL);
|
||||
|
||||
|
||||
SWITCH_DECLARE(virtual void) destroy(void);
|
||||
|
||||
Reference in New Issue
Block a user