English 中文(简体)
PSTN的星体动态用户
原标题:Asterisk dynamic user agents on PSTN

I m creating small system as prove concept. I need to configure few 5-10 call queues that will have mix of softphones (SIP) and normal gsm mobiles (PSTN) agents that can login and logout of queue. I m new to asterisk and whole voip. So after some research I think it is possible but not sure how to do it.

最佳回答

您可对任何使用星号申请的用户进行登记/记录/Add QueueMember()Remove QueueMember()。 例如,可在查询中添加PSTN用户:

exten => s,n,AddQueueMember(100,DAHDI/g0/1234567)

另外,在询问中,最有可能需要使用习惯装置的用户时,请问到是否使用PSTN。 由以下职能完成:<代码>DEVICE_STATE(和stateinterface 选择Add QueueMember()。

问题回答

暂无回答




相关问题
Voice Conference - how to have more people in conversation?

first of all, I m just a hobbyist, so I m sorry if this is dumb question or if I m being too naive. (It also means that I can t buy expensive libraries) This is the situation: I m building a simple ...

VoIP over 3G on iPhone, what s changed in the SDK?

I ve been looking at the SDK3.2 to find out about the new capacity to direct call over IP on 3G network, but I don t see anything obvious in the API diffs. Is this just something Apple allows on a low ...

Structure of a Voice Chat application (Client/Server)?

I need an EXPERT opinion please, and sorry if my question itself is a confused question. I was reading around about structure of VOIP applications (Client/Server). And mostly UDP is recommended for ...

udp socket options for sendng RTP

I am opening socket on windows platform for sending RTP voice packets. The application is softphone. What preferable options should be set on this socket.

Need advice on VOIP call trunking and termination

I am working on a project where we make a VOIP phone call to the end user, essentially, exactly like skype does. The problem is, that all calls from VOIP need to be terminated as PSTN if it has to ...

Voice Communication over TCP/IP

I m currently developing application using DirectSound for communication on an intranet. I ve had working solution using UDP but then my boss told me he wants to use TCP/IP for some reason. I ve tried ...

Open-source p2p videoconferencing in Flash or Java?

I want to build a community website with videoconferencing functionality integrated. I would prefer to provide this from within the browser, so I m looking for a Java- or Flash-based solution. Also, ...

热门标签