start new:
tmux
start new with session name:
tmux new -s myname
| { | |
| "env": { | |
| "browser": true, | |
| "node": true, | |
| "es6": true | |
| }, | |
| "plugins": ["react"], | |
| "ecmaFeatures": { |
| aptitude install -y git curl python-dev python-pip redis-server ruby1.9.1-full rubygems1.9.1 | |
| aptitude install -y mysql-server libmysqlclient-dev | |
| adduser --system --shell /bin/sh --gecos 'git version control' --group --disabled-password --home /home/git git | |
| adduser --disabled-login --gecos 'gitlab system' gitlab | |
| usermod -a -G git gitlab | |
| su - gitlab | |
| ssh-keygen -q -N '' -t rsa -f /home/gitlab/.ssh/id_rsa | |
| aptitude install gitolite | |
| cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub | |
| su - git |
##Direct Call Logic
Description:
1. Caller calls a drumbi phone number.
2. Controller requests for WS to check if Caller ID has called before or first time.
3. If Caller ID called first time :
- Check if Drumbi phone is from Web App, play busy recording then update session to spam.
- Check if Drumbi phone is from other app, then play the connected_caller event recording.