Archives : September-2016
I am banging my head over a simple asterisk trick I was seeing on one asterisk server.An extension dials an international premium number, the called number answers, then the extension hangups, but the call continue to run on the international num..
I do this.I connect back to the mysql server via odbc, and as you, I have two databases for this, one called blacklisted and the other called speeddials.My dialplan code below:exten => _5XXXXXXXXX,1,Answer()exten => _5XXXXXXXXX,n,Gosub(check_blacklist,s,1)ex..