|
From: Craig S. <cso...@us...> - 2007-04-26 07:01:02
|
Update of /cvsroot/openh323/opal/include/h323 In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28860/h323 Modified Files: h323con.h Log Message: Add extra code to deal with getting media formats from connections early enough to do proper gatewaying between calls. The SIP and H.323 code need to have the handing of the remote and local formats standardized, but this will do for now Index: h323con.h =================================================================== RCS file: /cvsroot/openh323/opal/include/h323/h323con.h,v retrieving revision 2.63 retrieving revision 2.64 diff -C2 -d -r2.63 -r2.64 *** h323con.h 10 Apr 2007 05:15:53 -0000 2.63 --- h323con.h 26 Apr 2007 07:01:00 -0000 2.64 *************** *** 28,31 **** --- 28,36 ---- * * $Log$ + * Revision 2.64 2007/04/26 07:01:00 csoutheren + * Add extra code to deal with getting media formats from connections early enough to do proper + * gatewaying between calls. The SIP and H.323 code need to have the handing of the remote + * and local formats standardized, but this will do for now + * * Revision 2.63 2007/04/10 05:15:53 rjongbloed * Fixed issue with use of static C string variables in DLL environment, *************** *** 2300,2303 **** --- 2305,2310 ---- virtual BOOL OnOpenIncomingMediaChannels(); + + virtual OpalMediaFormatList GetLocalMediaFormats(); protected: |