2016-04-22 12:41 GMT+02:00 Olivier <[email protected]>: > Hello, > > I'm giving PJSIP a try on an Asterisk 13 box. > More specifically I'm studying in a lab, how to configure T.38. > > My setup is: > SendFAX -->-- asterisk 11 <----SIP/PJSIP---> asterisk 13 -->-- ReceiveFAX > > I can observe fax are successfully sent end received but I'm failling to > see any T.38 trafic. > > My understanding of T.38 is that closest to receiving end gateway should > trigger T.38 negociation. > So I would expect the second asterisk box (the one with Asterisk 13) to > ask the first asterisk box to start using T.38. > > Is this expectation correct ? > Is there a way to "force" ReceiveFAX to use T.38 ? > > Best Regards > > > > I don't exactly understand what happened but I could positively observe successfull T.38 negociation today in the above setup.
For reference, the dialplan in Sender machine should include a Set(FAXOPT(gateway)=yes) statement while it should include Set(FAXOPT(gateway)=no) on Receiver side. Regards
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
