IRC log for #asterisk on 20150727

00:03.13*** join/#asterisk mjordan (~mjordan@75.76.55.191)
00:03.13*** mode/#asterisk [+o mjordan] by ChanServ
00:13.00*** join/#asterisk mjordan (~mjordan@75.76.55.191)
00:13.00*** mode/#asterisk [+o mjordan] by ChanServ
00:28.41*** join/#asterisk mjordan (~mjordan@75.76.55.191)
00:28.41*** mode/#asterisk [+o mjordan] by ChanServ
00:34.43*** join/#asterisk tompaw (U2FsdGVkX1@tompaw.xxx)
00:34.48tompawHello.
00:35.10tompawSay, what would be the reason for asterisk to completely ignore my custom astspooldir?
00:37.02WIMPyDo you see it with 'core show settings'?
00:37.45[TK]D-Fender#1 (and just about only) reason : asterisk.conf is wrong
00:37.48tompawYes, but it's showing the default location, not the one I set in asterisk.conf
00:37.52tompawParsing error?
00:37.58*** join/#asterisk mjordan (~mjordan@75.76.55.191)
00:37.59*** mode/#asterisk [+o mjordan] by ChanServ
00:38.14[TK]D-Fenderpretty much is sure he knows already....
00:38.17[TK]D-Fenderso show us
00:38.20[TK]D-FenderPB it
00:39.34tompaw[TK]D-Fender: http://hastebin.com/alaguyizey.coffee
00:39.37tompawnothing special there
00:39.52[TK]D-Fender(!) = ignorme my custom settings below
00:40.02[TK]D-FenderREMOVE that
00:40.56*** join/#asterisk axisys (~axisys@unaffiliated/axisys)
00:41.10tompawta, it works.
00:41.20tompawdare I ask why
00:41.31[TK]D-Fenderbecause that's how they made it work.
00:41.54filethat's how templates work, as to why the file is like that - it's because arguments to ./configure actually control the defaults
00:42.17fileand noone has made anything to change the asterisk.conf that is copied in as a result of the samples
00:42.41tompawfile: yeah I meant why is it a template by default, what is the point of this.
00:42.49tompawalso, this: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Main+Configuration+File
00:42.52filesee above
00:42.52tompawthat's misleading as hell.
00:43.36filehow can we make it less misleading? explicitly call out the removal of (!) to make it effective?
00:43.37tompawsince it's mentioned like that everywhere I assumed it's some kind of a magic-low-level-definitely-not-your-usual-template-symbol !
00:43.40[TK]D-FenderI fail to see a point for having templates in there at all.
00:44.01[TK]D-Fenderit's not like sip.conf where you can create shared prfile bits between different sections.
00:44.02WIMPySo do I
00:44.05file[TK]D-Fender, the sample file will break installs if you change the ./configure arguments for where Asterisk is installed
00:44.12[TK]D-Fenderthat should basically all be the equivalent of [general]
00:44.28file(if it's not a template)
00:44.45WIMPyIt would be rather obvious if the lines were just commented out like in the other files instead of diabling the whole block in that somehow obcure way.
00:44.55fileyeah, that's an option
00:44.57[TK]D-Fenderyup
00:45.00tompawdefo
00:45.02[TK]D-Fenderhell fo a lot more sane
00:46.13tompawSince I got you all smart people here, let me ask you this: why is it impossible to record a channel that belongs to a bridge?
00:46.19*** join/#asterisk linuxfool (~james@DHCP-149-228.resnet.ua.edu)
00:46.23filefrom?
00:46.30tompawARI
00:46.53filebecause Record isn't "monitor a channel and record to a file"
00:47.01fileit's the equivalent of calling Record() in the dialplan
00:47.01tompawtried it and got a nice error message that said something like "Can't record this channel because it's participating in a bridge"
00:47.51filerecording a channel while in a bridge would be done by creating a Snoop channel and calling record on it
00:48.02filewhich is like doing MixMonitor
00:48.06tompawSo if you have a mixing bridge with multiple channels joining/leaving - is it possible to have separate recordings of that conference from each one's perspective?
00:48.40fileyes, by doing the above
00:48.56*** join/#asterisk mjordan (~mjordan@75.76.55.191)
00:48.57*** mode/#asterisk [+o mjordan] by ChanServ
00:50.09tompawso I snoopChannelWithId on the channel that joins my conf, this will return a "snoop" channel and I record on that?
00:50.19fileyes
00:51.33fileanything you can do on a normal channel you can do on a Snoop channel, and depending on the properties you created it with - it'll give you a copy of the audio from the channel/to the channel, or whisper into the streams
00:52.20tompawI want an equivalent of recording a phone line of someone who talks in a conf room, so listening to audio both ways but without interfering.
00:52.48filethen configure the Snoop channel that way, and you're good to go
00:52.58tompawwill do now and see what happens
00:53.26tompawdamn, my ari app is growing and growing, I'm not really sure if I'm following the right design path here.
00:53.47fileyou can find other users in #asterisk-ari and on the asterisk-app-dev mailing list
00:54.16WIMPyOh, a new cahennel.
00:54.38fileit was created by those who use it
00:54.45WIMPySounds like a list of all channels might become usefull.
00:57.28tompawI wonder if there is anyone hat can provide ARI consultation. I am using it in production, since it fits our project OH SO PERFECTLY, but with the lack of guidance online due to new shiny technology, I'm not sure if I'm doing it right.
00:57.44tompawI mean, it works, but.
00:58.48WIMPy... and mailing lists.
00:59.39filehttp://lists.digium.com/mailman/listinfo/ has the list
00:59.58tompawwith snooping channel, should I set it up before or after adding the original channel to a bridge?
01:00.03tompaw(does it matter at all?)
01:00.20filedepends on if you want to miss audio potentially
01:00.33tompawaerosmith, man.
01:01.52tompawfile: so if I don't want to miss anything, then set it up before joining, yes?
01:01.57fileyup
01:02.06*** join/#asterisk mjordan (~mjordan@75.76.55.191)
01:02.06*** mode/#asterisk [+o mjordan] by ChanServ
01:02.08tompawok, let's see what crashes
01:02.31tompawwill the snooping channel die automatically when I hang up the original one? or do I need to handle it manually?
01:02.42filethey will hang up
01:03.05filetheir life cycle follows that of the snooped channel, although you can explicitly hang 'em up
01:04.53tompawargh, why do I have to place it in an app rather than simply handle in the original app
01:05.38fileI don't understand the statement. An HTTP request to ARI has no indication of what application is invoking it, it has to be told.
01:06.44tompawfile: I mean why do I have to provide an app to snoopChannel, rather than simply grab a reference to it - that was my point
01:06.50tompawDoesn't matter, I can do it that way.
01:06.56fileit has to go somewhere
01:07.09tompawhm... valid point
01:07.20fileand unless it's in your app, you have no guaranteed ownership
01:09.21*** join/#asterisk bhans (~briguer20@221.253.69.146)
01:16.27*** join/#asterisk mjordan (~mjordan@75.76.55.191)
01:16.27*** mode/#asterisk [+o mjordan] by ChanServ
01:38.19*** join/#asterisk infobot (ibot@69-58-76-73.ut.vivintwireless.net)
01:38.19*** topic/#asterisk is #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- LTS: 13.4.0 (2015/06/04), 11.18.0 (2015/06/04), 1.8.32.3 (2015/04/08); Standard: 12.8.2 (2015/04/08); DAHDI: DAHDI-linux 2.10.0 (2014/08/13), DAHDI-tools 2.10.0 (2014/08/13); libpri 1.4.15 (2014/06/16) -=- Asterisk wiki: wiki.asterisk.org -=- Code of Conduct: bit.ly/1hH6P22 -=- Logs: bit.ly/1s4AKKu
01:43.13*** join/#asterisk mjordan (~mjordan@75.76.55.191)
01:43.13*** mode/#asterisk [+o mjordan] by ChanServ
01:52.14*** join/#asterisk kolko (~kolko@46.48.58.17)
01:52.25*** join/#asterisk mjordan (~mjordan@75.76.55.191)
01:52.25*** mode/#asterisk [+o mjordan] by ChanServ
02:03.21*** join/#asterisk F2Knight_ (~F2Knight@c-50-139-86-39.hsd1.or.comcast.net)
02:07.20*** join/#asterisk mjordan (~mjordan@75.76.55.191)
02:07.20*** mode/#asterisk [+o mjordan] by ChanServ
02:14.13*** join/#asterisk mjordan (~mjordan@75.76.55.191)
02:14.13*** mode/#asterisk [+o mjordan] by ChanServ
02:14.47*** join/#asterisk ruben23 (~OpenDIAL@203.111.224.65)
02:16.19ruben23hi guys any help with my asterisk setup for Dahdi channel...when i dial on it the volume is pretty low i cant barely hear any suggestion to increase volume somehow..??
02:17.56WIMPyIf it's POTS check the config fiel for gain options.
02:26.30*** join/#asterisk mjordan (~mjordan@75.76.55.191)
02:26.30*** mode/#asterisk [+o mjordan] by ChanServ
02:36.22*** join/#asterisk mjordan (~mjordan@75.76.55.191)
02:36.22*** mode/#asterisk [+o mjordan] by ChanServ
03:04.46*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
03:22.16*** join/#asterisk F2Knight (~F2Knight@c-50-139-86-39.hsd1.or.comcast.net)
03:39.18ruben23WIMPy: it ISDN line somehow..
03:45.21ruben23hi guys any help with my asterisk setup for Dahdi channel...when i dial on it the volume is pretty low i cant barely hear any suggestion to increase volume somehow..?? ISD line
03:45.24ruben23ISDN*
04:06.10*** join/#asterisk jmordica (uid18332@gateway/web/irccloud.com/x-saajaonhvpohtxig)
04:06.31jmordicahow can PBXWare guarantee this? http://www.bicomsystems.com/pbxware-3-8/t38
04:10.53jeevprobably says t38 is guaranteed? as in t38?
04:12.38jmordicaBut why does it mention reliable sip trunks if it's just referring to t38?
04:26.17[TK]D-Fenderruben23, So increase the gain on it
04:26.25[TK]D-Fenderit's in the sample config.....
04:31.48ruben23[TK]D-Fender: the normal asterisk config for increasing gain..?
04:31.58[TK]D-FenderDAHDI
04:32.20ruben23ok got it..thanks a lot
04:34.58jmordicaAnyone heard of https://www.4psa.com?
04:47.15*** join/#asterisk gerhard7 (~gerhard7@77-172-82-111.ip.telfort.nl)
04:52.36janicezjmordica: no
04:53.45jmordicaDistributed asterisk based system. Seems new but they are on version 3.7 so seems the project has been going for sometime.
05:02.02*** join/#asterisk babak (uid19622@gateway/web/irccloud.com/x-oatsuokqmzkgrrkk)
05:08.22*** join/#asterisk kritzikratzi (~kritzikra@cpe90-146-150-86.liwest.at)
05:29.16*** part/#asterisk kritzikratzi (~kritzikra@cpe90-146-150-86.liwest.at)
06:02.50*** join/#asterisk F2Knight (~F2Knight@c-50-139-86-39.hsd1.or.comcast.net)
06:27.02*** join/#asterisk wonderworld (~ww@ip-176-199-166-61.hsi06.unitymediagroup.de)
06:28.09*** join/#asterisk pppingme (~pppingme@unaffiliated/pppingme)
06:30.51*** join/#asterisk aness (~aness@cm-84.215.80.229.getinternet.no)
06:31.25*** join/#asterisk hehol (~hehol@gatekeeper.loca.net)
06:43.37*** join/#asterisk F2Knight (~F2Knight@c-50-139-86-39.hsd1.or.comcast.net)
06:44.25*** join/#asterisk yokel (~yokel@unaffiliated/contempt)
06:47.19*** join/#asterisk bulkorok (~b.tietz@89.245.151.228)
06:49.12*** part/#asterisk ruben23 (~OpenDIAL@203.111.224.65)
07:16.28*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
07:20.35*** join/#asterisk pchero_work (~pchero@109.70.54.56)
07:21.44*** join/#asterisk cryptic (~cryptic@pool-98-113-133-214.nycmny.fios.verizon.net)
07:25.02*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
07:28.50*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
07:32.27*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
07:33.13*** join/#asterisk markusl (~markus@hodor.lindenberg.io)
07:42.53*** join/#asterisk yokel (~yokel@unaffiliated/contempt)
07:59.11*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
08:00.20WIMPyDon't mess with gain on digital interfaces. that will only create distortions. Fix the cause. (i.e. the phone/ATA)
08:04.15*** join/#asterisk elitas (~elitas@213.226.135.203)
08:12.19*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
08:20.55*** join/#asterisk fergus (~sergei@mail.55h.by)
08:25.11*** join/#asterisk crocodilehunter (~Thunderbi@CPE-121-211-237-81.hhui7.cht.bigpond.net.au)
09:02.54*** join/#asterisk Ice_Strike (~Ice_Strik@host213-120-117-212.in-addr.btopenworld.com)
09:05.35*** join/#asterisk CustosL1men (~CustosLim@unaffiliated/cust0slim3n)
09:09.06*** join/#asterisk Dovid (~dovid@ool-4356e96f.dyn.optonline.net)
09:12.04*** join/#asterisk zogm (~zogm@gateway/vpn/privateinternetaccess/zogm)
09:21.45*** join/#asterisk nickfennell (~nickfenne@unaffiliated/nickfennell)
09:32.16*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
10:19.07*** join/#asterisk GameGamer43_ (sid5533@gateway/web/irccloud.com/x-jlfubwxyaqsoyjnf)
10:19.10*** join/#asterisk babak_ (uid19622@gateway/web/irccloud.com/x-ngegdgjoinkgxmbw)
10:19.24*** join/#asterisk dan_j_ (sid21651@gateway/web/irccloud.com/x-sbkeyhexfoipntvf)
10:19.42*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
10:22.25*** join/#asterisk evilman_work (~evilman@87.244.6.228)
10:24.19*** join/#asterisk MarkSX (~MarkSX@unaffiliated/marksx)
10:29.11*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
10:32.53*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
10:52.01babakHi, is there a way to save some information with external application like a web server in a temporary variable in Asterisk and use that variable in dialplan and then again  re use it ?
10:55.41*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
11:06.01*** join/#asterisk sekil (~sekil@78.24.104.73)
11:17.16*** join/#asterisk Milenco (~Milenco@ipv6.milenco.net)
11:17.31*** join/#asterisk Frojoe (Frojoe@2a01:7e00::f03c:91ff:fe70:bc74)
11:17.35*** join/#asterisk vehk (~vehk@unaffiliated/vehk)
11:37.49*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
11:52.40*** join/#asterisk josecapurro (~jcapurro@host-6.189.52.190.copaco.com.py)
11:59.36*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
12:04.25*** join/#asterisk n3ob (~ed@2a00:d880:6:320:82fa:b33e:3d20:4763)
12:10.50*** join/#asterisk [TK]D-Fender (~chatzilla@216-191-106-163.dedicated.allstream.net)
12:12.55WIMPybabak: Yes, you can set variables. Either via the remote shell or via AMI.
12:13.13*** join/#asterisk coppice (~chatzilla@123203240102.ctinets.com)
12:22.50*** join/#asterisk hehol (~hehol@gatekeeper.loca.net)
12:30.00Ice_StrikeHow does dialer test harness system work?
12:30.54Ice_StrikeLike if you want to test 500 concurrents call somehow and softphone need to answers it somehow.
12:31.37[TK]D-Fenderwhat "dialer test harness system"?
12:33.49Ice_StrikeWell, just a thought the system has two parts consisting of an Agent and a Customer component. The agent component virtually replicates actions agents will do in call handling e.g wrap times. Something like that.
12:34.14Ice_StrikeIn the way to test the Predictive dialer system
12:41.34*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
12:43.41[TK]D-FenderSIPP
12:46.58Ice_StrikeHmm
12:58.58*** join/#asterisk youjelly (~youjelly@38.140.1.186)
12:59.52*** join/#asterisk vader- (~Adium@50.232.174.194)
13:08.39*** join/#asterisk generalhan (~tester@about/windows/staff/generalhan)
13:29.30*** join/#asterisk kritzikratzi (~kritzikra@cpe90-146-150-86.liwest.at)
13:30.15*** join/#asterisk theron (~theron@199.201.64.131)
13:31.01*** join/#asterisk gerhard7 (~gerhard7@77-172-82-111.ip.telfort.nl)
13:32.04*** join/#asterisk brad_mssw (~brad@66.129.88.50)
13:35.22*** join/#asterisk MarkSX (~MarkSX@unaffiliated/marksx)
13:39.04*** join/#asterisk sruffell (sruffell@asterisk/the-kernel-guy/sruffell)
13:39.04*** mode/#asterisk [+o sruffell] by ChanServ
13:43.38*** join/#asterisk mjordan (mjordan@nat/digium/x-ywwmtiigtmtblhzd)
13:43.38*** mode/#asterisk [+o mjordan] by ChanServ
13:44.42*** join/#asterisk catphish (~catphish@unaffiliated/catphish)
13:45.55catphishwhen using IP based peers, is there any protection at all against 3rd parties initiating a call by spoofing the IP of the peer?
13:47.21*** join/#asterisk newtonr (RustyNewto@nat/digium/x-qmxrvhxgnfijjjwr)
13:47.21*** mode/#asterisk [+o newtonr] by ChanServ
13:48.30[TK]D-Fenderpeer = match by IP.  That doesn't mean they don't still have to auth
13:49.35*** join/#asterisk seik0 (~seik0@95-52-156-215.dynamic.komi.dslavangard.ru)
13:49.38catphish[TK]D-Fender: sure, i mean in a situation where a secret isn't specified
13:50.53catphishi've noticed that some providers use only IP address for authentication, i wondered if there was some kind of 2-way handshake in SIP to do an INVITE, or whether it is totally open to abuse
13:54.29*** join/#asterisk hexanol (~bibi@modemcable094.94-70-69.static.videotron.ca)
13:56.56*** join/#asterisk boch (~boch@186.182.125.111)
13:57.20bochhello, do you know how to log/cdr calls picked up with *8 feature code?
13:58.53*** join/#asterisk babak (uid19622@gateway/web/irccloud.com/x-gzsdcthnaapbafui)
13:59.02*** join/#asterisk kharwell (kharwell@nat/digium/x-dkwoxpphbtczkats)
14:00.17babakWIMPy: thx
14:03.52*** join/#asterisk Dovid (~dovid@static-173-63-105-210.nwrknj.fios.verizon.net)
14:11.56*** part/#asterisk sekil (~sekil@78.24.104.73)
14:14.09*** join/#asterisk D30 (~D30@58.71.19.178)
14:15.23*** join/#asterisk kritzikratzi (~kritzikra@cpe90-146-150-86.liwest.at)
14:17.26*** join/#asterisk tpdmoore (~tpdmoore@75-150-221-205-Illinois.hfc.comcastbusiness.net)
14:19.01*** join/#asterisk rrittgarn (~rrittgarn@75-150-221-196-Illinois.hfc.comcastbusiness.net)
14:21.33*** join/#asterisk rmudgett (rmudgett@nat/digium/x-pbrptirinmkatiyx)
14:32.36*** join/#asterisk nunopereira (~nuno.pere@alpes.nortenet.pt)
14:37.54*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
14:39.51*** join/#asterisk superscrat (~asanders@173-21-89-217.client.mchsi.com)
14:40.43*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
14:45.48*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
14:52.46*** join/#asterisk areski (~areski@32.Red-83-47-150.dynamicIP.rima-tde.net)
14:54.35*** join/#asterisk Kobaz (~kobaz@its.kobaz.net)
14:56.16*** part/#asterisk bulkorok (~b.tietz@89.245.151.228)
14:57.00*** join/#asterisk sgriepentrog (sgriepentr@nat/digium/x-pydcntzzrbxfjnxd)
15:07.15*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
15:10.27*** join/#asterisk dimitry7 (~dimitry7@gate.aaamerica.com.mx)
15:20.48*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
15:30.21*** join/#asterisk andresmujica (~andresmmu@ubuntu/member/andresmujica)
15:30.26bochhello, do you know how to log/cdr calls picked up with *8 feature code?
15:32.00*** join/#asterisk sruffell (sruffell@asterisk/the-kernel-guy/sruffell)
15:32.00*** mode/#asterisk [+o sruffell] by ChanServ
15:41.42*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
15:41.57seik0boch: feature codes may be customized, no? Why don't you call feature name?
15:42.58seik0you mean group pickup?
15:43.14seik0what have you already try log?
15:45.45*** join/#asterisk F-G0z (~G0z@ANantes-658-1-32-232.w83-204.abo.wanadoo.fr)
15:48.44bochseik0, you are right, its call pick up feature. ive searched mysql and csv logs but nothing about the pick up
15:49.40*** part/#asterisk catphish (~catphish@unaffiliated/catphish)
15:49.42seik0mysql and csv has no differences for cdr
15:49.54seik0maybe CEL logging can help
15:50.03seik0but I am not sure
15:50.42*** join/#asterisk paulc (~paulc@unaffiliated/paulc)
15:50.51seik0and what is the problem with CDR? you see nothing while pickup? or you see wrong data?
15:50.54F-G0zCuzner: Hi! Last week, you asked me to let you know whether I managed to have two applications (morse and confbridge) on the same time. I've solved this by originating calls with AMI to a macro context. See: http://pastebin.com/Z1z4CWj8
15:55.32CuznerF-G0z: neat, thanks.
15:56.07*** join/#asterisk TheSin (~TheSin@gateway.bluefalls.ca)
15:57.46TheSinhey guys I'm running askterisk form debian testing, and it recently updated to 13.1.0 since then my voicemail app has gone wonky.  If I forward a msg by pressing 8 it drops the call due do a missing audio file vm-msgforwarded which I can not find anyplace, Also the notification lights on the phones are very very slow to turn on and off like hours at times
15:58.00TheSinany suggestions? has any of this been brought up?
15:58.54[TK]D-FenderWe're at 13.4.0 now, and 13.5.0 pending shortly
15:59.06[TK]D-FenderIf any of this is a legit issue it may already have been fixed
15:59.23[TK]D-Fenderif you're missing a sound file then go download it direct off of the site
15:59.26TheSinhmm, so talk tot he debian maintainer then?
15:59.43[TK]D-Fenderalways something to do.
16:02.19TheSinthanks that helepd I just checked the changelog and I see when that happened
16:02.30TheSinappreciate the help
16:04.58*** join/#asterisk airjump (~Thunderbi@p20030070CE325193649B1B002ECB9618.dip0.t-ipconnect.de)
16:08.51TheSinI see debian only has core-sources 1.4.22 and the vm change needs 1.4.25 I'll report it upstream
16:10.20F-G0zDo some of you happen to know whether it's possible to reduce the volume of one speaker but just for a specific listener? I use confbridge and iax2. :)
16:19.54[TK]D-FenderTheSin: No.
16:19.57[TK]D-Fender1.4 is LONG dead
16:20.07[TK]D-Fenderforget anything other than 11/13
16:20.23TheSinI dont' mean asterisk I mean core-sounds
16:20.43TheSinasterisk 13.x requires core-sounds 1.4.25+
16:20.55[TK]D-Fenderok, eyes crossed for a set there
16:20.59TheSinhehe
16:21.00[TK]D-Fendersec
16:21.25TheSinyeah I'm long long done with 1.4 I've already gone through the pains of 1.4 -> 1.6 -> 1.8 -> 1.11 upgrades :) I'm not going back there again ;0
16:21.45mjordanF-G0z: The VOLUME function may do what you'd like. Although there's currently a bug in it that is getting fixed in 13.5.0-rc1 (11 is fine, sorry about that)
16:26.29F-G0zmjordan: So if I use this function to mute a specific speaker to a specific listener, only the others listeners will hear him. :-)
16:29.15*** join/#asterisk kolko (~kolko@46.48.58.17)
16:42.10*** join/#asterisk wonderworld (~ww@ip-176-199-166-61.hsi06.unitymediagroup.de)
16:45.23*** join/#asterisk bcalhoun (~bcalhoun@71-14-6-250.static.gwnt.ga.charter.com)
16:48.53*** part/#asterisk TheSin (~TheSin@gateway.bluefalls.ca)
16:57.45*** join/#asterisk ChkDigit (~u388mw@74.3.144.66)
17:05.23*** join/#asterisk cmendes0101 (~cmendes01@pool-96-229-207-133.lsanca.fios.verizon.net)
17:05.50*** join/#asterisk theron_ (~theron@199.201.64.131)
17:10.34*** join/#asterisk protem (~protem@unaffiliated/protem)
17:28.20*** join/#asterisk italorossi (~Adium@187.60.66.11)
17:28.52*** join/#asterisk andresmujica (~andresmmu@ubuntu/member/andresmujica)
17:41.12*** join/#asterisk zapata (~zapata@2a02:b18:581:10:d8a1:cf2e:6103:8a31)
17:45.30*** join/#asterisk Dovid (~dovid@static-173-63-105-210.nwrknj.fios.verizon.net)
17:48.04*** join/#asterisk superscrat (asanders@nat/digium/x-tzzcqaaqyqnlxdzn)
18:05.49*** join/#asterisk areski (~areski@80.174.128.12.dyn.user.ono.com)
18:13.28*** join/#asterisk spicyramen_ (~Adium@c-98-210-160-181.hsd1.ca.comcast.net)
18:16.33*** join/#asterisk rrittgarn (~rrittgarn@75-150-221-196-Illinois.hfc.comcastbusiness.net)
18:17.22*** join/#asterisk tpdmoore (~tpdmoore@75-150-221-205-Illinois.hfc.comcastbusiness.net)
18:28.46*** join/#asterisk c0ldg0ld (~c0ldg0ld@unaffiliated/c0ldg0ld)
18:31.03*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
18:36.11*** join/#asterisk kfife (~Miranda@home.chicagoventure.com)
18:37.22kfifeThe https://wiki.asterisk.org/ wiki is a pretty nice layout.  Is that a mediaWiki skin/template or some other code base?
18:37.39kfifeYAWS (Yet another Wiki Server)
18:39.08malcolmdconfluence from atlassian
18:40.03kfifeInteresting.
18:40.16malcolmdthe web folk here did some work on colors; i'm not sure how much theming they actually did
18:40.51kfifeLooks like it's a Cloud/SAS offering.  is it open source like MediaWiki?
18:41.08malcolmdi don't believe that confluence is
18:43.47kfifeSounds like Digium uses it for all kinds of stuff, not just documenting Asterisk
18:43.59kfife(at least it DOES all kinds of stuff)
18:44.14kfifePresumably D chose it for more than a doc repo
18:44.49kfifemalcolmd : Were you involved in the decisionmaking on that?
19:01.22*** join/#asterisk c0ldg0ld (~c0ldg0ld@unaffiliated/c0ldg0ld)
19:01.56*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
19:05.50*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
19:12.52malcolmdwe were very fond of the old wiki editor; we're less fond of the new one, but it's better than most.  it doesn't support markdown, sadly.  it has nice integration with the rest of the atlassian products, of which, for asterisk, we make extensive use
19:27.44*** join/#asterisk hexanol (~bibi@modemcable094.94-70-69.static.videotron.ca)
19:31.45*** join/#asterisk Synthase_ (uid63346@gateway/web/irccloud.com/x-rezwuyodhsdabqws)
19:41.40*** join/#asterisk Elio19 (~elio19@unaffiliated/elio19)
19:50.26*** join/#asterisk tzafrir (~tzafrir@bzq-179-40-172.cust.bezeqint.net)
20:14.39*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
21:00.47*** join/#asterisk spicyramen_ (~Adium@c-98-210-160-181.hsd1.ca.comcast.net)
21:01.15moe`atlassian ... seriously?
21:02.11fileyes?
21:02.53moe`please tell its not jira
21:03.07filethat's what Asterisk uses for an issue tracker, yes
21:03.13moe`wow
21:03.21moe`you poor bastards  :)
21:03.35moe`IMHO jira is a steaming turd
21:04.24moe`why is an open source project using that as an issue tracker?
21:04.35moe`there must be some history I'm not aware of
21:06.08*** join/#asterisk bkruse (~Adium@64.89.97.113)
21:06.42*** join/#asterisk binarytempl3 (~bryanhunt@cpc76910-dals22-2-0-cust919.20-2.cable.virginm.net)
21:08.24binarytempl3Anyone know why on-hold music would fail over SIP? Works perfectly well over DAHDI. What should I investigate?
21:10.27moe`I'ma gonna throw a stupid comment because I have no idea how to fix it binarytempl3 :  don't use on-hold music    :)
21:10.41moe`grins stupidly
21:11.51moe`I probably deserved to be kicked for that, really.
21:15.50*** join/#asterisk areski (~areski@80.174.128.12.dyn.user.ono.com)
21:19.00*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
21:24.26malcolmdi'll bite.  what's moe`s issue tracking software package of choice?
21:26.09*** part/#asterisk mjordan (mjordan@nat/digium/x-ywwmtiigtmtblhzd)
21:28.29binarytempl3yeah, I just set up an extension that rickrolls
21:28.45binarytempl3I don't actually have an on hold music setup
21:29.14moe`malcolmd:  well, I dunno.  Just had bad experiences with Jira.
21:29.16binarytempl3but from a technical standpoint I'd like to understand why it works over PSTN (DAHDI) but not over SIPO
21:29.26binarytempl3s
21:29.37binarytempl3s|SIPO|SIP|
21:30.29binarytempl3I mean, it's ulaw and all that, and voice works fine from DAHDI to SIP and to conference calls etc
21:32.07*** join/#asterisk Tenhi (~tenhi@178.18.241.180)
21:45.49*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
22:04.07*** part/#asterisk marceloamorim (~marcelo@189-90-192-72.isimples.com.br)
22:10.52*** join/#asterisk [TK]D-Fender (~joe@64.235.216.2)
22:13.52moe`hey, here's a question... what would be a recommeded SIP client for android?
22:14.06moe`free or paid, doesn't matter
22:14.12moe`just one that works well
22:26.21*** join/#asterisk fling (~fling@fsf/member/fling)
22:28.14newtonrmoe`, CSIPSimple has worked well for me
22:58.50*** join/#asterisk fling (~fling@fsf/member/fling)
23:01.05moe`hey for shits and giggles, if I enable tls goodies in the [general] section of sip.conf that applies to all subsections unless I override per section correct?
23:01.40moe`I have a proper globalsign cert
23:02.51moe`newtonr : will try that now, thanks
23:04.36moe`will asterisk tolerate multiple SIP clients with the same SIP profile (user/pass)?
23:04.44moe`I guess I'll find out here in a moment
23:05.21[TK]D-Fendermoe`, chan_sip = no
23:06.25moe`[TK]D-Fender, the yoda of asterisk, what's that now?
23:07.20[TK]D-Fenderchan_sip cannot support that
23:07.27moe`newtonr : I want a SIP client to connect to my own asterisk box, CSIPSimple allows that?
23:07.38[TK]D-Fenderevery time another device registers it will STEAL the registration from the others
23:07.45fileTHIEF
23:07.56moe`[TK]D-Fender  - what are we talking about here?  TLS on asterisk?
23:07.59moe`I lost focus
23:08.08[TK]D-Fendermoe`> will asterisk tolerate multiple SIP clients with the same SIP profile (user/pass)?
23:08.30moe`[TK]D-Fender: ah, ok, so one client per SIP profile
23:09.27moe`ok, so [TK]D-Fender ....  if I enable tls goodies in the [general] section of sip.conf that applies to all subsections unless I override per section correct?
23:09.50[TK]D-Fenderparameters that apply in BOTH will be inherited
23:10.16moe`was only looking for inheritance, other sections have no TLS settings
23:10.33moe`so if I set [general] tls stuff, it should fall down to others
23:10.34moe`?
23:10.39[TK]D-Fenderyes
23:10.43moe`thank you sir
23:10.53[TK]D-Fenderthat's what I said
23:11.21moe`yeah well forgive my stupidity
23:11.27moe`I've had a few beers
23:14.47moe`any other comments on a SIP client for android?
23:15.12moe`I use Bria on stupid 'doze, it works well but its payware
23:15.24moe`Ekiga on 'BSD
23:15.55moe`I tried Ekiga on 'doze but it annoyed me, so I went payware
23:16.10moe`what's the go for SIP client on android... anyone?
23:18.15moe`I know there are many but almost just as many pains in the ass
23:20.12[TK]D-Fender<newtonr> moe`, CSIPSimple has worked well for me
23:20.21[TK]D-Fendermoe`> newtonr : will try that now, thanks
23:20.25[TK]D-FenderLost focus again?
23:20.36[TK]D-FenderYou've already gotten an answer and you said you'd try it...
23:21.50*** join/#asterisk andresmujica (~andresmmu@ubuntu/member/andresmujica)
23:24.31*** join/#asterisk oli-work (~oli-work@230.129.233.220.static.exetel.com.au)
23:24.49moe`I did
23:24.55oli-workhi folks, having a problem that i'm not making any headway with
23:24.57moe`it appeared to want 3rd party SIP servers
23:25.16[TK]D-Fender3rd from who?
23:25.26oli-workinternal > internal > pickup inbound call > return to internal call > no audio or moh
23:25.27moe`various providers
23:26.00moe`ok will install CSIPsimple again, and look closer
23:26.30oli-worktwo users call each other internally. one of the parties takes an inbound call, which puts the internal party on hold. seemingly randomly, the internal party gets no MoH and no audio when the calling party picks the call back up
23:26.40oli-workhttp://pastebin.com/hafYvPHB  here is a sip debug
23:26.55oli-workvoipmonitor also notes that the RTP stream ended before the last SIP packets
23:27.06moe`dude, CSIPsimple appears to want you to use, for example, US GatherCall Mondotalk, OnSIP, ippi, etc
23:27.11oli-workanyone able to please give some guidance?
23:27.20moe`I do not see an immediate way to add my own voip server
23:28.07moe`oh, wait.  duh.
23:29.49*** join/#asterisk theron (~theron@199.201.64.131)
23:30.23*** part/#asterisk kharwell (kharwell@nat/digium/x-dkwoxpphbtczkats)
23:30.56moe`bullshit, it shows "registered" but did not ask me for server, etc.  it's not hitting my own asterisk instance, but some 3rd party
23:31.24moe`uninstall
23:31.47moe`glad I did that on my test android/S2
23:32.09moe`sip show peers shows that profile was not connected
23:48.51*** join/#asterisk sparetire_ (~sparetire@unaffiliated/sparetire)
23:49.02*** join/#asterisk Dovid (~dovid@ool-4356e96f.dyn.optonline.net)
23:59.40*** join/#asterisk fstd (~fstd@unaffiliated/fisted)

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