mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-10 20:10:29 +00:00
Expand codec bitfield from 32 bits to 64 bits.
Reviewboard: https://reviewboard.asterisk.org/r/416/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@227580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -66,7 +66,7 @@ struct outgoing {
|
||||
int retrytime; /*!< How long to wait between retries (in seconds) */
|
||||
int waittime; /*!< How long to wait for an answer */
|
||||
long callingpid; /*!< PID which is currently calling */
|
||||
int format; /*!< Formats (codecs) for this call */
|
||||
format_t format; /*!< Formats (codecs) for this call */
|
||||
AST_DECLARE_STRING_FIELDS (
|
||||
AST_STRING_FIELD(fn); /*!< File name of call file */
|
||||
AST_STRING_FIELD(tech); /*!< Which channel technology to use for outgoing call */
|
||||
|
||||
Reference in New Issue
Block a user