I am having problems getting any form of call transfer working.
I have reconfigured blind transfers to be #1 and assisted transfers to
be *2 but these are not working.
Looking at the wiki
(http://www.voip-info.org/wiki-Asterisk+cmd+Transfer) it it does not
mention IAX so I assume I have to use the native IAX transfer supported
by Diax?
I have tried using Diax but am getting a problem that after trying to
transfer both ends of the line hang up. Here is the asterisk log:-
-- Accepting AUTHENTICATED call from 10.0.250.152:
> requested format = ilbc,
> requested prefs = (),
> actual format = gsm,
> host prefs = (),
> priority = mine
-- Executing Macro("IAX2/7000@7000/7", "iax") in new
stack
-- Executing Dial("IAX2/7000@7000/7", "IAX2/7152|20|tT")
in new
stack
-- Called 7152
-- Call accepted by 10.0.250.130 (format gsm)
-- Format for call is gsm
-- IAX2/7152/9 is ringing
-- IAX2/7152/9 answered IAX2/7000@7000/7
-- Attempting native bridge of IAX2/7000@7000/7 and IAX2/7152/9
-- Hungup 'IAX2/7152/9'
== Spawn extension (voipuk, 7153
00:00:19, 0) exited non-zero on 'IAX2/7000@7000/7' in macro
'iax'
== Spawn extension (voipuk, 7153
00:00:19, 0) exited non-zero on 'IAX2/7000@7000/7'
Feb 1 14:33:54 WARNING[11487]: pbx.c:1958 ast_pbx_run: Channel
'IAX2/7000@7000/7' sent into invalid extension '7153
00:00:19' in context 'voipuk', but no invalid handler
-- Hungup 'IAX2/7000@7000/7'
Hi,>----- Original Message ----- >From: "Gareth Blades" <list-asterisk@linguaphone.co.uk> >... >... >I am having problems getting any form of call transfer working. > I have reconfigured blind transfers to be #1 and assisted transfers to > be *2 but these are not working. > Looking at the wiki > (http://www.voip-info.org/wiki-Asterisk+cmd+Transfer) it it does not > mention IAX so I assume I have to use the native IAX transfer supported > by Diax? > > I have tried using Diax but am getting a problem that after trying to > transfer both ends of the line hang up. Here is the asterisk log:- >DIAX supports only unattended transfer using '#' key (common way) or using the Transfer Button. Have you tried both of them? Best regards, Dan
Bruno Hertz wrote:> On Tue, 2005-02-01 at 12:43 -0600, Eric Wieling wrote: > > >># transfers are controlled by features.conf and the "t" and "T" option >>on the Dial line. It requires NO support in the client. In fact # >>transfers are usually only useful if the client does not support >>NATIVE TRANSFERS, i.e. real non-asterisk handled transfers. > > > Thanks for clarifying this. Any idea then why # transfer enabled via > Dial T works with sjphone as callee client and not with firefly? Is it > due to IAX?No idea. IAX does not support inband DTMF, so that is not your problem. (inband DTMF only works with ulaw and alaw codec -- this is not specific to Asterisk)