TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Austin
NA
3
1.1k
How to build a remote desktop SIP PBX in C#.NET?
Jul 7 2014 4:34 AM
Hi Friends,
I couple of weeks ago I've found this guide in my mailbox:
http://www.codeproject.com/Articles/739075/How-to-build-a-simple-SIP-PBX-in-Csharp-extended
It's about how to develop VoIP PBX and how to create dial plan, voicemail and call queue.
Since then, I'm strongly interested in the implementation of my own PBX. As I often need to travel, I'd like to access my phone system wherever I am. This way I need a remote desktop software. So I'm going to create a web GUI to be able to configure the PBX even remotely.
And I got stuck at this point. Can anyone recommend me a tutorial/link/code example for creating a web GUI for my PBX project? I'm working in Visual Studio using C#. To define the default PBX functionality I use Ozeki VoIP SIP SDK. I use this Ozeki guide:
http://voip-sip-sdk.com/p_533-how-to-build-a-pbx-phone-system-with-ozeki-voip-sip-sdk-voip.html
along with the Codeproject article that I've mentioned above.
Thank you so much for any help!
All the best,
AC
Reply
Answers (
0
)
aRRAY LIST
Need help implementing array list in my Random Number Game.