Info - leebalaji1234/voiceprotocol GitHub Wiki

Asterisk

Asterisk Folder: cd /var/lib/asterisk/agi-bin All asterisk gateway interface code must be there on the location Asterisk Configuration Folder: cd /etc/asterisk

  • All configurations present in the folder like sip, dhadi …etc.
    

Asterisk Call Pick Start Folder: For outgoing call: /var/spool/asterisk/outgoing For Voice Mail: /var/spool/asterisk/voicemail

Spool directory is a common auto threading on the Linux. Whatever file put inside the directory that will process and delete.

Asterisk CLI Enter & Exit: User not in root case: asterisk –rvvvvvvvvv User in root case: asterisk –v Exit to Cli: exit or quit

  • Which is helpful to monitor asterisk logs and configurations and modules...Etc.
    

Asterisk Sip & Cli: cd /etc/asterisk => sip.conf After modified anything on the sip.conf Enter into asterisk cli and reload module: sip reload After sip reload module reload dialplan it may be useful: dialplan reload

  • All configurations present in the folder like sip, dhadi …etc.
    
⚠️ **GitHub.com Fallback** ⚠️