Re: [SR-Users] Evapi module is not broadcasting any data

2016-09-08 Thread Daniel-Constantin Mierla
It should be fixed now in the latest 4.4 and master branches. Cheers, Daniel On 07/09/16 08:58, Daniel-Constantin Mierla wrote: > > I forgot about it, I will investigate. > > Cheers, > Daniel > > > On 06/09/16 15:19, DanB wrote: >> >> Have noticed this thread remaining without a follow up. >> >>

Re: [SR-Users] Evapi module is not broadcasting any data

2016-09-06 Thread Daniel-Constantin Mierla
I forgot about it, I will investigate. Cheers, Daniel On 06/09/16 15:19, DanB wrote: > > Have noticed this thread remaining without a follow up. > > I can also confirm that in newer Kamailio the events are not longer > sent out. > > Can I help in any way? > > > Ta, > > DanB > > > Hi Daniel, > >

Re: [SR-Users] Evapi module is not broadcasting any data

2016-09-06 Thread DanB
Have noticed this thread remaining without a follow up. I can also confirm that in newer Kamailio the events are not longer sent out. Can I help in any way? Ta, DanB Hi Daniel, sorry for not being clear. I have all three evapi event routes in my config. When I telnet to port 8448, xlog

Re: [SR-Users] Evapi module is not broadcasting any data

2016-08-22 Thread Efelin Novak
Hi Daniel, sorry for not being clear. I have all three evapi event routes in my config. When I telnet to port 8448, xlog shows that evapi:connection-new is exectued. When I send 6:efelin, to telnet, the evapi:message-received is executed. When I close the telnet session, the evapi:connection-clos

Re: [SR-Users] Evapi module is not broadcasting any data

2016-08-22 Thread Daniel-Constantin Mierla
On 22/08/16 09:31, Efelin Novak wrote: > [...] > > When I connect to evapi using telnet, I receive NO answer: > > root@PC:~$ telnet 192.168.30.29 8448 > Trying 192.168.30.29... > Connected to 192.168.30.29. > Escape character is '^]'. > > > However it reacts on my netstring messages and executes

Re: [SR-Users] Evapi module is not broadcasting any data

2016-08-22 Thread Efelin Novak
Hi Daniel, kamctl ps: root@cgrates:/usr/share/cgrates/tutorials/kamevapi/cgrates/etc/init.d# kamctl ps Process:: ID=0 PID=14529 Type=main process - attendant Process:: ID=1 PID=14530 Type=udp receiver child=0 sock=192.168.30.29:5060 Process:: ID=2 PID=14531 Type=udp receiver child=1 sock=192.1

Re: [SR-Users] Evapi module is not broadcasting any data

2016-08-22 Thread Daniel-Constantin Mierla
Hello, did you get the event_route[evapi:connection-new] executed when you opened the connection towards evapi? Cheers, Daniel On 22/08/16 09:26, Efelin Novak wrote: > Hi, > > thanks for a reply. Command "ngrep -d any -t -W byline port 8448" prints > > # > > when CGRateS and telnet connect

Re: [SR-Users] Evapi module is not broadcasting any data

2016-08-22 Thread Daniel-Constantin Mierla
Hello, did you get the evapi message on your application or telnet connection? Can you give the output of: kamctl ps to see if the evapi processes are running? Cheers, Daniel On 19/08/16 18:45, Efelin Novak wrote: > Hi folks, > > I came into a problem with evapi module, while I was trying to

Re: [SR-Users] Evapi module is not broadcasting any data

2016-08-22 Thread Efelin Novak
Hi, thanks for a reply. Command "ngrep -d any -t -W byline port 8448" prints # when CGRateS and telnet connect (TCP handshakes) and stays quiet during the rest of the test. When I type something into telnet, I can see incoming packets: T 2016/08/22 09:18:21.115922 192.168.30.1:46378 -> 192.

Re: [SR-Users] Evapi module is not broadcasting any data

2016-08-19 Thread Infinicalls Infinicalls
Hi, Use "ngrep -t -W byline port 8448" to sniff the port and see if it helps. regards Ganesh Kumar On 8/19/16, Efelin Novak wrote: > Hi folks, > > I came into a problem with evapi module, while I was trying to make the > CGRateS tutorial work. It does not send any messages at all. > > Taken s

[SR-Users] Evapi module is not broadcasting any data

2016-08-19 Thread Efelin Novak
Hi folks, I came into a problem with evapi module, while I was trying to make the CGRateS tutorial work. It does not send any messages at all. Taken steps: I start kamailio with debug=3. I start: CGRates (on the kamailio machine) telnet 192.168.30.29 8448 (from my PC) tcpdump port 8448 -A