Re: [asterisk-users] Notifying missed calls

2021-11-06 Thread Luca Bertoncello
Am 06.11.2021 um 21:15 schrieb Łukasz Grzywański: Hi Łukasz, Dziękuję > two legs in this same context > ( exten => _03529123456,n,Dial(local/123456@main_incoming,,xX) ) > > PJSIP/pbxmichael_in-0418 > and  > Local/123456@main_incoming-0268 > > [main_incoming] > exten => _+49X.,1,got

Re: [asterisk-users] Notifying missed calls

2021-11-06 Thread Łukasz Grzywański
ydomain.de") in new stack > -- Executing [s@noanswer:1] NoOp("Local/123456@main_incoming-0268;2", > "UID CALL: 1636222382.6032/ DATE: 20211106-191306)") in new stack > -- Executing [s@noanswer:2] System("Local/123456@main_incoming-0268;2", > "echo

Re: [asterisk-users] Notifying missed calls

2021-11-06 Thread Łukasz Grzywański
p("Local/123456@main_incoming-00000268;2", "UID CALL: 1636222382.6032/ DATE: 20211106-191306)") in new stack -- Executing [s@noanswer:2] System("Local/123456@main_incoming-0268;2", "echo "Verpasster Anrufvom 035 um 19:13" | mail -s &qu

Re: [asterisk-users] Notifying missed calls

2021-11-06 Thread Luca Bertoncello
in new stack -- Executing [h@michael_incoming:2] Goto("PJSIP/pbxmichael_in-0418", "noanswer,s,1") in new stack -- Goto (noanswer,s,1) == Spawn extension (main_incoming, 123456, 4) exited non-zero on 'Local/123456@main_incoming-0268;2' -- Executing [h@ma

Re: [asterisk-users] Notifying missed calls

2021-11-06 Thread Frank Vanoni
On Sat, 2021-11-06 at 14:46 +0100, Luca Bertoncello wrote: > Really, I can't understand what you mean... I'm feeling really > dumb... No need to feel dumb. I'm not an expert and when I look to my extensions.conf... well... countless pulling my hairs out, head banging on the keyboard,,, :-) The

Re: [asterisk-users] Notifying missed calls

2021-11-06 Thread Luca Bertoncello
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 underst

Re: [asterisk-users] Notifying missed calls

2021-11-06 Thread Frank Vanoni
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" > 2) The E-Mails will be sent for outgoing unanswered calls, too. Use the "h" extension o

Re: [asterisk-users] Notifying missed calls

2021-11-06 Thread Frank Vanoni
Here my configuration: [incoming] ; Incoming from Swisscom exten => +4191xxx,1,NoOp(Call from ${CALLERID(num)}) same => n,Dial(SIP/deskphone,120) same => n,Hangup() exten => h,1,GotoIf($["${DIALSTATUS}" = "ANSWER"]?done) exten => h,n,System(echo "Missed Call from ${CALLERID(num)}" | mai