[asterisk-users] features.conf Problem with DTMF_sequence
Sergey Shumeyko
s.shuma at gmail.com
Tue Apr 22 05:22:14 CDT 2008
Hello,
I have following problem with my Asterisk installation (version 1.6.0. beta
7.1). I want to assign start record conversation to #7 and stop record
conversation to #8, but it isn't working (on previous Asterisk 1.2.17 it was
working fine). When I assign those functions to 7/8 (without #)
correspondingly it also works fine, but it works only from caller side. I
would appreciate very much if somebody can take a look at my configuration
below and give me comments what I am doing wrong.
My configuration:
features.conf:
[featuremap]
blindxfer => 111222333 ; Blind transfer (default is #)
disconnect => 444555666 ; Disconnect (default is *)
;automon => *1 ; One Touch Record a.k.a. Touch Monitor
;atxfer => *2 ; Attended transfer
;parkcall => #72 ; Park call (one step parking)
;automixmon => *3 ; One Touch Record a.k.a. Touch MixMonitor
[applicationmap]
testfeature => #9,peer/both,Playback,beep
record_start => #7,self/both,Macro,RECORD_START ; doesn't work, peer or
self doesn't make difference
record_stop => #8,self/both,Macro,RECORD_STOP ; doesn't work, peer or
self doesn't make difference
;record_start => 7,self/both,Macro,RECORD_START ; works fine only from
caller side
;record_stop => 8,self/both,Macro,RECORD_STOP ; works fine only from
caller side
extension.conf:
[general]
autofallthrough=yes
[macro-RECORD_START]
exten => s,1,Playback(beep)
exten => s,2,AGI(${AGI_SERVER}${RECORD_AGI}?MODE=start)
[macro-RECORD_STOP]
exten => s,1,AGI(${AGI_SERVER}${RECORD_AGI}?MODE=stop)
--
Regards, Shuma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080422/395092a0/attachment.htm
More information about the asterisk-users
mailing list