mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
This commit contains the bug fixes and documentation updates
which were committed to trunk in revision 153223. I blocked that commit from 1.6.1 since it also contained a new feature. Note to self: Separate commits so that you don't end up with a situation where part of a commit should be merged but part should be blocked from stable branches. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@153225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -154,7 +154,7 @@ void ast_dial_set_state_callback(struct ast_dial *dial, ast_dial_state_callback
|
||||
|
||||
/*! \brief Set the maximum time (globally) allowed for trying to ring phones
|
||||
* \param dial The dial structure to apply the time limit to
|
||||
* \param timeout Maximum time allowed
|
||||
* \param timeout Maximum time allowed in milliseconds
|
||||
* \return nothing
|
||||
*/
|
||||
void ast_dial_set_global_timeout(struct ast_dial *dial, int timeout);
|
||||
@@ -162,7 +162,7 @@ void ast_dial_set_global_timeout(struct ast_dial *dial, int timeout);
|
||||
/*! \brief Set the maximum time (per channel) allowed for trying to ring the phone
|
||||
* \param dial The dial structure the channel belongs to
|
||||
* \param num Channel number to set timeout on
|
||||
* \param timeout Maximum time allowed
|
||||
* \param timeout Maximum time allowed in milliseconds
|
||||
* \return nothing
|
||||
*/
|
||||
void ast_dial_set_timeout(struct ast_dial *dial, int num, int timeout);
|
||||
|
||||
Reference in New Issue
Block a user