Missed call notification URL Post

Status
Not open for further replies.

Mikeme

Member
Apr 26, 2021
186
4
18
39
Hi guys,
I'm looking for way to send to a 3rd party sever missed call notification with the local extension number and caller number using POST.
I have checked extension_edit.php I notice there 2 more options of missed_call_app; text and url.
Email will not help in this case...

Does anyone try to use one of them?
How does the missed_call_app working?
Is it running on incoming did dialplan?
Can someone explain the flow for me?
 

Mikeme

Member
Apr 26, 2021
186
4
18
39
Solved.
found index.lua at usr/share/freeswitch/scripts/app/hangup

Bash:
--handle originate disposition
    if (originate_disposition ~= nil) then
        if (originate_disposition == "ORIGINATOR_CANCEL") then
            missed();
 
Status
Not open for further replies.