Displaying 20 results from an estimated 900 matches similar to: "applicationmap on features"
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
2009 Mar 12
1
Trying to get sample applicationmap to work (*1.4)
I'm trying to actually use the example application map in features.conf:
testfeature => #9,peer,Playback,tt-monkeys ;Allow both the caller and
callee to play
;tt-monkeys to the opposite
channel
I see the feature get registered at the CLI:
== Registered Feature 'monkey'
== Mapping Feature 'monkey' to app
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 =>
2007 Oct 03
4
IAXy and hook flash transfer
In features.conf, I have uncommented the transfer features under feature
map, but I still cannot transfer using a POTS phone on an IAXy adapter.
I think I am missing something here.... Any help is appreciated.
Here is features.conf:
;
; Sample Parking configuration
;
[general]
parkext => 700 ; What extension to dial to park
parkpos => 701-720 ;
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
2006 May 10
2
REPOST: features.conf *1 Call Recording
Hi all. I posted this earlier but never got any advice that helped. If
anyone knows how to get this going, I'd appreciate some advice.
I am attempting to setup Asterisk to allow me to press *1 while in a
call to use automon to record the call but have had absolutely no
success. Is there a trick to this?
In extensions.conf
[globals]
DYNAMIC_FEATURES=>automon
[default]
exten =>
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
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
2007 Mar 15
1
asterisk n-way call problem
Hi,
i am using the n-way-call dialplan solution found on voip-info. i have
added its entry in applicationmap of features.conf file. the problem
is......its not working. to activate the n-way call i dial *0 but nothing
happens. i have played around with dtmf and codec settings but no success.
the extensions and sip configuration is below if you want to have a look. I
dont have any clue why its not
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
2011 Jun 02
1
Three-way conference in Asterisk
Hi
How to set a threeway conference in asterisk only for VOIP (I am
using only SIP channel).
Thanks
Nikhil
2006 Feb 21
3
Send flash through zap channel
Hi everyone,
our setup includes a NEC PBX connected to our asterisk via bri lines.
The NEC has a doorphone feature, which is just an extension that calls you when someone rings. When connected to this extensions, a 'flash' signalling opens the door.
So now, i'd like to trigger this from asterisk, too, but unfortunately wasn't able to do so.
Setup: asterisk
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
2007 Apr 23
1
problem with 3-way conferenicing
Hi,
I am trying to achieve 3-way conferencing taking hint from wiki link
http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO
Here is the scenario:
1. user "ua1" calls user "ca1"
2. "ua1" then presses the feature code "*0" to redirect "ca1" to
conference room 300
3. "ua1" then dials the user "33"
4. user
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
2008 Jan 25
2
Intercepting DTMF to initiate Voice Drop
Hi,
I'm trying to implement a Voice Drop service within Asterisk
dial-plan. The service is supposed to work as following:
1. A initiates a call to B
2. The call is answered by B's answering machine
3. A hears the answering machine's greeting and the recording beep
4. A speaks a few words into the recording to personalize the message
5. A presses some DTMF keys (say, '##') to
2008 Jan 31
2
How to get called number in featuremap
Hi,
I am new to asterisk configuration.
I want to get called number in features.conf.
I am defining a feature in features.conf and that feature got executed on
pressing a particular DTMF key sequence.
As I want to execute my own application on pressing that key which will use
called number.
testfeature => 3,peer,AGI,StoreNumber|<CalledNumber>
Here I want to use called number in place
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
2016 Feb 25
2
11.21,2 : how to transfer to Jolly Roger ?
I'd like to transfer all my pesky telemarketing calls to Jolly Roger .
http://www.nytimes.com/2016/02/25/fashion/a-robot-that-has-fun-at-telemarketers-expense.html
In the middle of a call I'd hit some DTMF sequence, which would dial
Jolly Roger and transfer the call after Jolly Roger answers.
But blindtransfer requires an extension after you hear "transfer". And I
don't
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