Added User Agent setting that can be used to set custom SIP request/response
User-Agent header value
This commit is contained in:
@ -371,6 +371,9 @@
|
||||
<string name="video_fps_help">Video frame rate that will be offered during the SDP handshake.
|
||||
Valid values are from 10 to 30.</string>
|
||||
<string name="invalid_fps">Invalid Frames Per Second \'%1$d\'</string>
|
||||
<string name="user_agent">User Agent</string>
|
||||
<string name="user_agent_help">Custom SIP request/response User-Agent header field value</string>
|
||||
<string name="invalid_user_agent">Invalid User-Agent header field value</string>
|
||||
<string name="contacts_help">Chooses if baresip contacts, Android contacts, or both are used.
|
||||
If both are used and a contact with the same name exists in both contacts,
|
||||
the baresip contact will be chosen.</string>
|
||||
|
||||
Reference in New Issue
Block a user