Change SIP User and Password in the Linphone-Box

Requests for the next versions.
Post Reply
Overmind
Posts: 8
Joined: Thu May 28, 2020 10:56 am

Change SIP User and Password in the Linphone-Box

Post by Overmind »

Hi, would it be possible for the user in the Linphone-Box to change the login data himself? We have 60 Wtware Pi's and would like to use the SIP Linphone function, but we have a connection that allows the user to log on to their VM via IP/Hostname, so each user can log on to a different workstation, but unfortunately not with the SIP.

Unfortunately, the SIP configuration can only be set to a fixed template.
  • Would it be possible to set up an additional tab or button/menu for user and password in the Linphone infobox?
  • Could you make the "SIP" and the "SIP_usb_Sound_level" also possible for the connections instead of only in the templates?

greetings
Overmind
akatik
SUPPORT
SUPPORT
Posts: 630
Joined: Mon Jan 17, 2005 6:30 pm
Contact:

Re: Change SIP User and Password in the Linphone-Box

Post by akatik »

Overmind wrote: Wed Nov 09, 2022 12:53 pm
  • Would it be possible to set up an additional tab or button/menu for user and password in the Linphone infobox?
1. Download curl.exe and place somewhere.

2. Place shortcut on user's desktop:

Code: Select all

curl.exe --insecure --user wtware:123 --form "command=register sip:supuser@sip.linphone.org sip.linphone.org sippassword" https://10.1.1.121/linphonec
123 is wtware web interface password. linphone command line is available on web intarface, and we perform linphone "register" command with curl.exe

supuser@sip.linphone.org is sip username.

sip.linphone.org is SIP server.

sippassword is SIP password.

10.1.1.121 is terminal IP. %CLIENTNAME% may work.

Overmind wrote: Wed Nov 09, 2022 12:53 pm
  • and the "SIP_usb_Sound_level" also possible for the connections instead of only in the templates?
Please tell me use case.
Post Reply