Archives : October-2016
,is there any existing IAX command to add information to a call like SipAddHeader? Another solution is sending text frame (0x07) frame type, but I don know how do it in a dialplan.Thanks for..
The first time I run a loop, the AGI returns a list of files.I append a path from a variable, and play out the files using SHIFT to loop them.The FIRST time I enter the system, this is what the complete list to be looped looks like:/audio/phone_service_live/menu1-eye_conditions/title,/audio/phone_service_live/menu2-benefits_concessions/title,audio/phone_service_live/menu3-living_with_sight_loss/title,/audio/phone_service_live/menu4…(etc)W..
FOSDEM is one of the worlds premier meetings of free software developers, with over five thousand people attending each year.FOSDEM 2017 takes place 4-5 February 2017 in Brussels, Belgium.https://fosdem.org This email contains information about: – Real-T..
When I issue a sip show peers command the left most column is titledname/username.Some lines show one item in the column like 123, others show bob/123.Can someone explain the difference? (What does does name vs username mean) And why does sip show us..
I loop through a list in Asterisk which is generated by a Python AGIand Ive just been bitten by a variable limit I didnt realise existed before.The only way I can think of working around this is to get Python to write the list to file, then do a FILE_COUNT_L..
I thought dialplan flow was that (normal!) agi was called, it did its thing (which include returning some dialplan variables/lists), and then when agi finished it returned to the dialplan which then reliably carried the product of agi.But Im call..
Im not mathematically gifted, but shouldnt 957%60 be 15 remainder 57?Google and my desktop calculator certainly think so.So where am I going wrong here? The following code exten => 7,1,Verbose(Context: ${CONTEXT} Exten:${EXTEN})same => n..
This is a multipart message in MIME format.——=_NextPart_000_001D_01D22B16.681DE430Content-Type: text/plain; charset=us-asciiContent-Transfer-Encoding: 7bitIn extensions, I have this.The variable oex contains the original extension called, and..
is it possible log cel/queue_log to sqlite?via odbc?any experi..
I am playing with tcpenable… on 13.11.2so in sip.conf I havetcpenable=yes tcpbindaddr2.168.1.8:5070but when I telnet localhost 5070 I get no connect. iptables -L -n -v | grep 50700 0 ACCEPT tcp–** 0.0.0.0/00.0.0.0/0state NEW tcp dpt:5070firew..