I tried to transfer a call, pickupcall and onetouch recording, but have not got it to work! feature.conf: ;pickupexten = *8 ; Configure the pickup extension. Default is *8 ;blindxfer => #1 ; Blind transfer, default is # ;automon => *1 ; One Touch Record ;atxfer => *2 ; Attended transfer I tried to call from 615 to 602 and from 601 I dial *8 I get the call. I tried to call from 615 to 601 and 601 tried to transfer the call with #1602 or #1602 or *2602# or *2602 I only hear on both phones the tone! Also *1 for recording has no effect! All phones have in the dial command "t" as option. What do I miss? bye Ronald Wiplinger
Ronald Wiplinger wrote:> I tried to transfer a call, pickupcall and onetouch recording, but have > not got it to work!You must uncomment the lines in feature.conf (remove the ; character from the beggining). -- Best regards, Bartosz Piec
Bartosz Piec wrote:> Ronald Wiplinger wrote: >> I tried to transfer a call, pickupcall and onetouch recording, but >> have not got it to work! > > You must uncomment the lines in feature.conf (remove the ; character > from the beggining). >[featuremap] blindxfer => #1 ; Blind transfer ;disconnect => *0 ; Disconnect automon => *1 ; One Touch Record atxfer => *2 ; Attended transfer does still not do the trick! bye Ronald Wiplinger
Ronald Wiplinger wrote:> does still not do the trick!Show your Dial command from extensions.conf file. -- Best regards, Bartosz Piec
Ronald Wiplinger wrote:> exten => 600,1,Dial(${PHONE_LOCAL},60,tr)Type this: exten => 600,1,Dial(${PHONE_LOCAL},60,tTwWr) dial at 600 and see if this helps. If so, change all commands in that way (tT is for transfer, wW is for recording). You must also have sox installed for calls recording. -- Best regards, Bartosz Piec
Bartosz Piec wrote:> Ronald Wiplinger wrote: >> exten => 600,1,Dial(${PHONE_LOCAL},60,tr) > > Type this: > > exten => 600,1,Dial(${PHONE_LOCAL},60,tTwWr) > > dial at 600 and see if this helps. If so, change all commands in that > way (tT is for transfer, wW is for recording). > > You must also have sox installed for calls recording. >No, it did not change anything! cannot transfer! bye Ronald Wiplinger