Re: [SR-Users] evapi tcp parsing??

2015-09-21 Thread Jayesh Nambiar
Hi Daniel, I have captured debug messages after testing with your latest commit on master. Once again, here's what I'm doing exactly for my test: 1) Use SIPp to send OPTIONS towards Kamailio. 2) On getting options send event as follows: evapi_async_relay("{\"event\":\"REGISTER\",\"tindex\":\"$T(id_

[SR-Users] Kamailio with Radius authentication

2015-09-21 Thread Ciolpan Ionut-Marian
Hi, I want to implement Kamailio with Radius authentication. To be more exactly I want to register SIP users (PhonerLite and/or Jitsi) based on the credentials stored in radcheck table from radius database. First of all, I have tried to register SIP users based on the credentials stored in users

[SR-Users] Siremis-4.2.0 - error with Alias and login page

2015-09-21 Thread Infinicalls Infinicalls
Hi, I tried installing siremis-4.2.0 following the step given.The Alias was not working. So, I installed it in the /html folder and the installation was completed. But the login page looked strange. There was no logo displayed and the submit button was not there. Mine is apache 4.2 on Ubuntu LTS

Re: [SR-Users] Compiling Kamailio for Cubie/RaspberryPi/others ARM arch from main repos

2015-09-21 Thread nadie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It works. 100% ARM. Final script https://pad.elbinario.net/p/cubielio Best regards. El 17/09/15 a las 17:52, Daniel-Constantin Mierla escribió: > Hello, > > is this just a message to show it works to compile on that box/arch > and what are the comma

Re: [SR-Users] Kamailio with Radius authentication

2015-09-21 Thread Daniel-Constantin Mierla
Hello, run kamailio with debug=3 in kamailio.cfg and look inside syslog file -- you should see a lot of debug messages, try to spot if radius module prints some hints about what is happening. A really old tutorial, maybe still useful to read to understand some concepts on this topic: - http://

Re: [SR-Users] evapi tcp parsing??

2015-09-21 Thread Daniel-Constantin Mierla
Hello, I pushed another commit to add more debug messages to see if the event route is supposed to be executed or not. Can you run the tests again and give again the log messages for missing event route executions? Cheers, Daniel On 21/09/15 09:04, Jayesh Nambiar wrote: > Hi Daniel, > I have cap

Re: [SR-Users] dispatcher.list reversed by dispatch.c reindex_dests()

2015-09-21 Thread Giovanni Maruzzelli
Anyone got this one ? sent from my mobile, Giovanni Maruzzelli cell: +39 347 266 56 18 On Sep 19, 2015 7:58 PM, "Giovanni Maruzzelli" wrote: > Hello, > > dispatcher gives me destination sets with entries in reverse order: > > I have installed from Kamailio deb repository packages version > 4.3.2

Re: [SR-Users] dispatcher.list reversed by dispatch.c reindex_dests()

2015-09-21 Thread Daniel-Constantin Mierla
Hello, you have to set the priority field to get them ordered as desired. With text file is easier to know (or better said expect) the order as it is written, but for database, there is no guarantee that if you insert three destinations, will be returned in the order of inserting. Therefore, the

Re: [SR-Users] dispatcher.list reversed by dispatch.c reindex_dests()

2015-09-21 Thread Giovanni Maruzzelli
On Sep 21, 2015 1:38 PM, "Daniel-Constantin Mierla" wrote: > > Hello, > > you have to set the priority field to get them ordered as desired. > > With text file is easier to know (or better said expect) the order as it is written, but for database, there is no guarantee that if you insert three des

[SR-Users] carrierroute module cannot use prefix that start with +

2015-09-21 Thread José Seabra
Hello there, I'm using carrierroute module to route calls based on prefix, everything was working until i tried use prefixes that start with +, kamailio core doesn't allow me use the + on carrierroute prefix, i get the following message from kamailio logs: INFO: carrierroute [cr_carrier.c:100]:

Re: [SR-Users] carrierroute module cannot use prefix that start with +

2015-09-21 Thread ycaner
Hello Jose; You can replace "+" to "00" . i use like that. scan_prefix at Carrierroute only uses Numbers have a nice day. -- View this message in context: http://sip-router.1086192.n5.nabble.com/carrierroute-module-cannot-use-prefix-that-start-with-tp141600p141601.html Sent from the Users mai

[SR-Users] Kamailio - Asterisk ACK retransmission problem

2015-09-21 Thread Yasin CANER
Hello;     i installed kamailio V 4.3.2  and Asterisk 13.5 version the same machine. Kamailio listens 5061 port and asterisk listens 5080 port. When the calls happens , asterisk sends perfectly 200 Ok message to Kamailio and then kamailio sends to UAC. But UAC se

[SR-Users] Kamailio ACK retransmission

2015-09-21 Thread Yasin CANER
Hello;     i installed kamailio V 4.3.2  and Asterisk 13.5 version the same machine. Kamailio listens 5061 port and asterisk listens 5080 port. When the calls happens , asterisk sends perfectly 200 Ok message to Kamailio and then kamailio sends to UAC. But UAC se

[SR-Users] Kamailio PSTN with User/Pass authentication

2015-09-21 Thread Infinicalls Infinicalls
Hi, I am trying to add PSTN gw for terminating my calls. I have changed the IP in the kamailio.cfg file, but this provider wants digest auth and so I need to pass api/pass to them. Can somebody guide me how and where to add the username+pass to the config file. thanks regards Ganesh Kuamr _

Re: [SR-Users] carrierroute module cannot use prefix that start with +

2015-09-21 Thread Daniel Tryba
On Monday 21 September 2015 08:02:46 ycaner wrote: > You can replace "+" to "00" . i use like that. scan_prefix at Carrierroute > only uses Numbers Very non untuitive for countries that don't use 00 as international prefix. ___ SIP Express Router (SER)

Re: [SR-Users] carrierroute module cannot use prefix that start with +

2015-09-21 Thread José Seabra
Hello Daniel, Seems that carrieroute module won't work for all countrycodes, there is countrycodes that must have +. Thank you for your reply Best Regards José Seabra 2015-09-21 16:12 GMT+01:00 Daniel Tryba : > On Monday 21 September 2015 08:02:46 ycaner wrote: > > You can replace "+" to "00"

Re: [SR-Users] carrierroute module cannot use prefix that start with +

2015-09-21 Thread Daniel Tryba
On Monday 21 September 2015 16:28:21 José Seabra wrote: > Seems that carrieroute module won't work for all countrycodes, there is > countrycodes that must have +. That is something that depends on your upstream carriers. Rewriting + to 00 is a solution (for carrierroute), but if you have an ups

Re: [SR-Users] Question about in call both side redirection

2015-09-21 Thread Андрей Ярин
On 18/09/15 08:54, Андрей Ярин wrote: >/ sr-users-request at lists.sip-router.org пишет: />>/ Hello On 04/09/15 07:57, ?? wrote: />>>/ >Hello (sorry for my bad english) - i try to create voice record />>>/ >service by

[SR-Users] SIP account.

2015-09-21 Thread Grendell
Hi A few says ago I registered an account user name 08031955. However I have been unable to connect using 2 different SIP phones. Can you please check if this account is active yet. Can you advise if my user name has to include @iptel.org on the end of it? many thanks Graham Rendell __

[SR-Users] OpenSev -> Kamailio Migration?

2015-09-21 Thread Matthew Harris
Hello everyone! I am new to the VOIP world and currently researching a solution to upgrading or migrating from an antiquated openser sip server to kamailio. Has anyone ever had to do this? If so: What challenges should I expect to face? Warmest regards, Matt __

[SR-Users] What SIP stack does Kamailio or OpenIMSCore implements?

2015-09-21 Thread ??
Hi, I am a rookie in SIP related area. I run into OpenIMSCore in recent days, and then I was introduced to Kamailio. Now I am wondering what SIP stack does Kamailio or OpenIMSCore implements? Or neither of them use a SIP stack? Can anybody help me on this? Thanks !

[SR-Users] Two suggestions

2015-09-21 Thread ??
May this mailing list have a search function? This function will make us convient to find what we concern about. OpenIMSCore mailing list have this function, and I felt it Improved productivity. And the mailing list archive system seems to be operated manually. Can the mails be archived automa