[asterisk-commits] wdoekes: branch 11 r430996 - in /branches/11: addons/ooh323c/src/ apps/ chann...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 23 08:51:15 CST 2015
Author: wdoekes
Date: Fri Jan 23 08:51:03 2015
New Revision: 430996
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430996
Log:
Fix typo's (retrieve, specified, address).
Modified:
branches/11/addons/ooh323c/src/ooh245.c
branches/11/apps/app_alarmreceiver.c
branches/11/apps/app_minivm.c
branches/11/apps/app_voicemail.c
branches/11/channels/chan_misdn.c
branches/11/channels/chan_sip.c
branches/11/channels/chan_unistim.c
branches/11/channels/h323/ast_h323.cxx
branches/11/contrib/utils/eagi_proxy.c
branches/11/funcs/func_groupcount.c
branches/11/funcs/func_hangupcause.c
branches/11/include/asterisk/channel.h
branches/11/res/pjproject/pjlib-util/include/pjlib-util/http_client.h
branches/11/res/pjproject/pjlib/include/pj/activesock.h
branches/11/res/pjproject/pjmedia/include/pjmedia/stream.h
branches/11/res/pjproject/pjmedia/src/pjmedia/stream.c
branches/11/res/pjproject/pjnath/src/pjnath/stun_sock.c
branches/11/res/pjproject/pjsip-apps/src/pjsua/pjsua_app.c
branches/11/res/pjproject/pjsip/include/pjsip/sip_transport_tcp.h
branches/11/res/res_fax.c
Modified: branches/11/addons/ooh323c/src/ooh245.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/addons/ooh323c/src/ooh245.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/addons/ooh323c/src/ooh245.c (original)
+++ branches/11/addons/ooh323c/src/ooh245.c Fri Jan 23 08:51:03 2015
@@ -1909,7 +1909,7 @@
T_H245TransportAddress_unicastAddress)
{
OOTRACEERR3("Error: Processing OpenLogicalChannelAck - media control "
- "channel addres type is not unicast (%s, %s)\n",
+ "channel address type is not unicast (%s, %s)\n",
call->callType, call->callToken);
return OO_FAILED;
}
Modified: branches/11/apps/app_alarmreceiver.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/apps/app_alarmreceiver.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/apps/app_alarmreceiver.c (original)
+++ branches/11/apps/app_alarmreceiver.c Fri Jan 23 08:51:03 2015
@@ -165,7 +165,7 @@
}
/*
-* Send a single tone burst for a specifed duration and frequency.
+* Send a single tone burst for a specified duration and frequency.
* Returns 0 if successful
*/
static int send_tone_burst(struct ast_channel *chan, float freq, int duration, int tldn)
Modified: branches/11/apps/app_minivm.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/apps/app_minivm.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/apps/app_minivm.c (original)
+++ branches/11/apps/app_minivm.c Fri Jan 23 08:51:03 2015
@@ -1350,7 +1350,7 @@
prep_email_sub_vars(ast, vmu, cidnum, cidname, dur, date, counter);
/* Find email address to use */
- /* If there's a server e-mail adress in the account, user that, othterwise template */
+ /* If there's a server e-mail address in the account, user that, othterwise template */
fromemail = ast_strlen_zero(vmu->serveremail) ? template->serveremail : vmu->serveremail;
/* Find name to user for server e-mail */
Modified: branches/11/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/apps/app_voicemail.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/apps/app_voicemail.c (original)
+++ branches/11/apps/app_voicemail.c Fri Jan 23 08:51:03 2015
@@ -3643,7 +3643,7 @@
/*!
* \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.
@@ -7900,7 +7900,7 @@
* - 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.
Modified: branches/11/channels/chan_misdn.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/channels/chan_misdn.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/channels/chan_misdn.c (original)
+++ branches/11/channels/chan_misdn.c Fri Jan 23 08:51:03 2015
@@ -9446,11 +9446,11 @@
break;
#endif /* We don't handle this yet */
case Fac_SubaddressTransfer:
- /* We do not have anything to do for this message since we do not handle subaddreses. */
+ /* We do not have anything to do for this message since we do not handle subaddresses. */
break;
case Fac_RequestSubaddress:
/*
- * We do not have anything to do for this message since we do not handle subaddreses.
+ * We do not have anything to do for this message since we do not handle subaddresses.
* However, we do care about some other ie's that should be present.
*/
if (bc->redirecting.to_changed) {
Modified: branches/11/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/channels/chan_sip.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/channels/chan_sip.c (original)
+++ branches/11/channels/chan_sip.c Fri Jan 23 08:51:03 2015
@@ -8646,7 +8646,7 @@
* This function will update the destination of the response according to the
* Via header in the request and RFC 3261 section 18.2.2. We do not have a
* transport layer so we ignore certain values like the 'received' param (we
- * set the destination address to the addres the request came from in the
+ * set the destination address to the address the request came from in the
* respprep() function).
*
* \retval -1 error
Modified: branches/11/channels/chan_unistim.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/channels/chan_unistim.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/channels/chan_unistim.c (original)
+++ branches/11/channels/chan_unistim.c Fri Jan 23 08:51:03 2015
@@ -445,7 +445,7 @@
int state; /*!< state of the phone (see phone_state) */
int size_buff_entry; /*!< size of the buffer used to enter datas */
char buff_entry[16]; /*!< Buffer for temporary datas */
- char macaddr[18]; /*!< mac adress of the phone (not always available) */
+ char macaddr[18]; /*!< mac address of the phone (not always available) */
struct wsabuf wsabufsend[MAX_BUF_NUMBER]; /*!< Size of each paquet stored in the buffer array & pointer to this buffer */
unsigned char buf[MAX_BUF_NUMBER][MAX_BUF_SIZE]; /*!< Buffer array used to keep the lastest non-acked paquets */
struct unistim_device *device;
Modified: branches/11/channels/h323/ast_h323.cxx
URL: http://svnview.digium.com/svn/asterisk/branches/11/channels/h323/ast_h323.cxx?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/channels/h323/ast_h323.cxx (original)
+++ branches/11/channels/h323/ast_h323.cxx Fri Jan 23 08:51:03 2015
@@ -1433,7 +1433,7 @@
// save the transaction for use by the call
ospTransaction = transaction;
- // retreive the call information
+ // retrieve the call information
gatekeeperRoute = destInfo.destinationAddress;
newAliasAddresses.Append(new H225_AliasAddress(destInfo.calledNumber));
Modified: branches/11/contrib/utils/eagi_proxy.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/contrib/utils/eagi_proxy.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/contrib/utils/eagi_proxy.c (original)
+++ branches/11/contrib/utils/eagi_proxy.c Fri Jan 23 08:51:03 2015
@@ -223,7 +223,7 @@
struct sockaddr_in host;
- /* get adress */
+ /* get address */
if(!strcmp(name,"localhost"))
address=htonl(2130706433); /*127.0.0.1*/
else
Modified: branches/11/funcs/func_groupcount.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/funcs/func_groupcount.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/funcs/func_groupcount.c (original)
+++ branches/11/funcs/func_groupcount.c Fri Jan 23 08:51:03 2015
@@ -50,7 +50,7 @@
</syntax>
<description>
<para>Calculates the group count for the specified group, or uses the
- channel's current group if not specifed (and non-empty).</para>
+ channel's current group if not specified (and non-empty).</para>
</description>
</function>
<function name="GROUP_MATCH_COUNT" language="en_US">
Modified: branches/11/funcs/func_hangupcause.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/funcs/func_hangupcause.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/funcs/func_hangupcause.c (original)
+++ branches/11/funcs/func_hangupcause.c Fri Jan 23 08:51:03 2015
@@ -48,7 +48,7 @@
</synopsis>
<syntax>
<parameter name="channel" required="true">
- <para>The name of the channel for which to retreive cause information.</para>
+ <para>The name of the channel for which to retrieve cause information.</para>
</parameter>
<parameter name="type" required="true">
<para>Parameter describing which type of information is requested. Types are:</para>
Modified: branches/11/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/branches/11/include/asterisk/channel.h?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/include/asterisk/channel.h (original)
+++ branches/11/include/asterisk/channel.h Fri Jan 23 08:51:03 2015
@@ -3976,7 +3976,7 @@
* This function makes use of datastore operations on the channel, so
* it is important to lock the channel before calling this function.
*
- * \param chan The channel from which to retreive information
+ * \param chan The channel from which to retrieve information
* \retval NULL on allocation failure
* \retval Pointer to an ast_str object containing the desired information which must be freed
*/
@@ -3993,8 +3993,8 @@
* calling function must decrease the reference count when it is finished
* with the object.
*
- * \param chan The channel from which to retreive information
- * \param chan_name The name of the channel about which to retreive information
+ * \param chan The channel from which to retrieve information
+ * \param chan_name The name of the channel about which to retrieve information
* \retval NULL on search failure
* \retval Pointer to a ref-counted ast_control_pvt_cause_code object containing the desired information
*/
Modified: branches/11/res/pjproject/pjlib-util/include/pjlib-util/http_client.h
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/pjproject/pjlib-util/include/pjlib-util/http_client.h?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/res/pjproject/pjlib-util/include/pjlib-util/http_client.h (original)
+++ branches/11/res/pjproject/pjlib-util/include/pjlib-util/http_client.h Fri Jan 23 08:51:03 2015
@@ -211,7 +211,7 @@
/**
* Max number of retries if binding to a port fails.
- * Note that this does not adress the scenario where a request times out
+ * Note that this does not address the scenario where a request times out
* or errors. This needs to be taken care of by the on_complete callback.
*
* Default is 3
@@ -402,7 +402,7 @@
* @param timer The timer to use.
* @param ioqueue The ioqueue to use.
* @param param Optional parameters. When this parameter is not
- * specifed (NULL), the default values will be used.
+ * specified (NULL), the default values will be used.
* @param hcb Pointer to structure containing application
* callbacks.
* @param http_req Pointer to receive the http request instance.
Modified: branches/11/res/pjproject/pjlib/include/pj/activesock.h
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/pjproject/pjlib/include/pj/activesock.h?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/res/pjproject/pjlib/include/pj/activesock.h (original)
+++ branches/11/res/pjproject/pjlib/include/pj/activesock.h Fri Jan 23 08:51:03 2015
@@ -239,7 +239,7 @@
* information to handle connection closure for
* connection oriented sockets.
* @param ioqueue The ioqueue to use.
- * @param opt Optional settings. When this setting is not specifed,
+ * @param opt Optional settings. When this setting is not specified,
* the default values will be used.
* @param cb Pointer to structure containing application
* callbacks.
@@ -268,7 +268,7 @@
* address where the socket should be bound to. If
* this argument is NULL, then AF_INET is assumed and
* the socket will be bound to any addresses and port.
- * @param opt Optional settings. When this setting is not specifed,
+ * @param opt Optional settings. When this setting is not specified,
* the default values will be used.
* @param cb Pointer to structure containing application
* callbacks.
Modified: branches/11/res/pjproject/pjmedia/include/pjmedia/stream.h
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/pjproject/pjmedia/include/pjmedia/stream.h?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/res/pjproject/pjmedia/include/pjmedia/stream.h (original)
+++ branches/11/res/pjproject/pjmedia/include/pjmedia/stream.h Fri Jan 23 08:51:03 2015
@@ -207,7 +207,7 @@
/**
- * Get the last frame type retreived from the jitter buffer.
+ * Get the last frame type retrieved from the jitter buffer.
*
* @param stream The media stream.
*
Modified: branches/11/res/pjproject/pjmedia/src/pjmedia/stream.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/pjproject/pjmedia/src/pjmedia/stream.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/res/pjproject/pjmedia/src/pjmedia/stream.c (original)
+++ branches/11/res/pjproject/pjmedia/src/pjmedia/stream.c Fri Jan 23 08:51:03 2015
@@ -2467,7 +2467,7 @@
/*
- * Get the last frame frame type retreived from the jitter buffer.
+ * Get the last frame frame type retrieved from the jitter buffer.
*/
PJ_DEF(char) pjmedia_stream_get_last_jb_frame_type(pjmedia_stream *stream)
{
Modified: branches/11/res/pjproject/pjnath/src/pjnath/stun_sock.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/pjproject/pjnath/src/pjnath/stun_sock.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/res/pjproject/pjnath/src/pjnath/stun_sock.c (original)
+++ branches/11/res/pjproject/pjnath/src/pjnath/stun_sock.c Fri Jan 23 08:51:03 2015
@@ -685,7 +685,7 @@
pj_sockaddr_cmp(&stun_sock->mapped_addr,
&mapped_attr->sockaddr) != 0;
if (mapped_changed) {
- /* Print mapped adress */
+ /* Print mapped address */
{
char addrinfo[PJ_INET6_ADDRSTRLEN+10];
PJ_LOG(4,(stun_sock->obj_name,
Modified: branches/11/res/pjproject/pjsip-apps/src/pjsua/pjsua_app.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/pjproject/pjsip-apps/src/pjsua/pjsua_app.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/res/pjproject/pjsip-apps/src/pjsua/pjsua_app.c (original)
+++ branches/11/res/pjproject/pjsip-apps/src/pjsua/pjsua_app.c Fri Jan 23 08:51:03 2015
@@ -270,7 +270,7 @@
puts (" --local-port=port Set TCP/UDP port. This implicitly enables both ");
puts (" TCP and UDP transports on the specified port, unless");
puts (" if TCP or UDP is disabled.");
- puts (" --ip-addr=IP Use the specifed address as SIP and RTP addresses.");
+ puts (" --ip-addr=IP Use the specified address as SIP and RTP addresses.");
puts (" (Hint: the IP may be the public IP of the NAT/router)");
puts (" --bound-addr=IP Bind transports to this IP interface");
puts (" --no-tcp Disable TCP transport.");
Modified: branches/11/res/pjproject/pjsip/include/pjsip/sip_transport_tcp.h
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/pjproject/pjsip/include/pjsip/sip_transport_tcp.h?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/res/pjproject/pjsip/include/pjsip/sip_transport_tcp.h (original)
+++ branches/11/res/pjproject/pjsip/include/pjsip/sip_transport_tcp.h Fri Jan 23 08:51:03 2015
@@ -103,7 +103,7 @@
/**
* Initialize pjsip_tcp_transport_cfg structure with default values for
- * the specifed address family.
+ * the specified address family.
*
* @param cfg The structure to initialize.
* @param af Address family to be used.
Modified: branches/11/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/res/res_fax.c?view=diff&rev=430996&r1=430995&r2=430996
==============================================================================
--- branches/11/res/res_fax.c (original)
+++ branches/11/res/res_fax.c Fri Jan 23 08:51:03 2015
@@ -221,7 +221,7 @@
</syntax>
<description>
<para>FAXOPT can be used to override the settings for a FAX session listed in <filename>res_fax.conf</filename>,
- it can also be used to retreive information about a FAX session that has finished eg. pages/status.</para>
+ it can also be used to retrieve information about a FAX session that has finished eg. pages/status.</para>
</description>
<see-also>
<ref type="application">ReceiveFax</ref>
More information about the asterisk-commits
mailing list