Re: [SR-Users] PCSCF Access denied issue

2017-12-22 Thread Franz Edler
You should try to set the bind-address in /etc/mysql/my.cnf to the corresponding physical address. BR Franz Von: sr-users [mailto:sr-users-boun...@lists.kamailio.org] Im Auftrag von Kranti Kumar Gesendet: Samstag, 23. Dezember 2017 04:11 An: Kamailio (SER) - Users Mailing List

[SR-Users] PCSCF Access denied issue

2017-12-22 Thread Kranti Kumar
Hi All, We are using *Kamailio IMS VM* image and we are able to run HSS(/hss.sh) successfully. But while running PCSCF (kamailio -f /usr/local/etc/kamailio/kamailio-pcscf.cfg), we are getting below errors. 0(1772) DEBUG: [db.c:209]: db_bind_mod(): using db bind api for db_mysql 0(1772) DEBUG:

Re: [SR-Users] t_relay dying ?

2017-12-22 Thread Daniel-Constantin Mierla
Hello, can you give a try with latest master branch or by using the patch from next link?   - https://github.com/kamailio/kamailio/commit/52111974b4571e0562e8e731df80f48dbc504915 Apparently the t_realy() stopped script execution (by returning 0) when e2e ACK forwarding was successful. The patch

[SR-Users] NOTIFY generation for REFER

2017-12-22 Thread Konstantin Tumalevich
I try to build custom attended transfer logick with kamailio and asterisk. My backend can do all work (include interconnect between asterisk servers), so I need to fully handle REFER in kamailio. But I can't send back NOTIFY message with the result of a transfer. Is any way to do this logic

Re: [SR-Users] t_relay dying ?

2017-12-22 Thread Jean Cérien
Hello I've tried mhomed = 1 with no luck - not so sure what you mean by default route, I've added listen = udp:myadsress:5060 I also have auto_aliases=no and alias=myaddress However, what bugs me is that execution seems to stop INSIDE t_relay and the info message after the t_relay is not

Re: [SR-Users] How to send "bye" to caller when callee abruptly terminates (Connection reset by peer)

2017-12-22 Thread Daniel-Constantin Mierla
Hello, you can use htable module to store the association between connection id (iirc, the var $conid) and dialog attributes (call id, from/to tag). The values in the hash table are available in the event route. Cheers, Daniel On 21.12.17 20:53, Pranathi Venkatayogi wrote: > > Hi, > >