Re: [SR-Users] Preventing information about my sip network

2014-03-25 Thread Rainer Piper
ps: you can use xlog("L_ALERT","IPTABLES: blocking $si \n"); anywhere you like ... for example wrong login password/username and fail2ban will drop the source IP for a 1h or longer drop time Regards Rainer Am 26.03.2014 07:27, schrieb Rainer Piper: xlog("L_ALERT","IPTABLES: blocking $si $ua\

Re: [SR-Users] Preventing information about my sip network

2014-03-25 Thread Rainer Piper
Hi Aryn, changing the standard Listen Port 5060 to something like 5871 will keep approximately 50% of the bad boys away. Log user agent client name like if ($ua=~"friendly-scanner"||$ua=~"sipcli"||$ua=~"sundayddr"||$ua=~"sipsak"||$ua=~"sipvicious"||$ua=~"iWar"||$ua=~"sip-scan") { s

Re: [SR-Users] kamailio db

2014-03-25 Thread Alex Balashov
Try get your client to reregister. But, that message suggests that there's something wrong with the binding. Can you paste the output of SELECT * FROM location WHERE username = 'the username in question'; On 25 March 2014 23:21:37 GMT-04:00, Slava Bendersky wrote: >Hello Alex, >Thank you f

Re: [SR-Users] kamailio db

2014-03-25 Thread Slava Bendersky
Hello Alex, Thank you for help, I added xlog, but I don't any records in log. When I restart kamailio I see CRITICAL: usrloc [udomain.c:447]: preload_udomain(): empty username record in table location...skipping Slava. - Original Message - From: "Alex Balashov" To: "Kamailio (S

Re: [SR-Users] kamailio db

2014-03-25 Thread Alex Balashov
That sounds like the registration lookup is resolving to a binding which has as its domain the domain of the proxy itself. Try printing the value of $ru and $du (via xlog) immediately after the lookup(). It will probably shed some light. On 25 March 2014 22:14:58 GMT-04:00, Slava Bendersky

Re: [SR-Users] kamailio db

2014-03-25 Thread Slava Bendersky
Hello Alex. After some looking around, I added in request route, Added # Saving domain + attr in DB save("location"); # user location service route(LOCATION); } but the problem that call looping. If I dial any extension call back to dialed extension. I see on tcpdump like. 21:12:39.4

[SR-Users] Preventing information about my sip network

2014-03-25 Thread Arya Farzan
I'm concerned about others reverse engineering their way into my project's sip network. Is there anyway to prevent others from finding out that the SIP protocol is being used and prevent others to reverse engineer their way into my sip network? ___ SIP Ex

Re: [SR-Users] kamailio db

2014-03-25 Thread Slava Bendersky
Hello Alex, I was looking on location as far I understand this part need to be checked on ldap level. $avp(oexten) = $rU; if (!lookup("location")) { $var(rc) = $rc; I have defined in ldap as separate item sipDomain I can do ldap_search on it, but not sure about lookup, avp I can set to $a

Re: [SR-Users] Qualify from Asterisk to Kamailio's peers

2014-03-25 Thread Corey Edwards
On Mon, Mar 24, 2014 at 1:28 PM, Alexandr Usov wrote: > It is work for qualify - thanks. > > Looking for solution for external Asterisk subsribtion of presence states. > Found the Pinan projec in the web, but it seems only Asterisk 1.4 > supported. > I needs for Asterisk 11 or 12 version. > I no

[SR-Users] Unable to make calls after integration with Freeswitch

2014-03-25 Thread mark li
Hi there. I had a working Kamailio proxy working where i could call from one polycom test phone to another.  But then I tried to integrate freeswitch with it... (following the article found at:   http://kb.asipto.com/freeswitch:kamailio-3.1.x-freeswitch-1.0.6d-sbc as a baseline. ) Now when I di

Re: [SR-Users] dialog is not deleted when BYE received

2014-03-25 Thread Tuan Viet Nguyen
Hello, Does someone have the same problem? Thanks in advance. On Wed, Mar 12, 2014 at 1:07 PM, Tuan Viet Nguyen wrote: > Hello, > > I disable the rr module and only use SIP elements for dialog match > modparam("dialog", "dlg_match_mode", 2) > > Upon receipt of a BYE request, the request is co

[SR-Users] Siremis v4.1.0 Released

2014-03-25 Thread Elena-Ramona Modroiu
Hi, a new release of Siremis is out - v4.1.0 - web management interface that is compatible out of the box with Kamailio v4.1.x series. More details, including link to install tutorial, are available at: - http://siremis.asipto.com/2014/03/25/siremis-v4-1-0-released/ Regards, Ramona

[SR-Users] Kamailio and Asterisks work on HP-UX ?

2014-03-25 Thread Rizwan Khan
Can they be installed on an HP UX platform. Considering they are written in C, it shouldnt be a porblem, but has anyone tried that? Thanks, Rizwan Khan ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-route

[SR-Users] group regex db reload?

2014-03-25 Thread Pete Ashdown
I'm using the group module to assign groups to users. As the documentation states, "the table content is loaded into memory at startup and all regular expressions are compiled". Having to restart Kamailio is cumbersome every time the table is updated. Is there a method to reload the table via ka