git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11575
d0543943-73ff-0310-b7d9-
9358b9ac24b2
\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);