Re: [SR-Users] how to configure multi-proxy mode for kamailo 4.2.x

2014-11-03 Thread Pavel Eremin
You may use other port,pid,config and run another server at the same server. What specific area you mean, may be you may using multi-domain in kamailio? 2014-11-04 8:47 GMT+05:00 andrew : > hi > > By default, kamailio.cfg is used for one proxy. How to set up kamailio to > support multi-proxy, so

[SR-Users] how to configure multi-proxy mode for kamailo 4.2.x

2014-11-03 Thread andrew
hi By default, kamailio.cfg is used for one proxy. How to set up kamailio to support multi-proxy, so that serveral kamaiio servers work together, and each one is responsible for sip clients in some specific area? B.R. Andrew___ SIP Express Router

Re: [SR-Users] benchmark module

2014-11-03 Thread bob sacamano
thank you the change made things start to work. Out of curiosity why was it necessary to change the log level to "1" according to the module webpage 1 is for warning messages. in my log file they show up as NOTICE: benchmark [benchmark.c:351]: _bm_log_timer(): benchmark (timer test [0]):

Re: [SR-Users] benchmark module

2014-11-03 Thread bob sacamano
thank you the change made things start to work. Out of curiosity why was it necessary to change the log level to "1" according to the module webpage 1 is for warning messages. in my log file they show up as NOTICE: benchmark [benchmark.c:351]: _bm_log_timer(): benchmark (timer test [0]):

Re: [SR-Users] "Help with dialog $dlg_var(cseq_diff)"

2014-11-03 Thread Daniel-Constantin Mierla
I just pushed a patch to master, can you try with it and if all is ok, then I will backport. Cheers, Daniel On 03/11/14 17:31, Yuriy Gorlichenko wrote: > Great! I will waiting for answer. If it needed I may make some tests. > We building new system and want to use this technology insread of > cla

Re: [SR-Users] Problems using htable iterator

2014-11-03 Thread Daniel-Constantin Mierla
Hello, be sure you use the latest git branch 4.2 or nightly debian builds -- it was a fix to this kind of issue after the release of 4.2.0 (it will be part of 4.2.1). Cheers, Daniel On 03/11/14 17:51, Glenn Larsen wrote: > Hi, > > I have a hard time using the htable iterator... > > I have this s

[SR-Users] Problems using htable iterator

