]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
dox
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 29 Apr 2006 21:36:10 +0000 (21:36 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 29 Apr 2006 21:36:10 +0000 (21:36 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1299 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_caller.h
src/include/switch_core.h
src/include/switch_loadable_module.h

index 49c78cfd38affd6dc9962f2adb84748108c51e53..efdee6a6c2498d3b1c3ca95d652593f94d67bdac 100644 (file)
@@ -148,6 +148,7 @@ SWITCH_DECLARE(void) switch_caller_extension_add_application(switch_core_session
   \param ani2 ANI II information
   \param rdnis RDNIS
   \param source the source 
+  \param context a logical context
   \param destination_number destination number
   \return a new profile object allocated from the session's memory pool
 */
index b696098c9d56313cf1a50f4bef457537875c0da7..e02cc1549fe25a678e501164ba2adad338ecbd79 100644 (file)
@@ -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);
 
-/*! 
-  \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, 
                                                                                                                                           const char *file, 
                                                                                                                                           const char *func, 
index 5e7bc2a0879708c7e7ba082313bc6dbf0d03b9fa..34f5da4339300999421e7a553cd83ab1d526a63f 100644 (file)
@@ -121,13 +121,6 @@ SWITCH_DECLARE(switch_status) switch_loadable_module_build_dynamic(char *filenam
                                                                                                                                   switch_module_runtime_t switch_module_runtime,
                                                                                                                                   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
   \param name the name of the timer