mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 05:39:39 +00:00
Implementation of a feature that will disable "missed calls" counters on SIP phones.
If the call is answered by another phone, other phones won't display the call as "missed". You can also add an option to the dial command so that you can have a "followme" scenario and not count the calls as "missed" when you cancel the call. Thanks to Ramon and Frank for feedback on this feature. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@74024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -539,6 +539,9 @@ enum {
|
||||
/*! This is set to tell the channel not to generate DTMF begin frames, and
|
||||
* to instead only generate END frames. */
|
||||
AST_FLAG_END_DTMF_ONLY = (1 << 14),
|
||||
/*! Flag to show channels that this call is hangup due to the fact that the call
|
||||
was indeed anwered, but in another channel */
|
||||
AST_FLAG_ANSWERED_ELSEWHERE = (1 << 15),
|
||||
};
|
||||
|
||||
/*! \brief ast_bridge_config flags */
|
||||
|
Reference in New Issue
Block a user