Re: [SR-Users] kamailio - mssql

2011-07-12 Thread Borin
thanks a lot. I will try to configure it. On Tue, Jul 12, 2011 at 5:01 PM, Alex Balashov wrote: > It is, through UnixODBC and the db_unixodbc module. I have done it many > times, although only with SQL Server 2003. > > -- > Alex Balashov - Principal > Evariste Systems LLC > 260 Peachtree Street

[SR-Users] bypass rtp traffic.

2011-07-12 Thread MingHon
Hi List, i would like to know is it possible to bypass the rtp traffic forwarding to asterisk server? my kamailio and rtpproxy is on the same box and asterisk is on the other box. can kamailio/rtpproxy handle the rtp traffic without forwarding to asterisk box? thanks in advance. -- Regards,

[SR-Users] memory requirements for a registrar server

2011-07-12 Thread Fabian Borot
Hello We are going to use kamailio 3.1.4 for a registrar server and need to know if the default parameters [shared memory and the like] is fine or if we need to plan in advance and increase it at compile time. If so, how should we proceed about it? For subscribers and location type of infor

Re: [SR-Users] Header field manipulation

2011-07-12 Thread Spencer Thomason
Thanks! On Jul 12, 2011, at 12:18 PM, Daniel-Constantin Mierla wrote: > Hello, > > On 7/12/11 8:06 PM, Spencer Thomason wrote: >> Hello all, >> Is it preferable to to a check before removing a header field or to simply >> call remove_hf()? Are there any performance considerations? >> >> i.e

Re: [SR-Users] Header field manipulation

2011-07-12 Thread Daniel-Constantin Mierla
Hello, On 7/12/11 8:06 PM, Spencer Thomason wrote: Hello all, Is it preferable to to a check before removing a header field or to simply call remove_hf()? Are there any performance considerations? i.e. if is_present_hf("X-Account-Code") remove_hf("X-Account-Code"); vs remove_

[SR-Users] Header field manipulation

2011-07-12 Thread Spencer Thomason
Hello all, Is it preferable to to a check before removing a header field or to simply call remove_hf()? Are there any performance considerations? i.e. if is_present_hf("X-Account-Code") remove_hf("X-Account-Code"); vs remove_hf("X-Account-Code"); Thanks, Spencer

Re: [SR-Users] siremis 2.0: generates CDRs

2011-07-12 Thread Elena-Ramona Modroiu
Hi, On 7/12/11 2:36 PM, Klaus Darilion wrote: Hi! Seems like I am blind. There is a stored procedure which generates CDRs from acc table entries - but how/when does this stored procedure gets triggered? you can call it periodically from a cron.d job or from kamailio config file by using rtimer

Re: [SR-Users] siremis 2.0: disable captcha

2011-07-12 Thread Elena-Ramona Modroiu
Hi, On 7/12/11 2:05 PM, Klaus Darilion wrote: Hi! Is there an easy way to disable the captcha? As siremis is an admin tool, not being public accessible (at least it shouldn't be) I want to get rid of it. captcha is part of the cubi framework and it requires some changes in that part of php. It

Re: [SR-Users] siremis 2.0 statistics problem

2011-07-12 Thread Elena-Ramona Modroiu
Hi, On 7/12/11 1:57 PM, Klaus Darilion wrote: Hi! I just installed siremis 2.0. I did not let siremis update the SIP DB but did it manually (to sensitive) according to: http://siremis.git.sourceforge.net/git/gitweb.cgi?p=siremis/siremis;a=blob_plain;f=siremis/modules/ser/mod.install.siremis.sq

Re: [SR-Users] siremis 2.0 documentation

2011-07-12 Thread Elena-Ramona Modroiu
Hi, On 7/12/11 12:57 PM, Klaus Darilion wrote: Hi! IMO the description "Import Default Data" (Import Default Data - this imports initial data into database 'siremis') is too ambiguous (at least it successfully confused me and I had to dig into the code to find out what it really does). Suggest

Re: [SR-Users] app_lua problem setting module parameter

2011-07-12 Thread Daniel-Constantin Mierla
Hi Hugh, some of the modules that you try to register to Lua are not available on 3.1.x. The tutorial at: http://kb.asipto.com/kamailio:usage:k32-lua-routing is based on devel version (master branch), that is going to become 3.2.0 in the autumn. Cheers, Daniel On 7/12/11 5:48 PM, Hugh Wai

Re: [SR-Users] app_lua problem setting module parameter

2011-07-12 Thread Hugh Waite
Hello, I am trying to use the LUA module and am getting the same 'parse error' described in this thread. I am using v3.1.4 on CentOS 5.6 and I have copied the modparam() example from the lua-routing tutorial http://kb.asipto.com/kamailio:usage:k32-lua-routing loadmodule "app_lua.so" modparam

Re: [SR-Users] rtpproxy_stream2uac

2011-07-12 Thread Carsten Bock
Hi Stefaan, the documentation on this feature is indeed very poor. I've set it up once and never changed the lines of code again (and i also only created the announcements once). Carsten 2011/7/12 : > Hi Carsten, > > Thank you for your feedback. > > I have been able to get some more information

Re: [SR-Users] kamailio - mssql

2011-07-12 Thread Alex Balashov
It is, through UnixODBC and the db_unixodbc module. I have done it many times, although only with SQL Server 2003. -- Alex Balashov - Principal Evariste Systems LLC 260 Peachtree Street NW Suite 2200 Atlanta, GA 30303 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/ On

Re: [SR-Users] rtpproxy_stream2uac

2011-07-12 Thread s . maertens
Hi Carsten, Thank you for your feedback. I have been able to get some more information and improvement by reading the sources of rtpproxy. The calls are going over the RTPProsxy and the sound is now indeed being streamed by RTPProxy (only about 3 times too fast :) ) Maybe the reason is that I u

