Is MySIPSwitch for me?

Discussions about using SIP Sorcery on your own computer/server
Post Reply
cristina
Posts: 9
Joined: Tue May 27, 2008 5:47 pm

Is MySIPSwitch for me?

Post by cristina » Thu May 29, 2008 1:08 pm

I want to make voip calls between 2 phones in the same subnet without any provider. Can I use MySIPSwitch for that?

If it's good for me, what do I need to change in the conf files to make it work? I am using local version. The IP of the computer where I am running mySIPswitch is 192.168.2.195. I can not get registered the xlite and i followed the steps given in a post.
These are the changes I made in the files:

-registrar.xlm: I want 2 extension,101 and 102. I've add this 2 lines:
<sipaccount username='101' secret='101' />
<sipaccount username='102' secret='102' />

-registration.xlm: I havent add anything or made any change.

-sipswitchservice.exe.config: I've change IP addresses at:
->system.serviceModel from 127.0.0.1 to 192.168.2.195
<add baseAddress="http://192.168.2.195:8080"/>
<endpoint address="http://192.168.2.195:8080/sipproxy/"
->localsipsockets from 10.0.0.100 to 192.168.2.195
<socket>192.168.2.195:5060</socket>
<socket>192.168.2.195:5085</socket>
->realm from 10.0.0.100 to 192.168.2.195
<alias>192.168.2.195</alias>
<alias>192.168.2.195:5060</alias>
<alias>192.168.2.195:5085</alias>

Is it ok like that? do i need to change something else? why doesnt xlite registrer?

gbonnet
Site Admin
Posts: 680
Joined: Wed Jul 11, 2007 2:58 pm
Location: Bologna
Contact:

Post by gbonnet » Thu May 29, 2008 3:25 pm

want to make voip calls between 2 phones in the same subnet without any provider. Can I use MySIPSwitch for that?
Humm ...

To be honest, I never tried, but that seems impossible to me. Who/what would handle the media (ie: the audio) ?

My SIP Switch is made to run on top of providers, not on its own like that ...


You should be able to register a phone though. What is the error message you are getting from Xlite ?
Blueface [url=http://www.blueface.ie/]Phone[/url] Service

cristina
Posts: 9
Joined: Tue May 27, 2008 5:47 pm

Post by cristina » Thu May 29, 2008 3:39 pm

Registration error: 408- request timeout

cristina
Posts: 9
Joined: Tue May 27, 2008 5:47 pm

Post by cristina » Thu May 29, 2008 3:43 pm

gbonnet wrote:
want to make voip calls between 2 phones in the same subnet without any provider. Can I use MySIPSwitch for that?
Humm ...

To be honest, I never tried, but that seems impossible to me. Who/what would handle the media (ie: the audio) ?
>>> I want the audio to flow direct phone one phone to the other, so what I need is just a proxy and a registrar to set the dialog and once is set, rtp traficc should flow from one terminal to the other... I thought mysipswitch could be the proxy and registrar.


My SIP Switch is made to run on top of providers, not on its own like that ...


You should be able to register a phone though. What is the error message you are getting from Xlite ?

gbonnet
Site Admin
Posts: 680
Joined: Wed Jul 11, 2007 2:58 pm
Location: Bologna
Contact:

Post by gbonnet » Fri May 30, 2008 8:25 am

if it times out that means the XLites cannot communicate with the SIPSwitch service.
There could be various reasons. The settings in the XML file you mentioned seem correct...

If you other problem : http://www.mysipswitch.com/forum/viewtopic.php?t=538
is arising everytime you start the service, then X-Lite won't have the time to register ...
Blueface [url=http://www.blueface.ie/]Phone[/url] Service

cristina
Posts: 9
Joined: Tue May 27, 2008 5:47 pm

Post by cristina » Fri May 30, 2008 9:38 am

What to do to solve that problem about starting the service?

Post Reply