Re: [SR-Users] db_url bug?

2013-05-20 Thread Klaus Darilion
On 18.05.2013 22:26, Ján Hrnko wrote: Hi, I have a problem when using uri_db module. When I leave everything on default and not specify modparam "uri_db", "db_url", then it will not connect to the database. In the var/log/syslog I have seen that it tries to connect to database okmaialio instead

Re: [SR-Users] remove_body() leaves header Content-Type: application/sdp ?

2013-05-20 Thread Klaus Darilion
Because there is no logic implement removing the header automatically. So you have to call remove_hf("Content-Type") afterwards. regards Klaus On 18.05.2013 08:00, Konstantin M. wrote: Hello, I'm using a very ugly code to test remove_body(): request_route { remove_body(); $r

Re: [SR-Users] I need you help-----about Kamailio 3.3.x andAsterisk 10.7.0 Realtime Integration

2013-05-20 Thread Gertjan Wolzak
Hello, I looked at the asterisk config, looks like you have not configured that. You need to add a dialplan in the extensions config and trunks in the sip confiig. If you want to make the dialplan realtime as well, you should add the dialplan to the db. Success. Gertjan -Original messa

Re: [SR-Users] Contents of sr-users Digest, Vol 96, Issue 68

2013-05-20 Thread Jignesh Gandhi
Advanced Training, San Francisco, USA - June 24-27, 2013 * http://asipto.com/u/katu * -- next part -- An HTML attachment was scrubbed... URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20130520/7d127d9d/attachment-0001.html>

[SR-Users] TLS

2013-05-20 Thread Moacir Ferreira
I would appreciate some help on the following questions I have: - If I use TLS mutual authentication, do I still need a subscriber password or the TLS successful mutual session setup will assume that the client is "trusted" so it can register what it is asking to register? - For large deploym

Re: [SR-Users] SCTP support of MultiHoming...

2013-05-20 Thread Daniel-Constantin Mierla
Hello, maybe the commit log helps a bit: - http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=commit;h=eb321e3ffeb7ff474693bc035c8af0915a745b4f Cheers, Daniel On 5/20/13 7:06 PM, Jignesh Gandhi wrote: Hello, I read in the documentation that Kamailio SCTP supports multi homing. D

[SR-Users] SCTP support of MultiHoming...

2013-05-20 Thread Jignesh Gandhi
Hello, I read in the documentation that Kamailio SCTP supports multi homing. Does anyone know how I can configure this? Thanks in advance, --Jignesh Gandhi ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-r

Re: [SR-Users] Kamailio + Siremis Outbound route

2013-05-20 Thread Daniel-Constantin Mierla
Hello, if you want to send all calls that arrive to kamailio having the prefix 01 to freeswitch: if($rU =~"^01") { $ru = "sip:" + $rU + "@__FREESWITCHIP__"; route(RELAY); exit; } Be sure calls are authenticated at that point and, if needed, the call is not actually coming from fr

Re: [SR-Users] http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour

2013-05-20 Thread Daniel-Constantin Mierla
Hello, On 5/20/13 12:47 PM, johnc wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I updated this config to work with version 4. See below. I have calls working over TLS between jitsi sip clients registered to the same proxy of either one of two proxies I have built using this updated

Re: [SR-Users] SCTP question

2013-05-20 Thread Daniel-Constantin Mierla
Hello, On 5/20/13 6:12 AM, Jignesh Gandhi wrote: Hello, I recently started using SCTP relay feature of Kamailio and am receiving SCTP-SIP and relaying it UDP-SIP and vice versa. What happens , if an SCTP association is broken from the distant end in the middle of the call, is there a way

Re: [SR-Users] Msilo configuration

2013-05-20 Thread Stoyan Mihaylov
This works for me fine: loadmodule "msilo.so" modparam("msilo","db_url",DBURL) modparam("msilo","from_address","sip:regist...@sip.stribogkonsult.com") modparam("msilo","contact_hdr","Contact: regist...@sip.stribogkonsult.com:5060;msilo=yes\r\n") modparam("msilo","content_type_hdr","Content-Type:

Re: [SR-Users] I need you help-----about Kamailio 3.3.x and Asterisk 10.7.0 Realtime Integration

2013-05-20 Thread Barry Flanagan
On 20 May 2013 04:07, zhengyw wrote: > Hi Barry: >This issue have not been resolved after following by your method that > modifed the video1_sipregs table struct,attachment is table info and > asterisk log. > Can you help me with this problem? thank you very much! > > I can see that your sipr

[SR-Users] http://kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour

2013-05-20 Thread johnc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I updated this config to work with version 4. See below. I have calls working over TLS between jitsi sip clients registered to the same proxy of either one of two proxies I have built using this updated config. I can make calls to/from clients o

Re: [SR-Users] Msilo configuration‏

2013-05-20 Thread sipatse
Dear All, Is there any update regarding the aforementioned issue? Best regards. Dear All, We would like to store SIP text Messages when the destination Subscriber is Offline. We have insert into kamailio cfg file the configuration lines below. Unfortunately storing message

[SR-Users] Kamailio + Siremis Outbound route

2013-05-20 Thread Tony Turner
Hi Version Kamailio v4.0 + Siremis installed on Debian Wheezy via apt-get install I want to use Kamailio as a proxy edge register to our network. I have installed Kamailio and freeswitch. I can register on Kamailio but I can't route a call from my sip client from Kamailio to freeswi