Archives : February-2014
In Asterisk 1.8, I used the following line in extensions.conf to allow me to pass *82 in front of a dialed number, to disable the callerid block thats normally on that POTS line:; disable callerid blockexten => _*82.,1,Dial(${POTS}/${EXTEN})But t..
Is anyone aware of an issue with Gigaset DECT handsets (R630H and N510P) and Asterisk?A client has them, and whenever they try a blind transfer, something goes wrong. Agent 1 starts and completes the blind transfer. Agent 2 answers the transferring ca..
,it feels silly, but here I am.My Asterisk box is useless, after running a long delayed yum update (CentOS box).*****A few details on the box:cat /etc/redhat-release CentOS release 5.10 (Final)arch i686uname -a Linux hermes 2.6.18-371.4.1.el5 #1 ..
all,Ive got a customer whos reporting ghost calls. Essentially, the phone rings, they pick up, and theres no body there.It is NOT one-way audio, and it doesnt happen all the time.We use voipmonitor to watch calls, and this is what we saw for the c..
How does extensions.lua compares to extensions.conf or extensions.ael on stability, performance and features ?Would you recommandextensions.lua as an easy/easier way to access memcached, redis or equivalent ?Thoughs ? Comment..
Getting this error on dahdi_cfg. Reverting to 2.8 the error goes away:*line 15: Unable to create dahdi_cfg mutex.*Is this a problem?Thanks in advance.Full detail:[ebox]> dahdi_cfg -vvvvvvv DAHDI Tools Version – 2.9.0.1DAHDI Version: 2.9.0Echo Canceller(..
Has someone successfully configured support of either callto or tel protocol in MS Office in general or MS Office Onlines Outlook specifically?(Im referring here in Outlook client embedded in MS Office cloud service).If positive, what are the basic st..
Im using MySQL realtime Call Queues (table /queues/ and table /queue_members/).I would like to ring the members of the call queue in a certain order. Therefore I use ring strategy /lineair /and I put the members into the table /queue_members/ in ..
Im using py-Asterisk 0.5.3. Im trying to use it along a Tkinter-based GUI so Ive dedicated a thread for reading incoming AMI events.Which is the preferred way to gracefully exit from an event loop ?More precisely:This thread is waiting for input eve..