Hello I just added a new directory to the top level build named "sipXcallController". This contains the new third party call controller service.
Salient features : - Uses https ( no pin ) for callers within the sip proxy domain (i.e. if you invoke it from a host that hosts a sipx proxy you will not need to supply a pin).. - Uses https ( with pin ) for callers outside the sip domain. - Uses HTTPs GET for invoking the service so you can exercise it with a web browser - Uses validusers.xml to get the SIP credentials. You do not need to supply the sip password to invoke the service. At the moment it does exactly what it used to do when it was part of sipxconfig. I have yet to make any enhancements. I have also duplicated Woof's excellent validusers.xml parser to sipXcommons (Woof can remove the validusers parser from sipxivr and start using this one when ever he wishes). It will not yet build from the top level. I will add it to dependencies.mak after sipxconfig support and process management has been added to sipxconfig. There's a README in that directory for those who would like to try it out ( will make it into a wiki page after this is done). You will have to run make install from the sipXcallController directory and run it manually using sh sipxcallcontroller.sh. Regards, Ranga -- M. Ranganathan _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
