[asterisk-users] Notifying missed calls

Luca Bertoncello lucabert at lucabert.de
Sat Nov 6 08:46:31 CDT 2021


Am 06.11.2021 um 14:43 schrieb Frank Vanoni:

Hi Frank

> On Fri, 2021-11-05 at 10:50 +0100, Luca Bertoncello wrote:
> 
>> 1) The E-Mails will be sent "double"
> 
> It sends the first mail by executing "noanswer,2" and a second mail
> because because of "main-incoming,h,2" 

Really, I can't understand what you mean... I'm feeling really dumb...

>> 2) The E-Mails will be sent for outgoing unanswered calls, too.
> 
> Use the "h" extension only in the context for incoming calls

I have just one "h" extension:

[main_incoming]
exten => h,1,GotoIf($[“${DIALSTATUS}” = “ANSWER”]?done)
exten => h,n,Goto(noanswer,s,1)
exten => h,n(done),NoOp()

Could you explain what you mean?

Thanks
Luca Bertoncello
(lucabert at lucabert.de)



More information about the asterisk-users mailing list