-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daa8145
commit 4aee7f3
Showing
23 changed files
with
159 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# hangup_cause | ||
# Hangup Cause | ||
|
||
Created by Ryan Harris, last modified by livem Chan on 2020.07.30 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# local_ip_v4 | ||
# Local IP v4 | ||
|
||
Created by Ryan Harris, last modified by Duvid Rottenberg on 2018.04.24 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,10 @@ | |
|
||
|
||
|
||
## | ||
|
||
## **OBSOLETE DO NOT FOLLOW THESE INSTRUCTIONS** | ||
|
||
|
||
Click here to expand Table of Contents | ||
|
||
* 1 [](#-freeswitch--dead-video-recording-) | ||
* 2 [OBSOLETE DO NOT FOLLOW THESE INSTRUCTIONS](#obsolete-do-not-follow-these-instructions) | ||
* 3 [Media bug](#-freeswitch--dead-video-recording-) | ||
* 4 [Record a single legged call](#-freeswitch--dead-video-recording-) | ||
* 5 [Record a bridged call](#-freeswitch--dead-video-recording-) | ||
* 6 [Record a conference](#record-a-conference) | ||
* 7 [Video eavesdrop](#-freeswitch--dead-video-recording-) | ||
* 8 [Feedbacks](#-freeswitch--dead-video-recording-) | ||
|
||
## Media bug | ||
|
||
|
@@ -28,8 +17,7 @@ git checkout video-media-bug | |
./bootstrap.sh && ./configure && make install | ||
``` | ||
|
||
## | ||
Record a single legged call | ||
## Record a single legged call | ||
|
||
[Mod\_fsv](../Modules/mod_fsv_6587435.mdx#about) implemented a record\_fsv application, which can record into a .fsv (FreeSWITCH VIDEO) file format. | ||
|
||
|
@@ -59,8 +47,7 @@ or | |
<action application="record" data="/tmp/testrecord.mp4"/> | ||
``` | ||
|
||
## | ||
Record a bridged call | ||
## Record a bridged call | ||
|
||
```xml | ||
uuid_setvar <uuid> enable_file_write_buffering false | ||
|
@@ -80,17 +67,15 @@ conference 3000 record /tmp/testrecord.fsv | |
conference 3000 record /tmp/testrecord.mp4 | ||
``` | ||
|
||
## | ||
Video eavesdrop | ||
## Video eavesdrop | ||
|
||
Yes, eavesdrop works with video, and, unlike audio, it cannot be "mixed", so you only see a single leg's video while you hear both. | ||
|
||
```xml | ||
originate user/1000 &eavesdrop(someuuid) | ||
``` | ||
|
||
## | ||
Feedbacks | ||
## Feedbacks | ||
|
||
Feedbacks are welcome. submit a jira to seven or email [[email protected]](mailto:[email protected]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
|
||
# Connecting your Avaya and FreeSWITCH via SIP | ||
|
||
|
||
|
||
Click here to expand Table of Contents | ||
|
||
* 1 [About this Example](#-freeswitch--connecting-your-avaya-and-freeswitch-via-sip-) | ||
* 2 [Example requirements](#-freeswitch--connecting-your-avaya-and-freeswitch-via-sip-) | ||
|
||
## About this Example | ||
|
||
|
@@ -17,10 +11,3 @@ The following Example explains how to get FreeSWITCH and Avaya working with one | |
```xml | ||
* Avaya's SES Server | ||
``` | ||
|
||
## Comments: | ||
|
||
| SES Server is no longer a supported product at Avaya. Time permitting, I will document a direct SIP trunk connection from Avaya Communication Manager to Freeswitch. An alternate method is to peer with Avaya Session Manager, which replaces SES Server. ![](/images/icons/contenttypes/comment_16.png) Posted by [email protected] at Sep 17, 2017 23:44 | | ||
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.