hutx wrote: > I am testing Fax for Asterisk. But, I meet a problem. I try to Send a Fax > (.tiff) from the first > asterisk (Asterisk1) to the second asterisk (Asterisk2). Asterisk1 initiates > an INVITE with audio G.711. Asterisk2 > accepts this INVITE. Immediately, Asterisk2 sends an re-INVITE with T.38 to > Asterisk1. But, Asterisk1 responds with > "488 not acceptable here". I double check t38pt_udptl = yes in my sip.conf. > Why not Asterisk1 can not accept the Re-INVITE > with T.38 SDP? What do I miss?
You need to post a console log from the Asterisk console of this problem occurring, with 'core set verbose 10', 'core set debug 10' and 'sip set debug on' (and ensure that the 'debug' logger level is activated for the console log channel in logger.conf). -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: [email protected] Check us out at www.digium.com & www.asterisk.org _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
