[OpenSIPS-Users] RabbitMQ Timer Route Not Working
    Kneeoh 
    kneeoh at yahoo.com
       
    Mon Jun  2 16:55:50 CEST 2014
    
    
  
After following the example here: http://www.opensips.org/Documentation/Tutorials-EventInterface
Shouldn't this resubscribe every 4 seconds and expire in 5 (i.e. never)? in my script it's not subscribing to rabbit at all. I'm running version: Server:: OpenSIPS (1.10.1-notls (x86_64/linux))
timer_route[event_subscribe, 4] {
 if (!subscribe_event("E_ACC_CDR", "rabbitmq:cdr:rabbit at 192.168.2.30/cdr1", 5)) {
  xlog("L_INFO", "Can't connect to RabbitMQ \n");
 }
}
root at osips:/var/log# tcpdump -s0 -ni eth1 host 192.168.2.30
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes
^C
0 packets captured
0 packets received by filter
0 packets dropped by kernel
    
    
More information about the Users
mailing list