Using PJSIP as SIP proxy

MM
mark morreny
Wed, Jul 9, 2008 1:58 AM

Hi,

I am considering the idea of using PJSIP SERVER as my sip proxy, and I am
hoping to seek other's opinion as well.

Currently, I am using Openser, which works, but the setup is quite
complicated especially for the NAT handling.  I would like to know if there
is a better alternative.  I am simply using it to handle SIP registrar and
proxying sip requests.

I am wondering if PJSIP is better than Openser in terms of : scalability,
ease of setup, and performance?

I am also aware that PJSIP server is using Java for DB,  Is PJSIP server
written in JAVA?  Why is it a better idea than C for such a traffic
intensive app?

Any suggestion will be greatly appreciated.

Regards,
Mark

Hi, I am considering the idea of using PJSIP SERVER as my sip proxy, and I am hoping to seek other's opinion as well. Currently, I am using Openser, which works, but the setup is quite complicated especially for the NAT handling. I would like to know if there is a better alternative. I am simply using it to handle SIP registrar and proxying sip requests. I am wondering if PJSIP is better than Openser in terms of : scalability, ease of setup, and performance? I am also aware that PJSIP server is using Java for DB, Is PJSIP server written in JAVA? Why is it a better idea than C for such a traffic intensive app? Any suggestion will be greatly appreciated. Regards, Mark
MM
mark morreny
Wed, Jul 9, 2008 2:05 AM

Hi,

Sorry, I was wrong about the JAVA part.  I was mixing it up with another
package.
Any opinion on whether it is a good idea to implement a custom SIP proxy
with pjsip will be helpful.

Thank,
Mark

Hi, Sorry, I was wrong about the JAVA part. I was mixing it up with another package. Any opinion on whether it is a good idea to implement a custom SIP proxy with pjsip will be helpful. Thank, Mark
GL
Gang Lau
Wed, Jul 9, 2008 5:11 AM

As I know, openser has many more features. and it is fouse at SIP proxy.
PJSIP has a sample application for SIP proxy, but PJSIP mostly is a
library.You need build your proxy.

correct me if I am worng.

regards,
Gang

On Wed, Jul 9, 2008 at 10:05 AM, mark morreny markmorreny@gmail.com wrote:

Hi,

Sorry, I was wrong about the JAVA part.  I was mixing it up with another
package.
Any opinion on whether it is a good idea to implement a custom SIP proxy
with pjsip will be helpful.

Thank,
Mark


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

As I know, openser has many more features. and it is fouse at SIP proxy. PJSIP has a sample application for SIP proxy, but PJSIP mostly is a library.You need build your proxy. correct me if I am worng. regards, Gang On Wed, Jul 9, 2008 at 10:05 AM, mark morreny <markmorreny@gmail.com> wrote: > Hi, > > Sorry, I was wrong about the JAVA part. I was mixing it up with another > package. > Any opinion on whether it is a good idea to implement a custom SIP proxy > with pjsip will be helpful. > > > Thank, > Mark > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >