I have this in my voicemail.conf: attach=yes delete=yes I do get an email when new voicemail is received, and I do get the voicemail message as attachment. However, the original message is not deleted from the sevber. How do I delete the message, af..
Author : Fourhundred Thecat
I am suddenly having my log flooded by these warnings: WARNING: Retransmission timeout reached on transmission 1372443000-1325687561-974574282 for seqno 1 (Critical Response) WARNING: Retransmission timeout reached on transmission 283912657-2003707522-1284343..
how can I separate individual calls in my asterisk log? I noticed that a call always starts with following line: VERBOSE[C-0000000c]: Using SIP RTP CoS mark 5 How reliable is this as a separator? It seems it appears twice during every call. And, w..
I am sending email notification when new voicemail is received, with the voicemail message attached. Therefore, once this email is sent, I dont want to keep the original voicemail message on the asterisk server, as the user does not need to call in..
I am using CDR mysql to log to remote server: in modules.conf, I preload the modules: [modules] preload => cdr_mysql.so preload => app_mysql.so and in cdr_mysql.conf, I have all the details defined (hostname, dbname, table, password, user, port)…
how can I change the color of the asterisk prompt to red ? I read in the wiki that I can use %Cn[;n] https://wiki.asterisk.org/wiki/display/AST/Asterisk+CLI+Configuration But what does this mean ? There is no example how to actually use it. where..
I am logging directly into file and also to syslog. Here is snippet from my /etc/asterisk/logger.conf: messages => notice,warning,error,verbose syslog.local0 => notice,warning,error,verbose But the logs look different: VERBOSE[7609][C-00000013]pbx..
I am experiencing weird problem in Asterisk 16.2, possibly a bug. Same thing works fine in Asterisk 11. Here is the situation: I have 2 extensions on 2 phones. 4 extensions in total. phone 1: 8882 8382 phone 2: 8884 8384 And I have 2 SIP trunks for outgo..
what is the best way to implement email notification on missed call ? So far, I have been using a solution that I hacked together. I create a hangup-handler, inside which I check for ${DIALSTATUS} and use System(): System(/bin/echo … | /usr/bin/m..
I have Asterisk 16.2 on Debian. In the Asterisk CLI, I would like to change 2 things: 1) change the keybindings for commandline editing (what in bash is called readline editing of the command line) The CLI is missing some very useful keybindings, ..