search for: herlemann

Displaying 4 results from an estimated 4 matches for "herlemann".

Did you mean: bergemann
2020 Mar 27
0
E-Mail notification for each received call
Le 26/03/2020 à 21:50, Kai Herlemann a écrit : > Hi everybody, Hi Kai > > we use Asterisk to route all calls to a inbound phone number to a > specific outbund mobile phone number, depending on time and date. I'd > like to send a notification email to a specific email address, each time > we receive a call. For th...
2020 Mar 28
0
E-Mail notification for each received call
Le 27/03/2020 à 20:19, Kai Herlemann a écrit : > Hi Daniel, > > Am 27.03.20 um 09:24 schrieb Administrator: >> Hangup is h extension. your macro will never be executed. Solution: >> >> same = n,Dial(whatever) >> same = n,[...]) >> same = n,Hangup >> >> exten  = h,1,1,DumpChan() >&g...
2020 Mar 26
2
E-Mail notification for each received call
Hi everybody, we use Asterisk to route all calls to a inbound phone number to a specific outbund mobile phone number, depending on time and date. I'd like to send a notification email to a specific email address, each time we receive a call. For this I used the tip of "dicko" here [1]. I'm a Asterisk newbie. Unfortunately it doesn't work. The System() command is not
2020 Mar 27
2
E-Mail notification for each received call
Hi Daniel, Am 27.03.20 um 09:24 schrieb Administrator: > Hangup is h extension. your macro will never be executed. Solution: > > same = n,Dial(whatever) > same = n,[...]) > same = n,Hangup > > exten  = h,1,1,DumpChan() >  same = n,System(/home/asterisk/bash_test) I don't really understand your code… I think I don't have to edit the first part of the conf file