<div dir="ltr">Hi,<div><br></div><div>I have a scenario where mutliple conferences are hosted through Freeswitch. I programmed a python thread that subscribes  to Freeswitch conference events using following filters:</div><div><br></div><div> freeswitch_connection.events('plain', 'all')<br></div><div><br></div><div>if event_name == "CHANNEL_ANSWER":<br></div><div>---do something......</div><div><br></div><div> if event_name == "CUSTOM":<br></div><div><div>      action = conference_event.getHeader('Event-Subclass')</div><div>      if action == 'conference::maintenance':<br></div><div>             conf_action = conference_event.getHeader('Action')</div><div>             if conf_action == 'conference-destroy':<br></div></div><div>                          <do something></div><div>             elif (conf_action == 'unmute-member'):</div><div>                           <do something></div><div><br></div><div>This works perfect only when there is one conference going on. I am worried when mutiple conferences will be there then this subscription to events of other conferences also.</div><div><br></div><div>Is there any way for subscribing to conferences based on their IDs or uuids?</div><div><br></div><div> <br></div><div><div class="gmail_signature">Regards<br>Deepika<br><a href="https://www.iiitd.edu.in/~deepikay/" target="_blank">https://www.iiitd.edu.in/~deepikay/</a></div>
</div></div>