2014-11-03 Thread Glenn Larsen
Hi, I have a hard time using the htable iterator... I have this simple setup: modparam("htable", "htable", "h1=>size=4") ... sht_iterator_start("i1", "h1"); while (sht_iterator_next("i1")) { xlog("L_ERR", " SS: $shtitkey(i1) and $shtitval(i1)\n");

Re: [SR-Users] rtpengine does not send RTP packets out

2014-11-03 Thread Juan Perez
thank you Richard,that was it, at least 1 side is working, the other side I think is having issues with the Record-Route having the private IP in it.I know it is out of context , but do you know how to make Kamailio to use the Public IP instead?txs a lot!jp On Monday, November 3, 2014 9:

Re: [SR-Users] "Help with dialog $dlg_var(cseq_diff)"

2014-11-03 Thread Yuriy Gorlichenko
Great! I will waiting for answer. If it needed I may make some tests. We building new system and want to use this technology insread of classic gateway. We will happy to cooperate with you for findinf issues and solve it as faster as we may. Thanks! 2014-11-03 20:03 GMT+04:00 Daniel-Constantin Mie

Re: [SR-Users] signaling for NON SIP environment

2014-11-03 Thread Daniel-Constantin Mierla
On 03/11/14 12:47, fb...@web.de wrote: > > I am looking for a registrar/ directory server for a NON SIP > environment. This means using ICE, STUN and TURN and storing IP and > port addresses on a server to organize communication between nodes. I > am not very familiar with SIP. Does someone know

Re: [SR-Users] question

2014-11-03 Thread Daniel-Constantin Mierla
Hello, On 01/11/14 02:14, Javier Ricke wrote: > i work with asterisk, but i have problem at the moment to send audio > rtp, because > ip is private, kamailio will could solution this problem? kamailio is not handling rtp, so alone it can not help. If you have port forwarding in firewall, then you

Re: [SR-Users] mysql db error

2014-11-03 Thread Daniel-Constantin Mierla
Hellol On 01/11/14 16:38, shm...@riseup.net wrote: > running kamailio from > > deb http://deb.kamailio.org/kamailio jessie main > > mysql> show columns; > ERROR 1064 (42000): You have an error in your SQL syntax; the above is related to MySQL, nothing related to kamailio itself. The 'show colum

Re: [SR-Users] "Help with dialog $dlg_var(cseq_diff)"

2014-11-03 Thread Daniel-Constantin Mierla
Hello, $dlg_var(cseq_diff) is incremented after sending the invite out from failure route, being done when forwarding callback in dialog detects that the cseq value has to be incremented. I am going to test and see if there is an issue -- uac_auth() should set some internal flag to tell dialog to

Re: [SR-Users] dnssec module

2014-11-03 Thread Daniel-Constantin Mierla
Hello, can you send the output of: ldd /usr/lib/x86_64-linux-gnu/kamailio/modules/dnssec.so I see the module is linked against libcrypto, but from the error message it seems it needs libssl as well. Cheers, Daniel On 01/11/14 16:45, shm...@riseup.net wrote: > running kamailio from > > deb http

[SR-Users] Releasing v4.1.7

2014-11-03 Thread Daniel-Constantin Mierla
Hello, I plan to release a new version (4.1.7) of the previous stable branch 4.1. Most probably on Thursday this week. If anyone has remarks/issues about it, write back to mailing lists to discuss. Cheers, Daniel -- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.c

Re: [SR-Users] rtpengine does not send RTP packets out

2014-11-03 Thread Juan Perez
thank you Richard, yes the IP is local to the machine: ./rtpengine --interface=pub/ --interface=priv/10.0.2.68 --listen-ng=127.0.0.1:7722--timeout=30 --port-min=35000 --port-max=65000 --log-level=7 --log-facility=daemon The PUBLIC_IP is a NAT that the machine has, it is a virtual machine (Amazo

Re: [SR-Users] rtpengine does not send RTP packets out

2014-11-03 Thread Richard Fuchs
On 11/03/14 09:17, Juan Perez wrote: > thank you Richard, yes the IP is local to the machine: > > ./rtpengine --interface=pub/ --interface=priv/10.0.2.68 > --listen-ng=127.0.0.1:7722--timeout=30 --port-min=35000 --port-max=65000 > --log-level=7 --log-facility=daemon > > The PUBLIC_IP is a NAT tha

Re: [SR-Users] Address already in use error when starting Kamailio service

2014-11-03 Thread Mahmoud Ramadan Ali
H Thanks for the reply...i really appreciate that The "netstat -altpn" command does not show any process or application listing to 5060 other than kamailio ! Also after using the "ps -aux | grep kamailio" i see only kamailio is running as single process and does not do process forking as be

Re: [SR-Users] rtpengine does not send RTP packets out

2014-11-03 Thread Richard Fuchs
On 11/01/14 15:39, Juan Perez wrote: > Hi, I have kamilio-4.2 and rtpengine running on the same machine. > I have this scenario: > > softphone --> Kamailio with Rtpengine --> Asterisk > The softphone initiates the call, it is sent to the Asterisk. I can see > the SDPs being re-written with the new

[SR-Users] how to use mqueue.

2014-11-03 Thread 张顺通
whle (mq_fetch("QUEUE")) { if (yes) { do something } else { mq_add("QUEUE"); add back to queue. } } can mq_add use here? I tried it, it do not work. and How to determine the end? ___ SIP Express Router (SER) and Kamailio (OpenSER) -

Re: [SR-Users] Address already in use error when starting Kamailio service

2014-11-03 Thread Rainer Piper
Am 03.11.2014 um 11:50 schrieb Daniel-Constantin Mierla: Hello, On 02/11/14 21:47, Mahmoud Ramadan Ali wrote: Hii everyone, I'm receiving this error when starting Kamailio saying that it can not resolve my ip addresses used by Kamailio and another "127.0.0.1:5060

[SR-Users] signaling for NON SIP environment

2014-11-03 Thread fb111
  I am looking for a registrar/ directory server for a NON SIP environment. This means using ICE, STUN and TURN and storing IP and port addresses on a server to organize communication between nodes. I am not very familiar with SIP. Does someone know, if I could use your server without the SIP func

Re: [SR-Users] Address already in use error when starting Kamailio service

2014-11-03 Thread Daniel-Constantin Mierla
Hello, On 02/11/14 21:47, Mahmoud Ramadan Ali wrote: > Hii everyone, > I'm receiving this error when starting Kamailio saying that it can not > resolve my ip addresses used by Kamailio and another "127.0.0.1:5060 > : Address already in use " error message...so > how ca

Re: [SR-Users] AliasDB module & Forking

2014-11-03 Thread Daniel-Constantin Mierla
Hello, On 03/11/14 10:26, Marino Mileti wrote: > Hi guys, > > i've implemented a parallel forking using aliasdb module. Everything is > working good if the first client (first row in dbaliases table) in online. > When I try to make a call to a specific number three clients rings together. > > If t

Re: [SR-Users] Kamailio behind NAT - Wrong VIA Header

2014-11-03 Thread Daniel-Constantin Mierla
Hello, On 03/11/14 10:43, Marko Seidenglanz wrote: > Hello, > > We are using Kamailio 4.2 and RTPEngine 3.3 hosted on a VM behind NAT > in Google Cloud Engine. > > Asterisk 11 + Kamailio + RTPEngine are on the same machine and > Kamailio is used as WebRTC Gateway. > > INVITES, that are rewritten

Re: [SR-Users] benchmark module

2014-11-03 Thread Daniel-Constantin Mierla
Hello, On 03/11/14 04:25, bob sacamano wrote: > hello, i was wondering where does this module write the logs? Nothing > shows up in my syslog. If i replace the benchmark parts in the route > with xlog for example xlog( "L_INFO", "$Ts " ); this shows up > fine in syslog > > heres what u

[SR-Users] Kamailio behind NAT - Wrong VIA Header

2014-11-03 Thread Marko Seidenglanz
Hello, We are using Kamailio 4.2 and RTPEngine 3.3 hosted on a VM behind NAT in Google Cloud Engine. Asterisk 11 + Kamailio + RTPEngine are on the same machine and Kamailio is used as WebRTC Gateway. INVITES, that are rewritten by Kamailio look like the following: INVITE sip:etden7konsdmvcunyi

[SR-Users] AliasDB module & Forking

2014-11-03 Thread Marino Mileti
Hi guys, i've implemented a parallel forking using aliasdb module. Everything is working good if the first client (first row in dbaliases table) in online. When I try to make a call to a specific number three clients rings together. If the first client isn't online no call is forwarded to other c