[asterisk-users] Call transfer over IAX trunk

Noah Miller noahisaacmiller at gmail.com
Tue Aug 26 12:04:41 CDT 2008


Hi Andrea -

> I have two asterisk servers, an IAX trunk between and some SIP users registered
> to each server.
>
> The scenario is this: user A, registered to PBX 1, calls user B, registered to
> PBX 2. Then A wants to transfer the call using the features.conf method (in my
> case, **), but is unable to do this.

What flags do you have in your Dial() statement?  If you want both
parties to be able to transfer with the features.conf transfer, you
need to have 'Tt' in your dial statement, like this:
Dial(IAX2/user:password at peer/exten,20,Tt)


- Noah



More information about the asterisk-users mailing list