Hi, Thanks much for illumination.
1. Do I need any special configuration in ser.cfg for conf_auth? where should I set the append_hf() call as you suggested, in any configuration file? 2. So, I will take it as the conference module will be passed into conf_auth as a parameter from authentication server? But, how do I I set the conference module as a parameter in an authentication server? 3. So, we don't need to do anything for conference application, not even in ser.cfg? Does that mean that as long as sems is running the conference application is running too? If there is any existing samples that will help a lot. I have read all available document and searched the mail list but it's still very much a puzzle to me. --Ling ----- Original Message ---- From: Juha Heinanen <[email protected]> To: [email protected] Cc: "[email protected]" <[email protected]> Sent: Saturday, February 28, 2009 12:51:53 PM Subject: [Sems] set up conf_auth with conference [email protected] writes: > 1. How do I set up ser to talk with conf_auth before get into > conference? Only ser.cfg modification? you have to send the invite to sems conf_auth app, for example, by first setting append_hf("P-App-Name: conf_auth\r\n"); > 2. How do I set up conf_auth to talk with conference after the user > is authorized? Where should I configure? conf_auth is a b2bua that will generate the second leg invite to conference application. its gets the uri as one of the results of the xmlrpc auth request. > 3. How do I set up conference to let conf_auth communicate to it (or > let ser communicate with it after a user is authorized) ? conference is not aware of conf_auth so there is nothing to do there. -- juha _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
