[email protected] writes: > 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?
there are examples in sems source on how to invoke sems applications from sip proxy. conf_auth is like any of them. > 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? conference module is not set as parameter. conf_auth app assumes that xmlrpc returns conference uri as one of its results. read the source. conf_auth is there as an example only. it is unlikely that it would work as is for anyone. you need to understand how it works and modify it according to your needs. > 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 conference plugin exists it will get started. -- juha _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
