Web RTC Support

TD
Terrance Devor
Thu, Sep 10, 2015 1:10 PM

Hello Everyone,

Doing some searching I found that CSIPSimple has a WebRTC component
however, I wanted to know if this module will be included native to the
pjsip project?

Thanks in Advance,

Terrance.

Hello Everyone, Doing some searching I found that CSIPSimple has a WebRTC component however, I wanted to know if this module will be included native to the pjsip project? Thanks in Advance, Terrance.
JC
Joshua Colp
Thu, Sep 10, 2015 1:13 PM

Terrance Devor wrote:

Hello Everyone,

Doing some searching I found that CSIPSimple has a WebRTC component
however, I wanted to know if this module will be included native to the
pjsip project?

This message is being received by the list fine. This is the third time
I've seen it. You can also check the list archives[1] to see if a
message makes it.

As for your question Teluu can't just take the WebRTC support from
another project and put it in, it has to be submitted so your question
should really be directed to CSIPSimple.

[1]
http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2015-September/date.html

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

Terrance Devor wrote: > Hello Everyone, > > Doing some searching I found that CSIPSimple has a WebRTC component > however, I wanted to know if this module will be included native to the > pjsip project? This message is being received by the list fine. This is the third time I've seen it. You can also check the list archives[1] to see if a message makes it. As for your question Teluu can't just take the WebRTC support from another project and put it in, it has to be submitted so your question should really be directed to CSIPSimple. [1] http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2015-September/date.html -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
TD
Terrance Devor
Thu, Sep 10, 2015 1:16 PM

Hello Joshua,

Thank you for your response. CSipSimple aside, is there Web RTC support in
pjsip?

T.

Hello Joshua, Thank you for your response. CSipSimple aside, is there Web RTC support in pjsip? T. ​
JC
Joshua Colp
Thu, Sep 10, 2015 1:21 PM

Terrance Devor wrote:

Hello Joshua,

Thank you for your response. CSipSimple aside, is there Web RTC support
in pjsip?

Define WebRTC support. WebRTC is a set of standards (ICE, STUN, DTLS,
SRTP, RTP) and the exchange of SDP. PJSIP has some of these and can be
used with other things to build a WebRTC solution.

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

Terrance Devor wrote: > Hello Joshua, > > Thank you for your response. CSipSimple aside, is there Web RTC support > in pjsip? Define WebRTC support. WebRTC is a set of standards (ICE, STUN, DTLS, SRTP, RTP) and the exchange of SDP. PJSIP has some of these and can be used with other things to build a WebRTC solution. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
TD
Terrance Devor
Thu, Sep 10, 2015 1:38 PM

Hello Josh,

Thanks again for your response. Currently we are reviewing the following
architecture

OverSIP ----> OpenSIPS ------> *

However, instead of OverSIP we would like to use PJSIP to relay the Web
Sockets request to OpenSIPs ie

PJSIP (Web Sockets) ----> OpenSIPS -----> *

I know that OpenSIPS can handle web socket requests however, we like the
flexibility of adding a second proxy
to manage this.

What we are trying to accomplish is accepting SIP signalling via the web,
and maybe there is a good documentation
that explains how iPJSIP can fit in our WebRTC solution.

Thanks in Advance,

Terrance.

Hello Josh, Thanks again for your response. Currently we are reviewing the following architecture OverSIP ----> OpenSIPS ------> * However, instead of OverSIP we would like to use PJSIP to relay the Web Sockets request to OpenSIPs ie PJSIP (Web Sockets) ----> OpenSIPS -----> * I know that OpenSIPS can handle web socket requests however, we like the flexibility of adding a second proxy to manage this. What we are trying to accomplish is accepting SIP signalling via the web, and maybe there is a good documentation that explains how iPJSIP can fit in our WebRTC solution. Thanks in Advance, Terrance.
TD
Terrance Devor
Thu, Sep 10, 2015 1:39 PM

Sorry... I meant Joshua​ no Josh

Sorry... I meant Joshua​ no Josh
TD
Terrance Devor
Thu, Sep 10, 2015 4:54 PM

Any help will be appreciated.

Thanks

Any help will be appreciated. Thanks ​
DV
David Villasmil Govea
Thu, Sep 10, 2015 5:00 PM

Take a look at jssip, we're using it with kamailio. Works pretty well.
On Thu, Sep 10, 2015 at 6:55 PM Terrance Devor ter.devor@gmail.com wrote:

Any help will be appreciated.

Thanks


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

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

Take a look at jssip, we're using it with kamailio. Works pretty well. On Thu, Sep 10, 2015 at 6:55 PM Terrance Devor <ter.devor@gmail.com> wrote: > Any help will be appreciated. > > > Thanks > ​ > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >
TD
Terrance Devor
Fri, Sep 11, 2015 10:49 AM

Hello David,

Sorry, I should have been clearer. For the client side we will be using
jssip. What we needed was to you use pjsip as a proxy
between the client and the SIP Server:

jssip (Client) <-------> (WebRTC) pjsip (SIP) <----------> OpenSIPS

Terrance

Hello David, Sorry, I should have been clearer. For the client side we will be using jssip. What we needed was to you use pjsip as a proxy between the client and the SIP Server: jssip (Client) <-------> (WebRTC) pjsip (SIP) <----------> OpenSIPS Terrance ​
DV
David Villasmil Govea
Fri, Sep 11, 2015 11:22 AM

Why?

On Fri, Sep 11, 2015 at 12:49 PM, Terrance Devor ter.devor@gmail.com
wrote:

Hello David,

Sorry, I should have been clearer. For the client side we will be using
jssip. What we needed was to you use pjsip as a proxy
between the client and the SIP Server:

jssip (Client) <-------> (WebRTC) pjsip (SIP) <----------> OpenSIPS

Terrance


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

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

--
DVG

--
Imagination is more important than knowledge
Albert Einstein

Why? On Fri, Sep 11, 2015 at 12:49 PM, Terrance Devor <ter.devor@gmail.com> wrote: > Hello David, > > Sorry, I should have been clearer. For the client side we will be using > jssip. What we needed was to you use pjsip as a proxy > between the client and the SIP Server: > > jssip (Client) <-------> (WebRTC) pjsip (SIP) <----------> OpenSIPS > > Terrance > ​ > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -- DVG -- Imagination is more important than knowledge Albert Einstein