similar to: E-Mail notification for each received call

Displaying 20 results from an estimated 400 matches similar to: "E-Mail notification for each received call"

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 this I used the tip of "dicko" here > [1]. I'm a
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
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() >>  same = n,System(/home/asterisk/bash_test) > I don't
2017 Dec 27
3
Answered time on channel
It seems that what ever I set in my answer handler does not show up in the hangup handler. In order to do billing I can't rely on the g option where the caller hangs up the call. Looks like I can either use h or a hangup handler along with the shared function. On Tue, Dec 26, 2017 at 4:40 PM, Eric Wieling <ewieling at nyigc.com> wrote: > Don't use an 'h' extension, use
2009 Jan 28
2
How to retrieve a phone number from call forwarding?
Hi, I'm very new to Asterisk and I have the following scenario. 1. Let's say I have a number of 1-222-222-2222 from my SIP service provider (VoicePulse). 2. I point my phone, Verizon wireless cellphone (1-111-111-1111), voicemail to the number provided by SIP service provider (1-222-222-2222). 3. I use another phone (1-333-333-333) to call 1-111-111-1111 and leave a voicemail message.
2018 Aug 08
2
Queue breaks Dynamic_Features on Attended Transfer
On Wed, Aug 8, 2018 at 1:53 PM, Daniel Journo <dan at keshercommunications.com> wrote: > > Prior to a call entering a Queue, I set __DYNAMIC_FEATURES=NewRecordApp. > > AgentA answers and is able to use that feature code. > > If AgentA performs an attended transfer of a call from a queue to > AgentB, the > > feature code no longer works. > > > > It only
2012 Dec 03
1
Query list of defined channel variables via AMI
Is there a way to list the names of the channel variables that are currently defined on a given channel via AMI? I know of GetVar and SetVar, but GetVar needs the name of the variable to get.
2006 Feb 24
1
ImportVar Syntax
I am trying to use ImportVar to get some information out of a SIP/ZAP channel. I cannot seem to find an example of the syntax, or what variables I can access. Basically, I would like to output which person is being called. i.e: SIP/25 calls SIP/21. 25 executes a macro, and the result is SIP/21. The info that I want is stored in the channel's "Direct Bridge" variable. I have
2006 Apr 29
2
Codec G729 no longer works.
I upgraded my server from Fedora Core 4 to Fedora Core 5. I was wondering if anybody else has run into the problem and know's the fix? I recompiled asterisk and if I don't have the /usr/lib/asterisk/modules/codec_g729a.so file in place it works. I use or used to use the licensed G729 Codec from Digium. This is the error message from asterisk -vvg: [app_playback.so] => (Sound File
2018 Jul 13
2
Withholding Answer Supervision
Hi, Is there any way of telling Asteirsk to withhold answer subversion on a call till I call Answer. My DP looks like this: [incoming] Exten => 18005551212,1,Noop() same => n,Answer same => n,Mset(__uid=${SIPCALLID}) same => n,MixMonitor(/tmp/FROM_CALLER_${uid}-${START}.WAV) same => n,Dial(Local/1 at dial_call_center/n&Local/2 at dial_call_center /n&Local/3 at
2018 Aug 08
2
Queue breaks Dynamic_Features on Attended Transfer
Hi, I think I've identified an issue and just want to check before completing a bug report. Prior to a call entering a Queue, I set __DYNAMIC_FEATURES=NewRecordApp. AgentA answers and is able to use that feature code. If AgentA performs an attended transfer of a call from a queue to AgentB, the feature code no longer works. Cases that do work are as follows... Calls using both Queue() and
2015 Sep 28
2
Respond to an out of call SIP MESSAGE
On 15-09-28 10:19 AM, Emil Ohlsson wrote: > (Still no not receiving the mail, revisited the settings.) > > OK, so SendText doesn't work with this scenario. But can MessageSend > handle this, and respond even when the transport protocol is TLS? Or > do I need to modify Asterisk to add this support? MessageSend has no concept of TLS, it gets passed to chan_sip which then sends
2008 Jan 02
2
Invalid extensions
Hi all First I want to wish for everone a happy new year... Well... I have run asterisk 1.4.16.1 in a server. I have this IVR, in extensions.conf: [ura] ;exten => s, 1, Wait,1 exten => s, 1, Answer() exten => s, n, Noop() exten => s, n(debug),DumpChan() exten => s, n, Set(LANGUAGE()=pt_BR) exten => s, n, Set(CALLFILENAME=/var/spool/asterisk/monitor/entrada/) exten => s,
2016 Nov 08
2
What could be stopping "Disconnect Call" feature from working (set in features.txt)
Asterisk 14.1 Here's a bit of test dialplan, which works as expected and simulates exactly what I'm doing at the top of my large dialplan... [dial-pre-test] exten => s,1,NoOp() same => n,Set(LIMIT_PLAYAUDIO_CALLER=yes) same => n,Set(LIMIT_WARNING_FILE=time_limit_reached) same => n,Dial(Local/s at dial-test,3,L(3540000:60000)) same => n,Hangup() [dial-test]
2012 Dec 01
1
setvar from chan_dahdi.conf
Would someone be able to give an example of a working use of setvar from chan_dahdi.conf? I am trying to create a custom variable like I use in sip.conf but I have been completely unsuccessful getting any variable set using setvar to appear for a DAHDI channel. I am running 1.8.11-cert8 and am using the newer format (but I have tried using the older [channels] format). Here is an example:
2009 Jun 15
1
Function IMPORT
Hi, I've just discovered IMPORT function existence. It can be use to import values from channel's Variable section but unfortunately, il can't be use to access to values from Info section (I'm referring here to sections Info and Variables dumped by DumpChan application). Is there a way to work around this and access from one channel for instance to another channel's
2014 Aug 22
1
Asterisk 12 - queue variables not passed to local channel
Asterisk 12.5 I'm using AMI to initiate a "call me now" feature from the web site. The AMI looks like: Action: Originate Channel: Local/s at callmenow Context: dial-to-customer Exten: s Priority: 1 Async: true Variable: CHANNEL_TO_CUSTOMER=SIP/voipms/1112223333 Timeout: 999999 Dial Plan: [callmenow] exten => s,1,NoOp(callmenow: Queue without answer) same
2005 Mar 17
1
ocfs seek-performance
hi list, i have a little problem with 2-node RAC using OCFS. the application running on this cluster does heavily index-based accesses. the data volumes are SAN volumes connected by fibrechannel. the throughput does not exceed 10mb/s, average is 7-8 mb/s. i've used 'iostat -x' and got rkB/s=8000 while %util=100% (device was saturated) from kernel's POV. i did some
2016 Mar 31
2
Asterisk 13 - Call Bridge issue.
I have the following senerio. Call file calls 1st party. When connected give called party option to connect to second party. Issue Dial to second party. Caller answers and the two are bridged together. My issue is that 4 out of 5 calls fail to bridge the audio. Am I missing something or is there some kind of bug? Here is my test dialplan ;Dialer Base Code Files. ;Variables
2011 May 11
1
CLI - displaying all channel variables
Hi List This may be a silly question by web searches etc don't seem to answer it. Is there a CLI command to display ALL channel variables - standard and user created - for a specific channel? something like show channel SIP/Test123 all I'm using Version 1.4.33.1 PG -------------- next part -------------- An HTML attachment was scrubbed... URL: