Skip to content

Commit

Permalink
bind for federated flush messages (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson authored and lazedo committed May 23, 2017
1 parent 410e18f commit ff214ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kamailio/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ event_route[kazoo:mod-init]

#!ifdef DISPATCHER_ROLE

$var(payload) = "{ 'exchange' : 'registrar' , 'type' : 'topic', 'queue' : 'MSG-FLUSH-MY_HOSTNAME', 'routing' : 'registration.flush.*', 'queue-def' : {'auto_delete' : 1}, 'no_ack' : 1, 'wait_for_consumer_ack' : 0 }";
$var(payload) = "{ 'exchange' : 'registrar' , 'type' : 'topic', 'queue' : 'MSG-FLUSH-MY_HOSTNAME', 'routing' : 'registration.flush.*', 'federate' : 1, 'queue-def' : {'auto_delete' : 1}, 'no_ack' : 1, 'wait_for_consumer_ack' : 0 }";
kazoo_subscribe("$var(payload)");

#!endif
Expand Down

0 comments on commit ff214ec

Please sign in to comment.