Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
altanai committed Jul 2, 2019
1 parent db5e174 commit 5fb6c6d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@ kamailio configurations and associated files for various usecases and role that
* Barebonde SIP Server - use bare minimum modules and replies to any incoming call , no relay or proxy , no nat etc
* REGISTER handle - just replies 300 ok to every REGISTER type request method
* Stateful transaction handle
* Simple Relay - relays incoming SIP messages to another end
* Record routing
* NAT handle
* REGISTER and Userloc
* RTPENgine media proxy
* Accounting
* WebRTC WS SIP Server


Note : Used kamailio v5.x , many old exmaples and sample configs from older wiki sources have been updated here too
4 changes: 2 additions & 2 deletions register and userlocation /kamailio_register_userloc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

####### Defined Values #########

#!substdef "!MY_IP_ADDR!10.130.42.37!g"
#!substdef "!MY_EXTERNAL_IP!18.206.8.99!g"
#!substdef "!MY_IP_ADDR!kamailio_pvtip!g"
#!substdef "!MY_EXTERNAL_IP!kamailio_ip!g"
#!substdef "!MY_UDP_PORT!5060!g"
#!substdef "!MY_TCP_PORT!5060!g"
#!substdef "!MY_UDP_ADDR!udp:MY_IP_ADDR:MY_UDP_PORT!g"
Expand Down
2 changes: 1 addition & 1 deletion simple relay with flags/kamailio_relay_with_auth.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rev_dns=no # (cmd. line: -R)
children=4
fifo="/tmp/ser_fifo"

listen=10.130.42.37
listen=kamailio_pvtip
port=5068

# ------------------ module loading ----------------------------------
Expand Down
6 changes: 3 additions & 3 deletions simple relay with flags/kamailio_relay_with_flagsset.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

####### Defined Values #########

#!substdef "!MY_IP_ADDR!10.130.42.37!g"
#!substdef "!MY_EXTERNAL_IP!18.206.8.99!g"
#!substdef "!MY_IP_ADDR!kamailio_pvtip!g"
#!substdef "!MY_EXTERNAL_IP!kamailio_ip!g"
#!substdef "!MY_UDP_PORT!5060!g"
#!substdef "!MY_TCP_PORT!5060!g"
#!substdef "!MY_UDP_ADDR!udp:MY_IP_ADDR:MY_UDP_PORT!g"
Expand All @@ -27,7 +27,7 @@ log_stderror=yes
children=4
#fifo="/tmp/ser_fifo"

listen=10.130.42.37
listen=kamailio_pvtip
port=5060
mpath = "/usr/local/lib64/kamailio/modules/:/usr/lib/x86_64-linux-gnu/kamailio/modules/"

Expand Down

0 comments on commit 5fb6c6d

Please sign in to comment.