Is it possible to use wxCommunicator for direct ip to ip calls, without any proxies and without registration?
For instance, to dial sip:user@149.49.54.103:5060 in order to dial another SIP softphone on a machine whose IP address is 149.49.54.103?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
yes it is. You can even have multiple wxCommunicators started on the same machine and have them call each other.
Do not fill out Outbound proxy. If you want to use different port than 5060, change it in network tab. If you do not define a line, others will not be able to call you. You can still make outbound calls without a line. In such case the default identity is used, for my local testing I use "sip:127.0.0.1:5060"
To make a direct call you then type something like "sip:149.49.54.103:5060" and click to dial.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is it possible to use wxCommunicator for direct ip to ip calls, without any proxies and without registration?
For instance, to dial sip:user@149.49.54.103:5060 in order to dial another SIP softphone on a machine whose IP address is 149.49.54.103?
Thanks
yes it is. You can even have multiple wxCommunicators started on the same machine and have them call each other.
Do not fill out Outbound proxy. If you want to use different port than 5060, change it in network tab. If you do not define a line, others will not be able to call you. You can still make outbound calls without a line. In such case the default identity is used, for my local testing I use "sip:127.0.0.1:5060"
To make a direct call you then type something like "sip:149.49.54.103:5060" and click to dial.