TRY THIS Unanswered calls report to emails solution

itai kfir

New Member
Joined
Mar 2, 2019
Messages
1
Reaction score
0
Hello i need an unanswered calls solution for my freepbx.
i need it to send an email for every missed\unanswered call to multiple emails.
How can i achieve that?
is this something i can get with my existing freepbx or do i need to purchase an external module for that?
 

KNERD

Well-Known Member
Joined
Mar 9, 2014
Messages
1,657
Reaction score
586
That is going to require some programming on the system for that to happen.
 

Dr. Kupka

New Member
Joined
Jul 3, 2013
Messages
22
Reaction score
7
I have inserted something like the following in [macro-hangupcall].
Code:
[macro-hangupcall]
.
.
.
exten => s,n,NoOp(Dial Status: ${DIALSTATUS})
exten => s,n,GotoIf($["${DIALSTATUS}" = "CANCEL"]?Mail:goon)
exten => s,400(Mail),System(echo "$(date +"%H:%M") unanswered call from ${CALLERID(number)} " | mail -s "${DIALSTATUS} $(date +"%H:%M")" [email protected])
exten => s,n(goon),Hangup
exten => s,n,MacroExit()
 

Members online

No members online now.

Forum statistics

Threads
25,778
Messages
167,504
Members
19,198
Latest member
serhii
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top