Displaying 17 results from an estimated 17 matches for "testfeature".
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 of <CalledNumber> tag. When I use
any variable *${DIALEDPEERNUMBER} *then it does not resolve the variable in
features.conf.
if i use following then it does not work.
testfeature => 3,peer,AGI,St...
2013 Jul 12
1
Using PauseMonitor with MixMonitor
...ixMonitor 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 'testfeature'
== Mapping Feature 'testfeature' to app 'Playback(tt-monkeys)' with code
'#9'
== Registered Feature 'pauseMonitor'
== Mapping Feature 'pauseMonitor' to app 'pauseMonitor()' with code '#00'
== Registered Feature 'unpauseMonitor...
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...
2007 May 31
2
applicationmap on features
I want to be able to send a prerecorded message to the person I am
calling. I know that you can use the application map to do this. Just
to test I enabled the testfeature example that is in the features.conf
file. When I hit #9 during a call the other user does not hear the
monkeys, they only hear a series of beeps. I have tried with different
soundfiles and they all give the same problem.
What kind of issue could this be? Is it timing related? Everything
else...
2006 Jan 05
1
Re: Has anyone tried using flash() in features.conf (applicationmap) - RESOLVED
...zapflash exten: zapflash
WARNING[32164]: res_features.c:948 feature_exec_app: Could not
find application (flash())
Flash works within the dialplan so the application does exist.
Any Ideas what I have done wrong? (or if this is possible)
extensions.conf
exten => s,n,Set(DYNAMIC_FEATURES=testfeature#zapflash)
exten => s,n,Dial(SIP/xxxx,15,tWw)
features.conf
[applicationmap]
testfeature => *9,caller,Playback,tt-monkeys
zapflash => *3,caller,flash()
--
___________________________________________________
Play 100s of games for FREE! http://games.mail.com/
--
______________...
2006 Jan 20
1
applicationmap
...;xfersound = beep
;xferfailsound = beeperr
;adsipark = yes
;findslot => next
pickupexten = 777
;featuredigittimeout = 500
[featuremap]
blindxfer => #
;disconnect => *0
;automon => *1
;atxfer => *2
[applicationmap]
testfeature => *,callee,Playback,tt-monkeys
And my relevant extension looks like this:
exten => 100,1,Set(DYNAMIC_FEATURES=hangup#play#testfeature)
exten => 100,2,Dial(SIP/${EXTEN},20,t)
When I press 'star' on either leg of the call nothing happens. The console
shows nothing and the ...
2006 Apr 06
0
Call transfer to cell phone [UPDATE]
Hi!
I tried this in features.conf
testfeature => *9,callee,Dial,CAPI/ISDN4/my_phone_number/b,60,T
and it works... but... I would be able to transfer a call to any phone
number,
so I tried to use this line:
testfeature => _*9.,callee,Dial,CAPI/ISDN4/${EXTEN:2}/b,60,T
but... Asterisk crash! (it doesn't want even to reload configur...
2006 Jun 14
0
Dynamic features on call waiting
Hello,
I have problems using dynamic features while an other person is doing
call waiting in a call.
I define a dynamic application mapping in features.conf as the
following:
testfeature => *9,caller,Playback,tt-monkeys
I also set DYNAMIC_FEATURES => testfeature. The mapping is working well.
But during a third person is calling I'm hearing just the call waiting
tone and none of my mapped features are working for this time.
How can I change this behaviour?
(I'm usin...
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 'Play...
2010 Apr 29
1
Starting call recording using a dynamic feature to call a macro
...,b)
exten => 110,n,Dial(SIP/110,20)
exten => 110,n,Hangup
log :-
-- Executing [110 at internal:1] Answer("SIP/100-00000004", "") in new
stack
-- Executing [110 at internal:2] Set("SIP/100-00000004",
"DYNAMIC_FEATURES=pauseMonitor#unpauseMonitor#testfeature#startMonitor")
in new stack
-- Executing [110 at internal:3] Set("SIP/100-00000004",
"FNAME=callrec_110_1272534191.4_GWTEST_1272534191") in new stack
-- Executing [110 at internal:4] Dial("SIP/100-00000004",
"SIP/110|20") in new stack
-...
2009 Jan 22
1
Zap connection problem
...; Attended transfer
;parkcall => #72 ; Park call (one step parking)
; Set(__DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
;<FeatureName> =>
<DTMF_sequence>,<ActivateOn>[/<ActivatedBy>],<Application>[,<AppArguments>[,
MOH_Class]]
testfeature => #9,peer,Playback,tt-monkeys ;Allow both the caller and
callee to play
pauseMonitor => #1,self/callee,Pausemonitor ;Allow the callee to pause
monitoring
unpauseMonitor => #3,self/callee,UnPauseMonitor ;Allow the callee to
unpause monitoring
-------------- next part -...
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 =>
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
2006 Dec 15
0
SIP DTMF not acted on for features in 1.4.0b3
...ind Transfer # #
Attended Transfer *2
One Touch Monitor *1
Disconnect Call * *
Park Call #72
Dynamic Feature Default Current
--------------- ------- -------
testfeature no def #9
Call parking
------------
Parking extension : 700
Parking context : parkedcalls
Parked call extensions: 701-720
asterisk*CLI>
and here's a SIP trace of me pressing '*' during a call (which according
to my features should Disconnect th...
2013 May 02
1
Playing a sound file during a call
I have a customer who would like to play a series of sound files
during a phone call on demand. There would be several played in order
during a call. Any simple ideas on doing that without developing a
whole web app to do it via AMI?
--
Carlos Alvarez
TelEvolve
602-889-3003
2007 Oct 03
4
IAXy and hook flash transfer
...ote that the DYNAMIC_FEATURES channel variable must be set to use the
features
; defined here. The value of DYNAMIC_FEATURES should be the names of
the features
; to allow the channel to use separated by '#'. For example:
; Set(DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
;
;testfeature => #9,callee,Playback,tt-monkeys ;Play tt-monkeys to
;callee if #9 was pressed
Yours,
Michael Munger, dCAP
404-438-2128
michael at highpoweredhelp.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pip...
2006 May 10
13
features.conf *1 Call Recording
Hi all.
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 => 123,2,Dial(SIP/3000,,wW) ; wW allow one-touch recording
During the call, I press *1 but it records nothing.
David Morrow