mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
More 32->64 bit codec conversions.
In the process of swapping ULAW to a place in the extended codec space, we found several unhandled cases, where a 32-bit integer was still being used to handle a codec field. Most of these have been fixed with this commit, although there is at least one case (codec_dahdi) which depends upon outside headers to be altered before a conversion can be made. (Fixes AST-278, SWP-459) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@231850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
#include <asterisk/manager.h>
|
||||
#include <asterisk/dsp.h>
|
||||
#include <asterisk/stringfields.h>
|
||||
|
||||
#include <asterisk/frame_defs.h>
|
||||
#include <asterisk/udptl.h>
|
||||
|
||||
#include "ootypes.h"
|
||||
@@ -104,7 +104,7 @@ void ooh323_set_read_format(ooCallData *call, int fmt);
|
||||
int ooh323_update_capPrefsOrderForCall
|
||||
(ooCallData *call, struct ast_codec_pref *prefs);
|
||||
|
||||
int ooh323_convertAsteriskCapToH323Cap(int cap);
|
||||
int ooh323_convertAsteriskCapToH323Cap(format_t cap);
|
||||
|
||||
int ooh323_convert_hangupcause_asteriskToH323(int cause);
|
||||
int ooh323_convert_hangupcause_h323ToAsterisk(int cause);
|
||||
|
Reference in New Issue
Block a user