[Home]

Summary:ASTERISK-18038: Only one digit on call transfer
Reporter:Shara (networkstudent)Labels:
Date Opened:2011-06-18 17:34:17Date Closed:2011-06-20 16:27:30
Priority:MajorRegression?
Status:Closed/CompleteComponents:
Versions:1.8.4 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Centos 5.6Attachments:
Description:When I Press # for call transfer I can only press one digit.
It seems I have very short time because if I press very fast I can see two accepted digits too but not more.
Comments:By: Shara (networkstudent) 2011-06-20 16:21:00.909-0500

some more info for the issue:
sip.conf:
[user1]
type=friend
context=Test
host=dynamic
secret=123
nat=auto
disallow=all
allow=ulaw
allow=alaw
canreinvite=no
qualify=no
dtmfmode=rfc2833

features.conf:
[general]
parkext => 701
parkpos => 702-720
context => parkedcalls
parkingtime => 45
transferdigittimeout => 30
courtesytone = beep
adsipark = yes

extensions.ael:
context Test {
       _46. => {
               ANSWER();
               Dial(SIP/123@x.x.x.x,,T);
               Hangup();
       };

CLI output:
 == Using SIP RTP CoS mark 5
   -- Called 123@x.x.x.x
   -- SIP/x.x.x.x-0000000f answered SIP/S-0000000e
   -- Music class default requested but no musiconhold loaded.
   -- <SIP/S-0000000e> Playing 'pbx-transfer.gsm' (language 'en')
[Jun 20 23:04:33] WARNING[9790]: features.c:1881 builtin_blindtransfer: Extension '2' does not exist in context 'Test'


By: Paul Belanger (pabelanger) 2011-06-20 16:27:30.807-0500

This is a configuration issue, not a bug.  Please use the mailing lists or IRC.

By: Peter Van beek (petervb) 2011-09-26 12:42:33.648-0500

Hi,

It seems like there is no mistake in your config. I'm still thinking it 's a bug in asterisk. I have the same problem for months now and still didn't find a solution.