add \remark to switch_ivr_uuid_bridge

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11575 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-01-31 02:48:35 +00:00
parent 5433ba1daa
commit c767a95463
1 changed files with 1 additions and 0 deletions

View File

@ -466,6 +466,7 @@ SWITCH_DECLARE(uint32_t) switch_ivr_schedule_hangup(time_t runtime, const char *
\brief Bridge two existing sessions
\param originator_uuid the uuid of the originator
\param originatee_uuid the uuid of the originator
\remark Any custom state handlers on both channels will be deleted
\return SWITCH_STATUS_SUCCESS if all is well
*/
SWITCH_DECLARE(switch_status_t) switch_ivr_uuid_bridge(const char *originator_uuid, const char *originatee_uuid);