English 中文(简体)
• 如何制造有吸引力的电话
原标题:asterisk how to create outbound calls

我有一台自动服务器。 延期。 组合如下:

[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书。





相关问题
Caching plaintext passwords in memory of WCF service

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 ...

Using flash for videoconferencing

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 ...

Compiling Asterisk 1.6.2 on MacOSX Server

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 ...

Unit/integration testing Asterisk configuration

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 ...

Replace characters in Asterisk Dialplan

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 ...

What is Interface name in QueuePause

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/...

热门标签