asterisk

Set waiting tone for asterisk agi function processing

半世苍凉 提交于 2019-11-28 07:38:11
问题 I am using asterisk with normal PHP AGI following this link the problem is that my PHP AGI takes 5 seconds to execute .I just want to set some waiting tone for the user to wait until the AGI is been processing. On the same link I found something: set music: Enable/Disable Music on hold generator, example "SET MUSIC ON default but I don't know exactly how to use I mean what would be the exact syntax and where do I put it. I have tried adding same => n,Set(CHANNEL(musicclass)=default) but it

Asterisk click to call

余生长醉 提交于 2019-11-28 06:36:53
问题 Maybe some of you may know how to achieve this. I want something like this: Click on link/button My phone rings, I pick it up Asterisk dials number for me Recipient phone rings I'm using asterisk 1.2 . I tried with dial out. But only I can make is to call to one side. Thanks in advance. 回答1: You can use call files . Just read: Asterisk auto-dial out. I have made simple CGI script that called via web server creates call file (remember to use temp directory) and then moves it to /var/spool

Asternet AMI Send Command c# [closed]

大兔子大兔子 提交于 2019-11-27 08:40:50
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . Please tell me how to send commands (e.g.: sip show peers) via asternet (c#). Any help or link will be highly appreciated. Like: AsterNET.Manager.Response.ManagerResponse response = SendAction("sip show peers"); 回答1: "sip show peers" is COMMAND. You have send action COMMAND. https