Skip to content

A sip server implementation in golang that sends an audio file to the caller

Notifications You must be signed in to change notification settings

coltonmorris/sip_and_rip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

A sip server that responds to calls by sending an audio file.

Running

  1. Make sure to add a mono ulaw encoded wav file named ulaw-test.wav
  2. If on apple silicon:
GOARCH=amd64 go build . && ./sip_and_rip
  1. Now dial the server on your sip client. Our domain is 127.0.0.1:5061.

About

A sip server implementation in golang that sends an audio file to the caller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages