</description>
<see-also>
<ref type="application">StopMixMonitor</ref>
- <ref type="function">AUDIOHOOK_INHERIT</ref>
</see-also>
</application>
<application name="StopMixMonitor" language="en_US">
returning to the dialplan with execution of a Return().</para>
</description>
<see-also>
- <ref type="application">GoSub</ref>
+ <ref type="application">Gosub</ref>
</see-also>
</agi>
<managerEvent language="en_US" name="VarSet">
</parameter>
</syntax>
<see-also>
- <ref type="application">GoSub</ref>
+ <ref type="application">Gosub</ref>
<ref type="agi">gosub</ref>
<ref type="function">LOCAL</ref>
<ref type="function">LOCAL_PEEK</ref>
<description>
<para>Gets information associated with the specified IAX2 peer.</para>
</description>
- <see-also>
- <ref type="function">SIPPEER</ref>
- </see-also>
</function>
<function name="IAXVAR" language="en_US">
<synopsis>
<see-also>
<ref type="application">Congestion</ref>
<ref type="application">Progress</ref>
- <ref type="application">Playtones</ref>
+ <ref type="application">PlayTones</ref>
<ref type="application">Hangup</ref>
</see-also>
</application>
<see-also>
<ref type="application">Busy</ref>
<ref type="application">Progress</ref>
- <ref type="application">Playtones</ref>
+ <ref type="application">PlayTones</ref>
<ref type="application">Hangup</ref>
</see-also>
</application>
<ref type="application">Busy</ref>
<ref type="application">Congestion</ref>
<ref type="application">Ringing</ref>
- <ref type="application">Playtones</ref>
+ <ref type="application">PlayTones</ref>
</see-also>
</application>
<application name="RaiseException" language="en_US">
dialplan function EXCEPTION(). If the <literal>e</literal> extension does not exist, the call will hangup.</para>
</description>
<see-also>
- <ref type="function">Exception</ref>
+ <ref type="function">EXCEPTION</ref>
</see-also>
</application>
<application name="Ringing" language="en_US">
<ref type="application">Busy</ref>
<ref type="application">Congestion</ref>
<ref type="application">Progress</ref>
- <ref type="application">Playtones</ref>
+ <ref type="application">PlayTones</ref>
</see-also>
</application>
<application name="SayAlpha" language="en_US">
<description>
<para>This application is provided by res_fax, which is a FAX technology agnostic module
that utilizes FAX technology resource modules to complete a FAX transmission.</para>
- <para>Session arguments can be set by the FAXOPT function and to check results of the ReceiveFax() application.</para>
+ <para>Session arguments can be set by the FAXOPT function and to check results of the ReceiveFAX() application.</para>
</description>
<see-also>
<ref type="function">FAXOPT</ref>
<description>
<para>This application is provided by res_fax, which is a FAX technology agnostic module
that utilizes FAX technology resource modules to complete a FAX transmission.</para>
- <para>Session arguments can be set by the FAXOPT function and to check results of the SendFax() application.</para>
+ <para>Session arguments can be set by the FAXOPT function and to check results of the SendFAX() application.</para>
</description>
<see-also>
<ref type="function">FAXOPT</ref>
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>
- <ref type="application">SendFax</ref>
+ <ref type="application">ReceiveFAX</ref>
+ <ref type="application">SendFAX</ref>
</see-also>
</function>
<manager name="FAXSessions" language="en_US">
}
if (report_receive_fax_status(chan, args.filename)) {
- ast_log(AST_LOG_ERROR, "Error publishing ReceiveFax status message\n");
+ ast_log(AST_LOG_ERROR, "Error publishing ReceiveFAX status message\n");
}
/* If the channel hungup return -1; otherwise, return 0 to continue in the dialplan */