Hi Nicolas,
the DB upload must be done via the proxy because the DB contains not only the CPL script in XML format, but also in a pre-compiled format of it in binary format. This pre-compiling is done at upload time. You can take it as limitation, but you also have full liberty to implement any transport mechanism for the CPL scripts (from user to server) (like CGI and HTTP) - but on server side, the DB storage must be done via openser.
regarding the docs - you are right, it is a bug there - the module requires a DB module (that's why db_url is mandatory), but this is not properly documented. I will take care of it.
thanks and regards, bogdan
Nicolas Palix wrote:
Hi all,
Is there some limitations ? What about email tag ? The documentation does mention anything.
Futhermore, "db_url" is mandatory but DB module are not mentioned as mandatory in the "Dependencies" section.
Regards,
Le mardi 05 décembre 2006 09:14, Bogdan-Andrei Iancu a écrit :
Hi Marvin,
you have two options to upload a CPL script into DB (both require your server up and running)
- use FIFO/MI command "LOAD_CPL" :
:LOAD_CPL:
username cpl_filename ( openserctl fifo LOAD_CPL sip:user@domain /path/his_cpl_file.xml )
- use the REGISTER request
http://www.openser.org/docs/modules/1.2.x/cpl-c.html#AEN272
regards, bogdan
Marvin Ottley wrote:
Good day all,
I’m trying to use the CPL module and I’m having trouble figuring out how to load the cpl xml script into the cpl database.
Thanks for your pointers
Marvin
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users