Skip to content

Commit

Permalink
new pkgs and addons (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: KevinAtLeap <[email protected]>
  • Loading branch information
kevinnguyenai and KevinAtLeap authored Jul 17, 2023
1 parent 40714e2 commit df4055f
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ homer5-docker/**
kamailio-ci/**
docker-asterisk/**
docker-opensips/**
pkgs/freebswitch/**
pkgs/kamailio/**
pkgs/opensips/**
pkgs/pjproject/**
pkgs/rtpengine/**
pkgs/rtpproxy/**
pkgs/sofia-sip/**
addons/asterisk/**
addons/freeswitch-container/**
29 changes: 29 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,32 @@
[submodule "kamailio-ci"]
path = kamailio-ci
url = https://github.com/kamailio/kamailio-ci.git

[submodule "addons/asterisk"]
path = addons/asterisk
url = https://github.com/andrius/asterisk

[submodule "addons/freeswitch-container"]
path = addons/freeswitch-container
url = https://github.com/BetterVoice/freeswitch-container.git
[submodule "pkgs/freeswitch"]
path = pkgs/freeswitch
url = https://github.com/signalwire/freeswitch.git
[submodule "pkgs/pjproject"]
path = pkgs/pjproject
url = https://github.com/pjsip/pjproject.git
[submodule "pkgs/opensips"]
path = pkgs/opensips
url = https://github.com/OpenSIPS/opensips.git
[submodule "pkgs/kamailio"]
path = pkgs/kamailio
url = https://github.com/kamailio/kamailio.git
[submodule "pkgs/sofia-sip"]
path = pkgs/sofia-sip
url = https://github.com/freeswitch/sofia-sip.git
[submodule "pkgs/rtpengine"]
path = pkgs/rtpengine
url = https://github.com/sipwise/rtpengine.git
[submodule "pkgs/rtpproxy"]
path = pkgs/rtpproxy
url = https://github.com/sippy/rtpproxy.git
1 change: 1 addition & 0 deletions addons/asterisk
Submodule asterisk added at ef1c95
1 change: 1 addition & 0 deletions addons/freeswitch-container
Submodule freeswitch-container added at c0010b
Binary file added build/mlan-docker-asterisk-v1.1.5.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions pkgs/freeswitch
Submodule freeswitch added at 5e439b
1 change: 1 addition & 0 deletions pkgs/kamailio
Submodule kamailio added at 157119
1 change: 1 addition & 0 deletions pkgs/opensips
Submodule opensips added at d952c6
1 change: 1 addition & 0 deletions pkgs/pjproject
Submodule pjproject added at 10d1cd
1 change: 1 addition & 0 deletions pkgs/rtpengine
Submodule rtpengine added at bea76e
1 change: 1 addition & 0 deletions pkgs/rtpproxy
Submodule rtpproxy added at 878b6c
1 change: 1 addition & 0 deletions pkgs/sofia-sip
Submodule sofia-sip added at dfc709

0 comments on commit df4055f

Please sign in to comment.