similar to: features.conf and mixmonitor stop and start

Displaying 20 results from an estimated 700 matches similar to: "features.conf and mixmonitor stop and start"

2009 May 11
1
PauseMonitor() Hanging Up Call
Hi All, I'm at the end of my tether here and would really appreciate some help. I'm trying to implement DTMF based pause/resume of call recording. I'm using Asterisk 1.4.22.1. Here's the scenario: The caller (SIP or ISDN, doesn't matter) dials into the asterisk which executes the following code: exten => _X.,1,Monitor(wav,${CALLDIR}${UNIQUEID},mb)
2013 Jul 12
1
Using PauseMonitor with MixMonitor
Hi I'm using asterisk 1.8 on CentOS 5 I'm initiating call recordings with MixMonitor and trying to pause them with the features.conf. Whenever I try to pause the recording the call dies. Is PauseMonitor incompatible with MixMonitor? Here are some key log excerpts features reload == Parsing '/etc/asterisk/features.conf': == Found == Registered Feature
2010 Apr 29
1
Starting call recording using a dynamic feature to call a macro
I have got call recording working on our 1.4.30 asterisk box together with a recording pause ability and being able to play different audio to each party at the start and end of the pause. This all works perfectly but one wish is to have the audio files have a beep or something in them so when you listen later you can tell where the audio was paused. So I changed things around so that instead
2009 Jan 22
1
Zap connection problem
Greetings all, I'm trying to connect to an AT&T teleconference, but the call is never marked as ANSWERED by asterisk and therefore won't bridge and continue. The only work-around I've come up with so far is to dial like this: Exten => 744,1,Dial(Zap/g1,,p) The "private" mode keeps the line open without trying to do a bridge, but requires the
2010 Mar 29
0
MixMonitor and StopMixMonitor
Hello list, how does StopMixMonitor know which 'monitoring channel' to stop when there are multiple conversations that are being monitored/recorded ?? I want to use StopMixMonitor in a macro, called from within applicationmap (features.conf). Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jan 10
1
Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2
After upgrading from asterisk-10.5.0 to asterisk-11.1.2, I am getting a Segmentation fault. [root at localhost asterisk-11.1.2]# asterisk -vvvvvvc Asterisk 11.1.2, Copyright (C) 1999 - 2012 Digium, Inc. and others. Created by Mark Spencer <markster at digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. This is free software, with components
2009 Jun 16
1
Unable to use # as feature key prefix
Hi folks, I was using the following featuremap: blindxfer => *1 disconnect => *9 atxfer => *2 parkcall => *7 automixmon => *0 and everything worked. Then the need arouse to use some features like automixmon during a conference, but MeetMet has the * key bound to the (admin) menu. Thus, in order to enable features like automon and transfers even during a conference, I
2006 Jan 20
1
applicationmap
Hi - I'm trying to implement the applicationmap stuff in features.conf, and I can't seem to get it to work. I'm testing it out on 1.2.2 with Polycom IP500s and Snom190s. My features.conf looks like this: [general] parkext => 700 parkpos => 701-720 context => parkedcalls parkingtime => 240 transferdigittimeout => 2 ;courtesytone = beep
2011 Apr 08
2
Call Recording using MixMonitor - close, but would like some more words of wisdom.
Dan et al; This looks like a perfect solution. However, I have one issue. If I initiate the macro manually (put it in the proper context/dialplan) it works. I see the *.wav file being created and growing in the /var/spool/asterisk/monitor directory. If I try to implement it adding the MixMonApp => *1,self/both,Macro,mixmon to the [applicationmap] in features.conf, I cannot get it to
2009 Dec 02
2
Featuremap help
Using version 1.2.35 built by root @ slate on a i686 running Linux on 2009-09-15 00:24:10 UTC Problem - I cannot get featuremap right. Have added a feature that I want to direct to an extension in extension.conf Extension is 521 In features.conf - [applicationmap] dumpcaller => #9,callee,goto(521|1) show features - Dynamic Feature Default Current ---------------
2009 Aug 20
1
Asterisk 1.6.2.0-beta4 - Monitor / MixMonitor Recording
MixMonitor seems to work: -- User hit '*3' to record call. filename: auto-1250792853-24-22 == Begin MixMonitor Recording SIP/snom2-084c4ec8 /var/spool/asterisk/monitor/auto-1250792853-24-22.wav exists now. Recording a call without mixing fails. > User hit '*1' to record call. filename: wav,auto-1250793354-24-22,m TOUCH_MONITOR_OUTPUT is set to
2006 Mar 31
1
Play wav while in connection with a caller
Hi, For thanks to everyone that answered the "dial from pph". On an other subject, how would I go about playing a wav file while talking to someone over a Zap channel ? Let me explain. I am on line with someone. I want him to hear a WAV (or mp3) sound file. I punch a key on my phone keyboard and he hears the sound file and after we can continu talking. Any hints
2014 Dec 20
2
11.5.0: blindxfer problems
On 12/19/2014 09:42 AM, Rusty Newton wrote: > On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> wrote: >> I've got a confbridge set up which works if dialed locally: >> >> -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack >> -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1",
2014 Dec 21
2
11.5.0: blindxfer problems [Spam score:10%]
Have you enabled DTMF logging and seen the DTMF codes being recognised by Asterisk? I had a bunch of soft phones that I had to change to using ?sip info? for the DTMF signalling as the RFC signalling was not always being recognised. This would cause transfers to appear as if the user had not dialled any digits. On 20/12/2014 20:52, "sean darcy" <seandarcy2 at gmail.com> wrote:
2007 Apr 04
1
Pound # key not being handled
I am trying to use call parking. I have the following in features.conf [general] parkext => 700 parkpos => 701-720 context => parkedcalls When I try #700 from my softphone asterisk just passes it and doesn't interpret it. Can someone tell me what I am missing? I am using asterisk-1.2.17 Thanks, Alberto
2013 Mar 07
2
Recording with MixMonitor and AGI
Hi, I am developing a call recording application on Asterisk 11.2 and have this configuration in my dialplan: [macro-ccdev2-rec] exten => s,1,MixMonitor(${ARG1},b) [outgoing-originate] exten => _X.,1,NoOp(Will send call to ${EXTEN}) exten => _X.,n,Dial(SIP/${EXTEN}@x.y.z) [outgoing-originate-rec] exten => h,1,Agi(agi://localhost/ajpbx.agi?path=uploadrec&callid=${CC_CALLID})
2015 Apr 22
1
MixMonitor Files Always Empty
Hi, sorry to bump this one but I still have this problem. The file is always created but is always zero size. This is the dial plan that records the call: exten = _0[1-8]X.,1,Set(CALLFILENAME=/var/spool/asterisk/callrecordings/its/${STRFTIME(${EPOCH},,%Y/%m/%d)}/Outbound-${UNIQUEID}) exten = _0[1-8]X.,2,MixMonitor(${CALLFILENAME}.gsm,b) The dial plan then calls a macro that makes the call. I?ve
2010 Jan 12
5
Multi-Tenant Parking
Has anyone managed to get multi-parking lot call parking working correctly? I've had several attempts at it, and never seem to be able to get it to go properly - (actually, at all): I've most recently done this with 1.6.1.x, and now 1.6.2.x, with no luck in either case. What I've been "trying" is the following: features.conf [general] parkext => 100 [featuremap]
2010 Jun 26
2
Detecting hook flash in asterisk
Hello, Is it possible to detect a hook flash in asterisk. I want to be able to perform some functions an hook flash. I have the following entry in features.conf which executes a Macro on detecting key press '**'. [applicationmap] test => **,caller,Macro,testflash Is it possible to do this action on hook flash? -------------- next part -------------- An HTML attachment was
2011 Mar 31
3
** to disconnect and make a new call
Hi, Does anyone know how to implement the feature in asterisk calling card when a user has dialed the access number and during the IVR or any time during the call, he can press ## or ** to end the current call and dial a new destination number? Please help and give me a step by step help. Thanks. Rgrds-------------Abid -------------- next part -------------- An HTML attachment was