#
callcenter
Here are 38 public repositories matching this topic...
网关服务:Sip与Rtc互通,实现Web,Android,iOS,小程序,SIP座机,PSTN电话,手机互通。
sip
webrtc
gateway
freeswitch
ivr
voip
pstn
aliyun
kamailio
callcenter
agora
wangyiyun
tecent
webrtc2sip
anyrtc
arcall
sip2webrtc
-
Updated
Feb 28, 2022 - C++
Simple Queue Monitor for Asterisk using AsterNET framework
-
Updated
Nov 25, 2021 - C#
Callcenter Simulator is a free, platform-independent program for the analysis of staffing requirements in a call center. The simulator uses event-oriented, stochastic simulation for the computation of the parameters.
simulator
queue
event-driven
callcenter
queueing-theory
discrete-event-simulation
stochastic-simulation
call-centers
callcenter-simulator
-
Updated
Mar 29, 2022 - Java
Asterisk Simple Callcenter Report - Aplicação Basica de Relatório para Asterisk
-
Updated
Mar 2, 2022 - JavaScript
Build IVR, run voice campaign, with machine detection, speech recognition and much more. Integrated support for twilio api. Asterisk integration planned.
-
Updated
Dec 13, 2021 - Python
Schweizer Callcenter Sperrliste für PBX Anlagen.
-
Updated
Aug 12, 2019 - Shell
Right call center quality assurance monitoring written in Python
python
aws
monitoring
selenium
web-scraper
requests
web-scraping
callcenter
contactcenter
comprehend
requestium
aws-comprehend
-
Updated
Feb 12, 2019 - Python
Hadoop, mapreduce, text similarity, call center, Big Data Analytics
-
Updated
Sep 23, 2017 - Java
Mini Callcenter Simulator simulates a call center and takes into account many parameters not covered by the Erlang C formula.
simulator
queue
event-driven
callcenter
queueing-theory
discrete-event-simulation
stochastic-simulation
call-centers
-
Updated
Mar 21, 2022 - Java
Role Ansible Installation Asterisk on CentOS 7, CentOS 8 ,configuration of the cdr connection to mysql or Mssql database, configuration firewalld and fail2ban
linux
ansible
sql
firewall
centos
redhat
telephony
asterisk
mssql
voip
fail2ban
cdr
linux-server
callcenter
cdr-database
-
Updated
Nov 27, 2020 - HTML
Панель мониторинга работы коллцентра построенного на базе asterisk
-
Updated
May 26, 2021 - JavaScript
Queue Simulation
-
Updated
Apr 29, 2020 - Java
communication
measure
sms
telecom
survey
nps
surveys
score
survey-app
survey-analysis
customer-satisfaction
callcenter
survey-api
-
Updated
Feb 28, 2022
SNCT-Dialer ist eine auf Vicidial® basierte Softwaresammlung für den Betrieb von Call Centern.
-
Updated
Mar 24, 2022 - PHP
Orpiv Technologies has 7 years tremendous experience in the call center and outsourcing industry. We offer aligned inbound, outbound and sales calling facilities to our clients with satisfactory results. With Orpiv, you have the rare opportunity to redefine the process of communicating with your customers. Cutting-edge technology does not replace a human voice at the other end of the line. With year-round coverage and a wide range of call center services at your disposal, you’ll never miss a call or business opportunity
-
Updated
Dec 24, 2020
Intrusion. Custom Asterisk dial plan for listen, whisper and barge in calls. For Asterisk FreePBX, Issabel, Asterisk based Elastix call centers.
-
Updated
Jul 9, 2021
C# example code for ICTBroadcast Rest API consumer
-
Updated
Dec 14, 2017 - C#
Click-to-calling is a very old, simple and straight forward technology that can be implemented in many different ways. Using WebRTC is an iteration if this use case, yet it's often easy to miss the opportunity of empowering your calls and customer engagements with simple web technologies. There are various examples of simple yet powerful examples of click-to-calling with help of Voxbone's click2vox.com
-
Updated
Mar 13, 2017 - HTML
Call Center Symfony Bundle for building call center applications for sales agents.
-
Updated
Oct 25, 2016 - PHP
Tiniyo provides api platform for the real-time voice/video/message communications to enable businesses to add communication to their product and services.
-
Updated
Jan 12, 2021
Powershell script to generate fritzbox phonebooks out of ktipp list
-
Updated
Aug 23, 2019 - PowerShell
Voximplant.com integration for Colivery
-
Updated
May 14, 2020 - JavaScript
A Thrift spec for SIP, with a reference python implementation using pyshark.
monitor
monitoring
sip
packet-analyser
thrift
packet-parsing
telecom
wireshark
voip
packet-sniffer
capture-packets
sip-parser
tshark
packet-capture
telecommunications
voipmonitor
callcenter
telecoms
pyshark
-
Updated
Mar 16, 2017 - Python
Improve this page
Add a description, image, and links to the callcenter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the callcenter topic, visit your repo's landing page and select "manage topics."
目前的多音字使用 pypinyin 或者 g2pM,精度有限,想做一个基于 BERT (或者 ERNIE) 多音字预测模型,简单来说就是假设某语言有 100 个多音字,每个多音字最多有 3 个发音,那么可以在 BERT 后面接 100 个 3 分类器(简单的 fc 层即可),在预测时,找到对应的分类器进行分类即可。
参考论文:
tencent_polyphone.pdf
数据可以用 https://github.com/kakaobrain/g2pM 提供的数据
进阶:多任务的 BERT
![image](https://user-images.githubusercontent.com/24568452