Hi @ all,
i followed the guide to subscribe to presence. At the end is it not what i want to achieve, i guess. Instead of "Event = Presence" i use "Event = Dialog" to be informed whether user are busy (in call) or not, but also when it's ringing at some specific user. At the end i want to have a BLF functionality.
Everything works so far, but if i get the event "ringing" i see the callee, but not the caller to take over the call.
This is my subscribe:
...
sip_headers: [
{ name: 'Event', value: 'dialog' },
{ name: 'Accept', value: 'application/pidf+xml' }
]
});
Do i miss something?
Regards
Thomas