mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2026-01-24 22:27:52 +00:00
fix transport param in Contact uri
This commit is contained in:
@@ -131,7 +131,7 @@ class Regbot {
|
|||||||
proxy,
|
proxy,
|
||||||
headers: {
|
headers: {
|
||||||
'From': this.from,
|
'From': this.from,
|
||||||
'Contact': `<${scheme}:${contactAddress}>;transport=${transport};expires=${DEFAULT_EXPIRES}`,
|
'Contact': `<${scheme}:${contactAddress};transport=${transport}>;expires=${DEFAULT_EXPIRES}`,
|
||||||
'Expires': DEFAULT_EXPIRES
|
'Expires': DEFAULT_EXPIRES
|
||||||
},
|
},
|
||||||
auth: {
|
auth: {
|
||||||
|
|||||||
Reference in New Issue
Block a user