IRC log for #asterisk on 20180117

00:00.17kfifekunwon1: : Tried that too.  The automixmon filename appears to be a composite of 2 channel variables, plus a unique ID
00:00.36kfifeThe unique ID appears to be a timestamp,
00:00.54kfifeBut the timestamp is not the same timestamp that is the ${UNIQUEID} of the call
00:01.12kfifeI believe it's the timestamp that the AutoMixMon was invoked
00:01.34kfifeHowever, I can't effing find that effing number, even though it's right there on the console.
00:01.48kfifeCorrection:  effing console.
00:01.52kunwon1the only other thing i could suggest is try to add a hangup handler and run DumpChan() there - i think some things aren't set until later in call processing, especially when it comes to recording, but this is just a guess
00:02.03kunwon1otherwise it may not be available in dialplan
00:02.50kunwon1i found this which has some variables concerning monitor filenames, but don't think it's all too helpful https://wiki.asterisk.org/wiki/display/AST/Various+application+variables
00:03.04kfifekunwon1:  Good idea, but I tried that too.  Piissing me off somethign fierce.  There are more than one of unanswered posts about this.
00:03.49kunwon1okay, turn on verbose logging, write a shell script to pull it from the log, and call that with System() :)
00:04.04kunwon1please don't actually do that
00:04.12kfifeI'm trying to not need to write my own dynamic feature if it's not necessary.   Otherwise I have to try to guess the filename or some ugly ${SHIT}
00:04.24kunwon1yeah i think ugly things may be the only options left
00:04.26kfifeLike your clever suggestion.  Still lauging.
00:04.28kunwon1or delving into the source code
00:05.22filewhat version?
00:06.07kfife12. I looked in the source, but couldn't C where it was mapped to a channel variable.
00:06.26fileTOUCH_MIXMONITOR_OUTPUT apparently
00:08.35kfifeRigh?? Problem is, the little bastard is always null.
00:08.49fileit's likely on the other channel
00:09.19fileand you mentioned a different variable before
00:09.32kfifeIf I use chandump in the dialplan
00:10.00kfifewhich channel is it dumping?
00:10.06kfifeThere's no arg for that.
00:10.09filethe channel on which it is executed.
00:11.28kfifefile: I see your ponit.  Let me try to grab the other channel
00:13.48kfifefile; calling party is allowed to record in Dial(,,,X) , and the calling party dumps the channel on hangup.
00:14.41kfifeAre you suggesting that automixmon is populating TOUCH_MIXMONITOR_OUTPUT on the channel the call is bridged to?
00:14.49kfifefile ^^
00:14.57fileI don't know that code, but yes
00:15.15kfifeHmmm...  Trying
00:15.46fileI believe that MixMonitor is placed on the bridged channel, and the dialplan variable set there
00:16.40kfifeI'd expect it to be placed on the bridged channel if x were passed, originating channel if X were passed.
00:17.11filethat just controls who can initiate it
00:17.30kfiferoger
00:18.09kfife-- AutoMixMonitor used to record call. Filename: auto-1516148212-3122977003-13124455902.wav
00:18.58kfifethe 1516... prefix not in DumpChan()
00:20.59kfifeand TOUCH_MIXMONITOR_OUTPUT  still null.
00:21.30kfifeSh1t
00:28.12kfife...although the prefix is the uniqueID, rounded up to the nearest second.
00:28.24kfifeon this call at least.
00:29.08kfifeBut not on the next one. Close though.
00:34.59kfifeIt's clearly just a timestamp of the time the button is pressed.
00:38.23filehttps://github.com/asterisk/asterisk/blob/12/bridges/bridge_builtin_features.c#L321
00:38.32filethat's the code that triggers it and generates the filename
00:40.04kfifeYou're right.  I see it now.
00:40.22*** join/#asterisk TriJetScud (~TriJetScu@69.172.162.252)
00:41.05kfifeYou're also right about asking the wrong channel.
00:41.14kfifeI can get the variable from the CLI
00:41.23kfifeBut not the dialplan
00:41.53kfifeHave to check to be sure it's doing what I think it is.
00:42.29kfifeI see it now. This call has 3 channels
00:42.40kfifeThanks for your help
00:43.00filemoar channels
00:43.18kfifemo channels, mo problems
01:02.50*** join/#asterisk cemotyz09 (~cemotyz09@cpe-70-121-157-202.satx.res.rr.com)
01:21.49*** join/#asterisk infobot (ibot@rikers.org)
01:21.49*** topic/#asterisk is #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- LTS: 13.19.0 (2018/01/11), Standard: 15.2.0 (2018/01/11); 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
01:59.00*** join/#asterisk jkroon (~jkroon@165.16.204.166)
02:08.23*** join/#asterisk jeffspeff (~me@209.141.208.197)
02:23.15*** join/#asterisk nix8n82 (~AndChat58@67-130-74-235.dia.static.qwest.net)
02:33.18*** join/#asterisk luckman212 (~luckman21@unaffiliated/luckman212)
02:48.30kfifeGot it:  So if my dialplan logic is executing on one channel (say, SIP), and it creates a call invoking say, a dahdi channel Dial(DAHDI/G1/...,X), the variable MIXMONITOR_FILENAME is part of the Dahdi channel, not the SIP channel where my dialplan logic is running.  file was exactly right here.  Question is, can I query a property of the peer channel from within the dialplan that's in the SIP channel?  I think I can do this by c
02:48.31kfifealling using the local channel, but wondering is the former also possible?
03:21.31*** join/#asterisk jeffspeff (~me@209.141.208.197)
03:39.18*** join/#asterisk jeffspeff (~me@209.141.208.197)
04:24.18*** join/#asterisk giesen (~ggiesen@ego.giesen.me)
05:27.39*** join/#asterisk jeffspeff (~me@209.141.208.197)
05:49.29*** join/#asterisk nix8n82 (~AndChat58@67-130-74-235.dia.static.qwest.net)
06:10.32*** join/#asterisk startledmarmot (~startledm@cpe-75-82-221-87.socal.res.rr.com)
06:16.40*** join/#asterisk [NC] (~NC@208.94.241.140)
06:24.59*** join/#asterisk robink (~quassel@unaffilated/robink)
06:43.56*** join/#asterisk startledmarmot (~startledm@cpe-75-82-221-87.socal.res.rr.com)
06:53.06*** join/#asterisk jkroon (~jkroon@uls-154-73-35-201.wall.uls.co.za)
06:54.45*** join/#asterisk jamesaxl (~jamesaxl@109.70.186.216)
06:55.37Dirk23[TK]D-Fender: Hi
06:56.15Dirk23[TK]D-Fender: https://pastebin.com/MHkiu3fF Log from beginning of the call to Hangup, but no oneway audio
07:17.06*** join/#asterisk zapata (~zapata@2a02:b18:581:10:5402:3a33:3e74:5002)
07:32.05Dirk23[TK]D-Fender Samot : https://pastebin.com/iB618XkR this one is with a one way audio, comming from external trunk
07:34.32[TK]D-FenderYou don't have any debug for the actual inbound call.
07:34.44[TK]D-FenderYou've missing half of the entire picture
07:34.55[TK]D-Fenderand ... it's bed-time...
07:34.57[TK]D-FenderBBL
07:34.57Dirk23yes, missed the incoming call
07:35.08Dirk23but i recorded the ony way
07:35.11[TK]D-FenderYou're also comparing 2 differnt kinds of calls
07:35.22[TK]D-Fenderyour first was private-private
07:35.26[TK]D-FenderThis other one is different
07:35.33Dirk23same errors
07:35.43[TK]D-FenderYou shouldn't be comparing differnt things like that
07:35.43*** join/#asterisk mubbashar84 (~mubbashar@115.186.165.218)
07:35.48Dirk23ok
07:38.48mubbashar84Hi All, I need some help regarding reading packets in asterisk. I need to read the answer packet to check for headers. Is there any possibility to do that?
08:14.52*** join/#asterisk pchero_work (~pchero@109.70.54.56)
08:17.32*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
08:28.28*** join/#asterisk miralin (~Thunderbi@91.237.94.67)
08:43.55mubbashar84Hi All, I need some help regarding reading packets in asterisk. I need to read the answer packet to check for headers. Is there any possibility to do that?
09:34.18*** join/#asterisk DanB (~DanB@clt-195.192.202.147.ip-anschluss.net)
09:47.07*** join/#asterisk miralin (~Thunderbi@91.237.94.67)
09:47.35*** join/#asterisk sekil (~sekil@nat-73.net011.net)
10:03.38*** join/#asterisk Perlon (minimalist@2a03:b0c0:0:1010::36:1)
10:26.16*** join/#asterisk Worldexe (~Worldexe@95-107-33-134.dsl.orel.ru)
10:30.50*** join/#asterisk _0x5eb_ (~seb@seb-hpws2.elen.ucl.ac.be)
10:47.06*** join/#asterisk hehol (~hehol@gatekeeper.loca.net)
10:58.50*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
11:31.36*** join/#asterisk jamesaxl (~jamesaxl@109.70.186.216)
11:31.39jamesaxlHEllo
11:31.46*** join/#asterisk defsdoor (~andy@cpc120600-sutt6-2-0-cust177.19-1.cable.virginm.net)
11:31.50jamesaxlWhere can we donate for asterisk?
11:47.44*** join/#asterisk robmal (r@wporzo.pl)
11:54.42matt_does anybody know how to set a channel variable from an agi script?
11:55.57matt_oh, set variable, didn't work :(
12:00.22matt_ok it does, the script was failing
12:01.34*** join/#asterisk lankanmon (~LKNnet@CPE64777dd7e053-CM64777dd7e050.cpe.net.cable.rogers.com)
13:10.53*** join/#asterisk DanB__ (~DanB@clt-195.192.205.141.ip-anschluss.net)
13:18.12*** join/#asterisk luckman212 (~luckman21@unaffiliated/luckman212)
13:28.41*** join/#asterisk cemotyz09 (~cemotyz09@cpe-70-121-157-202.satx.res.rr.com)
13:31.07*** join/#asterisk [TK]D-Fender (~joe@216.191.106.165)
13:38.13*** join/#asterisk brad_mssw (~brad@66.129.88.50)
14:22.12*** join/#asterisk bananapie (~david@modemcable162.109-37-24.static.videotron.ca)
14:24.48bananapieIf I call WAIT FOR DIGIT repeatedly, but a user hits a DTMF between two "WAIT FOR DIGIT", I lose the digit. So if the user enters, say a PIN of 1234. But while I am parsing the 1 in my AGI, he enters 2 before I call WAIT FOR DIGIT, WAIT FOR DIGIT returns 3. This is a problem on my asterisk box because of it's slow processor where processing time can exceed time it takes to enter the next dtmf.
14:26.58[TK]D-FenderDon't use weak junk for your server.  Or pick another method of entry
14:27.10[TK]D-Fenders/or/AND/
14:27.23[TK]D-Fenderdarn...
14:27.30[TK]D-Fenderthere goes the punch-line
14:45.57*** join/#asterisk cemotyz09 (~cemotyz09@cpe-70-121-157-202.satx.res.rr.com)
14:48.42*** join/#asterisk cemotyz09 (~cemotyz09@cpe-70-121-157-202.satx.res.rr.com)
14:51.13*** join/#asterisk SoBlindWolf (~SoBlindWo@go.pcshost.co)
14:53.51*** join/#asterisk kharwell (~kharwell@user-24-214-15-130.knology.net)
14:53.51*** mode/#asterisk [+o kharwell] by ChanServ
14:55.52*** join/#asterisk bford (442392a1@gateway/web/freenode/ip.68.35.146.161)
14:55.53*** mode/#asterisk [+o bford] by ChanServ
14:56.02*** join/#asterisk guest1062 (~bounceman@185.32.9.250)
14:56.41guest1062Hi, are srv records working/implemented in Asterisk 11? I can see an option that says DNS SRV Records: Yes in the sip settings so that is my qualified guess.
14:57.12guest1062The issue still is when I try to call out it gives me acl.c:833 resolve_first: Unable to lookup 'mysrv.foobar.io'
14:57.41guest1062I mean I can dig it from the server
14:57.43guest1062works great
14:58.04[TK]D-Fender11 = dead
14:58.11SamotThere are no SRV records in Asterisk.
14:58.17[TK]D-Fendershould not be used anymore
14:58.32SamotSRV lookup means it tags the _sip._ucp. part.
14:58.40SamotOn to the rest of the domain.
14:58.48SamotIt formats the FQDN for a SRV lookup
14:58.52guest1062Damn, that is a shame.
14:59.10guest1062Is there a workaround for this in Asterisk?
14:59.16SamotWhat do you mean?
14:59.20SamotWhat is the actual issue?
14:59.36guest1062Maybe I understood you, sorry. So asterisk prepares the domain and the system performs the lookup?
14:59.58SamotIf you have host=sip.domain.com and SRV Lookups enabled..
15:00.12SamotAsterisk will do a DNS lookup with _sip._udp.sip.domain.com
15:00.32SamotIt prepends the SRV prefix.
15:01.03SamotDo a DIG on sip.domain.com is not an SRV lookup
15:01.11SamotYou have to do the lookup with the SRV prefix
15:01.18SamotAnd look for the SRV record.
15:05.46guest1062Yeah my SRV record looks like this: _sip._udp.example.com
15:07.26guest1062so I added example.com as my trunk, it did not like that and it did not seem to put the call through.
15:07.49guest1062Then as srv is enabled it should add _sip._udp. to that domain
15:09.01guest1062subscriber absent
15:09.14guest1062dig srv _sip._udp.example.com gives me back my two records
15:09.46filechan_sip has shortcomings in SRV support where it will resolve things in a non-SRV fashion when it shouldn't
15:12.12*** join/#asterisk jkroon (~jkroon@vc-nat-gp-n-41-13-66-80.umts.vodacom.co.za)
15:21.11znoteer_I've an asterisk machine behind NAT with an iax2 connection to my provider.  When I first set it up, some command I ran reported what IP address my provider saw me as, ie, my pubic IP.  I thought it was "iax2 show registry".  Does anyone know what I'm talking about, or am I completely lost.  I'd like to see how my provider sees me
15:22.10[TK]D-FenderThey'll see you as your WAN IP based on whatever your router uses for your server
15:22.16[TK]D-FenderWhich you should already know
15:26.40znoteer_yes, I already do know it, but it's a dynamic IP that changed recently, and I want to make sure that my provider has the new IP
15:27.09znoteer_I'm looking for the command that reports how we are seen by the remote end
15:28.06znoteer_I seem to recall that some command returned a column labelled, "Sees us as" or something like that
15:30.40jkroonhas anybody seen cases where the AMI (over http at least) becomes non-responsive?
15:31.40jkroonok, looks like it's rather the http module that's problematic rather than ami.
15:32.21[TK]D-Fender"sees us as" means nothing
15:32.39[TK]D-Fenderif you REGISTER to them they see based on the IP you last sent that registration via
15:33.11znoteer_well then, how do I resend the registration?
15:33.29[TK]D-FenderIf your registration interval is short enough it will eventually expire and reregister and they'll see you coming from a possibly new IP
15:33.32jkroonznoteer_, iax2 shows registry shows it for iax2, not aware of anything similar for SIP because the information isn't available from the protocol.
15:35.17znoteer_[TK]D-Fender: and the registration interval is the "Refresh" column when you run "iax2 show registry"?
15:35.37znoteer_jkroon: I'm using iax2
15:35.52[TK]D-FenderWhat does it say?
15:36.13jkroonas far as I know it's smart enough to due to the ping-poing nature of the qualify statement know when to re-register.
15:36.18znoteer_60
15:36.44znoteer_I guess that's seconds
15:36.49jkroonyes
15:39.32znoteer_well here's the problem I'm trying to get to the bottom of.  Incoming calls no longer make it to my asterisk server.  I can't think of anything that I've changed recently.  If you call my DID, it just rings and rings.  The console on my end shows no activity, no incoming call.  My firewall is set to forward iax traffic to the asterisk box, but nothing appears to reach me
15:39.59jkrooniax2 set debug on, and correlate with tcpdump.
15:40.07jkroonif that doesn't get to you, then something is wrong on your firewall.
15:40.30jkroonthen, check and make sure your connection tracking on your firewall isn't buggered (old linux kernel bug).
15:41.07jkroonhttps://forum.mikrotik.com/viewtopic.php?t=43557 for one, and http://jkroon.blogs.uls.co.za/it/voip/connection-tracking-problems
15:41.43znoteer_jkroon: I thought of setting iax2 debug on, but there is nothing to debug on the asterisk console.  Do you think it is still worthwhile in that case?
15:42.12jkroonyes, because the debug will tell you what iax2 packets asterisk sends and receives, and just as importantly:  if and why it discards them.
15:42.35znoteer_ok, I see.  I'll try it
15:43.03jkroonto confirm the connection tracking bug, run tcpdump just outside your firewall and see if the source IP address of the packet is correct.
15:43.40jkroonif you can't do that, assume it's buggy.  workaround:  shut your asterisk server for ~10 minutes, and start it back up.
15:43.59znoteer_isn't connection tracking only useful for outgoing traffic to make sure that any related reply comes through?
15:44.01jkroonif that works, point your firewall admins at the above two links.
15:44.21jkroonznoteer_, yes, and you did mention that you're behind a firewall.
15:44.32jkroonand you implied that it performs NAT.
15:44.57jkroonNAT => connection tracking.
15:44.58znoteer_yes, but outgoing is working just fine.  I can make calls, I just can't receive them
15:45.06znoteer_Ah, ok
15:46.00jkroonok, that is odd.  what does "iax2 show registry" say?
15:46.20jkroonok, so regarding my issue, it seems there is an issue in main/http.c
15:46.25jkroonjust not sure what ... :(
15:47.11*** join/#asterisk yoavz (~yoavz@185.187.161.165)
15:47.17jkroonnetstat shows exactly 11 open connections, with send data, but the other side is long dead.
15:49.18*** join/#asterisk jeev (~j@unaffiliated/jeev)
15:54.28znoteer_jkroon: here's the output of "iax2 show registry" https://paste.debian.net/hidden/fc9ce32b
15:55.44[TK]D-FenderYou're registered.  Go prove your firewalls aren't screwed
15:55.48[TK]D-FenderGo place a call
15:55.52[TK]D-Fendergo get a dump from it
15:56.01[TK]D-Fendergo ask your provider where they are sending to
15:56.03*** join/#asterisk sh_smith (~sh_smith@cpe-76-174-26-91.socal.res.rr.com)
15:56.17jkroonno, that can't be right.  is both the Host and Perceived values the same?
15:56.28jkroonor did your mangling just hide stuff from us?
15:56.34[TK]D-FenderGo prove the IP's are right
15:56.36znoteer_jkroon: yes, they are the same
15:56.43jkrooncan't be.
15:57.19znoteer_that is my recollection too, that they weren't the same when I first set this up, but they are the same now.  I don't know why
15:57.22jkroonperceived is where your provider will send to (including port number), so what you're saying is that your provider is seeing you as them - which makes absolutely no sense.
15:58.02jkroonx.y.4.8:4569      Y       gracepoint  a.b.137.14:4569        60  Registered <-- working example.
15:58.40jkroonask them for the output of "iax2 show peer 182775".
15:58.42znoteer_[TK]D-Fender: OK, I'll try all the dump stuff.  I've already asked my provider twice what they saw me as, and they just avoided the question both times
15:59.21znoteer_ok, I'll ask them again
16:00.29znoteer_how is it possible for the perceived address to be theirs.  Would it be an error on my end, or on theirs?
16:01.26jkroonprobably theirs.
16:04.43znoteer_[TK]D-Fender: how do I prove the IP's are right.  I've already done a reverse lookup on the IP address and it comes back as belonging to my provider
16:05.20[TK]D-Fenderhuh?
16:05.32[TK]D-Fenderreverse of what?
16:10.23znoteer_[TK]D-Fender: sorry, I got a little confused with all the things I've tried.  What I did was to ping using the host name of my provider's server.  The address returned by that ping is the same as what appears on the paste.  So at least that IP is correct, as far as I understand it
16:10.42*** part/#asterisk retentiveboy (~retentive@c-73-82-30-193.hsd1.ga.comcast.net)
16:10.44[TK]D-Fender***YOUR IP***
16:10.48[TK]D-Fenderverify YOUR IP
16:10.55znoteer_I have
16:11.09*** join/#asterisk retentiveboy (~retentive@c-73-82-30-193.hsd1.ga.comcast.net)
16:11.24znoteer_xxx.yyy.150.230
16:11.29[TK]D-FenderGo enable IAX2 debug and watch for a registration
16:12.45znoteer_if I do "core set debug 10" will that affect "iax2 set debug on"?  in other words, can I change the level of verbosity of "iax2 set debug on"?
16:13.11[TK]D-Fenderno
16:13.17[TK]D-Fenderthere is no such thing as verbosity
16:21.03jeevis it possible to have blind transfers have different ringtones?
16:21.54jeevi'm setting alert info on a DID and it's working fine, when they call eachother's extensions, the original ringtone is there but if they blind transfer the call that came in, it passes the alert info ringtone
16:22.51[TK]D-Fendercheck if the call was blind transfered in your dialplan
16:23.22jeevyes, it is blind transferred
16:24.23[TK]D-Fendercheck if the call was blind transfered in your dialplan
16:29.01jeev"Blind Transfer: , Attended Transfer: , User: , Alert Info: <Triplet>") in new stack
16:29.36jeevlooking still
16:30.12*** join/#asterisk DanB (~DanB@clt-195.192.207.77.ip-anschluss.net)
16:30.23znoteer_[TK]D-Fender: here's the debug output of an iax2 registration: D-Fender: here's the debug output of an iax2 registration:
16:30.35znoteer_https://paste.debian.net/hidden/53728ce0/
16:31.31[TK]D-Fenderand the status now?
16:31.59[TK]D-FenderAPPARENT ADDRES : IPV4 xxx.yyy.150.230:4569
16:32.51znoteer_iax2 show registry still shows my provider's IP as the perceived address.  It's the same as before
16:33.32[TK]D-FenderGo show us the forwarding on your router side
16:33.33znoteer_if that's what you meant by status
16:33.36[TK]D-Fenderand place a call
16:34.08jeev"Blind Transfer: SIP/117-00000054, Attended Transfer: , User: , Alert Info: <Triplet>") in new stack
16:35.07znoteer_to show the forwarding means using tcpdump?
16:35.27*** join/#asterisk cresl1n (Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
16:35.27*** mode/#asterisk [+o cresl1n] by ChanServ
16:36.59*** join/#asterisk AndChat|589056 (~AndChat58@2600:100e:b035:3b2d:acd7:ff2b:df77:fe35)
16:37.14[TK]D-Fender<znoteer_> to show the forwarding means using tcpdump? <- show us your ROUTER CONFIG FOR IT
16:44.22*** join/#asterisk bmg505 (~leon@196-210-48-46.dynamic.isadsl.co.za)
16:47.57*** join/#asterisk nix8n82 (~AndChat58@2600:100e:b012:6ee1:c063:2404:d788:bc49)
16:51.43znoteer_[TK]D-Fender: sorry for being so clueless, but showing the router config mean showing the iptable rules?
16:52.52[TK]D-Fender....
16:53.05[TK]D-Fenderthe ROUTER your server connects through
16:54.14znoteer_yes, that part I understand.  What I don't understand is exactly what configuration you are looking for.  Are you looking for my firewall rules?
16:54.46[TK]D-Fender[TK]D-Fender> Go show us the forwarding on your router side <--------
16:55.29*** join/#asterisk samoied (~samoied@177.96.33.129)
16:55.36samoiedHello Guys!
16:55.52*** part/#asterisk kharwell (~kharwell@user-24-214-15-130.knology.net)
16:56.10znoteer_simply repeating what you've already said doesn't help.  I need more detail.  I haven't been doing this as long as you.  I may not understand the jargon well.  Please be more specific
16:56.29samoiedI'm trying to use COnfBridge for a large system, where most of conferences will be just 2 channels.
16:56.55znoteer_do you want to see forwarding via a tcpdump or via my firewall configuration or something else?
16:57.02samoiedTried to use bridge_native_rtp, but always I create a ConfBridge, a CBAnn channel appears
16:57.12[TK]D-FenderSHOW THE RULE FORWARDING IAX2 TO YOUR SERVER
16:57.27znoteer_thank you
16:57.37samoiedI disable all announcements in confbridge.conf, but it keeps appearing when I start a new ConfBridge.
16:57.45samoiedAny toughts in how to disable this?
16:58.49fileConfBridge will never use bridge_native_rtp, it will always use mixing
17:00.03samoiedfile: understood... But I still not need CBAnn. Any way to disable this channel?
17:00.30filedon't think so, no
17:04.29znoteer_[TK]D-Fender: here's the iptables output relative to iax2 forwarding : https://paste.debian.net/hidden/015648c1/
17:07.45[TK]D-FenderAnd that is from?
17:08.25znoteer_that is from the router that incoming traffic passes through on its way to my asterisk server
17:12.28znoteer_"iptables -L -vn" on the firewalling router
17:12.51[TK]D-FenderYou're running a linux firewall?
17:12.57[TK]D-Fenderfirewall/router
17:13.00znoteer_yes
17:26.33*** join/#asterisk elcontrastador (~textual@70-90-215-98-BusName-ca.sacra.hfc.comcastbusiness.net)
18:11.09znoteer_[TK]D-Fender: here's the output of tcpdump during an attempt to call my DID.  The paste has 3 parts: tcpdump on the * box, tcpdump on the public interface of the router, tcpdump on the private interface of the router: https://paste.debian.net/hidden/f8abfe30/
18:25.25samoiedanother silly question. When a user using PJSIP channel and G.722 codec enters a COnfBridge room, channel do a Write and Read transcode to slin@8000. If I set internal_sample_rate it works, but I want to keep auto. Any toughts?
18:26.30samoiedAs channel uses G.722, the bridge needs to use slin@16000 to keep quality.
19:26.01*** join/#asterisk lankanmon (~LKNnet@CPE64777dd7e053-CM64777dd7e050.cpe.net.cable.rogers.com)
19:49.40*** join/#asterisk jkroon (~jkroon@165.16.204.166)
19:56.35*** join/#asterisk kharwell (kharwell@nat/digium/x-lthenbaclmtxujrs)
19:56.35*** mode/#asterisk [+o kharwell] by ChanServ
20:11.48*** join/#asterisk evil_gordita (robert@ip70-188-41-127.rn.hr.cox.net)
20:17.59*** join/#asterisk robink (~quassel@unaffilated/robink)
20:28.15*** join/#asterisk cresl1n (Adium@asterisk/libpri-and-libss7-expert/Cresl1n)
20:28.15*** mode/#asterisk [+o cresl1n] by ChanServ
20:28.35*** join/#asterisk elguero (~miguel323@74-95-21-41-Connecticut.hfc.comcastbusiness.net)
20:38.06*** join/#asterisk paule32 (~paule@2a00:c1a0:8502:2800:224:81ff:fe12:72e5)
20:38.13paule32hello
20:38.49paule32i have a fritz.box router/modem from avm, i registered on it with the apbx internally
20:39.06paule32ich configure a echo test under phone 100
20:39.15paule32the echo answer my call
20:39.29paule32i can follow the call in the console
20:39.51paule32but, after the message, i speak into phone, i get poor sound back
20:40.23paule32allow=gsm/ulaw are on
20:41.03paule32is it possible to make the echo test clearler
20:42.04*** join/#asterisk GMLudo (~GMLudo@37.59.194.75)
20:46.36GMLudoHi everybody, we have a very strange problem, but before to open an issue, I want to validate it isn't a bad configuration issue: We are migrating from Asterisk 15+chan_sip for WebRTC to 15+chan_pjsip. AT SIP level, everything is OK. But when the call is picked, we have no sound. In the Asterisk console we have this error:
20:46.41GMLudo[Jan 17 14:41:53] ERROR[13613]: pjproject:0 <?>:           icess0x7f4abc08efe8 ..Error sending STUN request: Invalid argument
20:47.24GMLudoAfter some dig, when we use WebRTC+chan_sip, we see the WebBrowser sent a STUN packet to Asterisk and Asterisk answers
20:48.20GMLudoBut with WebRTC+chan_pjsip, when the WebBrowser sends the STUN packet, no answer from Asterisk, and we see "Error sending STUN request: Invalid argument" in Asterisk console
20:49.11GMLudowe have taken a capture on the Asterisk server, no STUN packet is emitted
20:54.00GMLudoDebug logs before the error message: https://gist.github.com/GMLudo/10d672b8bcf565467a28e3e15dd143b2
20:54.44GMLudoSomebody uses WebRTC+pjsip on production ?
21:48.01*** join/#asterisk tzafrir (~tzafrir@62-90-199-247.barak.net.il)
21:49.24*** join/#asterisk troyt (~troyt@c-73-65-211-33.hsd1.ut.comcast.net)
21:55.56*** join/#asterisk jjg (~lappin.ha@107-202-133-88.lightspeed.tukrga.sbcglobal.net)
22:02.34*** join/#asterisk Iamnacho (~Iamnacho@ip72-213-56-35.om.om.cox.net)
22:04.56paule32hello
22:05.18paule32why blocks asterisk linux sound pulseaudio?
22:05.44paule32every time, i get asterisk running, sound on the system is off
22:06.06paule32then, when i kill asterisk process, sound on system is ok
22:06.29paule32have asterisk a pulseaudio sound port?
22:25.05*** join/#asterisk Iamnacho (~Iamnacho@ip72-213-56-35.om.om.cox.net)
22:36.50*** join/#asterisk Iamnacho (~Iamnacho@72.213.56.35)
22:37.19*** join/#asterisk retentiveboy (~retentive@c-73-82-30-193.hsd1.ga.comcast.net)
22:45.33*** join/#asterisk Iamnacho (~Iamnacho@ip72-213-56-35.om.om.cox.net)
22:56.46*** join/#asterisk Iamnacho (~Iamnacho@ip72-213-56-35.om.om.cox.net)
23:20.17*** join/#asterisk saint_ (~saint_@unaffiliated/saint-/x-0540772)
23:31.51*** join/#asterisk lbazan (~LoKoMurdo@fedora/LoKoMurdoK)

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