mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 02:18:31 +00:00
Fix typo's (retrieve, specified, address).
........ Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430998 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3743,7 +3743,7 @@ static void odbc_update_msg_id(char *dir, int msg_num, char *msg_id)
|
||||
|
||||
/*!
|
||||
* \brief Retrieves a file from an ODBC data store.
|
||||
* \param dir the path to the file to be retreived.
|
||||
* \param dir the path to the file to be retrieved.
|
||||
* \param msgnum the message number, such as within a mailbox folder.
|
||||
*
|
||||
* This method is used by the RETRIEVE macro when mailboxes are stored in an ODBC back end.
|
||||
@@ -8014,7 +8014,7 @@ static int notify_new_message(struct ast_channel *chan, struct ast_vm_user *vmu,
|
||||
* - attempt to determine the context and and mailbox, and then invoke leave_message() function to record and store the message.
|
||||
*
|
||||
* When in the forward message mode (is_new_message == 0):
|
||||
* - retreives the current message to be forwarded
|
||||
* - retrieves the current message to be forwarded
|
||||
* - copies the original message to a temporary file, so updates to the envelope can be done.
|
||||
* - determines the target mailbox and folders
|
||||
* - copies the message into the target mailbox, using copy_message() or by generating the message into an email attachment if using imap folders.
|
||||
|
Reference in New Issue
Block a user