search for: app_set

Displaying 7 results from an estimated 7 matches for "app_set".

Did you mean: app_rpt
2011 Mar 17
1
[1.6.2.5] Asterisk can't find MOH file
...it(2) exten => 8888,n,Answer() exten => 8888,n,Playback(manolo_camp-morning_coffee) exten => 8888,n,Hangup ============ cat asterisk.conf ... [options] nocolor = yes ; Disable console colors languageprefix = yes ; Use the new sound prefix path syntax [compat] pbx_realtime=1.6 res_agi=1.6 app_set=1.6 ============ cat /etc/asterisk/chan_dahdi.conf [channels] language=fr signalling = fxs_ks ... ============ cat /etc/asterisk/sip.conf [general] language=fr port = 5060 ... ============ CLI> -- Executing [8888 at internal:1] Set("SIP/xlite-00000002", "CHANNEL(language)=fr&qu...
2016 Aug 08
2
Trouble applying regex to dialplan variable that contains double-quotes
I am writing a dialplan context under asterisk 11.21.0 to handle SIP message routing between registered SIP peers using chan_sip. I am having trouble with double-quotes when the source peer uses a display name, which appears in quotes before the SIP URI. I want to extract the SIP URI from MESSAGE(from) in order to (conditionally) route a failure message back to the source peer. My test dialplan
2010 Jun 09
1
[compat] section in asterisk.conf : compatibility with pipe delimiter
Dear all after an upgrade to 1.6 from 1.4 (as explained in the UPGRADE-1.6.txt file) the | delimiter is not working by default. I've added a compat section in asterisk.conf a [options] dontwarn = yes [compat] pbx_realtime=1.4 res_agi=1.4 app_set=1.4 And restarted Asterisk, but i still have problem to have the | delimiter working, [Jun 9 23:20:54] DEBUG[11744]: pbx.c:3122 pbx_extension_helper: Launching 'Queue' -- Executing [01 at Queues:4] Queue("SIP/PL1999-00000003", "queue_1||||30") in new stack [Jun 9...
2010 Jan 09
1
Using HASH() and REALTIME_HASH()
Hi, I'm playing around with asterisk 1.6.2.0 and the first try was to replace my now non-functionning 'app-realtime' macro which emulated RealTime with REALTIME_HASH() There is very few documentation on the subject except for this bug report: https://issues.asterisk.org/view.php?id=13651#c94998 However when i try this syntax:
2015 Mar 20
0
Asterisk on OpenWrt (first time user)
...dbdir => /mnt/usb/asterisk/dbdir astlogdir => /mnt/usb/asterisk/logdir [options] systemname = my.dynamic.domain.com runuser = asteriskpbx rungroup = asteriskpbx defaultlanguage = de documentation_language = en_US live_dangerously = no [compat] pbx_realtime=1.6 res_agi=1.6 app_set=1.6 Here's the SIP setup: [general] context=unauthenticated allowguest=no srvlookup=no udpbindaddr=0.0.0.0 tcpenable=no localnet=172.16.28.0/24 alwaysauthreject=yes language=de register => MyEkigaUser:MyEkigaPass at ekiga.net/MyEkigaUser [my-codecs](!) allow=!all,alaw [home-pho...
2009 Apr 22
1
Upgrading from 1.4.21.2 to 1.6.0.5 breaks sql queries with backslashes?
...I remove *all* backslashes in the Query line, it works fine in 1.6.0.5. If I add backslashes to all spaces and double-quotes, it fails in 1.6.0.5. I have added all three "[compat]" options I could find to asterisk.conf although none of them would seem to affect this problem: [compat] app_set=1.4 pbx_realtime=1.4 res_agi=1.4 I have looked through all the UPGRADE instructions, but haven't found anything helpful. It seems so odd that suddenly backslashes would not only not be required but that they wouldn't work at all. Sure, I could just remove all the backslashes in the confi...
2011 Jan 23
3
FUNC_ODBC and ARRAY
Gentlemen, I have googled, searched the mailing list archives, and even spoke on the IRC channel, but have not found an answer to the following problem. I am attempting to retrieve multiple columns in an ODBC query using ARRAY per the solutions offered by many individuals. My dialplan code is as follows: exten => _.,n,Set(ARRAY(var1,var2,var3)=${ODBC_LOOKUP(${KEYVAL})}) exten =>