Hi. i am looking for a way to have headers for each section of the Master.csv eg call duration, hangup cause, destination,… is there a way to add it and be there permanently, even after log roratation due to size or dat..
Author : Atux Atux
Hi. I am running asterisk 11 and i have usb 3g dongles to make my gsm calls with the following config in extensions.confexten => _9X.,1,Dial(Dongle/dongle800/${EXTEN:1},120,KT)exten => _9X.,n,Hangup(${HANGUPCAUSE})By dialing 9 it opens the dongle..
i would like to ask how to connect 2 systems. I would like to have an asterisk where it will have all the connections to the outside world (sip trunks) and it will called the gateway. This asterisk will have extension numbers of 3XX. In the LAN th..
Hi. in my system i have a conference room where someone can call it eg 698dial the PIN eg 1234 and enter the room as a user. The admin enters in through a different number and PIN.I would like to have a call file and call all participants eg 610-..
Hi. in my home office i operate my asterisk and have an IVR that has the business hours 9-5 and everytime i edit it to load the bank holidays (New Years eve, christmas, easter, whatever else). I would like to be able to load in the Asterisks DB or..
Hi. I have an Asterisk Server (A) where it acts as the main gateway to offer services. There are different asterisk servers (B -D) that connect as extensions to the Server A. I would like to implement TLS and SRTP for these extensions, but have the ..
Hi. I would like to protect my system from failed attempts. I would like to ask if there is a way to do a blacklist for certain amount of time consecutive attempts from the same IP. For example if we have an IP that gets a wrong passwd an it had tr..
Hi. i have an asterisk 11 installation that i run in my soho environment. My system has mysql to store all the cdrs. I would like make use of the mysql and store numbers and names. eg+4922123456789 Atux Null. So when the +4922123456789 calls in my sys..
Hi. I have an installation of asterisk 11 and i have ssmtp in the system to send emails. I would like to get informed by email when someone dials a set of numbers eg international calls or premium numbers with the country. my dialplan is simple eno..
Hi. i am running asterisk 11 and i would like to have features access codes in my system such as call waiting(all types) (enable/disable), call forward(enable/disable) and DND. my dialplan is pretty simple and it is the following[DefaultPlan]exten =>_XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)ex..