Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A simple SIPREC recording server

NotificationsYou must be signed in to change notification settings

davehorton/drachtio-srs-freeswitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple drachtio and freeswitch-based SIPREC recording server. The application receives multipart SDP from the SIPREC client, creates two separate endpoints on freeswitch and responds to the SRC with an SDP that combines the session descriptions into a single SDP.

This requires a simple freeswitch dialplan along the lines of this:

    <extension name="record">       <condition field="destination_number" expression="^record-(.*)-(.*)$">          <action application="answer"/>          <action application="mkdir" data="$${base_dir}/recordings/$1"/>          <action application="record" data="$${base_dir}/recordings/$1/$2.wav 600000 0 600000"/>       </condition>    </extension>

About

A simple SIPREC recording server

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp