IRC log for #asterisk on 20160927

00:19.28*** join/#asterisk jameswf (uid27319@gateway/web/irccloud.com/x-lhsbhyfmznxpwiqk)
00:34.42*** join/#asterisk ganbold (~ganbold@173.244.215.173)
01:03.19*** join/#asterisk celer (~celer@pc1.robertwaltersjp-unet.ocn.ne.jp)
01:44.30*** join/#asterisk fstd_ (~fstd@unaffiliated/fisted)
01:52.57*** join/#asterisk Juggie (~Juggie@unaffiliated/juggie)
02:04.12snadgeim gonna get flamed for this.. but you guys are pretty cool, and hopefully wont lart me for something woefully offtopic
02:04.27snadgefreeswitch doesn't seem to have a concept of fromuser ?
02:09.32drmessanohttps://wiki.freeswitch.org/wiki/Variable_sip_from_user
02:09.41drmessano20 seconds of Googling
02:10.55snadgehyeah i found that too
02:10.59snadgesee also todo
02:11.43snadgeand it doesn't really suggest what you should do with that variable.. or where it goes or anything.. i know nothing about freeswitch, but thats what $parentcompany uses.. and they're like, yeah, just connect a pbx up to us.. and we wont help you with anything.. just figure it out ;)
02:12.10drmessanoFreeswitch has an IRC channel.  I've heard they are completely responsive in there
02:12.29drmessanoSeems like that would be time better spent
02:17.01SamotNaw, asking questions in an unrelated channel is better.
02:23.00snadgeabsolutely.. i fear that if i go in there.. i'll run into people from $parentcompany ;)
02:23.41snadgeim just working around it.. its interesting that asterisk 14 has added proper support for SRV lookups
02:23.58snadgeso clearly this is becoming a problem for people integrating asterisk with freeswitch/kamailio
02:24.57snadgeyou can only auth by a single ip.. so you have to duplicate the context for each ip address.. done some googling on that.. yep, sure enough, that's how you do it
02:25.31SamotWhat are you trying to do?
02:25.37drmessanoProper support for SRV lookups?
02:25.50SamotYeah, I let that slide.
02:26.24drmessanoI thought it had it 10 years ago
02:26.37SamotYeah, I use it quite a lot.
02:27.25drmessanoMaybe they added the oft-unrequested feature of following weights and priorities
02:28.34drmessanoBut since most providers use RRDNS..
02:29.04drmessanoIDK.. DNS SRV seems more like a client problem, and one that's implemented well in many places
02:29.13Samot<param name="from-user" value="809XXXXXXX"/>
02:29.38SamotWouldn't that be equivalent of "fromuser"?
02:29.58SamotOr even what drmessano said: sip_from_user
02:31.01snadgewhat i meant by proper support for srv lookups.. if a hostname resolves to more than one ip.. asterisk doesn't care
02:31.18snadgeso you cant say.. host=sip.myprovider.com .. and have that actually mean, more than 1 ip address
02:31.32drmessanoThat has nothing to do with DNS SRV
02:31.45drmessanoThats standard DNS A Lookups
02:31.46snadgekind of
02:31.49drmessanoNo
02:32.10drmessanoDNS SRV Lookups are entire different
02:32.19*** join/#asterisk mrhelpmann (~mrhelpman@i.am.mrhelpmann.xyz)
02:32.43SamotCompletely.
02:33.02SamotBecause with a DNS SRV I can put sip.provider.com in there..
02:33.04snadgei get that an SRV record is not related to an A record
02:33.16SamotAnd the SRV record will tell me which destination to use.
02:33.21SamotBase on the priority and weight.
02:33.37snadgewhat i dont get.. is why the two are confused in this way
02:33.46snadgeright so its a terminology fail
02:34.12SamotWell one, unless they are doing load balancing people don't assign more that one IP to a FQDN.
02:34.21snadgeeither way.. if you say.. host=sip.myhost.com.au .. and that resolves to 1.1.1.1, 2.2.2.2, 3.3.3.3 as an example
02:34.28SamotIt can't
02:34.31drmessanoHow are they confused?
02:34.35snadgeasterisk will pick one of the above ips.. and if the call comes from another.. it will be rejected
02:34.39drmessanoIt's very clear that they are different
02:35.08drmessanochan_sip doesn't support multiple hosts
02:35.12drmessanochan_pjsip does
02:35.29drmessanoand that has nothing to do with DNS SRV
02:35.55drmessanochan_sip is DEAD
02:35.58snadgeright.. its just inconvenient thats all.. so what i've had to do is create a duplicate peer for each ip address
02:36.16drmessanoso use chan_pjsip
02:36.40snadgeyeah that would be nice.. except theres a whole bunch of custom stuff that depends on chan_sip that would need to be rewritten
02:36.48drmessanochan_sip is DEAD
02:36.49snadgeincluding agi scripts, billing system etc
02:37.03drmessanoIt's in maintenance mode
02:37.26snadgeit doesn't change the fact that we can't wave a magic wand and switch to pjsip
02:37.33snadgethats going to take considerable effort
02:38.03SamotHow many hosts do you have to make a peer for?
02:38.03lorsungcujust imagine its a very heavy wand you need to work hard to wave
02:38.04snadgeif it was just asterisk.. sure.. why not, follow one of the guides.. change over to pjsip.. done
02:38.35snadgeits all the other crap.. scripts written by people years ago, who have left etc.. the usual story
02:38.41drmessanoThis is like a constant moving goalpost
02:38.51drmessano1. Nothing to do with DNS SRV
02:38.58drmessano2. Everything to do with chan_sip
02:39.09drmessano3. Resolved by using chan_PJSIP in 13, not 14
02:39.37drmessanoor making a bunch of peers
02:39.38snadgehttps://wiki.asterisk.org/wiki/display/AST/New+in+14
02:39.50snadgebullet point one
02:40.26drmessanoWhat about it?
02:40.35snadgewhich sounds like its not related to what i was talking about before.. but thats okay, i get that now
02:40.43SamotYou mean for Unbound?
02:40.46drmessanoIts completely unrelated
02:40.48SamotA DNS service?
02:40.52SamotLike BIND?
02:41.45SamotSo they fixed SRV and NAPTR lookups for Unbound.
02:41.50drmessanoYour issue is host= can only contain one IP address
02:41.56Samot^^ That.
02:42.16drmessanoNothing to do with DNS SRV, nothing to do with DNS changes in 14, everything to do with chan_sip
02:42.37snadgeokay sure.. im reading about naptr and srv and sip now
02:42.40drmessanoI dont think you understand what DNS SRV records are
02:42.46snadgejust because im curious as to what that actually means
02:43.37SamotWait, you're making comments on how DNS SRV has been "properly fixed" in 14 and you don't know what it means/does?!
02:44.08lorsungcu<PROTECTED>
02:44.25snadgesomeone confused me the other day by saying "asterisk doesn't support SRV lookups" .. and then i confused that with a single ip per host= .. which is a chan_sip limitation
02:44.26drmessanoSamot: Indeed
02:44.47drmessanoAsterisk has supported DNS SRV lookups since 1.4
02:45.12SamotYup.
02:45.36snadgeright.. so i think i get it now.. you can do a NAPTR lookup, which can return an SRV record
02:45.37drmessanoI believe whats been missing is it doesn't follow weights and priorities.. I just returns the first host.  But I dont know any providers that implement that anyway
02:45.41snadgewhich you then use to look up an A record
02:45.45snadgeright
02:46.04snadgethat doesn't seem like a big deal to me at all
02:46.15snadgei guess someone is excited about it though
02:46.34drmessanoIt has applications to improve things over RRDNS
02:46.46drmessanoBut its not fixing anything thats BROKEN
02:46.53SamotAnd ties the lookups to a specific protocol and service.
02:46.59drmessanoWhich is why its taken 10 years to get here
02:47.05SamotSo my A record for my sip domain can go one place..
02:47.21Samotand my UPD/SIP requests go someplace else.
02:47.43snadgeright.. it also seems to imply that it will do basic redundancy as well.. eg.. try the first priority
02:47.48drmessanoWhere I see DNS SRV implemented is basically just having a SIP resource record for any given domain.  Period.  Not having to look up the actual host name.  Period
02:47.49snadgeif that doesnt work.. try the second one
02:47.59SamotNo.
02:48.02SamotThat's not how it works.
02:48.14SamotI can set up SRV records to have priority...
02:48.34SamotAnd I can set up SRV records to have the same priority with different weights.
02:48.58SamotSo I can send all my primary requests to a SRV record with 4 destinations..
02:49.02SamotWeight them as 25% each
02:49.20SamotAll requests will be split..
02:49.32SamotI make an A record with 4 destinations...
02:49.47SamotWhichever one responds, wins.
02:49.48SamotDIFFERENT
02:49.49drmessanoBut again
02:49.58drmessanoIf I have RRDNS..
02:50.14drmessanoIts Pseudo random, and there's load balancing in place anyway
02:50.25snadgebefore when i said try the first priority.. what i meant was.. try the lowest weight, within that priority
02:50.26drmessanoSo sure.. this is another way of doing it
02:50.48drmessanoBut this DOESNT address the whole "I have one host and the call is coming from another"
02:50.48snadgeit still seems like its up to the client though whether it does that or not
02:51.21drmessano99% of SIP clients have DNS SRV implemented, with weights and priorities
02:53.09SamotThat's generally what those Use DNS SRV and Add DNS SRV Prefix settings devices have.
02:53.19snadgein any case.. you've confirmed that pjsip handles multiple ips, and chan sip does not.. and likely never will
02:53.27SamotNo, it won't.
02:53.34SamotPJSIP is the Chan_SIP replacement.
02:53.59snadgei was actually surprised to see that chan_sip is still in asterisk 14
02:54.10snadgeive been expecting it to go away for some time now
02:54.12SamotIt's not going away anytime soon.
02:54.24SamotBecause like you said "Just can't hit a button and convert to PJSIP"
02:55.05snadgeif we didn't have complicated custom agi scripts.. and a billing system / management portal that utilised the mysql backend for the realtime database
02:55.12drmessanoIt will sit around in Zombie Jesus mode for years
02:55.15snadgeit would make the process a lot more straight forward
02:55.27drmessanoWhat does that have to do with chan_SIP?
02:55.40snadgethe format of the realtime database has significantly changed between the two
02:56.08snadgeshould you be poking things in and out of that outside of asterisk? probably not.. but apparently some people do
02:56.08drmessano*sigh*
02:56.27drmessanoLots of people do
02:56.51WIMPyThat's usually the point, isn't it?
02:56.58SamotAre you referring to adding things to the database?
02:57.17snadgeright so as just one example.. adding a DID to someones billing account
02:57.23drmessanoApparently few people interface externally with Asterisk
02:57.31drmessanoSomeone better tell Digium
02:57.52snadgethe code which does that, also pokes the number into the asterisk database.. so that it actually does something when you call it etc.. redirecting it.. diverting it.. all that kinda fun stuff
02:58.21drmessanosed -i s/SIP/PJSIP *
02:58.27SamotNO!
02:58.31drmessanoFeel free to paypal me my consulting feeds
02:58.31SamotNot sed!
02:58.34drmessanoFeel free to paypal me my consulting fees
02:58.51snadgei haven't looked into the AGI side of it much.. but im going to presume that some of the parameters have changed
02:58.59drmessanoYep
02:59.01drmessanosed -i s/SIP/PJSIP *
02:59.57snadgeso when chan_sip is deprecated.. i start seeking employment elsewhere :P .. because we know its just going to sit on life support until it fails, spectacularly
03:00.07snadgehehe
03:00.39snadgei was pleased to see that a cdr handling bug has been fixed in ast 14 though.. just annoyed that 14 isnt an lts
03:00.44snadgeand that fix is unlikely to be backported
03:01.03drmessanolol
03:01.11drmessanoWhy does it matter that it's not an LTS?
03:01.26snadgelts you can neglect for a much longer period of time
03:01.33snadgevery important :P
03:01.41SamotIt's not a question of when Chan_SIP is deprecated...
03:01.48SamotIt *is* deprecated.
03:01.50drmessanoMaybe you are in the wrong business
03:02.00SamotThere's no further development on it outside of the community.
03:02.23drmessanochan_sip was deprected when 13.0.0 was released
03:02.27SamotLTS releases do not mean you can ignore them longer.
03:02.28drmessanodeprecated
03:02.35SamotYeah, that too.
03:02.54drmessanoSamot: When you don't give a shit, whatever time you can buy to do nothing else is a good thing
03:03.09drmessanoSo +1 for LTS and no-progress initiatives
03:03.25drmessanoZombie Jesus Admin
03:03.28snadgewhen things are in production, you dont want to be changing them every 6 months.. you could call it laziness i guess
03:03.35drmessano6 months?
03:03.44drmessanoNon-LTS releases are supported for like 2 years?
03:04.22drmessanoIf you're not upgrading every couple of years, you're not progressing anyway
03:05.02SamotUpgrading is for whippersnappers.
03:05.18snadgei completely agree.. you should be aiming to upgrade every few years to stay current.. i think the idea behind an lts is it buys you some additional time.. you're not forced to
03:05.37snadgethe alternative is to go out of support.. which im sure plenty of businesses do
03:07.08*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
03:07.24snadgeim starting to think i'd be better off going back to development, rather than systems admin.. the irony being, i became a sysadmin because im lazy
03:07.38SamotNo, that sounds right.
03:07.48snadgeat least as a dev.. i can just point at the out of date production systems.. and laugh.. and whinge about how everything isn't the latest xyz, and its not my problem
03:08.03SamotExpect it is.
03:08.26SamotDevelopment means you should be developing the next stage/platform.
03:08.53SamotSo things are out of date because development hasn't developed the new upgrade path for the systems.
03:10.21SamotLazy developers are worse than lazy sysadmins.
03:10.46snadgethe sysadmins want to use code from 1972.. and the devs want to use bleeding edge nightly git
03:11.01snadgethats the way it usually goes
03:11.01SamotWhat is with the extremes?
03:12.13snadgethats right.. it was illustrated with an extreme, but the idea is that a compromise between them needs to be reached
03:12.50snadgedevs sometimes end up rewriting stuff to support older versions.. and sysadmins sometimes end up installing "unstable" stuff out of repo etc.. to get stuff devs have written, to work
03:14.05snadgein telco.. and with a dev background.. i was shocked at the level of neglect and just how far out of support, actual functioning businesses, seem to go
03:14.28snadgeand i hope that doesn't apply to the medical industry, or aerospace etc.. or god help us
03:44.53SamotWell, 5 minutes into watching the debate it's clear Hillary needs to learn not to sound so scripted.
03:48.18SamotDoes Trump just want to go to war with Mexico?
03:49.15SamotHe must want a new supply source for Trump Water.
03:55.23snadgehe's going to win isnt he.. i dont want to encourage political debate.. i think southparks giant douche vs turd sandwich sums it up nicely... once again for many people, it comes down to choosing the least worst of two candidates
03:56.24snadgeas a neutral observer from a foreign country.. i cant help but feel he has the upper hand.. even if hes just insulting her.. for some reason, that is funny
03:57.17snadgethe guy is a racist asshat, and she's a career criminal.. good lord
04:02.22SamotTrump needs to stop using Michigan as an example of how things failed.
04:03.15SamotOr they need to use it against him.
04:04.26SamotThis is Romenycare for the Dems and they fail to use it.
04:06.08*** join/#asterisk matrix1233 (~matrix123@41.230.158.188)
04:06.12*** join/#asterisk viro (~viro@unaffiliated/viro)
04:13.01*** join/#asterisk friedrich (~friedrich@aextron.de)
04:14.47*** join/#asterisk jkroon (~jkroon@uls-154-73-32-15.wall.uls.co.za)
04:23.28*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
04:49.05*** join/#asterisk jameswf (uid27319@gateway/web/irccloud.com/x-hjamwripuzsgiscz)
05:16.17*** join/#asterisk jkroon_ (~jkroon@uls-154-73-32-10.wall.uls.co.za)
05:21.47*** join/#asterisk jkroon__ (~jkroon@uls-154-73-32-9.wall.uls.co.za)
05:23.00*** join/#asterisk jkroon (~jkroon@uls-154-73-32-9.wall.uls.co.za)
05:54.45*** join/#asterisk matrix1233 (~matrix123@197.1.111.207)
06:00.01*** join/#asterisk bof22 (~Thunderbi@185.13.183.107)
06:07.50*** join/#asterisk miralin (~Thunderbi@195.19.212.23)
06:09.11*** join/#asterisk WIMPy (~wimpy@85.183.95.26)
06:19.58*** join/#asterisk zapata (~zapata@2a02:b18:581:10:a1f9:f14c:9e61:d0e0)
06:56.29*** join/#asterisk Gaster (b24cdc01@gateway/web/cgi-irc/kiwiirc.com/ip.178.76.220.1)
07:00.04*** join/#asterisk _nexxus_ (~bwg@leon.generalamalgamated.com)
07:02.20*** join/#asterisk pchero_work (~pchero@109.70.54.56)
07:03.49*** join/#asterisk jkroon (~jkroon@uls-154-73-35-201.wall.uls.co.za)
07:11.44*** join/#asterisk tuxd00d (~tuxd00d@68.106.11.24)
07:16.12*** join/#asterisk mirela666 (~mirkob@2a00:1950:400:0:90cd:3ab3:68e:82df)
07:22.09*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
07:43.31*** join/#asterisk matrix1233 (~matrix123@197.1.111.207)
07:44.20*** part/#asterisk pussey (~pussey@unaffiliated/pussey)
07:59.33*** join/#asterisk guest6093 (~bounceman@c83-255-44-164.bredband.comhem.se)
08:06.25*** join/#asterisk guest609_ (~bounceman@185.32.9.250)
08:07.08guest609_How does one change the variables passed with the API OriginatingCall function? Before the call(INVITE) is sent.
08:23.43*** join/#asterisk troyt (~troyt@c-98-202-89-234.hsd1.ut.comcast.net)
08:39.28*** join/#asterisk miralin (~Thunderbi@195.19.212.23)
08:41.27*** join/#asterisk Lope (~Lope@197.155.5.69)
08:43.40*** join/#asterisk mkn__ (~mkn@vpnbl.borderlight.net)
08:44.56mkn__<PROTECTED>
08:48.07Lopehey guys I've been out of VoIP for a while. I'm trying to connect to a South African VoIP provider that only accepts Connections from SA. I've routed my internet connection using openVPN through a SA IP. Now I can connect to my SIP server. But I can't hear any audio when I call a time-checking service. I've set my listening port number on my SIP client to 1234, and I've forwarded incoming TCP/UDP 1234 from the router there to my machine on that lan, and from m
08:48.08Lopey machine on that LAN to 1234 on my machine. (I'm going through NAT twice)
08:49.00LopeI've also setup the iptables rule to allow incoming data on 1234 on my machine, and my SIP client is listening on port 1234 as well.
08:49.21LopeAm I missing something? I've done this successfully before, but it's been a while.
08:50.42*** join/#asterisk jay8232 (596920bd@gateway/web/freenode/ip.89.105.32.189)
08:51.18jay8232Does anyone know why a contact is shown with status unknown and RTT nan when executing pjsip show contacts ?
08:54.41*** join/#asterisk troyt (~troyt@c-98-202-89-234.hsd1.ut.comcast.net)
09:02.37*** join/#asterisk boris_t (~boris_t@363103629.convex.ru)
09:04.00*** join/#asterisk matrix1233 (~matrix123@197.1.111.207)
09:17.15dan_jjay8232: I seem to recall a bug about that. What version are you running?
09:26.16jay8232dan_j: pjsip 2.5.5 and asterisk 13.11.0
09:27.09jay8232fixed in 14.0 perhaps?
09:29.52dan_jNo, I think it was fixed in 13. I'm just checking what i'm running
09:31.50dan_jHmm. It seems it was fixed in 13.11.0
09:31.54dan_jSee changelog
09:32.08dan_j2016-08-22 17:08 +0000 [6da8511a6a]  res_pjsip: Default endpoints to the "offline" status
09:32.11dan_jhttp://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13-current
09:53.18*** join/#asterisk friedrich (~friedrich@aextron.de)
10:00.51jay8232hm.. thats interesting since I run 13.11.0 :)
10:01.25jay8232Ill try 14.0.0 then
10:14.49*** join/#asterisk MissionCritical (~MissionCr@unaffiliated/missioncritical)
10:25.59*** join/#asterisk toshywoshy (~tosh@94-226-173-179.access.telenet.be)
11:06.49jay8232dan_j: FYI: I still get nan/unknown with 14.0.0
11:07.41dan_jhmm. I'm sure last time I checked, it was fixed.
11:08.08dan_jI'm just busy so I can't check. I've not got pjsip in production yet. Just testing
11:08.56jay8232k
11:15.11*** join/#asterisk Tiffon (~name@unaffiliated/tiff0n)
11:22.32*** join/#asterisk tompaw (~tompaw@tompaw.xxx)
12:10.57*** join/#asterisk tparcina (~tomo@212.92.200.41)
12:37.15toshywoshyI am getting 'core dumped' once I try to call out, any suggestions
12:45.44*** join/#asterisk skrusty (~skrusty@168.63.14.171)
13:07.56*** join/#asterisk Lope (~Lope@59.89.179.154)
13:10.40*** join/#asterisk Lope (~Lope@59.89.179.154)
13:11.33LopeI was having trouble connecting to my asterisk server from behind NAT on a dodgy connection
13:12.07LopeSo now I've connected to my server with openvpn. the openvpn server and my PC can ping each other
13:12.21Lopeiptables is allowing everything from the other IP on both sides.
13:13.03LopeI can register but I can't make a call and keep getting messages on the asterisk server saying my client is lagged, unreachable, not replying to crtical packets etc.
13:13.16LopeI've even made the VPN TCP so that no packets get dropped.
13:14.12LopeIt's not an MTU problem. I've tested sending 1500 byte pings.
13:14.31toshywoshyLope: did you check the firewall and vpn for rtp ports/packets
13:15.20Lopeyes, as I said, iptables is allowing everything from the opposing IP on both sides.
13:16.09Lopewhen I did a packet dump I saw a whole load of unauthorized packets.
13:16.15Lopewhich was strange.
13:16.51LopeI get lots of sip poke noanswer messages on the server.
13:17.28toshywoshywhat is the ping time?
13:18.36Lopeconsistently around 445ms
13:18.54Lopewith the occasional (1/20) 700 or 1000ms
13:21.30toshywoshyI think that is why you are getting the lagged / unreachable, I have always had problems if the ping time is larger, even my android wifi phone gives me problems and it has a ping time of about 200ms
13:22.39Lopeis there some asterisk setting to adjust for the high ping?
13:24.57*** join/#asterisk [TK]D-Fender (~joe@216-191-106-165.dedicated.allstream.net)
13:25.22SamotUnreachable means the endpoint isn't responding.
13:26.19LopeI've just found a way to test UDP connectivity with netcat
13:26.20SamotThis is most likely a NAT issue.
13:26.25toshywoshyYou can try to enable QoS on the network, but that didn't solve my problem
13:26.35LopeSamot: but there's no NAT involved here
13:27.24SamotLope: Those errors and statuses mean that the endpoint isn't responding to Asterisk's SIP messages.
13:27.39SamotSo you need to look a what's happening on the network with the endpoint.
13:27.56toshywoshyLope: how is OpenVPN configured, as a server or server-bridge
13:28.28LopeI can send UDP in both directions
13:29.43LopeOn my server I've got openVPN server running (TCP). on my client (with the sip client) I've got openvpn client. They connect and can ping each other up to a mtu of 1500.
13:29.52SamotSo when an endpoint is unreachable, you can see Asterisk sending messages to the endpoint and the endpoint replying to them?
13:30.26toshywoshyLope: if openvpn is set as a server it is doing natting, and there is your problem
13:30.32Lopeoooh shit
13:30.38Lopei just realized the problem!
13:30.52LopeSamot: you're right, it is a NAT problem.
13:31.26LopeI originally configured asterisk to run behind NAT on my server. So it's got that setting which locks it's IP to the internet IP.
13:31.57LopeBut now my client is connecting via openVPN and not via the internet IP.
13:32.02Lopeso that's probably the issue.
13:33.35SamotThe IP your client connects to and the external IP that Asterisk uses do not have to be the same.
13:33.40LopeI'm a little rusty on asterisk/voip stuff. it's been a while.
13:33.59Lopeoh really?
13:34.18Lopebecause I have externip=1.2.3.4 where 1.2.3.4 is my server's internet IP.
13:34.28SamotOK.
13:34.32LopeHowever my SIP client can't reach that ip.
13:34.45Lopebecause it's connecting via openvpn.
13:34.55SamotI'm guessing the VPN is using a LAN.
13:35.10LopeSamot: can you clarify?
13:35.26Lopethe VPN is effectively a LAN on a different subnet to the LAN that the asterisk server LAN is on.
13:35.34Lopeso I just forwarded the one IP to the other.
13:35.40Lopeand vice versa.
13:35.52Lopethere's no NAT. they can each talk to the real LAN IP.
13:36.52SamotYou've added both subnets as part of the local network for Asterisk?
13:37.13LopeSamot: I've not configured the openvpn LAN in asterisk, no. Is there a way to do that?
13:37.26Lopeohhh, I see. there's a localnet option.
13:37.53Lopeso how can I specify multiple localnets? I currently have localnet=192.168.4.0/24
13:38.45SamotMultiple lines.
13:38.51Lopeokay google says, yep.
13:40.36Lopethen I suppose my asterisk server should have an IP on the localnet?
13:40.41LopeBecause it's still not working.
13:41.30SamotUhm, yes.
13:42.11toshywoshyhow can you ping the server if it does not have an ip on that subnet?
13:44.39toshywoshySamot: do you have experience with debugging asterisk?
13:45.02SamotIn what manner?
13:46.33toshywoshyI am getting 'core dumped' when I try to phone out, in verbose mode I see 'killed by SIGSEGV' and gdb in backtrace talks about a '.clone ()' problem
13:46.45toshywoshyBut I do not know what to do now
13:47.08SamotYou submit the backtrack to the issue tracker.
13:49.13toshywoshyYou mean the JIRA tracker of Asterisk?
13:49.17SamotYes.
13:49.39SamotOr you detail your issue here and post a pastebin link with the backtrace.
13:49.50SamotMaybe someone will see it and be able to help.
13:50.00SamotI won't be able to.
13:50.08SamotOr you can do both.
13:50.32*** join/#asterisk Lope (~Lope@59.89.179.154)
13:51.01LopeSamot: this is a problem.
13:51.13SamotWhat's that?
13:51.34LopeI can't add an IP in the openvpn network's IP range to my asterisk container.
13:51.53Lopethey're separate networks.
13:52.13SamotLope: This is a network issue.
13:52.22LopeI think it's an asterisk issue
13:52.27SamotWhy?
13:52.36Lopenetcat has no trouble talking between the 2 nodes
13:52.36SamotWhat makes you think it's an Asterisk issue?
13:52.40toshywoshyLope: use openvpn server-bridge and bridge-utils
13:52.43Lopeso asterisk shoudln't have a problem
13:53.24SamotLope: I will ask again. When an endpoint goes unreachable, you can see Asterisk sending messages to the endpoint and the endpoint replying?
13:53.41SamotOr do you see Asterisk re-transmitting the same request over and over again?
13:54.00LopeSamot: I've not done a tcpdump on the asterisk container
13:54.11Lopehmm
13:54.32LopeI think the asterisk bridge idea is a very good one.
13:54.34SamotBecause again, unreachable means that ASTERISK *is not* getting replies from the endpoint.
13:54.57SamotI'm going to guess that when it's unreachable, the endpoint can still make calls?
13:54.57LopeSamot: well, sometimes SIP does weird stuff with IP addresses
13:55.35Lopemy SIP client sort of thinks it's making calls but they don't seem to start ticking and there's no audio.
13:55.54LopeBut that's hard to draw any conclusions from.
13:56.00SamotBecause that's a NAT issue.
13:56.09LopeThe registration process takes a long time.
13:56.13LopeWhich is unusual.
13:56.15SamotNework.
13:56.17SamotNetwork.
13:56.30LopeYeah I'll look into openvpn bridge.
13:56.42SamotAgain, all the issues you are having are caused by network issues.
13:56.57SamotNAT/network...
13:57.21Lopeso why does ping and netcat not have any trouble?
13:57.33Samotping is imcp.
13:57.49*** join/#asterisk friedrich (~friedrich@aextron.de)
13:57.59SamotYou're also the one requesting the traffic.
13:58.04Lopemaybe it's because asterisk wants to be on the same localnet as the endpoint?
13:58.15SamotJust like the endpoint can make an outbound call...
13:58.19SamotNo.
13:59.04LopeI'll try openvpn bridge
14:00.01Lopeoh but if I use a bridge, then I need to use tap, which is going to be slower?
14:00.16Lope(slower than tun) or is irrelevant for VoIP?
14:00.43LopeThis is just for testing and occasional calls, not heavy duty.
14:03.53*** join/#asterisk kharwell (kharwell@nat/digium/x-muvkkxncrczqwovp)
14:04.48toshywoshytun is layer 3 vs tap layer 2, so you have an extra ethernet packet overhead
14:06.22Lopetoshywoshy: yeah
14:06.24toshywoshyif you want to use a tun with a openvpn server, you will need to setup iptables correctly
14:06.43LopeI see that server-bridge can't be used with static keys. Extra hassle :/
14:06.53toshywoshyso you need 5060/udp and 10000:20000/udp
14:07.06toshywoshystatic keys?
14:07.27LopeopenVPN keys can be static or SSL
14:07.42Lopeprivate key or public key encryption.
14:08.09toshywoshyoh, yes, I never used the static one, forgot they even exist
14:08.26Lopehmm, I find it less hassle
14:08.27toshywoshyas for the hassle, use easy-rsa
14:08.57Lopehmm. i'm not convinced openvpn-bridge is the way to go.
14:09.04Lopethis SHOULD work.
14:09.08toshywoshythen adjust iptables
14:09.12LopeI'm going to give it some thought.
14:17.22*** join/#asterisk pjm (~pjm_freen@uhfsatcom.plus.com)
14:18.02*** join/#asterisk onixx (1000@bas1-stetherese38-2925260772.dsl.bell.ca)
14:19.43igcewielingbridging networks is rarely a good idea.
14:22.47Lopewow. looks like my connection sucks
14:22.57LopeI just did a ping and got many multi-second pings.
14:23.04Lopeone was over 10sec
14:24.04toshywoshyigcewieling: why?
14:25.32igcewielingtoshywoshy: excessive traffic.  you do not want broadcast traffic to go across high latency links.
14:25.55igcewielingI am, of course, assuming the term bridging means bridging and not routing.
14:26.31Kobazi cant connect to the conference wireless from the 6th floor anymore
14:26.34Kobaz:(
14:26.51LopeI'm doing a tcpdump now.
14:27.10igcewielingLope: seeing lots of arps?
14:27.13LopeI see the asterisk server is sending loads of 401 Unauthorized to the client when it tries to make a call.
14:27.26igcewielingLope: that is normal.
14:27.52igcewielingAll calls start with an attempt without auth info, gets rejected, call is retried with the auth info.  That's how it works.
14:28.13Lopeigcewieling: no arbs regarding these 2 machines. only 2 arps for the gateway.
14:28.28igcewielingLope: no bridging then
14:28.46Lopeigcewieling: ah I see. but it doesn't seem to authorize. Or maybe the connection is just very lagged.
14:28.51LopeI'm going to try ping again.
14:29.28Lopeyeah, it's pretty horrible. Around 500-3052.
14:29.49LopeThe call actually seemed to work without openvpn. But the jitter was horrendous.
14:29.58LopeSo I thought maybe openvpn with TCP would sort it out.
14:30.04Lopehowever the ping is just too bad.
14:30.22LopeMaybe I need to rather try some jitter correction stuff.
14:31.00igcewielingLope: are you on satellite or a 3rd world country like the USA?
14:31.18Lopelol. Unfortunately internet-wise. I'm in india :/
14:31.31*** join/#asterisk jennie (~chatzilla@unaffiliated/jennie)
14:31.54jenniehello, how to start troubleshooting if I am getting ' circuit busy' while calling
14:32.11jennieI have opened putty and webadmin panel too
14:32.16igcewielingLope: I'm sorry to hear that.  One of my customers has staff in India.  The internet sucks.
14:32.21Lopegtg bbl
14:34.46jennieanyone?
14:35.15[TK]D-FenderShow us the call.
14:35.16[TK]D-Fender~pb
14:35.16infobotsomebody said pastebin was a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few: http://pastebin.ca, http://channels.debian.net/paste, http://paste.lisp.org, http://bin.cakephp.org/; or install pastebinit with yum or aptitude.
14:35.18[TK]D-Fender^^^
14:35.31[TK]D-Fender' circuit busy' <- means nothing
14:35.45[TK]D-FenderYou need actual channel level debug on to see what's really happening
14:35.52[TK]D-Fender"sip set debug on" <- chan_sip
14:36.01[TK]D-Fender"pjsip set logger on" <- pjsip
14:36.20[TK]D-FenderOthers depending what you're calling over
14:37.38toshywoshyigcewieling: yes there is an overhead, but with tuns you have much more configuration and that makes it more complex as in this case
14:39.48igcewielingtoshywoshy: I assume he meant routing.    Only a fool would bridge LANs
14:43.40onixxexit
14:48.12*** join/#asterisk putnopvut (~putnopvut@asterisk/master-of-queues/mmichelson)
14:48.12*** mode/#asterisk [+o putnopvut] by ChanServ
14:50.28*** join/#asterisk mjordan (~mjordan@63-232-145-250.dia.static.qwest.net)
14:50.29*** mode/#asterisk [+o mjordan] by ChanServ
14:51.19*** join/#asterisk karver (~karver@69.63.121.254)
14:57.12*** join/#asterisk putnopvut (~putnopvut@asterisk/master-of-queues/mmichelson)
14:57.12*** mode/#asterisk [+o putnopvut] by ChanServ
15:08.32*** join/#asterisk rmudgett (rmudgett@nat/digium/x-iuaeveoerlnrmrto)
15:14.25*** join/#asterisk luckman212 (~luckman21@unaffiliated/luckman212)
15:17.15*** join/#asterisk tm1000 (sid6728@gateway/web/irccloud.com/x-rsnslzucawgvdmky)
15:29.18*** join/#asterisk malcolmd (malcolmd@pdpc/sponsor/digium/malcolmd)
15:29.18*** mode/#asterisk [+o malcolmd] by ChanServ
15:30.57*** join/#asterisk cresl1n (~Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
15:30.57*** mode/#asterisk [+o cresl1n] by ChanServ
15:37.20*** join/#asterisk Jesterboxboy (~Thunderbi@80-109-194-26.cable.dynamic.surfer.at)
15:39.35*** join/#asterisk acidfoo_ (~acidfoo@63-232-145-250.dia.static.qwest.net)
15:44.52*** join/#asterisk tsearle (~tsearle@63-232-145-250.dia.static.qwest.net)
15:55.56*** join/#asterisk joako (~joako@opensuse/member/joak0)
15:59.08*** join/#asterisk newtonr (~RustyNewt@63-232-145-250.dia.static.qwest.net)
15:59.09*** mode/#asterisk [+o newtonr] by ChanServ
16:02.42*** join/#asterisk cresl1n (~Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
16:02.42*** mode/#asterisk [+o cresl1n] by ChanServ
16:12.03*** join/#asterisk dandann00dle (uid120491@gateway/web/irccloud.com/x-ngmnlyjyhkvnbyqh)
16:18.40*** join/#asterisk jameswf (uid27319@gateway/web/irccloud.com/x-gjfyakyxcbfocqht)
16:18.46*** join/#asterisk shootbird (~quassel@205.185.122.214)
16:24.03*** join/#asterisk Jesterboxboy (~Thunderbi@80-109-194-26.cable.dynamic.surfer.at)
16:24.37*** join/#asterisk defsdoor (~andy@cpc8-sutt4-2-0-cust254.perr.cable.virginm.net)
16:28.12*** join/#asterisk viro (~viro@unaffiliated/viro)
16:28.19*** join/#asterisk luckman212 (~luckman21@unaffiliated/luckman212)
16:31.48*** join/#asterisk miralin (~Thunderbi@194.8.128.49)
16:36.58*** join/#asterisk u0m3_ (~u0m3@5-12-199-171.residential.rdsnet.ro)
16:36.59*** join/#asterisk Iamnach0 (~Iamnacho@ip24-252-4-195.om.om.cox.net)
16:36.59*** join/#asterisk miralin1 (~Thunderbi@194.8.128.49)
16:36.59*** join/#asterisk putnopvut (~putnopvut@asterisk/master-of-queues/mmichelson)
16:36.59*** mode/#asterisk [+o putnopvut] by ChanServ
16:37.01*** join/#asterisk X-Rob_ (sid14615@gateway/web/irccloud.com/x-jayaciptqczzheih)
16:37.02*** join/#asterisk fstd_ (~fstd@unaffiliated/fisted)
16:37.37*** join/#asterisk DivideBy0x0 (~DivideBy0@unaffiliated/divideby0x0)
16:38.03*** join/#asterisk dadrc_ (~quassel@unaffiliated/dadrc)
16:38.15*** join/#asterisk jetlag (~jetlag@c-71-226-222-56.hsd1.nj.comcast.net)
16:38.20*** join/#asterisk justinmrkva (~justinmrk@unaffiliated/justinmrkva)
16:38.29*** join/#asterisk themayor (~themayor@unaffiliated/themayor)
16:38.38*** join/#asterisk mrhelpmann (~mrhelpman@i.am.mrhelpmann.xyz)
16:38.41*** join/#asterisk gtjoseph (~gtjoseph@unaffiliated/gtj)
16:38.48*** join/#asterisk c|oneman (cloneman@vps.digitaloverhaul.com)
16:38.48*** join/#asterisk tristero (~al.f.zero@unaffiliated/transfinite)
16:38.58*** join/#asterisk chazzam (~chazz@vps.roguewerks.com)
16:39.09*** join/#asterisk cbanta (~cbanta@74.117.189.108)
16:39.12*** join/#asterisk mlhess- (~mlhess@drupal.org/user/102818/view)
16:39.25*** join/#asterisk tris (tristan@72.52.96.202)
16:39.45*** join/#asterisk malcolmd (malcolmd@pdpc/sponsor/digium/malcolmd)
16:39.46*** mode/#asterisk [+o malcolmd] by ChanServ
16:39.55*** join/#asterisk krzee (~k@openvpn/community/support/krzee)
16:40.08*** join/#asterisk posixninja (~posixninj@ec2-54-214-51-133.us-west-2.compute.amazonaws.com)
16:40.38*** join/#asterisk CheBuzz (~CheBuzz@unaffiliated/chebuzz)
16:40.40*** join/#asterisk fling (~fling@fsf/member/fling)
18:27.59*** join/#asterisk infobot (ibot@rikers.org)
18:27.59*** topic/#asterisk is #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- LTS: 13.11.2 (2016/09/09), 11.23.1 (2016/09/08), Standard: 14.0.0 (2016/09/26); DAHDI: DAHDI-linux 2.11.1 (2016/03/01), DAHDI-tools 2.11.1 (2016/03/01); libpri 1.5.0 (2016/03/28) -=- Wiki: wiki.asterisk.org -=- Code of Conduct: bit.ly/1hH6P22 -=- Logs: bit.ly/1s4AKKu
18:29.27*** join/#asterisk cresl1n (~Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
18:29.28*** mode/#asterisk [+o cresl1n] by ChanServ
18:32.58*** join/#asterisk tparcina (~tomo@212.92.200.41)
18:32.58*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
18:39.21*** join/#asterisk robink (~quassel@unaffilated/robink)
18:41.30jrun_what is the diff between (!) and (+) for templates?
18:43.35hexanoljrun_: (+) is not specific to template: https://wiki.asterisk.org/wiki/display/AST/Adding+to+an+existing+section
18:43.47hexanolsee also https://wiki.asterisk.org/wiki/display/AST/Template+Syntax
18:44.58*** join/#asterisk Samot (sid133316@gateway/web/irccloud.com/x-znqnvloaavibiwxx)
18:52.51*** join/#asterisk robink (~quassel@unaffilated/robink)
19:03.14*** join/#asterisk Eze_Arg (be6fef22@gateway/web/freenode/ip.190.111.239.34)
19:03.58*** join/#asterisk mbecroft (~user@ak2.becroft.co.nz)
19:04.39*** join/#asterisk putnopvut (~putnopvut@asterisk/master-of-queues/mmichelson)
19:04.40*** mode/#asterisk [+o putnopvut] by ChanServ
19:05.16*** join/#asterisk robink (~quassel@unaffilated/robink)
19:07.59Eze_ArgHi to all!, im having problems with dropped calls in the middle of the conversation. random durations (some call last 5 minutes, some a little bit more but they eventually get dropped.). What I see on the logs is the following (no errors are found before these lines)
19:08.02Eze_Arg<PROTECTED>
19:12.07Eze_Argany clue?
19:14.33*** join/#asterisk DanQuinney (sid18169@gateway/web/irccloud.com/x-exbkvkuggubifmhc)
19:15.12*** join/#asterisk [TK]D-Fender (~joe@216-191-106-165.dedicated.allstream.net)
19:16.15[TK]D-FenderEze_Arg, that doesn't show SIP debug to prove what side caused it to end or why
19:16.22[TK]D-Fenderenable SIP debug and show another complete call
19:16.36[TK]D-Fender~pb
19:16.36infobotfrom memory, pastebin is a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few: http://pastebin.ca, http://channels.debian.net/paste, http://paste.lisp.org, http://bin.cakephp.org/; or install pastebinit with yum or aptitude.
19:16.37[TK]D-Fender^^^
19:16.47[TK]D-FenderPASTEBIN it, do not flood.
19:18.08*** join/#asterisk robink (~quassel@unaffilated/robink)
19:19.04Eze_ArgOk D-Fender, will do that and come back, thanks !
19:20.42*** join/#asterisk tzafrir (~tzafrir@bzq-82-81-175-197.red.bezeqint.net)
19:25.23*** join/#asterisk [TK]D-Fender (~joe@216-191-106-165.dedicated.allstream.net)
19:26.31*** join/#asterisk tangel (~tangel@denied.misuse.net)
19:27.35tangelsorry to bother you guys. anyone have a url about getting the message waiting indicator to work on cisco 7940 series phones?
19:29.30*** join/#asterisk GameGamer43 (sid5533@gateway/web/irccloud.com/x-fyaaodpuhhgfcfzu)
19:31.01*** join/#asterisk drmessano (drmessano@pdpc/supporter/active/drmessano)
19:34.35[TK]D-FenderThere is no url.  If you specify the mailbox on your peer it should jsut work.
19:36.16*** join/#asterisk Nugget (~nugget@rennsport.macnugget.org)
19:36.24*** join/#asterisk CheBuzz (~CheBuzz@unaffiliated/chebuzz)
19:36.52*** join/#asterisk nanoha-sama (znc@van-app-svr.ad.v10networks.ca)
19:36.55*** join/#asterisk zamba (marius@flage.org)
19:36.57*** join/#asterisk artisangoose (~textual@66.119.2.181)
19:37.04*** join/#asterisk ZX81 (~ZX81@63-232-145-250.dia.static.qwest.net)
19:37.10artisangooseVia ARI, is it possible to record a channel that is in a mixing/dtmf_events bridge?
19:37.12*** join/#asterisk bipolar (~bipolar@offsite.guru)
19:37.21*** join/#asterisk [NC] (~nc@rv1.sabius.net)
19:39.25*** join/#asterisk posixninja (~posixninj@ec2-54-214-51-133.us-west-2.compute.amazonaws.com)
19:40.33*** join/#asterisk robink (~quassel@unaffilated/robink)
19:42.01*** join/#asterisk wdoekes (~walter@wjd.osso.nl)
19:42.14*** join/#asterisk lorsungcu (sid65806@gateway/web/irccloud.com/x-hqfryxayajaldzyr)
19:43.25*** join/#asterisk CheBuzz (~CheBuzz@unaffiliated/chebuzz)
19:45.23*** join/#asterisk TriJetScud (znc@van-app-svr.ad.v10networks.ca)
19:45.46*** join/#asterisk yokel (~yokel@unaffiliated/contempt)
19:45.54*** join/#asterisk nanoha-sama (znc@van-app-svr.ad.v10networks.ca)
19:46.04*** join/#asterisk c|oneman (cloneman@vps.digitaloverhaul.com)
19:46.14*** join/#asterisk _nexxus_ (~bwg@leon.generalamalgamated.com)
19:48.35*** topic/#asterisk by file -> #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- LTS: 13.11.2 (2016/09/09), 11.23.1 (2016/09/08), Standard: 14.0.1 (2016/09/27); DAHDI: DAHDI-linux 2.11.1 (2016/03/01), DAHDI-tools 2.11.1 (2016/03/01); libpri 1.5.0 (2016/03/28) -=- Wiki: wiki.asterisk.org -=- Code of Conduct: bit.ly/1hH6P22 -=- Logs: bit.ly/1s4AKKu
19:49.58*** join/#asterisk newtonr (~RustyNewt@63-232-145-250.dia.static.qwest.net)
19:49.58*** mode/#asterisk [+o newtonr] by ChanServ
19:50.15*** join/#asterisk robink (~quassel@unaffilated/robink)
19:50.37*** join/#asterisk tm1000 (sid6728@gateway/web/irccloud.com/x-oirbqtpqhmkrhmzk)
19:54.45*** join/#asterisk DanQuinney (sid18169@gateway/web/irccloud.com/x-rshgfvjsgrnftxbg)
19:55.35*** join/#asterisk cresl1n (~Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
19:55.36*** mode/#asterisk [+o cresl1n] by ChanServ
19:55.56*** join/#asterisk wyoung (~wyoung@wesleyy.com)
19:57.59*** join/#asterisk GameGamer43 (sid5533@gateway/web/irccloud.com/x-ttvcqzqurkhimdme)
19:58.31*** join/#asterisk Qwell (uid120501@asterisk/developer/Qwell)
19:58.32*** mode/#asterisk [+o Qwell] by ChanServ
20:00.58*** join/#asterisk dan_j (sid21651@gateway/web/irccloud.com/x-jnqpyvhwlwotcwuq)
20:04.36*** join/#asterisk Guest71658 (~zapata@2a02:b18:581:10:a1f9:f14c:9e61:d0e0)
20:07.18*** join/#asterisk chazzam (~chazz@vps.roguewerks.com)
20:12.40igcewielingI'd tell a UDP joke, but you might not get it.
20:14.38*** join/#asterisk viro (~viro@unaffiliated/viro)
20:20.43*** join/#asterisk fling (~fling@fsf/member/fling)
20:21.25*** join/#asterisk u0m3__ (~u0m3@5-12-199-171.residential.rdsnet.ro)
20:22.04*** join/#asterisk Iamnach0 (~Iamnacho@ip24-252-4-195.om.om.cox.net)
20:24.16*** join/#asterisk Guest71658 (~zapata@2a02:b18:581:10:a1f9:f14c:9e61:d0e0)
20:24.34DivideBy0doesnt acknowledge igcewieling
20:24.59igcewielingI'd tell a UDP joke, but you might not get it.
20:25.03igcewieling8-)
20:25.12DivideBy0artisangoose: yes, you can use snoop on the channel or you can record the whole bridge, also there's #asterisk-ari
20:25.45artisangooseGood to know about #asterisk-ari, thanks! We found some information about snooping, but the docs are confusing. :P We'll give it a try. For now, recording the bridge is sufficient.
20:27.04*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
20:27.08DivideBy0artisangoose: do you want just audio coming from the channel? This will do it: https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Channels+REST+API#Asterisk13ChannelsRESTAPI-record
20:27.51artisangooseYes, that's what I want, however I can't record the channel via ARI whilst the channel is in a bridge. And we need the channels to be bridged.
20:28.18DivideBy0I don't believe that to be true, but I've never tried
20:28.24*** join/#asterisk robink (~quassel@unaffilated/robink)
20:28.42DivideBy0if it's true, create a snoop channel, then record that one
20:29.19filea snoop is best described as splitting the audio stream of a channel and duplicating it elsewhere...
20:29.44DivideBy0I thought he was best described as a rapper that will do anything for $
20:29.52*** join/#asterisk yokel (~yokel@unaffiliated/contempt)
20:31.18*** join/#asterisk cresl1n (~Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
20:31.18*** mode/#asterisk [+o cresl1n] by ChanServ
20:33.20*** join/#asterisk chazzam (~chazz@vps.roguewerks.com)
20:33.43*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
20:33.44*** join/#asterisk jzaw (~jzaw@community-wifi.dzki.co.uk)
20:33.55*** join/#asterisk nanoha-sama (znc@van-app-svr.ad.v10networks.ca)
20:34.26igcewielingor a beloved comicstrip beagle
20:36.32*** join/#asterisk libardi (~kvirc@179.159.8.239)
20:36.36*** join/#asterisk Guest71658 (~zapata@2a02:b18:581:10:a1f9:f14c:9e61:d0e0)
20:38.03*** join/#asterisk robink (~quassel@unaffilated/robink)
20:38.46*** join/#asterisk dan_j (sid21651@gateway/web/irccloud.com/x-corkjyksnjdaphcz)
20:39.19*** join/#asterisk drmessano (sid104353@pdpc/supporter/active/drmessano)
20:40.17*** join/#asterisk cresl1n (~Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
20:40.18*** mode/#asterisk [+o cresl1n] by ChanServ
20:43.16artisangoose@DivideBy0 The ARI call to record a channel currently in a bridge does not fail, however no audio file is created for the channel. Further, if a recording has been started on a channel, it is not possible to join the channel into a bridge. Just get an error saying "channel XXX is currently being recorded"
20:43.29*** join/#asterisk GameGamer43 (sid5533@gateway/web/irccloud.com/x-fxeilfgwucdvelpq)
20:43.47*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
20:44.51fileyeah, record is like calling Record() in the dialplan
20:45.16filea Snoop channel is what you have to use if you want to record that specific channel
20:46.56*** join/#asterisk nanoha-sama (znc@van-app-svr.ad.v10networks.ca)
20:46.56*** join/#asterisk TriJetScud (znc@van-app-svr.ad.v10networks.ca)
20:47.02*** join/#asterisk posixninja (~posixninj@ec2-54-214-51-133.us-west-2.compute.amazonaws.com)
20:50.34*** join/#asterisk tparcina (~tomo@212.92.200.41)
20:50.34*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
20:50.34*** topic/#asterisk by wilhelm.freenode.net -> #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- LTS: 13.11.2 (2016/09/09), 11.23.1 (2016/09/08), Standard: 14.0.0 (2016/09/26); DAHDI: DAHDI-linux 2.11.1 (2016/03/01), DAHDI-tools 2.11.1 (2016/03/01); libpri 1.5.0 (2016/03/28) -=- Wiki: wiki.asterisk.org -=- Code of Conduct: bit.ly/1hH6P22 -=- Logs: bit.ly/1s4AKKu
20:50.47fileeh
20:50.54*** topic/#asterisk by file -> #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- LTS: 13.11.2 (2016/09/09), 11.23.1 (2016/09/08), Standard: 14.0.1 (2016/09/27); DAHDI: DAHDI-linux 2.11.1 (2016/03/01), DAHDI-tools 2.11.1 (2016/03/01); libpri 1.5.0 (2016/03/28) -=- Wiki: wiki.asterisk.org -=- Code of Conduct: bit.ly/1hH6P22 -=- Logs: bit.ly/1s4AKKu
20:52.10*** join/#asterisk robink (~quassel@unaffilated/robink)
20:52.26*** join/#asterisk DanQuinney (sid18169@gateway/web/irccloud.com/x-yzgeskbxzvygqxuy)
20:53.01*** join/#asterisk drmessano (sid104353@pdpc/supporter/active/drmessano)
20:55.13*** join/#asterisk dan_j (sid21651@gateway/web/irccloud.com/x-vjxqmtywtplxhhke)
20:56.09*** join/#asterisk tm1000 (sid6728@gateway/web/irccloud.com/x-kkwgvtzeloaazhmi)
20:56.16*** join/#asterisk Guest71658 (~zapata@2a02:b18:581:10:a1f9:f14c:9e61:d0e0)
20:56.21*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
20:58.09DivideBy0I'm blame jetlag for the date loss
21:07.51*** join/#asterisk dandann00dle (uid120491@gateway/web/irccloud.com/x-stfrzjqavvxihoit)
21:08.33*** join/#asterisk axisys (~axisys@unaffiliated/axisys)
21:14.24*** join/#asterisk [TK]D-Fender (~joe@64.235.216.2)
21:14.40*** join/#asterisk newtonr (~RustyNewt@63-232-145-250.dia.static.qwest.net)
21:14.40*** mode/#asterisk [+o newtonr] by ChanServ
21:48.43*** join/#asterisk jzaw (~jzaw@community-wifi.dzki.co.uk)
21:58.15*** join/#asterisk TandyUK2 (~admin@87.252.44.195)
21:59.49*** join/#asterisk dasjoe (~dasjoe@americangirlscouts.org)
22:15.12*** join/#asterisk [NC] (~nc@rv1.sabius.net)
22:36.15*** join/#asterisk newtonr (~RustyNewt@63-232-145-250.dia.static.qwest.net)
22:36.15*** mode/#asterisk [+o newtonr] by ChanServ
22:52.20*** join/#asterisk WIMPy (~wimpy@85.183.95.26)
23:14.55*** join/#asterisk AndyCap (~aoy@pdpc/supporter/sustaining/AndyCap)
23:21.37*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
23:25.18*** join/#asterisk Oatmeal (~Suzeanne@99-103-96-198.lightspeed.iplsin.sbcglobal.net)
23:27.39*** part/#asterisk kharwell (kharwell@nat/digium/x-jimfikoqunsatqix)
23:37.51*** join/#asterisk scv (~solar@162.217.176.109)
23:38.15scvhere's an interesting one
23:39.16scvjust had somebody report to me that their voicemail has excessive gain after 7 seconds in each message
23:39.18*** join/#asterisk newtonr (~RustyNewt@63-232-145-250.dia.static.qwest.net)
23:39.18*** mode/#asterisk [+o newtonr] by ChanServ
23:39.25scv<PROTECTED>
23:39.43scvafaik vmgain/other gain options are DAHDI only right?

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