Re: [SR-Users] rtpproxy_stream2uac

2011-07-12 Thread Carsten Bock
Hi, did you send the calls over the RTPProxy in the first place? If the calls are not going through the RTPProxy, the calls will not work... Carsten 2011/7/8 : > Hi, > > I am trying to get kamailio (or more specific rtpproxy) to play a wav file > when a call is setup > > In kamailio.cfg I have

Re: [SR-Users] kamailio - mssql

2011-07-12 Thread HM Kias
Unixodbc module will help on this requirement. On Tue, Jul 12, 2011 at 7:27 PM, Borin wrote: > Hi, > > pls do not ask me why I need this..but did anyone try to use Kamailio with > mssql or is it at least possible? > > Best Regards, Kate > > ___ > SIP E

[SR-Users] kamailio - mssql

2011-07-12 Thread Borin
Hi, pls do not ask me why I need this..but did anyone try to use Kamailio with mssql or is it at least possible? Best Regards, Kate ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.si

Re: [SR-Users] Kamailio 1.5: replying a 200 (OPTIONS) with SDP

2011-07-12 Thread Iñaki Baz Castillo
2011/7/12 Iñaki Baz Castillo : > I missed set_body(txt,content_type) from textops module :) > > But, is it possible to add such body to a response sent stateless? I > expect that it would add the body to the processed request. Oh, please, forget me forever. Just a few lines below "set_body()" ther

Re: [SR-Users] Kamailio 1.5: replying a 200 (OPTIONS) with SDP

2011-07-12 Thread Iñaki Baz Castillo
2011/7/12 Iñaki Baz Castillo : > So I must do a hack and reply 200 with SDP from Kamailio when the > request is an OPTIONS and contains "Accept: application/sdp". I don't > want to forward the OPTIONS to PSTN gateways behind Kamailio for > different reasons. > > Which would be the best way to do it

[SR-Users] Kamailio 1.5: replying a 200 (OPTIONS) with SDP

2011-07-12 Thread Iñaki Baz Castillo
Hi, I've a stupid SIP PBX (Alcatel) which after registering sends a periodic OPTIONS with no RURI username and with "Accept: application/sdp". My proxy replies 200 in this case, but without SDP body (how could I know which codecs to show???) and unfortunately the Alcatel does not like it and send r

[SR-Users] siremis 2.0: generates CDRs

2011-07-12 Thread Klaus Darilion
Hi! Seems like I am blind. There is a stored procedure which generates CDRs from acc table entries - but how/when does this stored procedure gets triggered? Thanks Klaus ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-use

[SR-Users] siremis 2.0: disable captcha

2011-07-12 Thread Klaus Darilion
Hi! Is there an easy way to disable the captcha? As siremis is an admin tool, not being public accessible (at least it shouldn't be) I want to get rid of it. Thanks Klaus ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-us

[SR-Users] siremis 2.0 statistics problem

2011-07-12 Thread Klaus Darilion
Hi! I just installed siremis 2.0. I did not let siremis update the SIP DB but did it manually (to sensitive) according to: http://siremis.git.sourceforge.net/git/gitweb.cgi?p=siremis/siremis;a=blob_plain;f=siremis/modules/ser/mod.install.siremis.sql;hb=HEAD But when accessing some statistics, e.

[SR-Users] siremis 2.0 documentation

2011-07-12 Thread Klaus Darilion
Hi! IMO the description "Import Default Data" (Import Default Data - this imports initial data into database 'siremis') is too ambiguous (at least it successfully confused me and I had to dig into the code to find out what it really does). Suggestion: Create Siremis Tables (Create Siremis Tables