This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
init amqp for registrar cache flush
3.20
lazedo
11 years ago
parent
6d89f947cb
commit
7c331b97a7
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
kamailio/default.cfg
+ 7
- 0
kamailio/default.cfg
View File
@ -662,6 +662,13 @@ event_route[kazoo:mod-init]
#!endif
#!ifdef REGISTRAR-ROLE
$var(payload)
=
"{ 'exchange' : 'callmgr' , 'type' : 'topic', 'queue' : 'MSG-FLUSH-MY_HOSTNAME', 'routing' : 'registration.flush.*', 'auto_delete' : 1, 'durable' : 0, 'no_ack' : 1, 'wait_for_consumer_ack' : 0 }";
kazoo_subscribe("$var(payload)");
#!endif
}
event_route[kazoo:consumer-event]
Write
Preview
Loading…
Cancel
Save