linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] change the SIP port for the Webphone


From: Bart Coninckx
Subject: Re: [Linphone-users] change the SIP port for the Webphone
Date: Thu, 13 Aug 2015 20:58:38 +0200

Come on, people ... No one?

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Crelan BE46 8601 0806 3436

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 


 

-----Original message-----
From: Bart Coninckx <address@hidden>
Sent: Wed 12-08-2015 19:07
Subject: Re: [Linphone-users] change the SIP port for the Webphone
To: address@hidden;

Searching with Google and on the linphone side helped me discover a documentation section that refers to the linphonerc configuration file. I found this file on a machine were I have the plugin installed (compiled it myself), but I could not find it in my source and compilation files. Where does it need to be placed before compiling the web plugin?

 

thx,

 

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Crelan BE46 8601 0806 3436

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 


 

-----Original message-----
From: Simon MORLAT <address@hidden>
Sent: Sun 09-08-2015 11:48
Subject: Re: [Linphone-users] change the SIP port for the Webphone
To: address@hidden;
Hi,
 
The "sip_port" field of the config file sets the port on which linphone (web, ios, android, all versions) are listening for SIP messages over UDP.
Most of the time, having a server socket where to listen is not needed, and leaving the default value or use -1 (random port) is even better.
 
What you need is to change the sip port where linphone is connecting to send REGISTER and INVITE to your SIP server.
This is done in the LinphoneProxyConfig object, that describes the SIP account configuration, with the serverAddr property.
 
If this information is provisionned by configuration file, this will for example in the [proxy_XXX] section:

[proxy_0]
reg_proxy=sip:mysipserver.com:9803
reg_identity=<sip:address@hidden>
reg_sendregister=1
 
transport can be specified as well, eg: sip:mysipserver.com:9803;transport=tcp
 
Best regards,
 
Simon

2015-08-07 20:56 GMT+02:00 Bart Coninckx <address@hidden>:

Or is the port hardcoded in the plugin? If so, where should I change the source to use another port?

 

Thanks,

 

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Crelan BE46 8601 0806 3436

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 


 

-----Original message-----
From: Bart Coninckx <address@hidden>
Sent: Fri 07-08-2015 14:42
Subject: [Linphone-users] change the SIP port for the Webphone
To: address@hidden;

Hi,

 

as our pbx got hacked, I want to change the SIP port so it becomes harder to find. I suppose this is done with the 

 

<entry name="sip_port" overwrite="true">-1</entry>   

 

I changed it to:

 

<entry name="sip_port" overwrite="true">6555</entry>

 

But while registering the webphone, it still connects on the defualt 5060.

 

What am I doing wrong?

 

thx,  

 

Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
address@hidden
http://www.bitsandtricks.com
BTW: BE0817.401.875

Crelan BE46 8601 0806 3436

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 

 _______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users

_______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users

 _______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users
_______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]