From 702e1fd6cdd9d2373edbbb6b643da5c0f276ffcf Mon Sep 17 00:00:00 2001 From: Karan Gauswami Date: Mon, 9 Dec 2024 09:05:06 +0530 Subject: [PATCH] Update Documentation for outbound mode. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9dc9018..3154cb6 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ async fn main() -> Result<(), EslError> { ## Outbound Example +To use it in outbound mode, add the following line to your FreeSWITCH dialplan: + +```xml + +``` +In the main.rs + ```rust use freeswitch_esl::{Esl, EslConnection, EslError}; use tokio::net::TcpListener;