Hello,<div><br></div><div>I am trying to change the code in mod_callcenter. I want to implement queue add functionality in the code currently it is not available.</div><div><br></div><div>i followed this link <a href="http://jira.freeswitch.org/browse/FS-3338">http://jira.freeswitch.org/browse/FS-3338</a> to add a patch in the mod_callcenter.c file and add the queue also in the database.</div>
<div><br></div><div>I have some questions while following the code. Please correct me if my understanding is wrong.</div><div>1. There is no database table for queue that is created in the xml and after applying the patch also. after following the code i got that it is stored in the hashtable. So why i can not see in the database and why it is storing in the hashtable.? How mod_Callcenter storing queue information in the freeswitch.</div>
<div><br></div><div>2. Is there  any other way to add queue at runtime.??</div><div><br></div><div>3. what is stored in the members table?</div><div><br></div><div>Please help me out.</div>