Hi Marvin,
are you loading the cpl-c module? to see the available functions, try "openserctl fifo which"
regards, bogdan
Marvin Ottley wrote:
Good day Bogdan and Nicolas,
Thanks for your prompt response.
I tried the recommended command: "openserctl fifo LOAD_CPL sip:user@domain /path/his_cpl_file.xml"
And the response I received was: "500 command 'LOAD_CPL' not available."
I'm using the release version of openser 1.1.
Marvin
-----Original Message----- From: users-bounces@openser.org [mailto:users-bounces@openser.org] On Behalf Of Bogdan-Andrei Iancu Sent: Tuesday, December 05, 2006 5:43 AM To: Nicolas Palix Cc: users@openser.org Subject: Re: [Users] Using Openser's CPL module...
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