Re: [SR-Users] [SOLVED] Not getting correct result after sending a OPTION query

2013-06-22 Thread aft
On Sun, Jun 23, 2013 at 12:20 AM, Marius Zbihlei wrote: > Hello, > > You need to register your test user to kamailio, using the password > provided. This adds a entry containing a contact (127.0.0.1:5070) to the > location table which is queried by the lookup() function in registrar. > > The subsc

Re: [SR-Users] Not getting correct result after sending a OPTION query

2013-06-22 Thread Marius Zbihlei
Hello, You need to register your test user to kamailio, using the password provided. This adds a entry containing a contact (127.0.0.1:5070) to the location table which is queried by the lookup() function in registrar. The subscriber table only shows what users can subscribe to your system and wi

[SR-Users] Fwd: enable only TLS transport on kamailio 4

2013-06-22 Thread johnc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorted :-) either a regression or else this bug was never squashed http://lists.kamailio.org/pipermail/sr-users/2012-November/075642.html I did the suggested work-around: added "listen=tcp:127.0.0.1:5061" to config Where do I fill out a bug report?

[SR-Users] Not getting correct result after sending a OPTION query

2013-06-22 Thread aft
( I posted a same message through gmane interface. gmane is not working right now at my place, So i can't respond to the replies i got there). I have now these users : arif@khost:~$ kamctl db show subscriber database engine 'MYSQL' loaded Control engine 'FIFO' loaded ++--+

[SR-Users] enable only TLS transport on kamailio 4

2013-06-22 Thread johnc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I wish to enable only TLS transport listening on port 5061 for domain xyz.com (say) What combination of the following do I need? alias= listen= port= Everything I've attempted so far has resulted in a segfault or kamailio failing to start. My ex

Re: [SR-Users] Error with ACK from SIPML5

2013-06-22 Thread Jayesh Nambiar
Hi, Is it possible that this could be a problem in the script. But when I call using a normal SIP Client like X-Lite, it works well. This only happens when the request comes on websocket. Is there something to be handled specially when handling requests like ACK over websocket? The reference is mor