all,Ive got a program that connects via AMI and acts upon the voicemail message waiting event.Id like to be able to force one of those events at will instead of having to wait for the voicemail app to cause the event to get emitted.Is this possible?..
Author : Mike Diehl
all,I have a user who is reporting one-way audio, but only when a call is made to or from particular PSTN (cell) numbers.Their phones are behind a NAT router and my server is on the open Internet.Calls within their office sound fine.Calls to/from m..
all,Im not sure this is the place to ask, but here goes…Im using voipmonitor to gather call statistics such as packet counts, average jitter, etc.Eventually, I want to use those stats to detect and alert on poor call quality.However, Im finding t..
all,Ive got an AGI script that launches the conference bridge with a line like:$main::agi->exec(ConfBridge,$conf,default_bridge,default_user,$menu_profile)The $conf variable contains the room number.Im trying to configure it so that when only one per..
all,I have a user who would like to stream their favorite radio station from iHeart radio for their music on hold.It this TECHNICALLY possible?If so, any pointers would be appreciated.Is this LEGAL in the US?Thanks in adv..
all,I have a problem Ive not seen before.My Asterisk server stores CDRs via mysql, and Im getting duplicate records.For example:mysql> select uniqueid,count(*) from cdrgroup by uniqueid having count(*)>1;+————————–+———-+| uniqu..
all,Lately, Ive seen an increase in the number of attacks against my system from the so-called Friendly Scanner.When one of these script kiddies targets my server, all I see for symptoms is a few of my trunks become lagged due to server load and a str..
I recently upgraded Asterisk from 1.8.x to 13.x and am now finding that music on hold isnt working like it used to.It seems that even though the correct MoH class is being set, the system still plays the default music.All of my call handling is d..
all,Im working on migrating all of my servers to store voicemail in a mysql database via odbc.Ive got a development server that I can reconfigure and test at will.When its configured to store vm on the file system, it seems to be rock solid.Howev..
I am in the process of configuring my systems to store voicemail in a mysql databse as opposed to on the filesystem, as it is now.My backup server is currently configured for db storage, while my production server is still using the filesystem dur..