ACD configuration in Asterisk
ACD = Automatic Call Distribution It is extremely important for supervisors and the company to distribute the incoming calls among
Read moreACD = Automatic Call Distribution It is extremely important for supervisors and the company to distribute the incoming calls among
Read morecall transfer or call forwarding in asterisk [test] exten => 1000,1,Dial(SIP/User1) exten => 1000,n,Hangup() exten => 2000,1,Dial(SIP/User2) exten => 2000,n,Hangup()
Read moreExpertise in : OPEN SOURCE Dialer DEVELOPMENT Features:- Reports : Optimized dialer reporting, Real-time and summary reports, Hourly Totals by
Read moreHow to Reinstall or upgrade the Dahdi driver to Latest version Step 1 Uninstall all the dahdi modules installed Login
Read moreI created custom field “rec_name” id table “cdr”, database “asteriskcdrdb”. In this field I want to store recording name. I
Read moreYou need to use the free command: # free # free -m total used free shared buffers cached Mem:
Read more[demo-menu] exten => s,1,Answer(500) same => n(loop),Background(press-1&or&press-2) same => n,WaitExten() exten => 1,1,Playback(you-entered) same => n,SayNumber(1) same => n,Goto(s,loop) exten
Read moreMounting a Windows (SMB) share on Ubuntu gives us a “cannot allocate memory” error. Executing a command like this: mount
Read morethis error come up while running a shell script to get the parameter from php file PHP Warning: PHP Startup:
Read moreCREATE TABLE product ( category INT NOT NULL, id INT NOT NULL, price DECIMAL, PRIMARY KEY(category, id) ) ENGINE=INNODB; CREATE
Read more