[asterisk-commits] dvossel: branch dvossel/fixtheworld_phase1_step3 r302164 - in /team/dvossel/f...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 17 15:02:43 CST 2011


Author: dvossel
Date: Mon Jan 17 15:02:39 2011
New Revision: 302164

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=302164
Log:
No longer use frame_defs.h

Modified:
    team/dvossel/fixtheworld_phase1_step3/addons/chan_ooh323.h
    team/dvossel/fixtheworld_phase1_step3/addons/ooh323cDriver.h
    team/dvossel/fixtheworld_phase1_step3/channels/h323/chan_h323.h
    team/dvossel/fixtheworld_phase1_step3/include/asterisk/pbx.h

Modified: team/dvossel/fixtheworld_phase1_step3/addons/chan_ooh323.h
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase1_step3/addons/chan_ooh323.h?view=diff&rev=302164&r1=302163&r2=302164
==============================================================================
--- team/dvossel/fixtheworld_phase1_step3/addons/chan_ooh323.h (original)
+++ team/dvossel/fixtheworld_phase1_step3/addons/chan_ooh323.h Mon Jan 17 15:02:39 2011
@@ -61,7 +61,7 @@
 #include "asterisk/manager.h"
 #include "asterisk/dsp.h"
 #include "asterisk/stringfields.h"
-#include "asterisk/frame_defs.h"
+#include "asterisk/format.h"
 #include "asterisk/udptl.h"
 
 #include "ootypes.h"

Modified: team/dvossel/fixtheworld_phase1_step3/addons/ooh323cDriver.h
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase1_step3/addons/ooh323cDriver.h?view=diff&rev=302164&r1=302163&r2=302164
==============================================================================
--- team/dvossel/fixtheworld_phase1_step3/addons/ooh323cDriver.h (original)
+++ team/dvossel/fixtheworld_phase1_step3/addons/ooh323cDriver.h Mon Jan 17 15:02:39 2011
@@ -22,7 +22,7 @@
 #include "ooCalls.h"
 #include "ooCapability.h"
 #include "ooStackCmds.h"
-#include "asterisk/frame_defs.h"
+#include "asterisk/format.h"
 #define H323_DTMF_RFC2833          (1 << 0)
 #define H323_DTMF_Q931             (1 << 1)
 #define H323_DTMF_H245ALPHANUMERIC (1 << 2)

Modified: team/dvossel/fixtheworld_phase1_step3/channels/h323/chan_h323.h
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase1_step3/channels/h323/chan_h323.h?view=diff&rev=302164&r1=302163&r2=302164
==============================================================================
--- team/dvossel/fixtheworld_phase1_step3/channels/h323/chan_h323.h (original)
+++ team/dvossel/fixtheworld_phase1_step3/channels/h323/chan_h323.h Mon Jan 17 15:02:39 2011
@@ -30,7 +30,7 @@
 #define CHAN_H323_H
 
 #include <arpa/inet.h>
-#include "asterisk/frame_defs.h"
+#include "asterisk/format.h"
 
 /*
  * Enable support for sending/reception of tunnelled Q.SIG messages and

Modified: team/dvossel/fixtheworld_phase1_step3/include/asterisk/pbx.h
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase1_step3/include/asterisk/pbx.h?view=diff&rev=302164&r1=302163&r2=302164
==============================================================================
--- team/dvossel/fixtheworld_phase1_step3/include/asterisk/pbx.h (original)
+++ team/dvossel/fixtheworld_phase1_step3/include/asterisk/pbx.h Mon Jan 17 15:02:39 2011
@@ -30,7 +30,7 @@
 #include "asterisk/hashtab.h"
 #include "asterisk/stringfields.h"
 #include "asterisk/xmldoc.h"
-#include "asterisk/frame_defs.h"
+#include "asterisk/format.h"
 
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {




More information about the asterisk-commits mailing list