Asterisk
- Asterisk™: Полное руководство, 5-е издание https://translaster.github.io/Definitive-Guide-5th-Edition/glava-19.html
- sip cheat sheet https://xa0t3k.me/files/SIP/sip_cheatsheet.html#INVITEmsg
VoIP базовая информация, библиотеки, задачи
- voice recognition https://github.com/antirek/ding-dong
Docker
- https://github.com/andrius/asterisk - base image
Asterisk настройка и работа
- Asterisk Docker - https://www.youtube.com/watch?v=54PIFPgnQLc
- Asterisk management by AMI/AGI/ARI https://voxlink.ru/webinars/asterisk-ami-webinar/
- http://samag.ru/archive/article/2017 - все что хотели знать про sip
Asterisk call debug
Pjsip
exten => _001X.,n,Set(PJSIP_MEDIA_OFFER(audio)=!all,g729) exten => _001X.,n,Set(PJSIP_SEND_SESSION_REFRESH()=invite) exten => _001X.,n,Dial(PJSIP/Aside/sip:${EXTEN}@ip:5060,b(out-pre-dial,s,1)) [out-pre-dial] exten => s,1,NOOP(Pre dialer) exten => s,n,Set(PJSIP_SEND_SESSION_REFRESH()=invite) exten => s,n,Return()
Asterisk.Agi
Asterisk.ARI
- voice recognition https://github.com/antirek/ding-dong