mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-04 04:01:56 +00:00
AST_CONTROL_CONNECTED_LINE frame type processing added to setup DisplayIE field
incorrect q.931 message order filtered on incoming calls (first msg must be setup, next must be not setup) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@242645 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -67,7 +67,8 @@ typedef enum OOStackCmdID {
|
||||
OO_CMD_MANUALRINGBACK, /*!< Send Alerting - ringback */
|
||||
OO_CMD_MANUALPROGRESS, /*!< Send progress */
|
||||
OO_CMD_STOPMONITOR, /*!< Stop the event monitor */
|
||||
OO_CMD_REQMODE /*!< Request new mode */
|
||||
OO_CMD_REQMODE, /*!< Request new mode */
|
||||
OO_CMD_SETANI /*! <Set conncted info */
|
||||
|
||||
} OOStackCmdID;
|
||||
|
||||
@@ -176,6 +177,8 @@ EXTERN OOStkCmdStat ooRunCall(const char* dest, char* callToken, size_t bufsiz,
|
||||
|
||||
int ooGenerateOutgoingCallToken (char *callToken, size_t size);
|
||||
|
||||
EXTERN OOStkCmdStat ooSetANI(const char *callToken, const char* ani);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user