DoubangoTelecom / sipml5

The world's first HTML5 SIP client (WebRTC)
BSD 3-Clause "New" or "Revised" License
935 stars 455 forks source link

How to modify the User-Agent? #317

Closed knightjie99 closed 5 years ago

knightjie99 commented 5 years ago

My Project need to modify the User-Agent. I tried ,but failed.

mosea3 commented 5 years ago

in /Call.html@Line 396, you can modify User-Agent in SIP-Headers to match your needs: sip_headers: [ { name: 'User-Agent', value: 'IM-client/OMA1.0 sipML5-v1.2016.03.04' }, { name: 'Organization', value: 'Doubango Telecom' } ]