Re: [SR-Users] BLF: Turning a key on/off without a dialog

2016-04-25 Thread Ali Pey
Hello, Thank you for your response: 1- Is there an example/template of the PUBLISH message that needs to be sent to Kamailio? 2- What DB table and what rows? Thanks again, Ali Pey On Mon, Apr 25, 2016 at 1:38 PM, Vik Killa wrote: > one way is to send PUBLISH to kamailio and it will send NO

Re: [SR-Users] BLF: Turning a key on/off without a dialog

2016-04-25 Thread Vik Killa
one way is to send PUBLISH to kamailio and it will send NOTIFY updates accordingly. another way is update the presence database and trigger NOTIFY updates with pres_refresh_watchers() On Mon, Apr 25, 2016 at 10:42 AM, Ali Pey wrote: > Hello, > > I use presence and dialog modules for my BLF keys;