Questions tagged [asternet]

AsterNET is an open source .NET framework for Asterisk AMI and FastAGI. Use this tag for questions about the use of this framework in your applications. Be sure to also tag your question with the language you are using (e.g. c# or vb.net.)

23 questions
0
votes
1 answer

Executing Asterisk speech recognition application using AsterNET.ARI

I have a sample dialplan: exten => 1,1,Wait(1) exten => 1,n,SpeechCreate exten => 1,n,SpeechBackground(beep) exten => 1,n,Verbose(0, ${SPEECH_TEXT(0)}) exten => 1,n,Hangup() And I need to execute speech recognition using ARI stasis application and…
shda
  • 729
  • 7
  • 19
0
votes
1 answer

How to send action with AsterNET, C#?

I'm working with AsterNET and C#, I need to get the status of all the extensions, specifically the result of Action: ExtensionStateList but the library doesn't have this action, I'm trying to create it but I can't get it. I hope someone can guide…
0
votes
2 answers

OriginateAction Variables joining issue

I am trying to use C# AsterNET OriginateAction method to dial out calls with the Asterisk AMI. Calls are working fine But I am having issue on setting variables on this action. I set 2 variables as following: oc.SetVariables( new Dictionary
0
votes
2 answers

Asterisk 11 Who Hanged Up?

I do have an Asterisk 11 PBX and I'm developing an Windows Service application using the github AsterNET.AMI Library to connect my PBX. Till here everything is working fine, I can send commands and read incoming event messages. But now I need to…
Andrew Paes
  • 1,940
  • 1
  • 15
  • 20
0
votes
2 answers

Not getting Any Events From Asternet.Ari On FreePbx

I have set up FreePbx and it is working I can make calls into the pbx and out of the pbx. I have enabled the REST API and added a user and password. I cloned the Asternet.Ari https://github.com/skrusty/AsterNET.ARI. The program runs and I get the…
Paul Stanley
  • 1,999
  • 1
  • 22
  • 60
0
votes
1 answer

Asterisk ARI initiating a call

I am trying to initiate a call between two local endpoints, a softphone(PJSIP/100) and a harphone(PJSIP/102). Using ARI I have created two channels, with app parameters and put them both into the same mixing bridge in stasisStart event. At this…
user3640553
  • 23
  • 2
  • 9
0
votes
1 answer

Asterisk execute Async AGI

I'm writing simple popup application integrated with Asterisk server. Our test environment is based on FreePBX where we've configured a few SIP trunks. The test is between two extensions 3000 and 3001. 3000, 3001 and other extensions are controlled…
Georgy Smirnov
  • 391
  • 3
  • 10
-1
votes
1 answer

Asternet AMI Send Command c#

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");
hmak.soft
  • 59
  • 1
  • 10
1
2