Click here to Skip to main content
15,891,204 members
Articles / Programming Languages / Visual Basic

asterisk.net ( How to get incoming call info ?) my code so far...

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
7 Oct 2012CPOL 30.4K  
When I make a call to the asterisk server caller id return = nullI need to get in coming call details.Imports Asterisk.NET.ManagerImports Asterisk.NET.Manager.EventImports Asterisk.NET.FastAGI.CommandImports Asterisk.NET.FastAGIImports Asterisk.NET.IOImports...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
24 Feb 2011Yusuf
Did you check this Asterisk info page? http://www.voip-info.org/wiki/view/Asterisk+manager+API[^] It has a wealth of info.But, there is somewhat troubling in your code.Dim manager1 As ManagerConnection Dim manager2 As StatusEvent Dim manager3 As AgentCalledEvent Dim...
Please Sign up or sign in to vote.
7 Oct 2012beruk123
public partial class FormMain : Form { ManagerConnection manager1 = new ManagerConnection(); NewCallerIdEvent manager6; public FormMain() { InitializeComponent(); } private ManagerConnection manager = null; private void btnConnect_Click(object sender,...

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Malaysia Malaysia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions