English 中文(简体)
我应如何为SIP的一个网关没收发展测试环境
原标题:How should I configure development-testing environment for a SIP gateway

我不得不在网上申请和SIP(iptel.org)供应商之间找到一个一体化点。 所有这些似乎都很简单,但我觉得,如果我使用像Piptel.org这样的外部服务器,我就没有什么控制权。

The use case is: As an consumer I should be able to do a call with the Phone Number and the Short Message and treat/report execution status.

为此原因,我想以能够撰写/测试/记录融合互动的方式来建立我的发展环境。

这里,我要说的是:

SIP server : miniSipServer ... which will keep my acounts
Soft phone : Express Talk ... for making sure the server is running and ready to work
SIP stack for .net : SipekSDK with pjsipDll

Resources:
http://sites.google.com/site/sipekvoip/
http://sipsorcery.codeplex.com/
http://callbutler.codeplex.com/

所列资源没有三维法,这是开端学习曲线

你的建议

  • where to look for samples
  • how to wrap it up in less intrusive way
  • which are the best tools to be configured in dev/testing environment

将大为解释

Thanks, Ruslan

最佳回答

我祝福的作者们好,因此,我可以向你提供这方面的一些信息。 该项目包括一个SIP Proxy,易于上下台和运行。 但是,如果你正在把SIP的交通推向你的肩上,把它推向更简单得多的线,那么,用铁蓬书写来控制代理路线的运输方式并非如此直截了当。

该项目相当活跃,有专用网站http://forum.sipsorcery.com/viewforum.php?f=3&sid=ab7e6be1b938c37fdac072dca69815e4”rel=“nofollow”>forum,供开发商求助。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签