Browse Source

fix mwi binding error

4.1
lazedo 8 years ago
committed by GitHub
parent
commit
0b7873d647
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/presence-role.cfg

+ 1
- 1
kamailio/presence-role.cfg View File

@ -348,7 +348,7 @@ route[PRESENCE_BINDINGS]
$var(payload) = "{ 'exchange' : 'presence', 'type' : 'topic', 'queue' : 'presence-presence-MY_HOSTNAME', 'routing' : 'update.*.*', 'exclusive' : 0, 'federate' : 1 }";
kazoo_subscribe("$var(payload)");
$var(payload) = "{ 'exchange' : 'presence', 'type' : 'topic', 'queue' : 'presence-mwi-MY_HOSTNAME', 'routing' : 'mwi_updates.*', 'exclusive' : 0 , 'federate' : 1 }";
$var(payload) = "{ 'exchange' : 'presence', 'type' : 'topic', 'queue' : 'presence-mwi-MY_HOSTNAME', 'routing' : 'mwi_updates.*.*', 'exclusive' : 0 , 'federate' : 1 }";
kazoo_subscribe("$var(payload)");
#!endif


Loading…
Cancel
Save