We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f13c3 commit ae5cd75Copy full SHA for ae5cd75
src/WebRtc/Utils/WebRtcTransfer.php
@@ -28,6 +28,6 @@ public static function generateTransferBxmlVerb($deviceToken, $voiceCallId, $sip
28
* @return string $sipUri The SIP URI to transfer the call to
29
*/
30
$formattedCallId = substr(str_replace("-", "", $voiceCallId), 1);
31
- return '<Transfer><SipUri uui="' . $formattedCallId . ';encoding=base64' . $deviceToken . ';encoding=jwt">' . $sipUri . '</SipUri></Transfer>';
+ return '<Transfer><SipUri uui="' . $formattedCallId . ';encoding=base64,' . $deviceToken . ';encoding=jwt">' . $sipUri . '</SipUri></Transfer>';
32
}
33
0 commit comments