Telephony
Browse all articles in this category
Installing smstools on Raspberry Pi3 Running Debian/Ubuntu
Package index update: sudo apt-get update Installing necessary packages: sudo apt-get install build-essential manpages-dev Creating di...
Read MoreDefining Mobile Operators in Python Without Using Regular Expressions
def get_operator(phone): phone = str(phone) operator_code = phone[2:5] if operator_code in ['039', '067', '068', '096', '097', '098']…
Read MoreInstalling Asterisk 11.25 on Ubuntu 14.04
Periodically, I need to install and configure Asterisk. I'm a bit tired of having to remember the entire sequence of actions and searching for all t…
Read MoreGet Telegram Notifications for Missed Calls in Queue
Introduction I needed a way to receive Telegram notifications about missed calls in Asterisk. Since no working solution was available, I created m…
Read More