Re: [SR-Users] Problems with Siremis Register Page

2013-11-26 Thread kamailio
I am having the exact same problems as issue as this user. There is nothing in the siremis/log/ folder when this happens. I'm running Siremis 4.0.0 with Kamailio 4.0.4. Has this issue been fixed? Hello, On 5/18/13 3:22 AM, Alexander Albert wrote: > Hi there, i hope you can help me, i am having

Re: [SR-Users] adding new column in the CDRS table?

2013-11-26 Thread arun Jayaprakash
Hello Will, thank you for getting back to me. Yes, I have added the fields but how do I populate those fields which are not a part of the default cdrs table? Where do I make the modification in the kamailio config file to update the cdrs table? Again, thanks for the help. Regards, Arun __

Re: [SR-Users] adding new column in the CDRS table?

2013-11-26 Thread Will Ferrer
Hi Arun We have added several columns to our cdr table simple by connecting to the database through mysql workbench and adding them, and then modifying the mysql routine: kamailio_cdrs to populate in the required data to the new fields. We are however also using siremis which is where these cdr ge

Re: [SR-Users] Log files

2013-11-26 Thread Joli Martinez
I have placed the code below right underneath the route portion in the kamailio.cfg file restarted kamailio and I am still being attacked. ### Routing Logic # main request routing logic route{ if ($ua=="friendly-scanner") { sl_send_reply("200","OK");

Re: [SR-Users] Log files

2013-11-26 Thread Daniel Grotti
Hi, you can check the User-Agent reference $ua, if it is equal to "friendly-scanner", just send back a reply with sl_send_reply("200", "OK") Daniel On 11/26/2013 10:53 PM, Joli Martinez wrote: > How can I do this? Is there an article I can reference or something? I am > new to kamailio and n

Re: [SR-Users] Log files

2013-11-26 Thread José Seabra
Hello please follow this link http://kb.asipto.com/kamailio:usage:k31-sip-scanning-attack this is a good tuturial about preventing sip attack's Regards 2013/11/26 Joli Martinez > How can I do this? Is there an article I can reference or something? I > am new to kamailio and not sure how to

Re: [SR-Users] Log files

2013-11-26 Thread Joli Martinez
How can I do this? Is there an article I can reference or something? I am new to kamailio and not sure how to do this. Thanks, On Nov 26, 2013, at 4:41 PM, Ovidiu Sas wrote: > Google around for "friendly-scanner" to learn more about it. > In the mean time, allow the packets to be handled by

Re: [SR-Users] Log files

2013-11-26 Thread Ovidiu Sas
Google around for "friendly-scanner" to learn more about it. In the mean time, allow the packets to be handled by kamailio and send a 200ok back - maybe this will stop the attack. After the attack is stopped, simply drop all "friendly-scanner" SIP requests :) Regards, Ovidiu Sas On Tue, Nov 26, 2

Re: [SR-Users] Log files

2013-11-26 Thread Joli Martinez
it is comming from "friendly-scanner" The other issue I have is that "/var/log/secure" is not getting the sip requests so the only way I realize it is happeing is from tcpdump. If the secure file is not picking it up then iptables wont know about it. How can I tell iptables to listen for sip

Re: [SR-Users] Log files

2013-11-26 Thread Ovidiu Sas
Most likely it's a bogus script. Sometimes just sending a dummy reply, will stop the script sending SIP requests. Check the User-Agent header and from username to see if you can identify the script and google around for it. Regards, Ovidiu Sas On Tue, Nov 26, 2013 at 4:17 PM, Joli Martinez wrote

[SR-Users] Log files

2013-11-26 Thread Joli Martinez
I am running Kamailio in CentOS. I ran tcpdump and noticed that we are getting attacked from IP 188.138.32.72. I have already blocked it on IPtables, but he keeps on attacking the server. If I look at "/var/log/secure" there are no SIP messages. My question is where is the log file for Kamai

Re: [SR-Users] Loosing rtp only in carrierroute failureroute

2013-11-26 Thread Oliver Roth
No idea? -Ursprüngliche Nachricht- Von: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] Im Auftrag von Oliver Roth Gesendet: Dienstag, 29. Oktober 2013 12:50 An: Kamailio (SER) - Users Mailing List Betreff: [SR-Users] Loosing rtp only in carrierroute f

Re: [SR-Users] route all calls to a wav file

2013-11-26 Thread Corey Edwards
On Tue, Nov 26, 2013 at 7:58 AM, Joli Martinez wrote: > Hello, > > I am getting a lot of hits on port 5060. I would like all registered users > to be sent to the correct location (currently working), but all unwanted > users allow them to connect and any number they dial it will alway play a wa

Re: [SR-Users] route all calls to a wav file

2013-11-26 Thread Daniel Tryba
On Tuesday 26 November 2013 15:58:58 Joli Martinez wrote: > I am getting a lot of hits on port 5060. I would like all registered users > to be sent to the correct location (currently working), but all unwanted > users allow them to connect and any number they dial it will alway play a > wav file.

[SR-Users] adding new column in the CDRS table?

2013-11-26 Thread arun Jayaprakash
Hello, can someone let me know how I can add a new field in the cdrs table? I would like to set a flag depending if a call is make to another extension number of if the call is made to a PSTN line. Thank you for the help. Arun___ SIP Express Router (SE

Re: [SR-Users] Use of t_cancel_callid() to drop an early dialog

2013-11-26 Thread Dragos Oancea
Hello Regarding the stuck dialog in state 5 , we had wait_ack = 1 ; we've put wait_ack = 0 , and the cancelled dialog does not show in the output of `kamctl mi dlg_list` anymore. Regards, Dragos On Tuesday, November 26, 2013 9:32 AM, Guillaume Bour wrote: On 25/11/2013 21:35, Daniel-Const

[SR-Users] route all calls to a wav file

2013-11-26 Thread Joli Martinez
Hello, I am getting a lot of hits on port 5060. I would like all registered users to be sent to the correct location (currently working), but all unwanted users allow them to connect and any number they dial it will alway play a wav file. Is this possible if so how would I implement this. Tha

Re: [SR-Users] Setting up Conference Calls in Kamailio

2013-11-26 Thread jonathan augenstine
Mark, Kamailio does not support conference calls. You would need to route the call to a server with conference calling capabilities, such as Freeswitch. Jonathan On Tue, Nov 26, 2013 at 3:44 AM, Mark Zeman wrote: > Hello everyone, > > We're thinking of setting up conference call capability fo

Re: [SR-Users] Call hold and call conference implementation in kamailio

2013-11-26 Thread Olle E. Johansson
26 nov 2013 kl. 14:22 skrev "Surendra" : > Hi, > > Can we implement Call hold and Call conference features in > kamailio. If how we can, else what will be the way to implement. > Can anyone help on this. These are media features better handled by end points and

Re: [SR-Users] Calls via Kamailio - Audio delay

2013-11-26 Thread Alex Balashov
Hello, As Kamailio is not involved in the media path in any way (per your config), this issue is unrelated to Kamailio. -- Alex On 11/26/2013 07:21 AM, Mark Zeman wrote: Hello everybody, having set up our Kamailio server and test env with Jitsi and CSipSimple successfully, we've noticed a

[SR-Users] Call hold and call conference implementation in kamailio

2013-11-26 Thread Surendra
Hi, Can we implement Call hold and Call conference features in kamailio. If how we can, else what will be the way to implement. Can anyone help on this. Thanks in advance @surendra ___

[SR-Users] voice prompts / early media and kamailio

2013-11-26 Thread Oliver Roth
Hi all Based on my problem reported with subject "error handling" I have some other questions. I think it is a conceptual question - and I do not see any solution. I would like to handle Kamailio with carrierroute / carrierfa

[SR-Users] Calls via Kamailio - Audio delay

2013-11-26 Thread Mark Zeman
Hello everybody, having set up our Kamailio server and test env with Jitsi and CSipSimple successfully, we've noticed a delay of ~5 seconds in the audio. We are using IPv6 and encrypting everything (control and data channel) but this should still not lead to such a big delay, as far as we understa

Re: [SR-Users] ACL based on User-Agent

2013-11-26 Thread Alex Balashov
Why not check $hdr(User-Agent) against a database using sqlops? Igor Potjevlesch wrote: >Hello, > > > >I was using an old unofficial module called 'check_ua.so' (with an old >SER >version) to check if an User-Agent is allowed or not. > >I don't find something similar to do this job in Kamailio.

[SR-Users] ACL based on User-Agent

2013-11-26 Thread Igor Potjevlesch
Hello, I was using an old unofficial module called 'check_ua.so' (with an old SER version) to check if an User-Agent is allowed or not. I don't find something similar to do this job in Kamailio. Maybe someone has already something workable with the existing modules? Regards, Igor. -

[SR-Users] Setting up Conference Calls in Kamailio

2013-11-26 Thread Mark Zeman
Hello everyone, We're thinking of setting up conference call capability for our Kamailio server, but we can't find any tutorials or documentation. Could someone point us in the right direction or maybe even tell us how to do it? Thanks! ___ SIP Expres

Re: [SR-Users] Use of t_cancel_callid() to drop an early dialog

2013-11-26 Thread Guillaume Bour
On 25/11/2013 21:35, Daniel-Constantin Mierla wrote: Hello Guillaume, thanks, I will backport. Is this solving the issue reported in this email thread, or the one related to the drop of another early dialog is still there? Hi, Yes, the correct early dialog is cancelled, and the local-request