So I'm playing with CPL, and I notice that the dbtext table isn't getting updated. Anyone seen this behavior before? I'm running 1.2.2-tls
--Chris
Looks like I had to put dbtext into non-caching mode. Even in caching mode, it doesn't seem to dump the file to disk on shutdown. (So I'm sad).
--Chris
On Thu, 8 Nov 2007, Chris Heiser wrote:
So I'm playing with CPL, and I notice that the dbtext table isn't getting updated. Anyone seen this behavior before? I'm running 1.2.2-tls
--Chris
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
There are several issues with dbtext (both in caching and non-caching mode). Hopefully, Daniel will have timeto take a look at them before 1.3 comes out.
Regards, Ovidiu sas
On Nov 8, 2007 11:58 PM, Chris Heiser cheiser@config.name wrote:
Looks like I had to put dbtext into non-caching mode. Even in caching mode, it doesn't seem to dump the file to disk on shutdown. (So I'm sad).
--Chris
On Thu, 8 Nov 2007, Chris Heiser wrote:
So I'm playing with CPL, and I notice that the dbtext table isn't getting updated. Anyone seen this behavior before? I'm running 1.2.2-tls
--Chris
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
I've worked through several issues now. My latest is CPL just hates my script and I don't understand why... yet. It seems that in cpl_run_node, it says the first child is a CPL node which it gets angry about. This seems odd as the first child to the CPL tag is incoming. See below:
<cpl> <incoming> <location url="sip:712403814680@pstngw-test.ame.corp.google.com"> <proxy/> </location> </incoming> </cpl>
Is there something that CPL is assuming about my XML that isn't getting caught in the LOAD_CPL?
--Chris
On Fri, 9 Nov 2007, Ovidiu Sas wrote:
There are several issues with dbtext (both in caching and non-caching mode). Hopefully, Daniel will have timeto take a look at them before 1.3 comes out.
Regards, Ovidiu sas
On Nov 8, 2007 11:58 PM, Chris Heiser cheiser@config.name wrote:
Looks like I had to put dbtext into non-caching mode. Even in caching mode, it doesn't seem to dump the file to disk on shutdown. (So I'm sad).
--Chris
On Thu, 8 Nov 2007, Chris Heiser wrote:
So I'm playing with CPL, and I notice that the dbtext table isn't getting updated. Anyone seen this behavior before? I'm running 1.2.2-tls
--Chris
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Hi Chris,
Note that CPL is not know to work with DBTEXT backend because it requires the BLOB data time (for binary date); this type is not available with DBTEXT.
regards, bogdan
Chris Heiser wrote:
So I'm playing with CPL, and I notice that the dbtext table isn't getting updated. Anyone seen this behavior before? I'm running 1.2.2-tls
--Chris
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Bogdan,
With both DBTEXT and MySQL backing CPL, I'm still getting the following error:
ERROR:cpl_c:run_cpl_node: unknown child type (1) for CPL node!!
And I'm using a simple unconditional proxy to vm script. Any ideas what's gone horribly wrong? I added debugging code to cpl_run.c and it shows that when we hit this error that the node with a type 1 child is also type 1 (which doesn't make sense since the CPL node is type 1).
--Chris
On Fri, 9 Nov 2007, Bogdan-Andrei Iancu wrote:
Hi Chris,
Note that CPL is not know to work with DBTEXT backend because it requires the BLOB data time (for binary date); this type is not available with DBTEXT.
regards, bogdan
Chris Heiser wrote:
So I'm playing with CPL, and I notice that the dbtext table isn't getting updated. Anyone seen this behavior before? I'm running 1.2.2-tls
--Chris
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Hi Chris,
are you sure the script you uploaded is correct? how did you do it? via MI command or REGISTER? Can you post the CPL script you tried?
regards, bogdan
Chris Heiser wrote:
Bogdan,
With both DBTEXT and MySQL backing CPL, I'm still getting the following error:
ERROR:cpl_c:run_cpl_node: unknown child type (1) for CPL node!!
And I'm using a simple unconditional proxy to vm script. Any ideas what's gone horribly wrong? I added debugging code to cpl_run.c and it shows that when we hit this error that the node with a type 1 child is also type 1 (which doesn't make sense since the CPL node is type 1).
--Chris
On Fri, 9 Nov 2007, Bogdan-Andrei Iancu wrote:
Hi Chris,
Note that CPL is not know to work with DBTEXT backend because it requires the BLOB data time (for binary date); this type is not available with DBTEXT.
regards, bogdan
Chris Heiser wrote:
So I'm playing with CPL, and I notice that the dbtext table isn't getting updated. Anyone seen this behavior before? I'm running 1.2.2-tls
--Chris
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Ok, here's ths most basic of many scripts I've attempted to get working:
<cpl> <incoming> <location url="sip:testfone@proxy2.example.com"> <proxy/> </location> </incoming> </cpl>
On Mon, 12 Nov 2007, Bogdan-Andrei Iancu wrote:
Hi Chris,
are you sure the script you uploaded is correct? how did you do it? via MI command or REGISTER? Can you post the CPL script you tried?
regards, bogdan
Chris Heiser wrote:
Bogdan,
With both DBTEXT and MySQL backing CPL, I'm still getting the following error:
ERROR:cpl_c:run_cpl_node: unknown child type (1) for CPL node!!
And I'm using a simple unconditional proxy to vm script. Any ideas what's gone horribly wrong? I added debugging code to cpl_run.c and it shows that when we hit this error that the node with a type 1 child is also type 1 (which doesn't make sense since the CPL node is type 1).
--Chris
On Fri, 9 Nov 2007, Bogdan-Andrei Iancu wrote:
Hi Chris,
Note that CPL is not know to work with DBTEXT backend because it requires the BLOB data time (for binary date); this type is not available with DBTEXT.
regards, bogdan
Chris Heiser wrote:
So I'm playing with CPL, and I notice that the dbtext table isn't getting updated. Anyone seen this behavior before? I'm running 1.2.2-tls
--Chris
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Hi Chris,
I just gave it a try: 1) use cpl-c with mysql backend 2) loaded the script via LOAD_CPL command (fifo transport) 3) made a call -> everything was ok
use 1.3, the latest SVN trunk version.
Are you trying something different?
Regards, Bogdan
Chris Heiser wrote:
Ok, here's ths most basic of many scripts I've attempted to get working:
<cpl> <incoming> <location url="sip:testfone@proxy2.example.com"> <proxy/> </location> </incoming> </cpl>
On Mon, 12 Nov 2007, Bogdan-Andrei Iancu wrote:
Hi Chris,
are you sure the script you uploaded is correct? how did you do it? via MI command or REGISTER? Can you post the CPL script you tried?
regards, bogdan
Chris Heiser wrote:
Bogdan,
With both DBTEXT and MySQL backing CPL, I'm still getting the following error:
ERROR:cpl_c:run_cpl_node: unknown child type (1) for CPL node!!
And I'm using a simple unconditional proxy to vm script. Any ideas what's gone horribly wrong? I added debugging code to cpl_run.c and it shows that when we hit this error that the node with a type 1 child is also type 1 (which doesn't make sense since the CPL node is type 1).
--Chris
On Fri, 9 Nov 2007, Bogdan-Andrei Iancu wrote:
Hi Chris,
Note that CPL is not know to work with DBTEXT backend because it requires the BLOB data time (for binary date); this type is not available with DBTEXT.
regards, bogdan
Chris Heiser wrote:
So I'm playing with CPL, and I notice that the dbtext table isn't getting updated. Anyone seen this behavior before? I'm running 1.2.2-tls
--Chris
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
I'm using 1.2.2-tls. I'll poke around the tree to see what might be causing my issues, plus I'll play with 1.3
--Chris
On Tue, 13 Nov 2007, Bogdan-Andrei Iancu wrote:
Hi Chris,
I just gave it a try:
- use cpl-c with mysql backend
- loaded the script via LOAD_CPL command (fifo transport)
- made a call -> everything was ok
use 1.3, the latest SVN trunk version.
Are you trying something different?
Regards, Bogdan
Chris Heiser wrote:
Ok, here's ths most basic of many scripts I've attempted to get working:
<cpl> <incoming> <location url="sip:testfone@proxy2.example.com"> <proxy/> </location> </incoming> </cpl>
On Mon, 12 Nov 2007, Bogdan-Andrei Iancu wrote:
Hi Chris,
are you sure the script you uploaded is correct? how did you do it? via MI command or REGISTER? Can you post the CPL script you tried?
regards, bogdan
Chris Heiser wrote:
Bogdan,
With both DBTEXT and MySQL backing CPL, I'm still getting the following error:
ERROR:cpl_c:run_cpl_node: unknown child type (1) for CPL node!!
And I'm using a simple unconditional proxy to vm script. Any ideas what's gone horribly wrong? I added debugging code to cpl_run.c and it shows that when we hit this error that the node with a type 1 child is also type 1 (which doesn't make sense since the CPL node is type 1).
--Chris
On Fri, 9 Nov 2007, Bogdan-Andrei Iancu wrote:
Hi Chris,
Note that CPL is not know to work with DBTEXT backend because it requires the BLOB data time (for binary date); this type is not available with DBTEXT.
regards, bogdan
Chris Heiser wrote:
So I'm playing with CPL, and I notice that the dbtext table isn't getting updated. Anyone seen this behavior before? I'm running 1.2.2-tls
--Chris
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users