IRC log for #asterisk on 20170330

00:13.37*** join/#asterisk matrix1233 (~matrix123@197.0.36.136)
00:25.04*** join/#asterisk infobot (ibot@rikers.org)
00:25.04*** topic/#asterisk is #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- LTS: 13.14.0 (2017/02/13), 11.25.1 (2016/12/08), Standard: 14.3.0 (2017/02/13); DAHDI: DAHDI-linux 2.11.1 (2016/03/01), DAHDI-tools 2.11.1 (2016/03/01); libpri 1.6.0 (2017/01/27) -=- Wiki: wiki.asterisk.org -=- Code of Conduct: bit.ly/1hH6P22 -=- Logs: bit.ly/1s4AKKu
00:53.46dunderproto<PROTECTED>
01:07.31*** join/#asterisk matrix1233 (~matrix123@197.0.36.136)
01:09.36*** join/#asterisk agent_white (~agent_whi@unaffiliated/agent-white/x-6197888)
01:30.35*** join/#asterisk fstd_ (~fstd@unaffiliated/fisted)
01:46.59*** join/#asterisk Oatmeal (~Suzeanne@c-68-45-50-54.hsd1.nj.comcast.net)
01:47.07*** join/#asterisk xochilpili (~xochilpil@unaffiliated/xochilpili)
01:47.08xochilpilihi all
01:47.09*** join/#asterisk Nate15329 (~Nate15329@99-72-98-70.lightspeed.oshkwi.sbcglobal.net)
01:47.33xochilpilii have many of this "attacks" or "i dont know what means" like this: https://pastebin.com/Siyx05RJ
01:47.41xochilpilihow can i stop them?
01:50.59xochilpiliwhen i type : sip show channels i got many ip address and user/ANR i dont recognize with Peer <guest>
01:58.17tuxd00dxochilpili: In sip.conf, what is allowguest set to?
02:00.09xochilpilituxd00d, thanks for answer i have allowguest=no
02:00.29xochilpilii also have : alwaysauthreject=yes
02:00.53tuxd00dI have to run, but check your PCAP or use something like sngrep to see what’s going on.
02:01.08xochilpilisngrep ?
02:01.34*** join/#asterisk matrix1233 (~matrix123@197.0.36.136)
02:06.35*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
02:15.21xochilpilituxd00d, i have installed sngrep and im capturing, now, i see alot of "attackers" making several "INVITES" and "REGISTER" but i dont realize how to stop this
02:17.24agent_whitexochilpili: You need to limit your traffic to be between your trunk<->pbx<->UAs exclusively. They're not using your trunk to send those INVITES.
02:19.31xochilpiliagent_white, thanks for answer, i dont fully understand what u mean, i think that u are talking about deny= and permit= options in sip.conf?
02:20.22*** join/#asterisk genpaku (~genpaku@107.191.100.185)
02:30.21agent_whitexochilpili: Yep! Those are well worth looking into. Though, the traffic is passing through your network, down to your PBX. Maybe look into separating voip traffic in a VLAN?
02:33.41agent_whiteLots of things you can do to avoid. https://github.com/EnableSecurity/sipvicious - you can use this to test how far the traffic is able to egress into your network.
02:34.46agent_white(far from uncommon to see some traffic with a sipvicious tag on it)
02:53.32xochilpiliagent_white, but im connecting from outside, i mean, my personal extension is at home, and the server is in the cloud, i have no static ip address, so how can i use permit= if i have no a static ip address?
02:58.25igcewielingpacket captures would show packets before iptables filters them
03:00.12igcewielingxochilpili: use a vpn, change the permit line when your IP changes, use port knocking, use fail2ban, get a static IP, use iptables to filter out some of the common bots.
03:01.15igcewielingWhat *I* do, is to allow guest and autocreate peers, send them to a jail context and play tt-monkeys.   The bots / scripts seems to stop trying when it "succeeds".
03:01.21xochilpiliigcewieling, i have installed fail2ban and sometimes it blocks my server's ip address
03:01.40igcewielingxochilpili: there is no good answer to a non-static IP address.
03:02.12igcewielingnow you have a handful of other things to look into as well.
03:02.39xochilpiliigcewieling, i mean in the server's fail2ban config, sometimes fail2ban blocks server's ip address and i cant login
03:03.02igcewielingYou should already be using a VPN to get access to your internal network, you could run voice over that
03:03.16igcewielingxochilpili: yes, that is one of the drawbacks to using fail2ban.
03:07.25xochilpiliigcewieling, i also have downloading sipvicious then i have typed : ./svcrack.py myserver's ipaddr -u 100 and then in asterisk-cli i have a lot of REGISTER               <guest>
03:07.40xochilpilii dont get it, how  to protect from this?
03:07.56xochilpilii have done almost everything in this: http://blogs.digium.com/2009/03/28/sip-security/
03:08.21xochilpiliwith "almost everything" im not using users.conf because i only have my extension
03:08.23*** part/#asterisk Nate15329 (~Nate15329@99-72-98-70.lightspeed.oshkwi.sbcglobal.net)
03:10.02igcewielingthere is no one perfect way.  There are only layers of not perfect ways.    I'm not going to help with iptables, but here is a part of my iptables rules: https://pastebin.com/zQRhHa37
03:10.13igcewieling~users.conf
03:10.13infobot[~users.conf] users.conf is a flaming pile of sh1t that takes the fine control of several perfectly usable asterisk config files and reduces them to the lowest common denominator and makes your system behave like a "toaster grade" PBX system.
03:10.30igcewielingAnything which tells you to use users.conf should be considered wrong.
03:13.06igcewielingsorry, that is a bad paste.  standby
03:13.58igcewielingHere is the correct one: https://pastebin.com/V5Uks0Vp
03:14.37*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
03:16.26xochilpiliigcewieling, as i can see you have every rule in iptables to block all those, but if there's a new one then u add it into your iptables?
03:16.33xochilpiliare u using fail2ban also?
03:17.18xochilpiliwhat u mean with this: "Anything which tells you to use users.conf should be considered wrong". English issues: i think you mean, do not use users.conf ?
03:17.22igcewielingI don't use fail2ban.  When I see a new one, I add it.   If you don't want to use iptables or fail2ban then set up a vpn and stop fighting with the problem.
03:18.19xochilpiliigcewieling, may i share my iptables to you, in order to have some feedback from u?
03:19.00igcewielingYou missed the part where I said " I'm not going to help with iptables."   There is a world wide web of information about iptables.
03:19.53xochilpiliigcewieling, yes, sorry, i omitted that part :D
03:20.38xochilpiliigcewieling, can i ask, in asterisk do you have tcp or udp also are u using 5060 or 5061 ??
03:21.07igcewielingAlmost all peers configured on my main call servers have static IP addresses.   The only ones which don't are support staff.
03:21.57igcewielingxochilpili: I don't block the requests.   I accept them and put them in a context which plays annoying sounds.  most stop trying soon after they get that.
03:22.32igcewieling*HOWEVER* I've been using Asterisk since early 2006 and generally know what I'm doing with the configurations I deal with.
03:23.01igcewielingA novice should *NEVER* enable allowguest or autocreatepeer
03:23.46xochilpiliigcewieling, i have allowguest=no
03:23.50xochilpiliin sip.conf
03:24.11igcewielingyou should have that and autocreatepeer=no
03:24.28igcewielingallowguest=no is the most important to have.
03:27.18xochilpiliigcewieling, oks added:  autocreatepeer=no
03:28.10xochilpiliigcewieling, but i need to ask, in iptables (sorry about it), when do you declare 'SIP-SCAN' ?
03:31.29agent_whitexochilpili: "friend" may be something to look at if you use the trunk for both inbound and outbound.
03:31.55agent_whiteAlso... "insecure=" and "context=".
03:32.34agent_whitedtfmdode=rfc2833 to save all of us the hassle of inbound dtmf shit
03:32.35agent_white:P
03:32.42agent_whites/inbound/inband/
03:34.04agent_white"host=", "fromdomain=", "bindport=", "bindaddr=".
03:34.09agent_whiteshrugs
03:34.13xochilpiliagent_white, i have insecure=invite and context=from-local then i have a [default] in extensions.conf with only _X.,1,Hangup(21) and s,1,Hangup(21)
03:34.20agent_whiteShould be enough if you're looking to solve your issue with asterisk config.
03:34.58xochilpiliagent_white, wait please, baby steps :D
03:35.12xochilpilican i share a part of my sip.conf in order to have some feedback?
03:35.28agent_white:P Basically my point is that you're still allowing traffic to traverse all the way to your pbx, leaving your pbx to authenticate the traffic.
03:35.43*** join/#asterisk jkroon (~jkroon@uls-154-73-32-14.wall.uls.co.za)
03:35.51agent_whiteIt shouldn't reach that far in the first place. These other options generally are just good safey measure on top of it all.
03:36.29agent_whitexochilpili: Go for it! I'm Just mosying in though to say my 2cents before I wander off again.
03:36.37agent_whiteBut that definitely is the best start  :)
03:39.21xochilpiliagent_white, https://pastebin.com/6ecZsT5F << a part of my sip.conf
03:44.24agent_whitexochilpili: Your externip is set to (I'm assuming since you blanked it out) your WAN IP, and your bindip is wildcard while your bindport is 5060; that means, it would be fair to say that any and all SIP traffic bound for port 5060 of your WAN IP is guaranteed to reach your PBX)
03:44.43agent_white_almost_ guaranteed. Just saying as this config is setup to allow this exact thing to happen.
03:46.06agent_whiteStop the traffic before it reaches the PBX. $10 says if you had no PBX but SIP phones on your network, you would be getting lots of ghost calls from places 'appearing to be a local extension'.
03:46.13agent_white:P
03:47.29xochilpiliyes i have receive a lot of ghost calls, but i dont realize exactly what are u suggesting to do in order to stop this
03:47.46xochilpili>>Stop the traffic before it reaches the PBX << iptables ??
03:49.36agent_whiteYAP
03:49.47*** join/#asterisk matrix1233 (~matrix123@197.0.36.136)
03:53.24agent_whitexochilpili: Also, if you kinda want super-duper definitive answers to the quesion "is my trunk registered", set qualify to yes.
03:55.01agent_whiteAt least, if you maybe hook responses to the keepalive (OPTIONS) somewhere in your monitoring or whatnot.
03:57.19agent_whiteGood for folks who like to see 'heartbeats' to ensure things are alive.
03:58.09xochilpiliagent_white, im lost :D what you mean with : " if you maybe hook responses to the keepalive (OPTIONS)" somewhere?
04:02.32xochilpiliagent_white, im trying with this iptables rules: https://pastebin.com/a8rAAey9 but i cant login from my zoiper at my celphone
04:03.00xochilpili<PROTECTED>
04:12.44xochilpiliigcewieling, still here=
04:12.45xochilpili?
04:15.19*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
04:28.39*** join/#asterisk vince1 (~vince@ip72-202-187-29.ok.ok.cox.net)
04:38.47*** join/#asterisk dustinm (~dustinm@68.ip-149-56-14.net)
04:40.02*** join/#asterisk dobson (~dobson@68.ip-149-56-14.net)
04:41.40*** join/#asterisk u0m3__ (~u0m3@188.27.122.160)
04:43.53*** join/#asterisk matrix1233 (~matrix123@197.0.36.136)
04:44.31*** join/#asterisk ShuttleDuck (~heya@35.157.68.150)
05:07.06*** join/#asterisk almostworking (~almostwor@unaffiliated/almostworking)
05:15.37xochilpiliigcewieling, i have use a part of your iptables, but sipvicious is not working
05:16.12*** join/#asterisk AndyCap (~aoy@pdpc/supporter/sustaining/AndyCap)
05:16.13*** join/#asterisk mub (~jub@static-173-53-12-18.rcmdva.fios.verizon.net)
05:26.42*** join/#asterisk gerhard7 (~gerhard7@ip5657ee30.direct-adsl.nl)
06:01.06*** join/#asterisk bof22 (~Thunderbi@185.13.183.107)
06:11.18*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
07:19.02*** join/#asterisk tzafrir (~tzafrir@81.218.177.19)
07:19.49*** join/#asterisk jkroon (~jkroon@dustpuppy.is.co.za)
07:20.12*** join/#asterisk pchero_work (~pchero@2a00:c80:1072::6b2)
07:26.09*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
07:39.45*** join/#asterisk Y04NN (~y04nn@178.18.54.206)
07:42.01*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
07:44.25*** join/#asterisk Yorch (~textual@88.red-83-61-9.staticip.rima-tde.net)
07:47.06*** join/#asterisk phrearch (~spindle@34.tbb.spindle.osso.nl)
07:47.11phrearchmorning
07:53.36*** part/#asterisk StucKman (~mdione@195.200.189.206)
07:59.43Alblasco1702phrearch, morning
08:07.09*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
08:10.11Yorchmorning
08:10.44Yorchhope today someone could give me a hand with monitoring on zabbix.... i'm still working on it...
08:16.45*** join/#asterisk sekil (~sekil@nat-73.net011.net)
08:20.14*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
08:39.27*** join/#asterisk sotoz (~sotoz@095-097-255-066.static.chello.nl)
08:40.03sotozHello, can I use ARI to access the AMD application? I can't find an endpoint in the ARI for this. Am I missing something?
08:54.54SamotDon't think you can.
09:04.54sotozIs there a workaround for that?
09:05.07SamotI don't know.
09:05.22SamotWhat do you want to use ARI for with AMD?
09:05.44sotozCan I create an outgoing channel with the ARI, do a continue in dialplan that will execute the AMD application, set some channel vars and then read them with ARI
09:05.50sotozor something like that
09:06.05SamotWell..
09:06.08SamotI use AMI
09:06.12SamotSo yes.
09:06.21SamotYou can originate a call..
09:06.27SamotSend it to the context that has AMD in it.
09:06.46sotozhm
09:07.53SamotSo I'm guessing the /channels POST for originate will do it for you
09:08.40sotozyes, I'm already using that to originate a channel
09:08.52SamotOK..
09:09.12sotozso after the answer, I should a ContinueInDialPlan
09:09.21SamotNo.
09:09.24SamotIt's Originate
09:09.38SamotThe command doesn't change if you use AMI or ARI
09:09.43SamotOr straight from the dialplan.
09:09.45sotozok
09:09.56sotozso how do I use the AMD application then?
09:10.19SamotWhat do you mea?
09:10.24SamotWhat do you mean?
09:10.29SamotHow to use it in general?
09:10.33SamotOr how to call on it?
09:10.45sotozI want to originate the channel and depending of if it is a machine or not do different things
09:10.50SamotOK
09:11.05SamotYou understand how Originate works, right?
09:11.17sotozI think so..
09:11.38sotozit creates the channel, and dials it
09:11.48SamotYou specify the extension, context and priority you send the call to once the endpoint answers.
09:12.28sotozso what extension should I give in case that I'm originating from a Stasis application
09:12.35SamotSo you Originate that opens a channel to dial to 1NXXNXXXXXX via your trunk.
09:12.48SamotThat dial is ANSWERED
09:12.52sotozaha
09:13.07SamotIt sends it to the exten,context,priorty
09:13.30SamotNow that call is considered INBOUND
09:13.45sotozwell, I'm using the "app" parameter to pass the channel in my stasis application
09:13.50SamotSo the callee now can send back DTMF, you can check for talking..etc
09:14.02SamotI don't use ARI
09:14.03sotozI see that this is mutally exclusive with extension/context/priority
09:14.07SamotHaven't overly messed with it
09:14.13SamotBut it's kinda the same concept.
09:14.17sotozok
09:14.18*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
09:14.20SamotNo.
09:14.28SamotYou can send the call to an app as well
09:14.38SamotYou can either send it to an app or the context, etc
09:14.55sotoz"extension: string - The extension to dial after the endpoint answers. Mutually exclusive with 'app'."
09:15.00SamotYou should read up on both Originate and AMD so you understand how they can work together.
09:15.09SamotYes
09:15.16SamotYou choose an APP or an EXTENSION
09:15.20SamotOne or the other.
09:15.28sotozok, so in my case I should use app
09:15.40SamotThat's up to you.
09:15.54sotozas I have a stasis app that has the business logic of what should happen if the answer is from a machine or human
09:15.58SamotAgain, I do this with AMI and just send calls to an extension, context, priority
09:16.10sotozok
09:16.12SamotThen why do you need AMD?
09:16.38sotozI need asterisk to detect the machine so I decide then what to do
09:17.07SamotSo then sending answered call straight to the stasis app immediately will be pointless.
09:18.02sotozwhy? in case it has a status as a channel var if it is a machine or not then I can choose what to do with that call (hangup/transfer/play etc)
09:18.18SamotIf it goes straight to the stasis app..
09:18.25SamotHow do you know if it's a machine or human?
09:18.33SamotHow will the stasis app know what to do?
09:18.39sotozI was thinking of setting somehow a channel var
09:18.48sotozin the dialplan
09:18.52SamotWhen are you going to call on AMD?
09:19.05sotozafter the answer
09:19.25Samot5:15:32 AM <sotoz> ok, so in my case I should use app <<-- WHAT APP?
09:19.42sotoz"app: string - The application that is subscribed to the originated channel. When the channel is answered, it will be passed to this Stasis application. Mutually exclusive with 'context', 'extension', 'priority', and 'label'."
09:19.51sotozI was referring to this app ^^
09:19.56SamotI know.
09:20.11SamotHow do you know if the call is answered by machine or human?
09:20.21SamotHow will the stasis app know what to do with the call once it's answered?!
09:20.30sotozI don't. That's why I wanted to use the AMD application with the ARI somehow
09:20.33sotozbut it's not supported
09:20.41SamotRight
09:20.49SamotSo instead of sending the call to the stasis app.
09:20.54SamotYou need to send to AMD
09:21.02SamotTHEN the stasis app.
09:21.12sotozaha
09:21.22SamotYou have the start and the end of the processs
09:21.25SamotYou don't have a middle
09:21.31SamotThat's what AMD is for.
09:21.59sotozok :) thanks for your valuable info. I'll try that.
09:22.35Samot5:15:03 AM <Samot> You should read up on both Originate and AMD so you understand how they can work together.
09:22.49sotoz:)
09:23.06sotozoh it's 5:15 there??? go to sleep already :P
09:23.16SamotI just woke up.
09:23.19sotozheh
10:02.45*** join/#asterisk Y04NN_ (~y04nn@178.18.54.206)
10:07.10*** join/#asterisk Y04NN (~y04nn@178.18.54.206)
10:07.39*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
10:08.08*** join/#asterisk Y04NN_ (~y04nn@178.18.54.206)
10:20.26*** join/#asterisk andycol (~andycol@154.118.252.14)
10:20.28andycolHi Guys
10:20.48andycoli upgraded from asterisk 1.8 to asterisk 13 and now the queue log is no longer showing callerid
10:20.52andycolfor inbound calls
10:20.54andycolany ideas why?
10:24.00*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
10:26.29*** join/#asterisk sotoz (~sotoz@095-097-255-066.static.chello.nl)
10:37.56*** join/#asterisk friedrich (~friedrich@aextron.de)
10:39.05*** join/#asterisk dadrc (~quassel@unaffiliated/dadrc)
10:45.07*** join/#asterisk Maliuta_ (maliutamat@gateway/shell/matrix.org/x-ejkzzhemwypcmhdg)
10:46.48*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
10:53.00*** join/#asterisk pvoigt (~Linux@unaffiliated/pvoigt)
10:56.17*** join/#asterisk tuxd00d (~tuxd00d@ip68-106-11-24.ph.ph.cox.net)
10:57.19*** part/#asterisk snadge (~snadge@unaffiliated/snadge)
11:07.26*** join/#asterisk fblackburn (~fblackbur@qubcpq0957w-lp130-02-70-53-163-58.dsl.bell.ca)
11:07.55*** join/#asterisk miralin (~Thunderbi@195.19.212.23)
11:15.37*** join/#asterisk n3ob_ (~n3ob@pool-96-227-225-12.phlapa.fios.verizon.net)
11:41.28*** join/#asterisk MrMojit0 (~MrMojit0@hoofddorp.cn.nl)
11:45.05*** join/#asterisk Rini (uid196547@gateway/web/irccloud.com/x-tjlssffwasousywe)
11:53.17*** join/#asterisk Y04NN (~y04nn@178.18.54.206)
12:00.55*** join/#asterisk Guest70 (~textual@r186-52-203-239.dialup.adsl.anteldata.net.uy)
12:02.02*** join/#asterisk Guest70 (~textual@r186-52-203-239.dialup.adsl.anteldata.net.uy)
12:02.47*** join/#asterisk Guest70 (~textual@r186-52-203-239.dialup.adsl.anteldata.net.uy)
12:04.36*** join/#asterisk scgm11 (~scgm11@r186-52-203-239.dialup.adsl.anteldata.net.uy)
12:14.55*** join/#asterisk mdee (5639d913@gateway/web/freenode/ip.86.57.217.19)
12:18.27mdeehello, when i try to open some ari via swagger or curl asterisk goes to down, this behavior related to v.13.14.0 and higher, 14.3 and higher, in 14.2 everything is ok
12:18.35*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
12:19.06*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
12:36.43*** join/#asterisk brad_mssw (~brad@66.129.88.50)
12:45.19*** join/#asterisk [TK]D-Fender (~joe@216.191.106.165)
12:46.48*** join/#asterisk hyegeek (~hakimian@wsip-72-214-228-246.ph.ph.cox.net)
12:50.11*** join/#asterisk scgm11 (~scgm11@r186-50-165-38.dialup.adsl.anteldata.net.uy)
12:54.48*** join/#asterisk sekil (~sekil@nat-73.net011.net)
13:06.06*** join/#asterisk sekil (~sekil@nat-73.net011.net)
13:06.07*** join/#asterisk tuxian_ (~tuxian@194.12.3.78)
13:11.47*** join/#asterisk dexta (~D3XTA@host86-185-67-200.range86-185.btcentralplus.com)
13:30.26sotozmdee: what do you mean : asterisk goes to down?
13:33.21*** join/#asterisk putnopvut (putnopvut@asterisk/master-of-queues/mmichelson)
13:33.21*** mode/#asterisk [+o putnopvut] by ChanServ
13:36.17CyberJacobam I right in thinking that PJSIP can't do IP-based authentication?
13:37.59SamotNo. It does.
13:38.13[TK]D-Fenderabsolutely
13:39.44*** join/#asterisk miralin (~Thunderbi@195.19.212.23)
13:42.29*** join/#asterisk cresl1n (Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
13:42.29*** mode/#asterisk [+o cresl1n] by ChanServ
13:49.54*** join/#asterisk newtonr (RustyNewto@nat/digium/x-ykyhdufddcxvogoy)
13:49.54*** mode/#asterisk [+o newtonr] by ChanServ
13:52.28mdeesotoz: i mean - it crashed
13:52.53mdeeusr/sbin/asterisk: symbol lookup error: /usr/lib64/asterisk/modules/res_ari.so: undefined symbol: stasis_app_get_debug_by_name with this error
13:53.15mdeeautoload all modules solved my problem
13:53.55mdeethen i search modules from wich ari's depends
14:09.55*** join/#asterisk kharwell (kharwell@nat/digium/x-tebiyocudssnlqys)
14:09.55*** mode/#asterisk [+o kharwell] by ChanServ
14:23.41*** join/#asterisk sekil (~sekil@nat-73.net011.net)
14:26.12*** join/#asterisk miralin (~Thunderbi@195.19.212.23)
14:29.47*** join/#asterisk miralin1 (~Thunderbi@195.19.212.24)
14:29.57*** join/#asterisk tuxian_ (~tuxian@igilmour.plus.com)
14:32.23*** join/#asterisk igcewieling (~ewieling@ip98-170-215-112.pn.at.cox.net)
14:32.46*** join/#asterisk agent_white (~agent_whi@unaffiliated/agent-white/x-6197888)
14:35.59*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
14:49.53*** join/#asterisk adeeln (~adeel@fw1.ridgeway.scc-zip.net)
14:50.38*** join/#asterisk newtonr (RustyNewto@nat/digium/x-qwawvrmfeyfudxce)
14:50.38*** mode/#asterisk [+o newtonr] by ChanServ
14:58.34*** join/#asterisk bof22 (~Thunderbi@185.13.183.107)
15:01.22*** join/#asterisk miralin1 (~Thunderbi@195.19.212.23)
15:05.01*** join/#asterisk skywayskase (~skywayska@67.139.42.219)
15:14.06*** join/#asterisk TandyUK (~admin@2a02:13a0:a006:1:5123:4747:77c4:58f3)
15:23.36*** join/#asterisk skywayskase (~skywayska@67.139.42.219)
15:25.39*** join/#asterisk skywayskase (~skywayska@67.139.42.219)
15:28.25*** join/#asterisk rmudgett (rmudgett@nat/digium/x-phxmgcgrogzafjjn)
15:28.25*** mode/#asterisk [+o rmudgett] by ChanServ
15:29.29*** join/#asterisk skywayskase (~skywayska@67.139.42.219)
15:32.45*** join/#asterisk jkroon (~jkroon@197.96.224.13)
15:33.13*** join/#asterisk theodotos (~theodotos@78.158.142.251)
15:34.30*** join/#asterisk cresl1n (Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
15:34.30*** mode/#asterisk [+o cresl1n] by ChanServ
15:34.44*** join/#asterisk net (1b3e8db4@gateway/web/freenode/ip.27.62.141.180)
15:35.01netanyway to disable dtmf tone on incoming calls to be PCI complaince?
15:35.51*** join/#asterisk tuxian (~tuxian@igilmour.plus.com)
15:43.09*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
16:01.45Kobazwhat's asterisk's preferred payload type for RFC2833 DTMF?
16:03.56*** join/#asterisk dakudos (~dakudos@c-73-243-248-133.hsd1.co.comcast.net)
16:04.19*** join/#asterisk sawgood (~sawgood@unaffiliated/sawgood)
16:10.32*** join/#asterisk hfb (~hfb@47.139.20.20)
16:23.19*** join/#asterisk pchero (~pchero@109.70.54.56)
16:27.30imcdonaI've been working with the Corosync devs to address the res_corosync.so module crashing Asterisk when used with Corosync 2.x. See here: https://github.com/corosync/corosync/issues/57 They've written a patch for Asterisk. When might we see this bug fix released for certified Asterisk 13?
16:29.00fileif included recently it would go into the next major certified release months in the future
16:29.57Kobazmmm corosync
16:29.59Kobazi need to get into that
16:30.03imcdonaCurrently the dev is waiting for the "Contributor licence" agreement in order to post commit the change
16:30.04Kobazi'm sure i'll be crashing it too
16:30.13Kobazthat's what happens
16:30.21Kobazi try new things in asterisk, and it crashes
16:30.24Kobazand then if fix it :)
16:30.35Kobazs/if/i/
16:31.10Kobazmy current side project is setting up ceph
16:33.39imcdonaIf someone can move the process along to get the corosync dev's aggreement reviewed that would help. ;)
16:33.49fileit has to be reviewed by legal
16:34.09filenoone can move that along, but it's generally done quickly
16:34.09imcdonaahh...what are we looking at in terms of time-frame?
16:34.19filea few hours or a day
16:34.32imcdonaOkay. Perfect. I'll pass that along. Thanks
16:38.31*** join/#asterisk EnrgySmth (d8eba101@gateway/web/freenode/ip.216.235.161.1)
16:38.43*** part/#asterisk EnrgySmth (d8eba101@gateway/web/freenode/ip.216.235.161.1)
16:56.31*** join/#asterisk theodotos (~theodotos@78.158.142.251)
16:57.50DanQuinneyHow does one add a PJSIP header that contains params? If I do the following; http://paste.codebasehq.com/pastes/m5tf98yrpytwsetl5d, I see the following;  http://paste.codebasehq.com/pastes/w8y5soy1ow86j250p9
16:57.55DanQuinneyWithout the params it's fine
17:00.42fileescape them by putting \ in front
17:00.49fileotherwise the configuration parser treats it as a comment
17:02.16DanQuinneyinfront of the ;
17:02.23fileyes
17:04.49*** join/#asterisk jkroon (~jkroon@uls-154-73-32-14.wall.uls.co.za)
17:05.07DanQuinneythat worked a treat, thanks file :)
17:05.14fileyou're welcome
17:08.51*** join/#asterisk tuxian (~tuxian@igilmour.plus.com)
17:54.04*** join/#asterisk gregs_ (sid160074@gateway/web/irccloud.com/x-rdckrfsgxchybnbl)
17:54.30*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
17:54.40*** join/#asterisk cresl1n (Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
17:54.40*** mode/#asterisk [+o cresl1n] by ChanServ
17:58.32*** join/#asterisk theodotos (~theodotos@78.158.142.251)
18:00.45*** join/#asterisk somepoortech (~somepoort@72-0-128-228.static.firstlight.net)
18:30.20*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
18:31.10*** join/#asterisk sekil (~sekil@cable-89-216-228-20.dynamic.sbb.rs)
18:35.22*** join/#asterisk cresl1n (Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
18:35.22*** mode/#asterisk [+o cresl1n] by ChanServ
18:39.43*** join/#asterisk iulhk (~iulhk@103.255.4.15)
18:39.45iulhkhi
18:41.50*** join/#asterisk defsdoor (~andy@cpc35-sutt4-2-0-cust184.19-1.cable.virginm.net)
18:43.03iulhktrying to use set_callerid (if i am using this way "$AGI->set_callerid(123456789); it works fine" if i use this way $AGI->set_callerid(123456789PR1234); it works but in sip client call logs underneath of call record 123456789PR1234 and asterisk printed? how to remove asterisk word?
18:47.41*** join/#asterisk Download-Fritz (~Download-@p200300752E715800202FE715210F2417.dip0.t-ipconnect.de)
18:48.36[TK]D-Fenderiulhk, Use the normal function for this or set the name
18:48.36Download-FritzHey, good day! Would someone happen to know whether it is intended that variables in exten dialplan 'instructions' always resolve to an empty char?
18:49.05*** join/#asterisk cresl1n (~Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
18:49.05*** mode/#asterisk [+o cresl1n] by ChanServ
18:49.06[TK]D-FenderDownload-Fritz, please rephrase that
18:49.17Download-Fritzexten => 123${TEST}456,... it always matches 123456, whatever the value of TEST is
18:49.30[TK]D-Fenderthat is not a variable
18:49.43[TK]D-Fenderthat is a CONSTANT and must be hard set under [globals]
18:49.59[TK]D-FenderIt only loks like a variable
18:49.59Download-FritzI set it via 'setvar' in the peer definition
18:50.06[TK]D-FenderDoesn't work that way
18:50.10Download-FritzI know that :)
18:50.14Download-FritzI asked if that was intended
18:50.30[TK]D-Fenderexten => 123${TEST}45 <---- that is a CONSTANT reference and only applies to those set under [globals]
18:51.37Download-FritzYes, thanks, but my question is whether that is intended / by-design. I was thinking about filing a bug before I found this channel
18:53.50[TK]D-Fenderyes, it was always intended and documented as such
18:53.56[TK]D-Fenderit was never a variable
18:54.22rmudgettOtherwise it would make finding an exten much more difficult.
18:54.41Download-FritzI see, thanks
18:54.48rmudgetti.e.,  Slow as molasis in January
18:54.52[TK]D-Fenderhttps://www.voip-info.org/wiki/view/Asterisk+Dialplan+Globals
18:55.00Download-FritzI hoped I could get around using the phone number multiple times across the config files
18:55.24[TK]D-FenderThere is a suggestion that you might be able to change the value in runtime....
18:55.40iulhkthis is for set callerid  "$AGI->set_callerid(123456789), what is for set callerid name ?
18:55.40[TK]D-Fendernot sure how you could do that while still trying to succeed at a pattern match though
18:55.56[TK]D-Fenderiulhk, Use the normal function for this
18:56.04*** join/#asterisk Y04NN (~y04nn@nayon.fr)
18:56.23*** part/#asterisk sekil (~sekil@cable-89-216-228-20.dynamic.sbb.rs)
18:57.01Download-Fritzglobals would be 'bad design' for my purpose, guess I need to just mention the number once more. Thank you very much"!
18:58.31iulhk<[TK]D-Fender>: if i will use normal, then i will not be able to send what exactly i want to SET. so that's why i am trying to append and then sending to callee modified callerid or caller name, ?
18:59.27[TK]D-FenderWhy not?
19:00.32iulhklike my actual caller is 123456789 and i want when it calls to callee, callee should get 123456789PR or etc ?
19:01.01[TK]D-FenderUSE THE REGULAR DIAPLAN FUNCTION TO SET THIS
19:01.52iulhkok
19:06.08sawgoodAstriCon 2017 (Orlando, Fl)!
19:11.11*** join/#asterisk cresl1n (~Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
19:11.11*** mode/#asterisk [+o cresl1n] by ChanServ
19:17.05*** join/#asterisk skywayskase (~skywayska@67.139.42.219)
19:19.09*** join/#asterisk _0x5eb_ (~seb@seb-hpws2.w1.tele.crt1.net)
19:24.38*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
19:40.06*** part/#asterisk Download-Fritz (~Download-@p200300752E715800202FE715210F2417.dip0.t-ipconnect.de)
19:56.50DanQuinneygood excuse for a holiday sawgood
19:58.38*** join/#asterisk qakhan (~qakhan@50-204-254-11-static.hfc.comcastbusiness.net)
19:59.25qakhanhi all, i am using sip realtime, sometime extens shows in sip show peers and sometime not
19:59.42qakhanwhat could be the problem?
20:01.48*** join/#asterisk miralin (~Thunderbi@194.8.128.50)
20:10.09*** join/#asterisk tzafrir (~tzafrir@bzq-82-81-175-197.red.bezeqint.net)
20:13.35*** join/#asterisk klow (uid213056@gateway/web/irccloud.com/x-jcxifwjvmrhblwku)
20:14.58klowHello,  I've been making the switch over to PJSIP driver on some systems, and I'm wondering if theres a way to get more logging? the chan_sip logging would say things like "crypto suite not support" or "no matching codecs found"  and other stuff like that in the /var/log/asterisk/full  ,  but even if "pjsip set logger on" and "logger set level debug"  im not
20:14.58klowreally getting helpful hints on why a call might be failing .. ?
20:15.34klowthe pjsip logger gets me the SIP Dialog, but it seems the chan_sip driver would give more hints in the asterisk logfile
20:15.54*** join/#asterisk Dovid (~dovid@ool-3f8fef18.dyn.optonline.net)
20:18.52*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
20:20.42DanQuinneyhey guys, I've got an odd issue, I've got an incoming number that's dialling out to a mobile, if the caller hangs up the phone then the mobile still thinks it's the call still; http://paste.codebasehq.com/pastes/dpmhavemi9xgniamdu
20:21.14DanQuinneyi'm bloody confused
20:23.17*** join/#asterisk cresl1n (~Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
20:23.17*** mode/#asterisk [+o cresl1n] by ChanServ
20:30.33*** join/#asterisk skywayskase (~skywayska@67.139.42.219)
20:46.08*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
20:52.05*** join/#asterisk scgm11__ (~scgm11@r186-52-124-188.dialup.adsl.anteldata.net.uy)
20:56.36*** join/#asterisk captain118 (uid167508@gateway/web/irccloud.com/x-xdopvwufubiqdexj)
21:23.23*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
21:29.06*** join/#asterisk [TK]D-Fender (~joe@64.235.216.2)
22:00.44*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
22:18.22*** join/#asterisk matrix1233 (~matrix123@197.1.134.9)
22:33.38*** join/#asterisk simplydrew (~simplydre@unaffiliated/simplydrew)
22:50.51*** join/#asterisk Cory (~Cory@unaffiliated/cory)
23:24.25*** join/#asterisk Samael28 (~Samael28@79.110.128.128)
23:40.37*** join/#asterisk dougbtv (~doug@cable69-54-7-73.stoweaccess.com)

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