IRC log for #asterisk on 20190219

00:08.39*** join/#asterisk degenerate (~degenerat@S0106cc2de0099182.no.shawcable.net)
00:18.31*** part/#asterisk kharwell (kharwell@nat/digium/x-ckvhxtkxtfrloldw)
00:35.55*** join/#asterisk t1k3 (~t1k3@pool-71-112-160-141.pitbpa.fios.verizon.net)
00:42.55*** join/#asterisk t1k3 (~t1k3@pool-71-112-160-141.pitbpa.fios.verizon.net)
00:43.02*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
00:47.30*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
01:16.50*** join/#asterisk t1k3 (~t1k3@pool-71-112-160-141.pitbpa.fios.verizon.net)
01:39.58*** join/#asterisk sysgrammer (~sysgramme@d50-117-158-201.yt.northwestel.net)
02:22.41*** join/#asterisk cemotyz09 (~cemotyz09@cpe-70-121-128-59.satx.res.rr.com)
03:11.55*** join/#asterisk duo_kali (b61e88f0@gateway/web/freenode/ip.182.30.136.240)
03:13.48*** join/#asterisk t1k3 (~t1k3@pool-71-112-160-141.pitbpa.fios.verizon.net)
03:14.14*** join/#asterisk mutin-sa (~s-mutin@85.234.114.134)
03:29.37*** join/#asterisk t1k3 (~t1k3@pool-71-112-160-141.pitbpa.fios.verizon.net)
04:00.49*** join/#asterisk Laptop01 (~Laptop01@c-67-170-30-252.hsd1.wa.comcast.net)
04:03.10Laptop01Hi again. I'm trying to get ExecIf to work. I'd like to pass multiple arguments. How can this be done? I was thinking the & signs between them would work but it isn't. What am I doing wrong here? Thanks. same => n,ExecIf($["${i}" >= "1"]?Playback(${files}thatsok)&Set(i=0)&Goto(listen))
04:05.21[TK]D-FenderYou can't
04:05.42[TK]D-FenderThe instructions don't say that you can do that
04:10.51Laptop01Damn :(
04:11.44[TK]D-FenderSo use a normal GotoIF
04:12.22Laptop01Good idea, I'll try that
04:18.32*** join/#asterisk koss (~koss@koss.downlink.org)
05:55.10*** join/#asterisk Da-Geek (~Da-Geek@37-186-32-29.ip.as39912.net)
05:58.49*** join/#asterisk zopsi (zopsi@2600:3c00::f03c:91ff:fe14:551f)
06:05.19*** join/#asterisk gerhard7 (~gerhard7@ip5657ee30.direct-adsl.nl)
06:47.00*** join/#asterisk Da-Geek_ (~Da-Geek@176.203.17.250)
06:56.13*** join/#asterisk mahafyi (~quassel@106.201.158.88)
06:57.47*** join/#asterisk jkroon (~jkroon@165.16.203.114)
07:10.02*** join/#asterisk Da-Geek__ (~Da-Geek@176.203.17.250)
07:38.37*** join/#asterisk joako (~joako@opensuse/member/joak0)
08:01.31*** join/#asterisk lankanmon (~LKNnet@CPE64777d632383-CM64777d632380.cpe.net.cable.rogers.com)
09:12.49*** join/#asterisk hehol (~hehol@gatekeeper.loca.net)
09:51.04*** join/#asterisk Downlots_ (~Downlots@185.73.41.1)
10:42.30*** join/#asterisk mhache (~mhache_@vps1.mhache.name)
10:53.11wyounghihi
10:59.20*** join/#asterisk rpifan (~rpifan@ipb218f019.dynamic.kabel-deutschland.de)
11:13.33wyoungo/
11:48.47*** join/#asterisk lankanmon (~LKNnet@CPE64777d632383-CM64777d632380.cpe.net.cable.rogers.com)
12:06.19wyoung\o
12:15.53*** join/#asterisk camerin (hoax@elite.bshellz.net)
12:53.43*** join/#asterisk sl4ck (~sl4ck@host109-148-239-115.range109-148.btcentralplus.com)
13:40.29*** join/#asterisk brad_mssw (~brad@66.129.88.50)
13:41.15*** join/#asterisk miralin (~Thunderbi@81.177.57.153)
13:45.24*** join/#asterisk [TK]D-Fender (~joe@216.191.106.165)
13:52.08*** join/#asterisk VLanX (25a2375b@gateway/web/freenode/ip.37.162.55.91)
14:06.51*** join/#asterisk gerhard7 (~gerhard7@ip5657ee30.direct-adsl.nl)
14:19.07*** join/#asterisk TriJetScud (~TriJetScu@van-mig-svr.ad.v10networks.ca)
14:41.40*** join/#asterisk ZX81 (~zx81@181.197.170.206)
14:42.05*** join/#asterisk rpifan (~rpifan@ipb218f16e.dynamic.kabel-deutschland.de)
14:43.12*** join/#asterisk cresl1n (uid299068@asterisk/libpri-and-libss7-expert/Cresl1n)
14:43.12*** mode/#asterisk [+o cresl1n] by ChanServ
14:49.14*** join/#asterisk Janos (~Janos@201.204.94.76)
14:56.49*** join/#asterisk Ai9zO5AP (~BQcdf9eiZ@91.240.67.45)
15:12.10*** join/#asterisk MLC (~MLC@63.249.40.11)
15:13.50*** join/#asterisk kharwell (kharwell@nat/digium/x-iljvbtertuvvxgdy)
15:13.50*** mode/#asterisk [+o kharwell] by ChanServ
15:32.28MLCAnyone see anything wrong with the Queue command in this? https://pastebin.com/xHQfvjMp
15:32.28MLCI just added the "b(queue_dialing,s,1)" parms and now I'm getting a seg fault.
15:47.02SamotMLC, wrong syntax.
15:47.10Samothttps://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Application_Queue
15:47.34MLCoh duh, need ^ instead of comma
15:52.19MLCIs this correct? I'm still getting seg fault
15:52.20MLCsame =>n,Queue(sales,tckb( queue_dialing^s^1 ),,,,,,sub-QueueConnected)
15:53.37[TK]D-Fenderget rid of your extra spacing
15:54.23MLCtried that too, still seg fault
15:54.36MLCadded the spaces just in case they are significant
15:54.38*** join/#asterisk rpifan_ (~rpifan@ipb218f054.dynamic.kabel-deutschland.de)
15:54.42[TK]D-Fender* shouldn't segfault just because of a bad option mind you...
15:55.21[TK]D-FenderStart taking things out one by one
15:55.37[TK]D-Fenderstarting with the end
15:56.18MLCI will
15:56.30MLCIt started seg faulting when I added b(....)
16:00.59MLCDefinitely b(...) trigger it. Works when I remove that.
16:09.29[TK]D-FenderWhat version are you running?
16:09.55MLC16.1.0
16:11.08[TK]D-FenderGo upgrade
16:11.10[TK]D-Fenderand retest
16:12.46MLCI will, thanks
16:15.35*** join/#asterisk rpifan (~rpifan@ipb218f054.dynamic.kabel-deutschland.de)
16:22.18*** join/#asterisk rpifan (~rpifan@ipb218f054.dynamic.kabel-deutschland.de)
16:32.54*** join/#asterisk miralin (~Thunderbi@81.177.57.153)
16:39.06*** join/#asterisk [J]oules (uid223833@gateway/web/irccloud.com/x-qltpecysvhkfzbsm)
16:58.40*** join/#asterisk Chotaire (chotaire@unaffiliated/chotaire)
17:02.10*** join/#asterisk nix8n82 (~AndChat62@2600:100e:b029:4c4d:4923:1bf8:68e6:5876)
17:06.37*** join/#asterisk mahafyi (~quassel@103.195.203.74)
17:38.28*** join/#asterisk defsdoor (~Andrew@cpc120600-sutt6-2-0-cust232.19-1.cable.virginm.net)
17:39.05*** join/#asterisk herrwil (c89b0628@gateway/web/freenode/ip.200.155.6.40)
17:42.02herrwilHello! Need a little help... Did someone already passed a user-user variable to Avaya using H323?
17:50.48Samotherrwil: Not sure how many H.323 users are floating around here.
17:53.55igcewielingMy guess is that no H323 users are here.   They tend to go crazy when they realize all those years they wasted on H323 when they could have been using SIP.
17:57.36herrwilahahah sure! but for my bad luck our client that uses avaya has only the h323 module, the sip must have another type o license... so, i'm going crazy with this!
18:02.49[TK]D-FenderI'm not familiar with * having any mechanism for this.  H.323 has been neglected for more than a decade in *
18:04.49SamotAnd most other places.
18:11.06*** join/#asterisk yteltom (~textual@2601:2c4:c600:2635:b816:3a3d:5d97:8649)
18:48.45*** join/#asterisk salviadud (~ralfalfa@187-162-213-198.static.axtel.net)
18:57.25*** join/#asterisk rpifan (~rpifan@ipb218f19f.dynamic.kabel-deutschland.de)
18:59.37*** join/#asterisk AndChat|620489 (~AndChat62@72.19.154.106)
19:15.54*** join/#asterisk nix8n82 (~AndChat62@72.19.154.106)
19:43.02*** join/#asterisk [sr] (~kvirc@pal-213-228-163-73.netvisao.pt)
19:57.34*** join/#asterisk imcdona (~imcdona@2607:f0d8:20:1001:30bd:d471:2b1e:a682)
20:00.36*** join/#asterisk imcdona (~imcdona@2607:f0d8:20:1001:30bd:d471:2b1e:a682)
20:40.15*** join/#asterisk t1k3 (~t1k3@pool-71-112-160-141.pitbpa.fios.verizon.net)
20:47.47*** join/#asterisk nix8n82 (~AndChat62@2600:100e:b029:4c4d:dd2c:58a6:4a2f:6958)
20:51.06*** join/#asterisk t1k3 (~t1k3@pool-71-112-160-141.pitbpa.fios.verizon.net)
21:04.31*** join/#asterisk t1k3 (~t1k3@pool-71-112-160-141.pitbpa.fios.verizon.net)
21:28.14*** join/#asterisk javi404 (~quassel@unaffiliated/javi404)
21:58.14*** join/#asterisk AndChat|620489 (~AndChat62@72.19.149.35)
22:05.55*** join/#asterisk rpifan (~rpifan@ipb218f19f.dynamic.kabel-deutschland.de)
22:09.19*** join/#asterisk bbt (~dbag@unaffiliated/bbt)
22:41.28*** join/#asterisk sawgood (~sawgood@unaffiliated/sawgood)
22:44.45*** join/#asterisk FuriousGeorge (4a6621e7@gateway/web/freenode/ip.74.102.33.231)
22:45.41FuriousGeorgehey all
22:45.56FuriousGeorgeis anyone using fail2ban successfully with asterisk?  all the filter.d examples i find don't work
22:46.05FuriousGeorgeand my regex skills are not up to finding the issue
22:46.18FuriousGeorgeim using asterisk 13
22:55.33FuriousGeorgegot one
22:59.29*** join/#asterisk nix8n82 (~AndChat62@2600:100e:b029:4c4d:fc51:9828:1853:a31a)
23:07.31*** join/#asterisk tomaluca95 (~quassel@kde/developer/tomaluca)
23:39.34*** join/#asterisk mducharme (uid303982@gateway/web/irccloud.com/x-mcxuochdqjegkkzj)
23:54.52*** join/#asterisk AndChat|620489 (~AndChat62@2601:283:8300:b330:483f:100b:512a:f035)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.