余尚辉 3 mesi fa
parent
commit
eefc7c8021

+ 3 - 3
dist/hs-cti.d.ts

@@ -4,11 +4,11 @@
 - Version 1.0.9 
 - JS Standard any
 - Author platformfe
-- Built on 2024/11/28 18:49:11
+- Built on 2024/11/30 19:22:58
 - GitHub 
 - Branch dev_20241128
-- CommitID 706fd026818c33cacadf0fd94aabd0180a36d19a
-- CommitMessage fix: 修改逻辑
+- CommitID 0c10b4e431cfa4ea6c1364f2b4fdb2320d5cf659
+- CommitMessage feat: init
 */
 /**
  * Minimal `EventEmitter` interface that is molded against the Node.js

+ 4 - 3
dist/hs-cti.es5.esm.js

@@ -4,11 +4,11 @@
 - Version 1.0.9 
 - JS Standard es5
 - Author platformfe
-- Built on 2024/11/28 18:49:11
+- Built on 2024/11/30 19:22:58
 - GitHub 
 - Branch dev_20241128
-- CommitID 706fd026818c33cacadf0fd94aabd0180a36d19a
-- CommitMessage fix: 修改逻辑
+- CommitID 0c10b4e431cfa4ea6c1364f2b4fdb2320d5cf659
+- CommitMessage feat: init
 */
 import { Web, RequestPendingError, SessionState, UserAgent, UserAgentState, Registerer, RegistererState, Inviter, Invitation, Session, Messager } from 'sip.js';
 import io from 'socket.io-client';
@@ -4376,6 +4376,7 @@ var HsCTI = /** @class */function (_super) {
           setBaseOption(BaseOption.TrackParams, {
             call_id: ''
           });
+          console.log('callEndsdsdsdsdsdsd12112323232323');
           break;
         case CTIEvent.OnRingEnd:
           /**  TODO: 后 4 个事件未来服务端不再推送时删掉  */

File diff suppressed because it is too large
+ 3 - 3
dist/hs-cti.es5.esm.prod.js


+ 4 - 3
dist/hs-cti.es5.umd.js

@@ -4,11 +4,11 @@
 - Version 1.0.9 
 - JS Standard es5
 - Author platformfe
-- Built on 2024/11/28 18:49:11
+- Built on 2024/11/30 19:22:58
 - GitHub 
 - Branch dev_20241128
-- CommitID 706fd026818c33cacadf0fd94aabd0180a36d19a
-- CommitMessage fix: 修改逻辑
+- CommitID 0c10b4e431cfa4ea6c1364f2b4fdb2320d5cf659
+- CommitMessage feat: init
 */
 (function (global, factory) {
     typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('sip.js'), require('socket.io-client')) :
@@ -4379,6 +4379,7 @@
               setBaseOption(BaseOption.TrackParams, {
                 call_id: ''
               });
+              console.log('callEndsdsdsdsdsdsd12112323232323');
               break;
             case exports.CTIEvent.OnRingEnd:
               /**  TODO: 后 4 个事件未来服务端不再推送时删掉  */

File diff suppressed because it is too large
+ 3 - 3
dist/hs-cti.es5.umd.prod.js


+ 4 - 3
dist/hs-cti.es6.esm.js

@@ -4,11 +4,11 @@
 - Version 1.0.9 
 - JS Standard es6
 - Author platformfe
-- Built on 2024/11/28 18:49:11
+- Built on 2024/11/30 19:22:58
 - GitHub 
 - Branch dev_20241128
-- CommitID 706fd026818c33cacadf0fd94aabd0180a36d19a
-- CommitMessage fix: 修改逻辑
+- CommitID 0c10b4e431cfa4ea6c1364f2b4fdb2320d5cf659
+- CommitMessage feat: init
 */
 import { Web, UserAgent, UserAgentState, Registerer, RegistererState, Inviter, Invitation, Session, Messager, RequestPendingError, SessionState } from 'sip.js';
 import io from 'socket.io-client';
@@ -3650,6 +3650,7 @@ class HsCTI extends EventEmitter {
         setBaseOption(BaseOption.TrackParams, {
           call_id: ''
         });
+        console.log('callEndsdsdsdsdsdsd12112323232323');
         break;
       case CTIEvent.OnRingEnd:
         /**  TODO: 后 4 个事件未来服务端不再推送时删掉  */

File diff suppressed because it is too large
+ 3 - 3
dist/hs-cti.es6.esm.prod.js


+ 4 - 3
dist/hs-cti.es6.umd.js

@@ -4,11 +4,11 @@
 - Version 1.0.9 
 - JS Standard es6
 - Author platformfe
-- Built on 2024/11/28 18:49:11
+- Built on 2024/11/30 19:22:58
 - GitHub 
 - Branch dev_20241128
-- CommitID 706fd026818c33cacadf0fd94aabd0180a36d19a
-- CommitMessage fix: 修改逻辑
+- CommitID 0c10b4e431cfa4ea6c1364f2b4fdb2320d5cf659
+- CommitMessage feat: init
 */
 (function (global, factory) {
     typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('sip.js'), require('socket.io-client')) :
@@ -3653,6 +3653,7 @@
             setBaseOption(BaseOption.TrackParams, {
               call_id: ''
             });
+            console.log('callEndsdsdsdsdsdsd12112323232323');
             break;
           case exports.CTIEvent.OnRingEnd:
             /**  TODO: 后 4 个事件未来服务端不再推送时删掉  */

File diff suppressed because it is too large
+ 3 - 3
dist/hs-cti.es6.umd.prod.js


+ 1 - 0
src/hs-cti/HsCTI.ts

@@ -379,6 +379,7 @@ export class HsCTI extends EventEmitter {
         setBaseOption(BaseOption.TrackParams, {
           call_id: ''
         })
+        console.log('callEndsdsdsdsdsdsd12112323232323')
         break
       case CTIEvent.OnRingEnd:
         /**  TODO: 后 4 个事件未来服务端不再推送时删掉  */

+ 1 - 1
src/sdk.html

@@ -119,7 +119,7 @@ window.addEventListener('load', ()=>{
     console.log(res,"坐席监控")
   })
   makeCall_btn.addEventListener('click',()=>{
-    HS_CTI.makeCall({"saas_id":"mdj","caller":"1000","called":"13241676588"}).then((res) => {
+    HS_CTI.makeCall({"saas_id":"mdj","caller":"1000","called":"13269511810"}).then((res) => {
       console.log(res)
     })
   })

Some files were not shown because too many files changed in this diff