Without any SIP server to make a call with 2 PJSUA instance

RD
remo disoza
Tue, Mar 5, 2013 3:38 AM

Hi All,

Is there a way to run 2 pjsua instances locally, or in LAN, and
WITHOUTany SIP server (registra, proxy, ...) and allow to make call
between them ?

Thanks to all,
Disoza

Hi All, Is there a way to run 2 pjsua instances locally, or in LAN, and *WITHOUT*any SIP server (registra, proxy, ...) and allow to make call between them ? Thanks to all, Disoza
KP
Khoa Pham
Tue, Mar 5, 2013 4:30 AM

I see that there a function called add_local_acc(). Don't know if that is
related to your question

On Tue, Mar 5, 2013 at 10:38 AM, remo disoza mailforthis@gmail.com wrote:

Hi All,

Is there a way to run 2 pjsua instances locally, or in LAN, and WITHOUTany SIP server (registra, proxy, ...) and allow to make call between them ?

Thanks to all,
Disoza


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

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

--
Khoa Pham
HCMC University of Science
Faculty of Information Technology

I see that there a function called add_local_acc(). Don't know if that is related to your question On Tue, Mar 5, 2013 at 10:38 AM, remo disoza <mailforthis@gmail.com> wrote: > Hi All, > > Is there a way to run 2 pjsua instances locally, or in LAN, and *WITHOUT*any SIP server (registra, proxy, ...) and allow to make call between them ? > > Thanks to all, > Disoza > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -- Khoa Pham HCMC University of Science Faculty of Information Technology
HH
Haomiao Huang
Tue, Mar 5, 2013 4:34 AM

Hi Remo,
Yes. You can in fact do exactly what you want. Run pjsua on two different
machines 1 and 2, say with IP addresses 192.168.1.1 and 192.168.1.2, then 1
can call 2 (and vice versa) by making a call to sip:192.168.1.2 without any
username. Machine 2 will receive an incoming call that can then be answered
normally.

On Mon, Mar 4, 2013 at 7:38 PM, remo disoza mailforthis@gmail.com wrote:

Hi All,

Is there a way to run 2 pjsua instances locally, or in LAN, and WITHOUTany SIP server (registra, proxy, ...) and allow to make call between them ?

Thanks to all,
Disoza


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

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

--
*haomiao huang | * co-founder, product  |  Kuna Systems  |
haomiao@kunasystems.com

Hi Remo, Yes. You can in fact do exactly what you want. Run pjsua on two different machines 1 and 2, say with IP addresses 192.168.1.1 and 192.168.1.2, then 1 can call 2 (and vice versa) by making a call to sip:192.168.1.2 without any username. Machine 2 will receive an incoming call that can then be answered normally. On Mon, Mar 4, 2013 at 7:38 PM, remo disoza <mailforthis@gmail.com> wrote: > Hi All, > > Is there a way to run 2 pjsua instances locally, or in LAN, and *WITHOUT*any SIP server (registra, proxy, ...) and allow to make call between them ? > > Thanks to all, > Disoza > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -- *haomiao huang | * co-founder, product | Kuna Systems | haomiao@kunasystems.com