Skip to content

Commit b25c230

Browse files
authored
fix #1444: problem of client registration at Yeastar SIP server (#1445)
1 parent 0f60bc3 commit b25c230

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Softphone/Softphone.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ private async Task Initialize()
132132
m_sipUsername,
133133
m_sipPassword,
134134
m_sipServer,
135-
REGISTRATION_EXPIRY);
135+
REGISTRATION_EXPIRY,
136+
sendUsernameInContactHeader: true);
136137

137138
_sipRegistrationClient.Start();
138139
}

0 commit comments

Comments
 (0)