John Millican
2005-Nov-26 11:26 UTC
[Asterisk-Users] WARNING[19541]: res_features.c:844 builtin_atxfer: Did not read data.
Hello all,
I have just upgraded to 1.2 from 1.0.9 and am receiving and placing calls as
expected. I have been trying to get atxfer working and am getting the error
message:
WARNING[19541]: res_features.c:844 builtin_atxfer: Did not read data.
whenever I try a transfer.
In features.conf:
[general]
parkext => 700;
parkpos => 701-720;
context => parkedcalls;
;parkingtime => 45;
transferdigittimeout => 3;
courtesytone = beep;
xfersound = beep;
[featuremap]
blindxfer => #1 ; Blind transfer
disconnect => *0 ; Disconnect
automon => *1 ; One Touch Record
atxfer => *2 ; Attended transfer
[applicationmap]
testfeature => #9,callee,Playback,tt-monkeys;
in extensions.conf
[globals]
DYNAMIC_FEATURES=>automon#blindxfer#disconect#atxfer#testfeature
in CLI when attempting a transfer:
SIP/677-8544 answered Zap/1-1
-- Started music on hold, class 'default', on channel
'Zap/1-1'
-- Playing 'pbx-transfer' (language 'en')
Nov 26 13:13:33 WARNING[19541]: res_features.c:844 builtin_atxfer: Did not
read data.
-- Playing 'beeperr' (language 'en')
-- Stopped music on hold on Zap/1-1
and then the channels are joined again as if nothing had happened.
I googled for the error message and searched voip-info.org but no results on
either.
Thank you for any help,
John Millican
John Millican
2005-Nov-26 11:41 UTC
[Asterisk-Users] WARNING[19541]: res_features.c:844 builtin_atxfer: Did not read data.
On Saturday November 26 2005 1:26 pm, John Millican wrote:> Hello all, > I have just upgraded to 1.2 from 1.0.9 and am receiving and placing calls > as expected. I have been trying to get atxfer working and am getting the > error message: > WARNING[19541]: res_features.c:844 builtin_atxfer: Did not read data. > whenever I try a transfer. > In features.conf: > [general] > parkext => 700; > parkpos => 701-720; > context => parkedcalls; > ;parkingtime => 45; > transferdigittimeout => 3; > courtesytone = beep; > xfersound = beep; > > [featuremap] > blindxfer => #1 ; Blind transfer > disconnect => *0 ; Disconnect > automon => *1 ; One Touch Record > atxfer => *2 ; Attended transfer > > [applicationmap] > testfeature => #9,callee,Playback,tt-monkeys; > > in extensions.conf > [globals] > DYNAMIC_FEATURES=>automon#blindxfer#disconect#atxfer#testfeature > > > in CLI when attempting a transfer: > SIP/677-8544 answered Zap/1-1 > -- Started music on hold, class 'default', on channel 'Zap/1-1' > -- Playing 'pbx-transfer' (language 'en') > Nov 26 13:13:33 WARNING[19541]: res_features.c:844 builtin_atxfer: Did not > read data. > -- Playing 'beeperr' (language 'en') > -- Stopped music on hold on Zap/1-1 > > and then the channels are joined again as if nothing had happened. > I googled for the error message and searched voip-info.org but no results > on either.Sorry for the second post but thought I should add some info. setup is: PSTN ---> X100P in asterisk box -----> Linksys PA2-NA ----> phone1 on port 1 and Phone2 on port 2 the linsys is set to g711 ulaw with inband signaling I am trying to transfer an incoming call from phone1 to phone 2 thanks again John Millican