Skip to content

ysoheilifar/issabel-Telegram-Integration

Repository files navigation

issabel Send Telegram when Making Call

  1. Copy all downloaded file in /var/www/html directory on issabel

  2. Set 775 or 777 permission to all downloaded files

  3. Go to /var/www/html directory

cd /var/www/html 
  1. Open zarbinnetwork_telegram_sendCallinfo.php and set telegrambot and telegramchatid
$token = "TelegramBot";
$chat_id = "TelegramChatID";
  1. open /etc/asterisk/extensions_custom.conf create zarbinnetwork context and include it
[from-internal-custom]
include => zarbinnetwork

[zarbinnetwork]
exten => _.,n,AGI(zarbinnetwork_telegram_sendCallinfo.php)
  1. Reload asterisk dialplan
asterisk -r
reload
exit

About

issabel Send Telegram when Making Call

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages