|
an trying to configure blind transfer and atended transfer in Asterisk ,my configuration files are here below. lets say
caller A calls to B , when B press *2 for transfer the log file says rtp codec unknown.
features.conf
[general]
parkext => 700
parkpos => 701-704
context => parkedcalls
parkingtime => 45
transferdigittimeout => 3
courtesytone = beep
;xfersound = beep
;xferfailsound = beeperr
;adsipark = yes
;findslot => next
pickupexten = *8
;featuredigittimeout = 500
[featuremap]
blindxfer => #1
disconnect => *0
automon => *1
atxfer => *2
Extensions.conf
exten => 401,1,Dial(SIP/401||tT)
exten => 402,1,Dial(SIP/402||tT)
exten => 403,1,Dial(SIP/403||tT)
exten => 404,1,Dial(SIP/404||tT)
[applicationmap]
; Note 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
Any ideas?
HELP |