skrusty / AsterNET.ARI

AsterNET.ARI is an incubation project and addition to the AsterNET framework for .NET. It allows you to develop against Stasis ARI for Asterisk using the .NET framework.
http://www.xdev.net/projects/asternet-ari/
MIT License
88 stars 52 forks source link

More a question that an issue #15

Closed danradic-lateral closed 8 years ago

danradic-lateral commented 8 years ago

Hi Ben,

As I said in my email, I'm trying to create a conference app using your AsterNet.ARI project, but I have some unclarities/difficulties. We have an external Asterisk server upgraded to version 13 to support the RESTful interface. I've put the server/conference details into the app and it successfully connects: "Connection state is now true".

Q: It's not clear for me how can I create a dialplan application and test the app by dialing a number from my phone and receiving some kind of response, using AsterNet.ARI?

Thanks Dan

skrusty commented 8 years ago

You can use the exmaples in the headers of the samples. For example

 * Extensions.conf exmaple setup
 * 
 *   exten => 7001,1,Noop()
 *   same => n,Stasis(simpleconf,test)
 *   same => n,hangup()
skrusty commented 8 years ago

closed due to inactivity