代理如何使用AMI星号登录界面



方法AgentCallbackLogin已从星号管理器界面(asterisk-java)弃用,我想管理代理的连接,以便准备接收来自队列的呼叫,而不使用手持设备登录(使用agentLogin (agent)),如果有人有一个想法,请??

现在你可以使用AddQueueMember来达到同样的目的

core show application AddQueueMember 
  -= Info about application 'AddQueueMember' =- 
[Synopsis]
Dynamically adds queue members. 
[Description]
Dynamically adds interface to an existing queue. If the interface is already
in the queue it will return an error.
This application sets the following channel variable upon completion:
${AQMSTATUS}: The status of the attempt to add a queue member as a text
string.
    ADDED
    MEMBERALREADY
    NOSUCHQUEUE
[Syntax]
AddQueueMember(queuename[,interface[,penalty[,options[,membername[,stateinterface]]]]])

例如,如果你想回拨号码为123456789,你可以使用

AddQueueMember(800,Local/123456789@out/n)

相关内容

  • 没有找到相关文章

最新更新