1.0.7 • Published 2 years ago

smartcall-icap-page v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

synchronous-icap-call

smartcall icap call - only VSP2 sims, webcomponent, token-based authentication

run

To launch the application:

  1. Incorporate one or more of the following tags on your page for the content to be displayed
   <smartcall-balancecheck token="HFGD464_4thdeh" baseuri="https://www.smartcallservices.co.za" refresh="daily" ></smartcall-balancecheck>
   <smartcall-simsummary token="HFGD464_4thdeh" baseuri="https://www.smartcallservices.co.za" refresh="daily" ></smartcall-simsummary>
   <smartcall-callrecordlist token="HFGD464_4thdeh" baseuri="https://www.smartcallservices.co.za" refresh="daily" ></smartcall-callrecordlist>

update msisdn

Fire an event One of:

callrecord

balancecheck-request

sim-summary

const event = new CustomEvent(
     'balancecheck-request', {
     detail: {
     msisdn: '27820814759',
     network: 'VODACOM',
     type: 'ALL' }  ,
       bubbles:true
     });

link to local storage

   import store from "./store.js";
   import { save } from "./sessionstorage/control/StorageControl.js";

   store.subscribe(_ => { 
      const state = store.getState();
      save(state);
   })
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago