⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asteriskserverimpl.html

📁 关于asterisk的java包
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/asteriskjava/manager/ManagerConnection.html" title="interface in org.asteriskjava.manager">ManagerConnection</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#getManagerConnection()">getManagerConnection</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the underlying ManagerConnection.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/asteriskjava/live/MeetMeRoom.html" title="interface in org.asteriskjava.live">MeetMeRoom</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#getMeetMeRoom(java.lang.String)">getMeetMeRoom</A></B>(java.lang.String&nbsp;name)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the MeetMe room with the given number, if the room does not yet exist a new <A HREF="../../../../org/asteriskjava/live/MeetMeRoom.html" title="interface in org.asteriskjava.live"><CODE>MeetMeRoom</CODE></A> object is created.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/asteriskjava/live/MeetMeRoom.html" title="interface in org.asteriskjava.live">MeetMeRoom</A>&gt;</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#getMeetMeRooms()">getMeetMeRooms</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the acitve MeetMe rooms on the Asterisk server.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/asteriskjava/live/AsteriskQueue.html" title="interface in org.asteriskjava.live">AsteriskQueue</A>&gt;</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#getQueues()">getQueues</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the queues served by the Asterisk server.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#getVersion()">getVersion</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the exact version string of this Asterisk server.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;int[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#getVersion(java.lang.String)">getVersion</A></B>(java.lang.String&nbsp;file)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the CVS revision of a given source file of this Asterisk server.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;java.util.Collection&lt;<A HREF="../../../../org/asteriskjava/live/Voicemailbox.html" title="class in org.asteriskjava.live">Voicemailbox</A>&gt;</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#getVoicemailboxes()">getVoicemailboxes</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a collection of all voicemailboxes configured for this Asterisk server with the number of new and old messages they contain.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#initialize()">initialize</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#onManagerEvent(org.asteriskjava.manager.event.ManagerEvent)">onManagerEvent</A></B>(<A HREF="../../../../org/asteriskjava/manager/event/ManagerEvent.html" title="class in org.asteriskjava.manager.event">ManagerEvent</A>&nbsp;event)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Handles all events received from the Asterisk server.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/asteriskjava/live/AsteriskChannel.html" title="interface in org.asteriskjava.live">AsteriskChannel</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#originateToApplication(java.lang.String, java.lang.String, java.lang.String, long)">originateToApplication</A></B>(java.lang.String&nbsp;channel,                       java.lang.String&nbsp;application,                       java.lang.String&nbsp;data,                       long&nbsp;timeout)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates an outgoing channel to an application.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/asteriskjava/live/AsteriskChannel.html" title="interface in org.asteriskjava.live">AsteriskChannel</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#originateToApplication(java.lang.String, java.lang.String, java.lang.String, long, org.asteriskjava.live.CallerId, java.util.Map)">originateToApplication</A></B>(java.lang.String&nbsp;channel,                       java.lang.String&nbsp;application,                       java.lang.String&nbsp;data,                       long&nbsp;timeout,                       <A HREF="../../../../org/asteriskjava/live/CallerId.html" title="class in org.asteriskjava.live">CallerId</A>&nbsp;callerId,                       java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;variables)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates an outgoing channel to an application and sets an optional map of channel variables.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#originateToApplicationAsync(java.lang.String, java.lang.String, java.lang.String, long, org.asteriskjava.live.CallerId, java.util.Map, org.asteriskjava.live.OriginateCallback)">originateToApplicationAsync</A></B>(java.lang.String&nbsp;channel,                            java.lang.String&nbsp;application,                            java.lang.String&nbsp;data,                            long&nbsp;timeout,                            <A HREF="../../../../org/asteriskjava/live/CallerId.html" title="class in org.asteriskjava.live">CallerId</A>&nbsp;callerId,                            java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;variables,                            <A HREF="../../../../org/asteriskjava/live/OriginateCallback.html" title="interface in org.asteriskjava.live">OriginateCallback</A>&nbsp;cb)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asynchronously generates an outgoing channel to an application and sets an optional map of channel variables.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#originateToApplicationAsync(java.lang.String, java.lang.String, java.lang.String, long, org.asteriskjava.live.OriginateCallback)">originateToApplicationAsync</A></B>(java.lang.String&nbsp;channel,                            java.lang.String&nbsp;application,                            java.lang.String&nbsp;data,                            long&nbsp;timeout,                            <A HREF="../../../../org/asteriskjava/live/OriginateCallback.html" title="interface in org.asteriskjava.live">OriginateCallback</A>&nbsp;cb)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asynchronously generates an outgoing channel to an application.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/asteriskjava/live/AsteriskChannel.html" title="interface in org.asteriskjava.live">AsteriskChannel</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#originateToExtension(java.lang.String, java.lang.String, java.lang.String, int, long)">originateToExtension</A></B>(java.lang.String&nbsp;channel,                     java.lang.String&nbsp;context,                     java.lang.String&nbsp;exten,                     int&nbsp;priority,                     long&nbsp;timeout)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates an outgoing channel to a dialplan entry (extension, context, priority).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/asteriskjava/live/AsteriskChannel.html" title="interface in org.asteriskjava.live">AsteriskChannel</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#originateToExtension(java.lang.String, java.lang.String, java.lang.String, int, long, org.asteriskjava.live.CallerId, java.util.Map)">originateToExtension</A></B>(java.lang.String&nbsp;channel,                     java.lang.String&nbsp;context,                     java.lang.String&nbsp;exten,                     int&nbsp;priority,                     long&nbsp;timeout,                     <A HREF="../../../../org/asteriskjava/live/CallerId.html" title="class in org.asteriskjava.live">CallerId</A>&nbsp;callerId,                     java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;variables)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates an outgoing channel to a dialplan entry (extension, context, priority) and sets an optional map of channel variables.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#originateToExtensionAsync(java.lang.String, java.lang.String, java.lang.String, int, long, org.asteriskjava.live.CallerId, java.util.Map, org.asteriskjava.live.OriginateCallback)">originateToExtensionAsync</A></B>(java.lang.String&nbsp;channel,                          java.lang.String&nbsp;context,                          java.lang.String&nbsp;exten,                          int&nbsp;priority,                          long&nbsp;timeout,                          <A HREF="../../../../org/asteriskjava/live/CallerId.html" title="class in org.asteriskjava.live">CallerId</A>&nbsp;callerId,                          java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;variables,                          <A HREF="../../../../org/asteriskjava/live/OriginateCallback.html" title="interface in org.asteriskjava.live">OriginateCallback</A>&nbsp;cb)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asynchronously generates an outgoing channel to a dialplan entry (extension, context, priority) and sets an optional map of channel variables.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#originateToExtensionAsync(java.lang.String, java.lang.String, java.lang.String, int, long, org.asteriskjava.live.OriginateCallback)">originateToExtensionAsync</A></B>(java.lang.String&nbsp;channel,                          java.lang.String&nbsp;context,                          java.lang.String&nbsp;exten,                          int&nbsp;priority,                          long&nbsp;timeout,                          <A HREF="../../../../org/asteriskjava/live/OriginateCallback.html" title="interface in org.asteriskjava.live">OriginateCallback</A>&nbsp;cb)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asynchronously generates an outgoing channel to a dialplan entry (extension, context, priority).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#removeAsteriskServerListener(org.asteriskjava.live.AsteriskServerListener)">removeAsteriskServerListener</A></B>(<A HREF="../../../../org/asteriskjava/live/AsteriskServerListener.html" title="interface in org.asteriskjava.live">AsteriskServerListener</A>&nbsp;listener)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a listener from this Asterisk server.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/asteriskjava/live/internal/AsteriskServerImpl.html#setGlobalVariable(java.lang.String, java.lang.String)">setGlobalVariable</A></B>(java.lang.String&nbsp;variable,                  java.lang.String&nbsp;value)</CODE>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -