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:[EMAIL PROTECTED]/exten,20,Tt) - Noah _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
