Hi. Ive discovered a bug in the Dial() string processing (for Asterisk 13.14.1 at least). According to the documentation in channels/chan_sip.c the Dial() string syntax is: * SIP/devicename * or SIP/username@domain (SIP uri) * or SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:po..
Author : Antony Stone
Hi. Im trying to get Asterisk 13 to authenticate when it sends an INVITE, and for some reason its simply not doing it. Ive even resorted to reading the source code to try and work out what Im doing wrong… In channels/chan_sip.c I find: * SIP Dial str..
Hi. (Asterisk 16.2.1) Im using AMI Originate to initiate calls, and Im passing some additional data in to the dialplan context using the Variable: parameter.Works fine. https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_Originate ..
Hi. Ive just upgraded from Asterisk 13 to Asterisk 16 (as part of a Debian & Devuan version upgrade). Whenever Asterisk starts, Im now getting entries such as the following in my log file: WARNING[13905]: logger:0 in ***: Log queue threshold (1000) exceed..
Hi. Is there any better way of controlling Asterisk itself (by which I mean, shutting it down, or telling it to restart) from within the dialplan, other than using the System() command? Regards, Antony. — Software development can be quick, high quali..
Hi. I have an Asterisk 13.14.1 setup which uses ODBC to write CEL and CDR records. The connection to my database server depends on a VPN tunnel being up, and if Asterisk starts before that tunnel is functional, I get messages such as the following..
Please see the above footer, as shown on all list emails. Regards, Antony. — Pavlov is in the pub enjoying a pint. The barman rings for last orders, and Pavlov jumps up exclaiming Damn!I forgot to feed the dog! Please reply to the list; please *do..
Hi. Does anyone have suggestions on how to achieve true background music on hold, by which I mean music which plays continuously, even in the presence of additional spoken announcements, such as: a) intermittent Playback() commands which I want to..
Hi. Im using: a) asterisk 13.14.1 (Debian 9 packaged) b) voicemail with ODBC storage (Ive set odbcstorage and odbctable in voicemail.conf), https://www.voip-info.org/asterisk-voicemail-odbc-storage/ c) the m option to MixMonitor so that call recordi..
Hi. Im reading https://wiki.asterisk.org/wiki/display/AST/Function_CDR and wondering what r – Searches the entire stack of CDRs on the channel. means. Can anyone help with understanding this? Thanks, Antony. — Normal people think If it aint broke, d..