📄 agiexception.html
字号:
this method understands complex variable names and builtin variables.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#getFullVariable(java.lang.String)">getFullVariable</A></B>(java.lang.String name)</CODE><BR> Returns the value of the current channel variable, unlike getVariable() this method understands complex variable names and builtin variables.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#getFullVariable(java.lang.String, java.lang.String)">getFullVariable</A></B>(java.lang.String name, java.lang.String channel)</CODE><BR> Returns the value of the given channel variable.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#getFullVariable(java.lang.String, java.lang.String)">getFullVariable</A></B>(java.lang.String name, java.lang.String channel)</CODE><BR> Returns the value of the given channel variable.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> char</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#getOption(java.lang.String, java.lang.String)">getOption</A></B>(java.lang.String file, java.lang.String escapeDigits)</CODE><BR> Plays the given file, and waits for the user to press one of the given digits.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> char</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#getOption(java.lang.String, java.lang.String)">getOption</A></B>(java.lang.String file, java.lang.String escapeDigits)</CODE><BR> Plays the given file, and waits for the user to press one of the given digits.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> char</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#getOption(java.lang.String, java.lang.String, int)">getOption</A></B>(java.lang.String file, java.lang.String escapeDigits, int timeout)</CODE><BR> Plays the given file, and waits for the user to press one of the given digits.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> char</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#getOption(java.lang.String, java.lang.String, int)">getOption</A></B>(java.lang.String file, java.lang.String escapeDigits, int timeout)</CODE><BR> Plays the given file, and waits for the user to press one of the given digits.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#getVariable(java.lang.String)">getVariable</A></B>(java.lang.String name)</CODE><BR> Returns the value of the current channel variable.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#getVariable(java.lang.String)">getVariable</A></B>(java.lang.String name)</CODE><BR> Returns the value of the given channel variable.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#hangup()">hangup</A></B>()</CODE><BR> Hangs the channel up.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#hangup()">hangup</A></B>()</CODE><BR> Hangs the channel up.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#playMusicOnHold()">playMusicOnHold</A></B>()</CODE><BR> Plays music on hold from the default music on hold class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#playMusicOnHold()">playMusicOnHold</A></B>()</CODE><BR> Plays music on hold from the default music on hold class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#playMusicOnHold(java.lang.String)">playMusicOnHold</A></B>(java.lang.String musicOnHoldClass)</CODE><BR> Plays music on hold from the given music on hold class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#playMusicOnHold(java.lang.String)">playMusicOnHold</A></B>(java.lang.String musicOnHoldClass)</CODE><BR> Plays music on hold from the given music on hold class.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#recordFile(java.lang.String, java.lang.String, java.lang.String, int)">recordFile</A></B>(java.lang.String file, java.lang.String format, java.lang.String escapeDigits, int timeout)</CODE><BR> Record to a file until a given dtmf digit in the sequence is received.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#recordFile(java.lang.String, java.lang.String, java.lang.String, int)">recordFile</A></B>(java.lang.String file, java.lang.String format, java.lang.String escapeDigits, int timeout)</CODE><BR> Record to a file until a given dtmf digit in the sequence is received.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#recordFile(java.lang.String, java.lang.String, java.lang.String, int, int, boolean, int)">recordFile</A></B>(java.lang.String file, java.lang.String format, java.lang.String escapeDigits, int timeout, int offset, boolean beep, int maxSilence)</CODE><BR> Record to a file until a given dtmf digit in the sequence is received.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#recordFile(java.lang.String, java.lang.String, java.lang.String, int, int, boolean, int)">recordFile</A></B>(java.lang.String file, java.lang.String format, java.lang.String escapeDigits, int timeout, int offset, boolean beep, int maxSilence)</CODE><BR> Record to a file until a given dtmf digit in the sequence is received.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#sayAlpha(java.lang.String)">sayAlpha</A></B>(java.lang.String text)</CODE><BR> Says the given character string.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#sayAlpha(java.lang.String)">sayAlpha</A></B>(java.lang.String text)</CODE><BR> Says the given character string.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> char</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#sayAlpha(java.lang.String, java.lang.String)">sayAlpha</A></B>(java.lang.String text, java.lang.String escapeDigits)</CODE><BR> Says the given character string, returning early if any of the given DTMF number are received on the channel.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> char</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#sayAlpha(java.lang.String, java.lang.String)">sayAlpha</A></B>(java.lang.String text, java.lang.String escapeDigits)</CODE><BR> Says the given character string, returning early if any of the given DTMF number are received on the channel.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiChannel.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiChannel.html#sayDateTime(long)">sayDateTime</A></B>(long time)</CODE><BR> Says the given time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>AgiOperations.</B><B><A HREF="../../../../org/asteriskjava/fastagi/AgiOperations.html#sayDateTime(long)">sayDateTime</A></B>(long time)</CODE><BR> Says the given time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> char</CODE></FONT></TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -