hello everyone. i would like to get all inbound calls to a certain extension eg 800.
then this will get to CRM to pop up customer’s file. could someone tell me how to talk to asterisk from CRM?
i have opened the /etc/asterisk/manager.conf:
[CRM]
secret = ******
deny = 0.0.0.0/0.0.0.0
permit = 192.168.1.0/255.255.255.0
read = call
write = call
where does it store the call so i could talk to asterisk from crm?