SkillAgentSearch skills...

PyESL

Pure Python FreeSWITCH Event Socket Client Library

Install / Use

/learn @sjthomason/PyESL
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyESL

Pure Python FreeSWITCH Event Socket Client Library

This goals of this implementation are:

  • Python 2.7 and 3.4 support
  • API compatibility with FreeSWITCH C Python ESL module
  • A single file module that is easy to drop into an existing project

Usage

>>> import ESL
>>> con = ESL.ESLconnection("127.0.0.1", "8021", "ClueCon")
>>> con.api('status').getBody()
>>> con.api('show', 'calls as json').getBody()

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated7mo ago
Forks4

Languages

Python

Security Score

82/100

Audited on Aug 23, 2025

No findings