Re: [Kamailio-Users] t_realy in failure_route?

2009-09-03 Thread Iñaki Baz Castillo
El Jueves, 3 de Septiembre de 2009, Ricardo Martinez escribió: > And If I have a 486 I will put a line in the log and then continue with the > t_relay. So.. the 486 will be passed to the caller, That's not correct. If you just want that the 486 is forwarded to the user just do nothing (remove th

Re: [Kamailio-Users] t_realy in failure_route?

2009-09-03 Thread Iñaki Baz Castillo
El Jueves, 3 de Septiembre de 2009, Ricardo Martinez escribió: > failure_route[1] { > ... > if ( t_check_status("486") ) { > xlog("L_INFO","[$ci] 486 Received\n"); > > } > ... > > t_relay(); > } You are calling t_relay without c

Re: [Kamailio-Users] t_realy in failure_route?

2009-09-03 Thread Ricardo Martinez
Hello Iñaki. Thanks for your answer. I understand what you're saying about the 6XX responses, but my question is regarding to the 486 response, maybe you misunderstood my question: If you take a look at my failure_ruote block I have : failure_route[1] { ... if ( t_check_status("486")

[Kamailio-Users] Siremis with postgres

2009-09-03 Thread Karl Heinz Wolf
I just tried to get Siremis working with postgres. First I had problems because I created the table and columns with uppercase letters and the behaviour of mysql and postgres is different in this aspect so the Siremis queries weren't successful. Now I created the user access table the following wa

Re: [Kamailio-Users] [SR-Users] support for 'include' in cfg file

2009-09-03 Thread Daniel-Constantin Mierla
Hello, note: following most of opinions expressed on devel list regarding the directive name (to be more suggestive about what it does), "include" has been replaced with "include_file". See: http://sip-router.org/wiki/cookbooks/core-cookbook/devel#include_file Cheers, Daniel On 25.08.2009 20

[Kamailio-Users] imc issues

2009-09-03 Thread Rajesh
On 03.09.2009 12:00 Uhr, Rajesh wrote: Yes i did cretae.. i completed authentication and presence module successfully.. iam caught up with this.. am posting my cfg file below. kindly correct me if iam wrong. *

Re: [Kamailio-Users] DIVERSION or UAC_REDIRECT or BOTH

2009-09-03 Thread Henning Westerholt
On Dienstag, 1. September 2009, Omar wrote: > Our customer is sending call forwarding to a toll free number using > the diversion header > > the scenario is : > > customer>proxy-->Kamailio->carrier-> > > not sure where the diversion have to touch the Kamailio, if kamailio > has onl

Re: [Kamailio-Users] problems with imc

2009-09-03 Thread Daniel-Constantin Mierla
Hello, have you created the db tables: kamdbctl create? Cheers, Daniel On 03.09.2009 11:44 Uhr, Rajesh wrote: Dear Team, Iam configuring imc for kamailio-1.5 and while iam trying to load the module, i get the following error .Kindly guide me with a solution ERROR:db_m

Re: [Kamailio-Users] problems with imc

2009-09-03 Thread Saúl Ibarra
PLease, read the error message carefully, it's telling you that your database tables are not created or field names are incorrect in your configuration... -- /Saúl http://www.saghul.net | http://www.sipdoc.net ___ Kamailio (OpenSER) - Users mailing li

[Kamailio-Users] problems with imc

2009-09-03 Thread Rajesh
Dear Team, Iam configuring imc for kamailio-1.5 and while iam trying to load the module, i get the following error .Kindly guide me with a solution ERROR:db_mysql:db_mysql_submit_query: driver error on query: Unknown column 'name' in 'field list' Sep  3 12:24:20 [18583] E