Archives : October-2016
im testing CONNECTEDLINE functionhttps://wiki.asterisk.org/wiki/display/AST/Manipulating+Party+ID+Informationexample dialplansame => n,set(CONNECTEDLI..
I learn basic confbridge .I am thinking to solve following scenario (Hypothetical):-1. there are few sip entities like 6001,6002…600N & few like 7001,7002etc. These 700X people only knows sip entities not know any conference room numbers.2. Every ..
Running Asterisk 11.23.0 realtime currently, Ive noticed some odd queue behavior only starting today. We are using queues in conjunction with FOP2 to show agent status, etc.As of today, we noticed that an agent will be on a call but show as available..
I can get the size of a ulaw file using STAT. And I can get the duration in seconds by doing filesize/8000.Your tea-break challenge is to help me find the shortest most Asterisk-like way of saying:The following file is [ minutes and]seconds long….with..
AllWe have about 15 different asterisk boxes around the place and on my list has been automate deployment updates and keep a revision history. They are mostly not publicly accessible, and external SIP access is closely firewalled , so updates hap..
I have been working on designs for two different projects, where both of them would need to use the IBM Watson streaming ASR service.Based on our discussion at AstriDevCon, I know there is currently no support for that. However, there may be some workarou..
I need to change the automatically generated SIP call ID, from (example)64f61c7a-c68f-498b-8661-b42e5c771363to64f61c7a-c68f-498b-8661-b42e5c771363@my.ip.add.resssince that is the only way to make sure the calls came from my box. How do configure t..
Lots of little bits in one email to save polluting the list too much today, time for me to try and give a little back, too!Someone posted about sngrep a couple of days ago. What a great tool!Is there a list of useful stuff like this that isnt hopeles..
Has anyone attempted making the web phone accessible? I can only find one company which operated between 1996 and 2000.I was thinking, install Chrome with Chromevox, headless, on a server, and use something like an AGI to send basic keyboard comma..
I have a plain text file, ASCII, unix line breaks. 1 single line, and all that is in it is the word radio.Heres some test dialplan:exten => 5,1,Verbose(Context: ${CONTEXT} Exten:${EXTEN})same => n,Set(feature=${FILE(/home/test/feature-1.txt,0,1,l,u)})s..