UNPKG
drachtio-modesl
Version:
latest (2.0.1)
2.0.1
1.3.1
1.2.10
1.2.9
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
FreeSWITCH ESL Node.js Implementation
github.com/davehorton/node-esl
davehorton/node-esl
drachtio-modesl
/
examples
/
server
/
README.md
10 lines
(7 loc)
•
274 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
# ESL Sample server Make sure you have in your dialplan
<
extension
name
=
"sampleserver"
>
<
condition
field
=
"destination_number"
expression
=
"^9999"
>
<
action
application
=
"socket"
data
=
"127.0.0.1:8085 async full"
/>
</
condition
>
</
extension
>