[SR-Users] need help on kamailio-snmpstats module

2014-07-02 Thread Allen Zhang
Hi, I'm having trouble on installing kamailio-snmpstats module. I'm using kamailio 4.0. I want to install kamailio's snmpstats module from RPM. I compiled net-snmp 5.4 from source and built some RPMS from it. I've installed net-snmp 5.4 from RPM on the target machine. And when I run 'yum install

[SR-Users] how to remove non-digits using dp_translate

2014-07-02 Thread Henry Fernandes
I'd like to use the dialplan module to remove all non-digits from a string. For example, "1-306-555-1234" becomes "13065551234" and "(306) 555-1234" becomes "3065551234". Unfortunately, I can't figure out the regular expressions for subst_exp and repl_exp. I can easily replace one instance of a n

Re: [SR-Users] Many instances of "new URI shorter than old URI" in log

2014-07-02 Thread Alex Villací­s Lasso
El 02/07/14 10:51, Alex Villací­s Lasso escribió: El 30/06/14 04:24, Daniel-Constantin Mierla escribió: Hello, iirc, this is a check when trying to convert from base64 to old uri, but I didn't have time to dig properly inside the sources. I enhanced the log message to print the values of the

Re: [SR-Users] Making RLS presence work with Blink and Kamailio 4.1.4

2014-07-02 Thread Alex Villací­s Lasso
El 01/07/14 14:44, Alex Villací­s Lasso escribió: El 26/06/14 18:39, Alex Villací­s Lasso escribió: I am having trouble making all of the supposed features of Blink work with Kamailio 4.1.4. My kamailio.cfg file is attached. Specifically, what I am having trouble is with presence (the way Blink w

Re: [SR-Users] How to check message queue (buffer) in Kamailio

2014-07-02 Thread AliReza Khoshgoftar Monfared
Thanks very much. That is the correct answer. just for the record, one can loadmodule "exec" and then use something like: exec_avp("netstat -ul | grep ':sip' | awk '{print $$2}'","$avp(s:test)"); > the value of the recv-q is then stored in $avp(s:test) and can be used anywhere Just a side quest

Re: [SR-Users] Many instances of "new URI shorter than old URI" in log

2014-07-02 Thread Alex Villací­s Lasso
El 30/06/14 04:24, Daniel-Constantin Mierla escribió: Hello, iirc, this is a check when trying to convert from base64 to old uri, but I didn't have time to dig properly inside the sources. I enhanced the log message to print the values of the uris, via commit: - http://git.sip-router.org/cgi

Re: [SR-Users] Replys though onsend_route?

2014-07-02 Thread Jöran Vinzens
Hi Daniel, we trace the responses, but we cannot see differences we make in reply_route since we just see it once. So far i havn't found a way to trace incoming reply and "forwarded" reply. BR Jöran On Thu, Jun 26, 2014 at 10:15 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hell

Re: [SR-Users] UAC remote registration - refreshing database

2014-07-02 Thread Alex Balashov
On 07/02/2014 06:22 AM, Dan Christian Bogos wrote: Anybody aware if it is possible to refresh the list of remote registrations from the database without restarting the whole server? This gets asked a lot, and the answer is no. But it is probably a widely desired feature set by now. -- Alex

Re: [SR-Users] TCP rest by peer

2014-07-02 Thread Daniel-Constantin Mierla
Hello, looking at the code, these error logs can be already avoided by setting corelog global parameter higher than the value of debug. You can try: corelog=3 Cheers, Daniel On 02/07/14 12:37, Rob Moore wrote: Hi Daniel, I thought that would be the case, but it’s always worth a check. I’l

Re: [SR-Users] How to check message queue (buffer) in Kamailio

2014-07-02 Thread Morten Isaksen
Hi, You can use netstat and look at the Recv-Q counter. This should indicate the packets that is waiting for kamailio to process. /Morten On Tue, Jul 1, 2014 at 1:12 PM, Daniel-Constantin Mierla wrote: > Hello, > > the SIP messages send on UDP/SCTP are received directly from the buffer in >

Re: [SR-Users] TCP rest by peer

2014-07-02 Thread Rob Moore
Hi Daniel, I thought that would be the case, but it’s always worth a check. I’ll look into reducing the error level as you suggest. Cheers Rob From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: 01 July 2014 1

[SR-Users] UAC remote registration - refreshing database

2014-07-02 Thread Dan Christian Bogos
Hey Guys, Anybody aware if it is possible to refresh the list of remote registrations from the database without restarting the whole server? Ta, DanB ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-rout

Re: [SR-Users] msilo possible bug

2014-07-02 Thread Kelvin Chua
looks like it was. testing further, thanks Kelvin Chua On Mon, Jun 30, 2014 at 5:30 PM, Daniel-Constantin Mierla wrote: > Hello, > > is the message still in database table? > > Have you looked at loopback network interface, because it might used to > send out the SIP MESSAGE request back to i

[SR-Users] $avp(received)

2014-07-02 Thread Kelvin Chua
is there any way of getting the received ip/port/proto from nathelper? modparam("nathelper|registrar", "received_avp", "$avp(RECEIVED)") set_contact_alias(); xlog("$avp(RECEIVED)"); this gives me Kelvin Chua ___ SIP Express Router (SER) and Kamailio

Re: [SR-Users] Fedora 18-20 kamailio GeoIP module missing?

2014-07-02 Thread Roberto Fichera
On 07/02/2014 07:44 AM, Hossein Aghaie wrote: Hi, > hi > > fo install geoip on fedora : > > #yum install GeoIP > > http://fedorafans.com/1393/01/04/3236/ Sorry! I've synthesized too much my request. I meant kamailio geoip module. Cheers, Roberto Fichera. > > > > On 7/1/14, Roberto Fichera wro