Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,

I really hope someone out there can help me with my problem. I am trying to build a softphone application in C# for Windows OS. The client I am building it for is running an Asterisk PBX system.

I'm about 80% complete with the project, i.e. users can login, make calls, transfer calls, and hang up. My problem arises with the receiving of calls. The client wants to be able to answer incoming calls using the softphone system.

I am referencing the Asterisk.NET.dll and the ScopServAMI.dll but I cant seem to find how to implement what i need, in either dll.

I have very minimal knowledge of PABX systems, and how to integrate with them. I had a bit of help with the system from a colleague. Please bear with me if i misunderstand anyone.
Posted
Updated 25-Aug-11 0:43am
v2
Comments
Slacker007 25-Aug-11 6:43am    
Edit: readability.
Ic3m4n69 25-Aug-11 7:05am    
Thanks, sorry about that...
Slacker007 25-Aug-11 7:27am    
No need to apologize. Welcome to Code Project.

1 solution

Have you tried subscribing to the AgentCalled event on the ManagerConnection?
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900