Re: [pjsip] Can PJSIP be used to implement servers?

CL
Changjin Liu
Tue, Jun 16, 2009 1:13 AM

Thank you Perry. Now I think PJSIP is not a good choice to implement
servers.
Is there some other SIP libraries suitable for servers?
Or anyone can show me some open source SIP servers?
Thanks

Changjin Liu

Date: Mon, 15 Jun 2009 10:38:21 +0100
From: Perry Ismangil perry@teluu.com
Subject: Re: [pjsip] Can PJSIP be used to implement servers?
To: pjsip list pjsip@lists.pjsip.org
Message-ID:
cc907ff20906150238t1f524a7cl627a5c5310349780@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

Hi, please see:

On Mon, Jun 15, 2009 at 02:43, Changjin Liulcj.liu@gmail.com wrote:

Hi,
I'm going to developing a simple VoIP system. I want to implement
both client and servers (proxy server,register server,...) with the same

sip

library. Is PJSIP OK to implement servers? Thanks

Changjin Liu


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

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

--
Perry Ismangil

Thank you Perry. Now I think PJSIP is not a good choice to implement servers. Is there some other SIP libraries suitable for servers? Or anyone can show me some open source SIP servers? Thanks Changjin Liu > Date: Mon, 15 Jun 2009 10:38:21 +0100 > From: Perry Ismangil <perry@teluu.com> > Subject: Re: [pjsip] Can PJSIP be used to implement servers? > To: pjsip list <pjsip@lists.pjsip.org> > Message-ID: > <cc907ff20906150238t1f524a7cl627a5c5310349780@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > Hi, please see: > http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf > On Mon, Jun 15, 2009 at 02:43, Changjin Liu<lcj.liu@gmail.com> wrote: > > Hi, > > I'm going to developing a simple VoIP system. I want to implement > > both client and servers (proxy server,register server,...) with the same sip > > library. Is PJSIP OK to implement servers? Thanks > > > > Changjin Liu > > > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > -- > Perry Ismangil
M
mayamatakeshi
Tue, Jun 16, 2009 1:50 AM

On Tue, Jun 16, 2009 at 10:13 AM, Changjin Liulcj.liu@gmail.com wrote:

Thank you Perry. Now I think PJSIP is not a good choice to implement
servers.

Hello,
have you read the other FAQ topics about performance?
The one pointed out by Perry refers only to PJSUA which is a lib built
on top of PJSIP/PJMedia and that was intended to simplify development
of UACs.

The previous topic http://trac.pjsip.org/repos/wiki/FAQ#high-perf
talks about how to tune PJSIP to handle large number of calls.

Is there some other SIP libraries suitable for servers?

I use Sofia-SIP occasionally and it works well too (i write mostly
small testing applications).

Or anyone can show me some open source SIP servers?

What kind of SIP servers? Proxies, Softswitches?
Have you heard about kamailio, opensips, FreeSwitch, Yate?

Date: Mon, 15 Jun 2009 10:38:21 +0100
From: Perry Ismangil perry@teluu.com
Subject: Re: [pjsip] Can PJSIP be used to implement servers?
To: pjsip list pjsip@lists.pjsip.org
Message-ID:
      cc907ff20906150238t1f524a7cl627a5c5310349780@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

Hi, please see:

On Mon, Jun 15, 2009 at 02:43, Changjin Liulcj.liu@gmail.com wrote:

Hi,
  I'm going to developing a simple VoIP system. I want to implement
both client and servers (proxy server,register server,...) with the same

sip

library. Is PJSIP OK to implement servers? Thanks

Changjin Liu


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

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

--
Perry Ismangil

On Tue, Jun 16, 2009 at 10:13 AM, Changjin Liu<lcj.liu@gmail.com> wrote: > Thank you Perry. Now I think PJSIP is not a good choice to implement > servers. Hello, have you read the other FAQ topics about performance? The one pointed out by Perry refers only to PJSUA which is a lib built on top of PJSIP/PJMedia and that was intended to simplify development of UACs. The previous topic http://trac.pjsip.org/repos/wiki/FAQ#high-perf talks about how to tune PJSIP to handle large number of calls. > Is there some other SIP libraries suitable for servers? I use Sofia-SIP occasionally and it works well too (i write mostly small testing applications). > Or anyone can show me some open source SIP servers? What kind of SIP servers? Proxies, Softswitches? Have you heard about kamailio, opensips, FreeSwitch, Yate? >> Date: Mon, 15 Jun 2009 10:38:21 +0100 >> From: Perry Ismangil <perry@teluu.com> >> Subject: Re: [pjsip] Can PJSIP be used to implement servers? >> To: pjsip list <pjsip@lists.pjsip.org> >> Message-ID: >>       <cc907ff20906150238t1f524a7cl627a5c5310349780@mail.gmail.com> >> Content-Type: text/plain; charset=ISO-8859-1 > >> Hi, please see: > >> http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf > >> On Mon, Jun 15, 2009 at 02:43, Changjin Liu<lcj.liu@gmail.com> wrote: >> > Hi, >> >   I'm going to developing a simple VoIP system. I want to implement >> > both client and servers (proxy server,register server,...) with the same > sip >> > library. Is PJSIP OK to implement servers? Thanks >> > >> > Changjin Liu >> > >> > >> > >> > _______________________________________________ >> > Visit our blog: http://blog.pjsip.org >> > >> > pjsip mailing list >> > pjsip@lists.pjsip.org >> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > >> -- >> Perry Ismangil > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
GL
Gang Liu
Tue, Jun 16, 2009 6:51 AM

I think sofia-sip and pjsip both are good choice for server side development
if you have good knowledge.

And as mayamatakeshi said, you could have a try openser and others open
source sip servers before write from scrash.

OpenSER works very well for Proxy/Registar.

regards,
Gang

On Tue, Jun 16, 2009 at 9:50 AM, mayamatakeshi mayamatakeshi@gmail.comwrote:

On Tue, Jun 16, 2009 at 10:13 AM, Changjin Liulcj.liu@gmail.com wrote:

Thank you Perry. Now I think PJSIP is not a good choice to implement
servers.

Hello,
have you read the other FAQ topics about performance?
The one pointed out by Perry refers only to PJSUA which is a lib built
on top of PJSIP/PJMedia and that was intended to simplify development
of UACs.

The previous topic http://trac.pjsip.org/repos/wiki/FAQ#high-perf
talks about how to tune PJSIP to handle large number of calls.

Is there some other SIP libraries suitable for servers?

I use Sofia-SIP occasionally and it works well too (i write mostly
small testing applications).

Or anyone can show me some open source SIP servers?

What kind of SIP servers? Proxies, Softswitches?
Have you heard about kamailio, opensips, FreeSwitch, Yate?

Date: Mon, 15 Jun 2009 10:38:21 +0100
From: Perry Ismangil perry@teluu.com
Subject: Re: [pjsip] Can PJSIP be used to implement servers?
To: pjsip list pjsip@lists.pjsip.org
Message-ID:
cc907ff20906150238t1f524a7cl627a5c5310349780@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

Hi, please see:

On Mon, Jun 15, 2009 at 02:43, Changjin Liulcj.liu@gmail.com wrote:

Hi,
I'm going to developing a simple VoIP system. I want to implement
both client and servers (proxy server,register server,...) with the

same

sip

library. Is PJSIP OK to implement servers? Thanks

Changjin Liu


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

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

--
Perry Ismangil

I think sofia-sip and pjsip both are good choice for server side development if you have good knowledge. And as mayamatakeshi said, you could have a try openser and others open source sip servers before write from scrash. OpenSER works very well for Proxy/Registar. regards, Gang On Tue, Jun 16, 2009 at 9:50 AM, mayamatakeshi <mayamatakeshi@gmail.com>wrote: > On Tue, Jun 16, 2009 at 10:13 AM, Changjin Liu<lcj.liu@gmail.com> wrote: > > Thank you Perry. Now I think PJSIP is not a good choice to implement > > servers. > > Hello, > have you read the other FAQ topics about performance? > The one pointed out by Perry refers only to PJSUA which is a lib built > on top of PJSIP/PJMedia and that was intended to simplify development > of UACs. > > The previous topic http://trac.pjsip.org/repos/wiki/FAQ#high-perf > talks about how to tune PJSIP to handle large number of calls. > > > Is there some other SIP libraries suitable for servers? > > I use Sofia-SIP occasionally and it works well too (i write mostly > small testing applications). > > > Or anyone can show me some open source SIP servers? > > What kind of SIP servers? Proxies, Softswitches? > Have you heard about kamailio, opensips, FreeSwitch, Yate? > > >> Date: Mon, 15 Jun 2009 10:38:21 +0100 > >> From: Perry Ismangil <perry@teluu.com> > >> Subject: Re: [pjsip] Can PJSIP be used to implement servers? > >> To: pjsip list <pjsip@lists.pjsip.org> > >> Message-ID: > >> <cc907ff20906150238t1f524a7cl627a5c5310349780@mail.gmail.com> > >> Content-Type: text/plain; charset=ISO-8859-1 > > > >> Hi, please see: > > > >> http://trac.pjsip.org/repos/wiki/FAQ#pjsua-lib-perf > > > >> On Mon, Jun 15, 2009 at 02:43, Changjin Liu<lcj.liu@gmail.com> wrote: > >> > Hi, > >> > I'm going to developing a simple VoIP system. I want to implement > >> > both client and servers (proxy server,register server,...) with the > same > > sip > >> > library. Is PJSIP OK to implement servers? Thanks > >> > > >> > Changjin Liu > >> > > >> > > >> > > >> > _______________________________________________ > >> > Visit our blog: http://blog.pjsip.org > >> > > >> > pjsip mailing list > >> > pjsip@lists.pjsip.org > >> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >> > > >> -- > >> Perry Ismangil > > > > > > > > > > > > _______________________________________________ > > Visit our blog: http://blog.pjsip.org > > > > pjsip mailing list > > pjsip@lists.pjsip.org > > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >