[Freeswitch-users] controlling calls handled within a fifo using event_socket

2009-12-09 Thread Luke Graybill
In my FreeSWITCH environment, calls are originated out to customers who are placed into a fifo upon answer. There are members (x-lite endpoints) in this fifo who handle those customer calls. I am writing a monitoring application that uses event_socket to watch the channels involved in this

Re: [Freeswitch-users] controlling calls handled within a fifo using event_socket

2009-12-09 Thread Brian West
fifo list issue this API and get the fifo XML and get the caller's uuid out of the list. /b On Dec 9, 2009, at 10:50 AM, Luke Graybill wrote: The short version of my question is this: how do I programmatically determine which channel uuid the consumer channel in a fifo is connected to?