mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 20:38:45 +00:00
Minor whitespace fix.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198670 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -322,8 +322,8 @@ enum ast_control_frame_type {
|
|||||||
AST_CONTROL_T38 = 19, /*!< T38 state change request/notification */
|
AST_CONTROL_T38 = 19, /*!< T38 state change request/notification */
|
||||||
AST_CONTROL_SRCUPDATE = 20, /*!< Indicate source of media has changed */
|
AST_CONTROL_SRCUPDATE = 20, /*!< Indicate source of media has changed */
|
||||||
AST_CONTROL_TRANSFER = 21, /*!< Indicate status of a transfer request */
|
AST_CONTROL_TRANSFER = 21, /*!< Indicate status of a transfer request */
|
||||||
AST_CONTROL_CONNECTED_LINE = 22, /*!< Indicate connected line has changed */
|
AST_CONTROL_CONNECTED_LINE = 22,/*!< Indicate connected line has changed */
|
||||||
AST_CONTROL_REDIRECTING = 23 /*!< Indicate redirecting id has changed */
|
AST_CONTROL_REDIRECTING = 23 /*!< Indicate redirecting id has changed */
|
||||||
};
|
};
|
||||||
|
|
||||||
enum ast_control_t38 {
|
enum ast_control_t38 {
|
||||||
|
|||||||
Reference in New Issue
Block a user