Skip to content

Commit

Permalink
Update Documentation for outbound mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranGauswami committed Dec 9, 2024
1 parent df6dc40 commit 702e1fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<action application="socket" data="127.0.0.1:8085 async full"/>
```
In the main.rs

```rust
use freeswitch_esl::{Esl, EslConnection, EslError};
use tokio::net::TcpListener;
Expand Down

0 comments on commit 702e1fd

Please sign in to comment.