dox
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1299 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d8df00a0b7
commit
76f4a10a18
|
@ -148,6 +148,7 @@ SWITCH_DECLARE(void) switch_caller_extension_add_application(switch_core_session
|
||||||
\param ani2 ANI II information
|
\param ani2 ANI II information
|
||||||
\param rdnis RDNIS
|
\param rdnis RDNIS
|
||||||
\param source the source
|
\param source the source
|
||||||
|
\param context a logical context
|
||||||
\param destination_number destination number
|
\param destination_number destination number
|
||||||
\return a new profile object allocated from the session's memory pool
|
\return a new profile object allocated from the session's memory pool
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -432,12 +432,7 @@ SWITCH_DECLARE(switch_status) switch_core_session_read_frame(switch_core_session
|
||||||
*/
|
*/
|
||||||
SWITCH_DECLARE(switch_status) switch_core_session_write_frame(switch_core_session_t *session, switch_frame_t *frame, int timeout, int stream_id);
|
SWITCH_DECLARE(switch_status) switch_core_session_write_frame(switch_core_session_t *session, switch_frame_t *frame, int timeout, int stream_id);
|
||||||
|
|
||||||
/*!
|
|
||||||
\brief Send a signal to a channel
|
|
||||||
\param session session to send signal to
|
|
||||||
\param sig signal to send
|
|
||||||
\return status returned by the session's signal handler
|
|
||||||
*/
|
|
||||||
SWITCH_DECLARE(switch_status) switch_core_session_perform_kill_channel(switch_core_session_t *session,
|
SWITCH_DECLARE(switch_status) switch_core_session_perform_kill_channel(switch_core_session_t *session,
|
||||||
const char *file,
|
const char *file,
|
||||||
const char *func,
|
const char *func,
|
||||||
|
|
|
@ -121,13 +121,6 @@ SWITCH_DECLARE(switch_status) switch_loadable_module_build_dynamic(char *filenam
|
||||||
switch_module_runtime_t switch_module_runtime,
|
switch_module_runtime_t switch_module_runtime,
|
||||||
switch_module_shutdown_t switch_module_shutdown);
|
switch_module_shutdown_t switch_module_shutdown);
|
||||||
|
|
||||||
/*!
|
|
||||||
\brief Retrieve the dialplan interface by it's registered name
|
|
||||||
\param name the name of the dialplan
|
|
||||||
\return the desired dialplan interface
|
|
||||||
*/
|
|
||||||
SWITCH_DECLARE(switch_status) switch_loadable_module_load_dynamic(switch_loadable_module_t *new_module);
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Retrieve the timer interface by it's registered name
|
\brief Retrieve the timer interface by it's registered name
|
||||||
\param name the name of the timer
|
\param name the name of the timer
|
||||||
|
|
Loading…
Reference in New Issue