mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +00:00
docs: Fix typos in apps/
Found via codespell
(cherry picked from commit a20cfc68ef
)
This commit is contained in:
committed by
Asterisk Development Team
parent
714aedde8b
commit
c87b723f8c
@@ -66,7 +66,7 @@
|
||||
<description>
|
||||
<para>Connects to the given TCP server, then transmits channel audio as 16-bit, 8KHz mono PCM over that socket (other codecs available via the channel driver interface). In turn, PCM audio is received from the socket and sent to the channel. Only audio frames and DTMF frames will be transmitted.</para>
|
||||
<para>Protocol is specified at https://docs.asterisk.org/Configuration/Channel-Drivers/AudioSocket/</para>
|
||||
<para>This application does not automatically answer and should generally be preceeded by an application such as Answer() or Progress().</para>
|
||||
<para>This application does not automatically answer and should generally be preceded by an application such as Answer() or Progress().</para>
|
||||
</description>
|
||||
</application>
|
||||
***/
|
||||
@@ -163,7 +163,7 @@ static int audiosocket_run(struct ast_channel *chan, const char *id, int svc, co
|
||||
}
|
||||
|
||||
if (ast_audiosocket_init(svc, id)) {
|
||||
ast_log(LOG_ERROR, "Failed to intialize AudioSocket\n");
|
||||
ast_log(LOG_ERROR, "Failed to initialize AudioSocket\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user