Gabriel at airg.com Guest
|
Posted: Fri Mar 13, 2009 9:06 am Post subject: [Freeswitch-users] uuid_displace in bridged call |
|
|
Hey all, does anyone know how to detect a completion of an audio file playback using uuid_displace API in a bridged call? ie) socket.send("api uuid_bridge #{uuid} #{other_uuid}"); <wait for events with eventName = "CHANNEL_BRIDGE"> socket.send("api uuid_displace #{uuid} start #{filename} 0 mux"); <wait for playback to complete ***> <-- i do not receive any events from freeswitch notifying end of audio file <now do something> Gabriel Cho |
|