Change SIP User and Password in the Linphone-Box

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Change SIP User and Password in the Linphone-Box

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

by akatik » Thu Nov 10, 2022 9:11 pm

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.

Change SIP User and Password in the Linphone-Box

by Overmind » Wed Nov 09, 2022 12:53 pm

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

Top