Project

kipatra

0.0
No commit activity in last 3 years
No release in over 3 years
Cipango powered Sipatra server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.0.0
>= 0.1.0
 Project Readme

Kipatra

Experiment with a standalone Sipatra server.

INSTALLATION

TODO

TEST APPLICATION

Launch a cipango server with a simple sipatra application as servlet to work sip proxy :

bin/kipatra -u 127.0.0.2:5060 -s sample.rb

Launch a sipp server :

sipp -sn uas -bind_local -i 127.0.0.3

Launch a sipp client to communicate with sipp server through cipango proxy

sipp -sn uac -s 127.0.0.1 -i 127.0.0.1 -rsa 127.0.0.2 127.0.0.3

On mac, don't forget to execute:

ifconfig lo0 add 127.0.0.2

ifconfig lo0 add 127.0.0.3