Displaying 20 results from an estimated 40000 matches similar to: "Application Map Not Working"
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
2014 Aug 27
1
features.conf and mixmonitor stop and start
Hello,
I have a recording started in the dialplan with the MixMonitor application.
I want to be able to stop it during a call and maybe restart it.
I tried using the value defined in [featuremap] but it starts another
MixMonitor application even if there already one instead of stopping it.
Any idea on how I can stop the MixMonitor application while it is running?
[featuremap]
automixmon =>
2010 Sep 14
9
Random File Name
Hi,
Im looking at using MixMonitor to record calls and I know that I need to set the filename first.
However, with the number of calls coming in, hard coding the filename isnt an option.
So I need to do something like this:-
MixMonitor(RANDOMNUMBER.wav)
But can't find a way to generate a random number.
I thought that maybe I could use a unique variable that already exists for the current
2011 Aug 02
3
MixMonitor and attended transfers
Hi
I'm using asterisk 1.8.3.2 (with a couple of patches)
I have the following scenario...
SIP call comes in and gets answered by extension A (MixMonitor is
executed as part of this inbound dial plan of the number being called)
Extension A puts call on hold and calls extension B
Extension A then does an attended transfer of incoming call to extension
B
I'm finding that the recording
2011 Apr 11
3
changing port 5060 to 5061
please send me the ways to change asterisk port from 5060 to 5061 i
need to configure it because we are already using 5060 port in router
then we cant use it again we have to configure other sip server so
please suggest me a way..........................
On 4/10/11, asterisk-users-request at lists.digium.com
<asterisk-users-request at lists.digium.com> wrote:
> Send asterisk-users mailing
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 Jul 27
0
Emulating attended transfer through the dialplan
Hello,
I'd like to implement something similar to an attended transfer, but
with a little more control (I'd like to be able to use MixMonitor and
StopMixMonitor to control the call recording, set the account code,
etc. I'm on Asterisk 1.4.26.
All of the ways I have seen to do this are complicated plans using
MeetMe and applicationmap features, and playing with those over the
2011 Apr 06
4
Call recording - methodology
Hello Everyone;
I am looking for a solution to record calls that come into our Asterisk
server. I am hoping for something that is easy to use - however, if I
have to modify it to make it easier to use, I do not mind.
Does anyone know of any opensource or otherwise solutions out there that
I can try out?
Thanks much.
Glen
2009 Sep 07
2
features.conf : feature map ==> getting feature to work
Hi there,
I need some help with a 'custom' feature.
I have following feature defined in features.conf :
[applicationmap]
opnemencallee =>
#3,self/callee,Monitor,wav,/var/samba/profiles/jonaskl/recording,m
In my dialplan :
[from-HostAst]
exten => s,1,Set(__DYNAMIC_FEATURES=opnemencallee)
exten => s,n,Dial(SIP/grandstream,30)
I want the callee to be able to press #3 to be able
2008 Mar 31
0
applicationmap in features.conf Asterisk 1.2 is ignoring DIAL tT options
Hi,
I found out that GoTo in applicationmap is not working.
OK, LOCAL is working.
but I expected that applicationmap is using the DIAL option tT.
But it doesnt, it works without tT Option, so also callee can use internal
functions if callee knows the code.
Any workaround avaiable?
best regards
Thomas
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})
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:
2010 Jun 17
1
applicationmap and ChannelRedirect
Hi,
I'm struggling with a feature in my home phone setup. I have several
phones using both SIP and SCCP. What I try to do is to create a dynamic
feature that works similar to the blindxfer feature built into Asterisk.
What I want is the possibility for the called part to push a number
sequence (for example *#) to redirect the callee to a fixed extension or
(for example *123#) to redirect the
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
2008 Oct 06
1
application doesnt start at startup when run via WINE !
[Evil or Very Mad]
Hi all,
I am using Fedora 8 Linux.
I have a situation where i need to start a service at startup. the service is started using wine say... ` wine MyService.exe`
I made a small daemon script for it which has start and stop functions where start function just runs above statement. Then I have configured this script to start at runlevel 5. Now the situation is that at startup
2007 Jan 08
0
MixMonitor write issue
Greetings,
I am using MixMonitor to record my outgoing calls. It seems that
MixMonitor will not write to a directory if it doesn't exist (ie - it
doesn't create a new directory if needed).
I have checked to ensure permissions are properly set, and if I manually
create the directory, MixMonitor behaves normally.
Rather than send several 'mkdir' commands each time I want to
2011 May 05
2
[Asterisk 1.8.3.2] Mixmonitor not working on member(calling part) channel of Queue.
Hi,
I have a simple Queue(named 1) and one Member(SIP/1119) logged into it. Now
when a caller is placed into Queue and gets connected with Member, I want to
record the call. It does record the call when I use MixMonitor() before
placing the caller into Queue, but not when MixMonitor() is used in macro
which is called upon Member answering the call.
Following is my dialplan...
[mixmonitortest]
2006 Jan 05
1
Re: Has anyone tried using flash() in features.conf (applicationmap) - RESOLVED
Problem resolved.
This makes it nice and simple to 'flash' an incoming POTS line (ZAP channel) as opposed to the dialplan scripts that I have seen that require tranferring the call, hanging up, and waiting for a call back. That was too confusing for my wife. Now all she has to do is pres *3 and it is done. No transfers. No hanging up. No dial back.
extensions.conf
[context]
exten =>
2010 Oct 13
11
DMTF Mode
Hi,
Which DTMF mode do people mostly use?
I've tried SIP INFO and RFC2833 but although Asterisk recognises the tones (for feature usage), the tones arent repeated to the end user.
So if I call a company that has a menu system, I can't use the menu.
Thanks
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Aug 23
0
How to get callee extension in applicationmap(features.conf)
hello,
I use trixbox.I had define a feature code testfeature:
[applicationmap]
#include features_applicationmap_additional.conf
testfeature => *3,callee,Macro,vote
[featuremap]
blindxfer => ## ; Blind Transfer
disconnect => ** ; Disconnect Call
automon => *1 ; One Touch Record
atxfer => *2 ; Attended Xfer
testfeature => *3
here is my macro-vote:
[macro-vote]
exten