Tais M. Hansen wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Monday 02 February 2004 16:53, Senad Jordanovic wrote: >>> As I've been unable to get app_transfer to work, could someone >>> explain how it is supposed to work? Currently I have two Asterisk >>> boxes. A call comes in via zaptel to ast1. ast1 >>> dials ast2 using iax2 and gets instructed to transfer the call to a >>> different extension. iax2 debug shows that a transfer cmd is sent >>> to ast1, but nothing happens and after a few seconds, the line is >>> hung up. >> Have put "t" in your Dial statement? i.e. >> Exten => someextension,1,Dial(IAX2/SOMETHING,20,t) > > Yes, I've tried with both 't' and 'T'.
Well, next... :) 1. Make sure that both servers IAX/IAX2 conf files have support for same codecs in the same order. Ie. disallow=all allow=CODEC1 allow=CODEC2 Also, do check above per device/user as well. 2. If you are using one of the latest versions of * (not sure exactly which one), IAX and IAX2 have different configuration files. Ta SJ _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
