我有一台自动服务器。 延期。 组合如下:
[extensions.conf]
exten =>1,1,Dial(SIP/1,20,tr)
exten => 1,n,Hangup()
exten => 2,1,Dial(SIP/2,20,tr)
exten => 2,n,Hangup()
我需要能够打上<条码>。 页: 1 我想把客户称作不同的服务器。 如何在延期中确定这一点。 书写文件?
需要帮助。 认证
我有一台自动服务器。 延期。 组合如下:
[extensions.conf]
exten =>1,1,Dial(SIP/1,20,tr)
exten => 1,n,Hangup()
exten => 2,1,Dial(SIP/2,20,tr)
exten => 2,n,Hangup()
我需要能够打上<条码>。 页: 1 我想把客户称作不同的服务器。 如何在延期中确定这一点。 书写文件?
需要帮助。 认证
简单的方法是:
exten => _X.,1,Dial(SIP/192.168.1.1/${EXTEN})
但更好的答案是:第一读O Relly书。
This probably sounds like a terrible idea at first glance, but here is my scenario: I have a Windows service that exposes several WCF endpoints using Username authentication. The custom ...
I d like to set up a videoconferencing (1-1 initially) system using Flash as the client. I ve tried some web searches but couldn t find much; any pointers on the following would be great: Does the ...
I get this error while trying to compile Asterisk 1.6.2 on Snow Leopard Server : ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/dylib1.o/bundle1.o) Googling this I’ve ...
I m currently writing a windows service that uses the Asterisk AMI to detect when a call is coming in and then perform a web request based on who the call is from and who it is going to. Does anyone ...
Unit and integration testing is usually performed as part of a development process, of course. I m looking for ways to use this methodology in configuration of an existing system, in this case the ...
I have an asterisk-based PBX, and I have been able to successfully run an AGI script from the web control panel of the PBX. Because I am calling AGI from Perl (neither of which I know, yet)... ...
I want to change a couple off characters * # for A and P to have the monitor filename with characters more friendly. The only solution I could find was to do it my self within the dialplan but it ...
Anyone can tell me what is interface name for QueuePause action (Asterisk Manager Interface). http://astbook.asteriskdocs.org/en/2nd_Edition/asterisk-book-html-chunk/asterisk-APP-F-30.html I try "SIP/...