What my question is that each Siproxd can handle several UAs, however, can these UAs who registered to different Siproxd still talk each other? That is UAs can communicate cross between these Siproxd servers?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, siproxd in not intended to be a registrar. So the setup you
describe below is the "poor mans" scenario. The functionality to
register an UA with siproxd an not with an external registrar has a lot
of limitations. However, you can make SIP calls bewteen UAs that are
working in a scenario above. The caller must supply THE FULL SIP URI of
the callee - which includes username AND HOST.
Example, UA1 is calling UA2, the SIP URI would be:
sip:ua2@siproxdB.whatever.com
How to enter such an URI into UAs depends on the UAs. Hardware phones
with just a numeric keyboard tend to be complicated ;-)
The recommendation is to (if possible) use an external registrar like
sipphone.com, FWD, sipgate.de, sipcall.ch, ... there are quite a number
of free services available.
/Thomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thanks Thomas!
so what you mean is that if I still try to use
UA1---siproxdA <-----> siproxdB---UA2
UA1 and UA2 should use URI to call each other, right?
UA1---siproxdA <-----> siproxdB---UA2
requires a full URI to call from UA1 to UA2.
UA1---siproxdA(outbound proxy 1) <-->SIP Registrar<---> siproxdB(outbound proxy 2)---UA2
just requires the user part (usually phone number) to call. Both UAs (UA1 & UA2) are registered at the same SIP domain (defined by "SIP Registrar").
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
I am interested in this software and think it maybe more powerful if it can support multiple sip servers commnication, will it plan to develop?
What is your definition of "multiple sip server sommunication"?
Siproxd DOES support multiple local SIP UAs which may connect to different SIP Registrars.
What my question is that each Siproxd can handle several UAs, however, can these UAs who registered to different Siproxd still talk each other? That is UAs can communicate cross between these Siproxd servers?
Hi,
> UA1---siproxdA <-----> siproxdB---UA2
First, siproxd in not intended to be a registrar. So the setup you
describe below is the "poor mans" scenario. The functionality to
register an UA with siproxd an not with an external registrar has a lot
of limitations. However, you can make SIP calls bewteen UAs that are
working in a scenario above. The caller must supply THE FULL SIP URI of
the callee - which includes username AND HOST.
Example, UA1 is calling UA2, the SIP URI would be:
sip:ua2@siproxdB.whatever.com
How to enter such an URI into UAs depends on the UAs. Hardware phones
with just a numeric keyboard tend to be complicated ;-)
The recommendation is to (if possible) use an external registrar like
sipphone.com, FWD, sipgate.de, sipcall.ch, ... there are quite a number
of free services available.
/Thomas
thanks Thomas!
so what you mean is that if I still try to use
UA1---siproxdA <-----> siproxdB---UA2
UA1 and UA2 should use URI to call each other, right?
Or, follow your suggestion, the topology is like:
UA1---siproxdA(outbound proxy 1) <-->SIP Registrar<---> siproxdB(outbound proxy 2)---UA2
Yes.
UA1---siproxdA <-----> siproxdB---UA2
requires a full URI to call from UA1 to UA2.
UA1---siproxdA(outbound proxy 1) <-->SIP Registrar<---> siproxdB(outbound proxy 2)---UA2
just requires the user part (usually phone number) to call. Both UAs (UA1 & UA2) are registered at the same SIP domain (defined by "SIP Registrar").
thanks! thomas
and do you nay plan to develop that UAs can use user part even no registrar?
Danny