mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
Switch transferdigittimeout to be configured as seconds instead of milliseconds.
This was an unintentional consequence of the update of features.conf to use the config framework in Asterisk 12. Thanks to Marco Signorini on the Asterisk developers list for pointing out the problem. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@399237 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -69,7 +69,7 @@ struct ast_features_xfer_config {
|
||||
/*! DTMF sequence used to swap which party the transferer is talking to */
|
||||
AST_STRING_FIELD(atxferswap);
|
||||
);
|
||||
/*! Milliseconds allowed between digit presses when dialing transfer destination */
|
||||
/*! Seconds allowed between digit presses when dialing transfer destination */
|
||||
unsigned int transferdigittimeout;
|
||||
/*! Milliseconds to wait for the transfer target to answer a transferred call */
|
||||
unsigned int atxfernoanswertimeout;
|
||||
|
Reference in New Issue
Block a user