Hi to all...
Fusion 4.5.20 with Grandstream GXP2135, latest firmware as of today. Fresh reboot of the phone.
Enabling both options (call_flow_subscribe.lua and blf_subscribe.lua flow) results in this scenario:
1. BLF button lights up RED when the call flow is activated.
2. Via ""call_flow_subscribe.lua"", Switch sends a "[presence] turn_lamp boolean true" message for the LED status to phones. Nothing happens on the phone, status is already good.
NOTIFY ==
XML:
<?xml version="1.0"?>
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="37" state="full" entity="sip:*271@domain">
<dialog id="77a049fc-13ee-40de-b034-048e07c92301" direction="recipient">
<state>confirmed</state>
</dialog>
</dialog-info>
3. My phone send a SUBSCRIBE to freeswitch [[EXT@domain to *271@domain]]
Full response ==
XML:
<dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" version="20" state="full" entity="sip:*271@domain">
<dialog id="77a049fc-13ee-40de-b034-048e07c92301" direction="recipient">
<state>confirmed</state>
</dialog>
</dialog-info>
BLF LED turns green
4. Switch sends a new NOTIFY from ""call_flow_subscribe.lua"", same "confirmed" state as before. BLF turns back RED as intended?
5. Repeat...
Cant confirm from capture if the phone receives a good answer from freeswitch.