IRC log for #asterisk on 20130627

00:00.00asteriskmonkeyi changed the account i was using, now i see xmpp error messages
00:00.16asteriskmonkeybut they give the call description but no failure error
00:00.21asteriskmonkeyso its really frustrating
00:01.53ChannelZIs that through your Google Voice number?  I don't even know how to call anyone now besides that.. hangouts on Android are video calls
00:02.11asteriskmonkeyno, im just tring to get a call to a @google user address
00:02.16asteriskmonkeywell @gmail :P
00:02.20ChannelZok
00:03.22ChannelZHmm I don't think mine is working either.
00:03.42asteriskmonkeyah well thats comforting, atleast i know ive not gone insane now
00:04.06ChannelZLOLZ: "Sorry! The voice chat with Bob failed because of a problem with our servers at 6:03 PM. Please wait a bit and try again."
00:04.27asteriskmonkeywell atleast you get that message
00:04.30ChannelZthough it did hit my dialplan..
00:04.43asteriskmonkeyyeah im goign sip phone->googletalk out
00:04.50ChannelZmight be confused because I'm on the same network my asterisk is on
00:05.01asteriskmonkeymaybe, priority fixes that though
00:07.26ChannelZhmm ok actually I just called myself from home and it appears to still work.
00:07.50Mon|A|rchthis might be beyond the scope of this channel, let me know if it is: I'm having trouble reaching a server using func_curl, because I'm getting an HTTP 302, any ideas on how to get around that?
00:08.04asteriskmonkeyhttp 302 error
00:08.08Mon|A|rchnot sure how to include extra headers, since the docs aren't entirely explicit
00:08.08asteriskmonkeythats not curls fault
00:08.17Mon|A|rchit's not
00:08.27Mon|A|rchbut normally you can just send a followredirect header
00:08.33asteriskmonkeythats a redirect
00:08.45asteriskmonkeyah right
00:08.47Mon|A|rchnot sure how to do that with asterisk's flavor of curl though
00:08.53asteriskmonkeythink it was CURLOPTS?
00:09.00asteriskmonkeyin the cli
00:09.15asteriskmonkeyvoip wiki probably has it
00:09.15Mon|A|rchCURLOPT() is there, but it doesn't list an option you can use
00:09.18ChannelZyou'll probably have to do it externally
00:09.29asteriskmonkeyyeah set it as a global
00:10.12Mon|A|rchChannelZ, you mean do the redirect externally?
00:10.19ChannelZno do the whole thing
00:10.28Mon|A|rchah
00:10.39ChannelZlike write an AGI that hits your url however you need to/can (PHP, a shell script using curl on the commandline, etc.)
00:11.09Mon|A|rchyeah, i'd thought of that, was just hoping I didn't have to
00:11.10Mon|A|rchoh well
00:11.13asteriskmonkeyI like to curl local php files that do my extended magic and populate arrays in asterisk
00:11.49Mon|A|rchI'm sure I've screwed something up on my server, since I can cURL to other scripts
00:11.54Mon|A|rchthanks for the help
00:13.09*** join/#asterisk ni881212 (~u427671@83.137.2.150)
00:14.44ChannelZheads out to dinner
00:40.46*** part/#asterisk mjordan (~mjordan@nat/digium/x-gcekothiugfdymuk)
01:02.04Kattyhi lads!
01:03.26WIMPyHi Katty
01:03.31Kattywaves to WIMPy
01:26.13*** join/#asterisk zerohalo (~zerohalo@74.61.196.236)
01:36.56*** join/#asterisk Changos (~Changos@unaffiliated/changos)
01:38.45Grady2000hey all been reading the docs for hours with no luck on this, i'm really hoping for some help here
01:38.53Grady2000i migrated from asterisk 1.4 to 1.6
01:39.21WIMPy1.4 with a 1.2 config?
01:39.45Grady2000and in my extensions.conf file i have macro(yes I know they are deprecated) that is called on the dialout command to a call center agent
01:40.08Grady2000the working macro in 1.4 is:
01:41.02Grady2000exten => s,1,Set(TIMEOUT(digit)=3) ;
01:41.03Grady2000exten => s,n,Read(ACCEPT|/var/lib/prompts/ncall/eng/2321|1)
01:41.28Grady2000and prompt 2321 is simply a prompt saying" to accept this call press 1, to deny press 3"
01:41.45WIMPyAnd there are pipes again.
01:42.15Grady2000the call center rep then presse's 1 and the call connects(macro continues) but my problem is I can not replicate this in 1.6
01:42.38Grady2000anyone know the equivalent of my commands in 1.6?
01:42.47WIMPyWhat does (not) happen?
01:43.18Grady2000the outbound call is made and then the person answering the phone does NOT hear prompt 2321
01:43.32Grady2000and therefore cannot press 1 to accept the call
01:43.53WIMPyDid you replace the pipes?
01:44.06Grady2000with commas?
01:44.11WIMPyyes
01:44.36Grady2000only the last pipe, i will try the first but then do I surround the directory location in quotes?
01:44.50*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
01:44.59WIMPyno
01:47.36Grady2000your a lifesaver wimpy, i can't belive it worked and that i missed that first pipe! thank you
01:47.42Grady2000i really need to pay more attention
01:48.07WIMPyYou should search for all pipes in your dialplan.
01:48.23WIMPyAnd you could have changed that in the 1.4 times.
01:48.30Grady2000i did however get a red ERROR on the console: write() returned error: Broken pipe
01:48.48Grady2000and in the docs it said I could add a [compat] section in the asterisk.conf file
01:49.03Grady2000to support all my old pipe commands,, but that did not work eiter
01:49.21Grady2000pbx_realtime=1.4
01:49.22WIMPyThat worked in 1.4, but I don't know for how long.
01:49.30Grady2000is what the docs said,, and those are the 1.6 docs
01:50.09WIMPyWell, 1.6 has luckily long been erased from my memory.
01:51.57*** join/#asterisk hebber (~hebber@node-14pg.pool-125-25.dynamic.totbb.net)
01:57.15WeezeyI must say, I'm really enjoying asterisk 11
02:03.59Grady2000what do you like most about it?
02:04.28WIMPyYou will find out if you upgrade in a few years :-)
02:05.08WIMPyIt has quite some signalling advances, like CONNECTEDLINE and REDIRECTING and off corse ConfBridge.
02:05.35WIMPyAnd it's stable.
02:06.13*** join/#asterisk pabelanger (~pabelange@asterisk/contributor-and-bug-marshal/pabelanger)
02:06.13*** mode/#asterisk [+o pabelanger] by ChanServ
02:10.43*** join/#asterisk vlad_starkov (~vlad_star@109.188.126.201)
02:12.51WeezeyYeah, most pleased with its stability and the ConfBridge is awesome.
02:29.58*** join/#asterisk wchance (~chatzilla@c-98-211-137-224.hsd1.fl.comcast.net)
02:31.10wchanceHello, I have about 100 custom audio files I want to upload to new Asterisk system.    But I do not want to do it via web interface.   Any suggestions?
02:31.34WIMPyAsterisk doesn't have a web interface.
02:32.08wchanceelastix
02:33.15WIMPyAnd apart from the fact that Asterisk is not involved in your file transfer in any way, you will have all the options you have on any Linux system.
02:34.55wchanceI know how to upload to the correct directory.
02:35.07wchanceThanks WIMPy I will seek help with Elastix
02:35.08wchancecheers
02:40.10*** join/#asterisk bandroidx (~bandroidx@unaffiliated/bandroid)
02:40.19*** join/#asterisk c|oneman (cloneman@2605:6400:2:fed5:22:0:3b06:3913)
02:42.40*** join/#asterisk ruben231 (~OpenDial@112.198.90.11)
02:43.50ruben231hi guys i have check an existing asterisk server when i do asterisk -rv  --> Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)  <---------maybe the user for asterisk is not root something is created how do i check which users are used for asterisk..?
02:46.36ChannelZare you 1. sure it's running and/or 2. it's actually the one running as root yet you are not?
02:56.56*** part/#asterisk wchance (~chatzilla@c-98-211-137-224.hsd1.fl.comcast.net)
03:11.39*** join/#asterisk vlad_starkov (~vlad_star@109.188.126.243)
03:16.00ruben231ChannelZ: when i do asterisk -rvvv  the result is this ---> Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)  , even i run asterisk on this type command ---> asterisk
03:16.20ruben231still Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)
03:19.28*** join/#asterisk n3hxs (~n3hxs@pool-108-36-237-157.phlapa.fios.verizon.net)
03:28.18*** join/#asterisk vinhdizzo (~vinh@cpe-66-74-182-202.socal.res.rr.com)
03:31.26ruben231hi guys.? i have asterisk, 16 person dial is normal but when it reach to 18--we can evidently get voice quality issue -choopy lines <----------any idea guys..?
03:31.52*** join/#asterisk AliRezaTaleghani (~Thunderbi@unaffiliated/AliRezaTaleghani)
03:39.59igcewielingruben231: Asterisk is not running
03:40.12igcewieling"Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)" means "asterisk not running"
03:41.09ruben231igcewieling: tried command --> asterisk <---still same error
03:41.28*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
03:47.30*** join/#asterisk AliRezaTaleghani (~Thunderbi@unaffiliated/AliRezaTaleghani)
03:50.33igcewielingruben231: how about asterisk -cvvv
03:51.12igcewielingasterisk and asterisk -r connect to an existing running instance of Astersik
03:51.42igcewielingasterisk -c starts asterisk in the foreground.   If that works, ctrl-c out and run safe_asterisk
03:53.40igcewielingand for the love of all that is good and true in the world please read the asterisk book
03:53.43igcewieling~book
03:53.43infobotAsterisk: The Definitive Guide, 4th Edition (ISBN 1-4493-3242-0) available at http://oreilly.com/catalog/0636920025894 - Asterisk: The Definitive Guide is released under a Creative Commons License (http://creativecommons.org/licenses/by-nc-nd/3.0/us/) and a version is available for reading online at http://www.asteriskdocs.org/ or see ~buybook
03:56.50*** join/#asterisk Juggie (~Juggie@unaffiliated/juggie)
04:02.59*** join/#asterisk tallest_red (~CNZ@ip98-169-197-57.dc.dc.cox.net)
04:12.43*** join/#asterisk vlad_starkov (~vlad_star@109.188.126.4)
04:15.08flingI have an addpac ata. It is skipping dtmfs when I dial with a panasonic phone.
04:15.16fling500 may become 00 or may become 5
04:15.34flingIt worked fine in the past with an old russian phone.
04:15.40flingHow may I fix it/
04:15.48flingChannelZ: Hello.
04:16.55*** join/#asterisk gerhard7 (~gerhard7@77-172-47-159.ip.telfort.nl)
04:18.28*** join/#asterisk Defraz (~Defraz@209.141.122.71)
04:25.57hebberfling: I would check the dtmf parameters in SIP.conf on that account vs how you transfer dtmf from the ATA
04:26.25flinghebber: it is an analog problem.
04:27.00flinghebber: I still hear the tone when ata ignores phone's dtmf
04:27.39hebberfling: well how does ATA and asterisk handle dtmf?
04:28.02flinghebber: rfc, works fine
04:28.07flingI also tried different modes
04:28.24flingdtmf works fine between ata and asterisk
04:28.39flingit works bad between phone and ata :|
04:29.39igcewielingfling: sounds like you need to be looking at the phone and the ATA docs
04:30.51flingigcewieling: addpac ata does not have any setting on the phone port
04:30.56flingalso I can't use pulse with it
04:31.12hebberfling: or relax dtmf settings on Asterisk with in-audio - which may create other problems with
04:31.14flingKX-TS2365RU phone does not have dtmf settings :|
04:31.52*** join/#asterisk wrouesnel (~wrouesnel@203-206-134-36.perm.iinet.net.au)
04:32.43flinghebber: but ata is not sending anything to asterisk (including audio) until I finish dialing
04:32.47wrouesneldoes anyone know why this piece of code doesn't evaluate properly: ${DB_EXISTS(DoctorExtensions/${EXTEN:-1:1})
04:33.02flingwrouesnel: -1
04:33.26wrouesnelfling: Its to grab the last digit of the extension
04:33.34flingwrouesnel: and you are missing '}'
04:33.56wrouesneland the } is there i just screwed up copying it out of my dialplan...
04:34.03wrouesneland actually i may have just figured it out - go figure.
04:34.10wrouesnelhappens everytime i bring a problem to irc
04:35.23wrouesnelurgh! spent an hour on this the other day, just realized that my extensions don't start at 1.
04:35.33wrouesneland the phone I was using is still programmed to that.
04:35.41*** join/#asterisk mintos (mvaliyav@nat/redhat/x-klxughgxqnioidjb)
04:38.11*** join/#asterisk Lepon (~Lepon@60-241-109-208.static.tpgi.com.au)
04:38.14Leponhey all
04:38.31hebberfling: then I'm not sure on how to help you
04:40.02flinghebber: ok, looks like I need another phone or ata
04:41.10LeponQuestion for all you helpful people: I get an incoming call and then connect it through by dailing out to an external number. The incoming call is recorded but can be turned on/off by a macro that the external callee can trigger. (this all works great) What I am trying to do is play a sound file to the callee (external number that triggers the macro) when the macro is triggered. I tried
04:41.10Leponputting Playback(file) in my macro but that only plays the sound the original incoming caller not the callee who triggered the macro. Any thoughts?
04:41.25LeponIf that makes any sense
04:42.43ChannelZwell there's a Dial option for playing sounds to one channel or the other
04:43.45Leponunfortunately I need to play it at what ever point durring the call they trigger the macro. I do use the Anncoumenet option in dial to play an original greeting when calling though
04:44.03*** join/#asterisk ChadAragorn (~ChadArago@206.251.40.221)
04:44.23*** part/#asterisk ectospasm (~ectospasm@unaffiliated/ectospasm)
04:45.29Grady2000i'm running 1.6 meetme and I notice that parties can press star to access a menu during the conf,, is there anyway to disable that?
04:46.50igcewielingLepon: You are using features.conf to handle the in-call recording toggle?
04:46.57LeponI am indeed
04:47.31igcewielingLepon: if there is a fix, it would likely be in features.conf
04:47.59Leponok, I might investigate that a bit futher then, thanks.
04:49.26*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
04:54.56igcewielingcalled .vs. calling channel can be confusing on the universe of features.conf
05:00.38flingFriend in my lan behind nat can't connect to some sip server because of my nat.
05:01.01flingI have a separate wan port on _my_ pbx.
05:01.29flingMay I proxy friend's sip somehow? stun?
05:06.47LeponThanks igcewieling, had a look at my features setup etc. I'm a bit stuck now though. My feature is setup to run the macro on the caller (because that is where the recording is taking place so needs to run there) which is why they are hearing the sound and not the callee who triggered the macro. But I can't change the macro to run on the callee channel because then the recording won't be
05:06.47Leponstart/stopped on the right channel. seems like I need a way to either 1) execute two macros on different channels at the same time or 2) run the macro as is but somehow get playback to execute on the other channel
05:06.57LeponDoesn't seem like this is going to work easy for me
05:13.42*** join/#asterisk vlad_starkov (~vlad_star@109.188.126.253)
05:15.29*** join/#asterisk slav3_kitten (~frankthet@unaffiliated/slav3-kitten/x-0866809)
05:18.34wrouesnelhas anyone had any experience with Grandstream phones and asterisk suddenly providing no audio? The call picks up fine, plays a fractional second of audio and then just cuts out completely, even though asterisk still thinks the call is alive.
05:24.17[TK]D-FenderAllowing a reinvite Where the networking can't accomodate it
05:25.54wrouesnelhm...the usual scenario is between a Sipura acting as a PSTN ingress and a Grandstream, but these are all on the same network.
05:27.41wrouesneland it doesn't always happen either - but surely a packet drop/delay somewhere wouldn't cause it?
05:29.32*** join/#asterisk andross (~andrew@ool-18b90fa6.dyn.optonline.net)
05:30.02ChannelZI blame squirrels
05:38.09Itsmany non US folks in here?
05:38.32[TK]D-Fenderplenty
05:41.03Itsmso give me your non US voip provider :)
05:48.41[TK]D-FenderIs there a problem with the SUA specifically.. or should you maybe tell us where YOU want to be calling...
05:48.54[TK]D-FenderUSA*
05:49.49Itsmi want a server which is located out side of the US, and im calling worldwide
05:50.32[TK]D-Fenderles.net
05:51.10Itsmdo you have any experience with them?
05:52.04[TK]D-Fenderyes
05:52.11[TK]D-FenderThey've worked fine.
05:53.39Itsmdo they offer international DID's
05:53.43Itsm?
05:57.25[TK]D-Fendergo look....
05:57.31[TK]D-Fenderbed time...
06:08.50*** join/#asterisk Thesulac (~Thesulac@82.94.204.46)
06:14.35*** join/#asterisk vlad_starkov (~vlad_star@109.188.126.248)
06:19.00*** join/#asterisk izbushka (~izbushka_@193.23.225.11)
06:20.02*** join/#asterisk santa0536 (~santa@cn-bgp-nat.portaone.com)
06:28.36*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
06:47.23*** join/#asterisk vfabi (~fabi@93.116.255.140)
07:07.38*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
07:10.52*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
07:15.30*** join/#asterisk vlad_starkov (~vlad_star@109.188.126.248)
07:16.11*** join/#asterisk jsjc (~Adium@92.Red-83-38-209.dynamicIP.rima-tde.net)
07:16.35*** join/#asterisk sekil (~sekil@78.24.104.73)
07:21.17*** join/#asterisk Itsm (~Itsm@84.95.206.229.forward.012.net.il)
07:22.09*** join/#asterisk vlad_starkov (~vlad_star@109.188.126.248)
07:26.10*** join/#asterisk threesome (~threesome@customer-79-127-150-148.net.angelnet.cz)
07:35.43*** join/#asterisk classix (salven@silenceisdefeat.com)
07:36.04*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
07:37.30*** join/#asterisk Itsm (~Itsm@84.95.206.229.forward.012.net.il)
07:37.30*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
07:37.30*** join/#asterisk vfabi (~fabi@93.116.255.140)
07:37.30*** join/#asterisk izbushka (~izbushka_@193.23.225.11)
07:37.30*** join/#asterisk Thesulac (~Thesulac@82.94.204.46)
07:37.30*** join/#asterisk slav3_kitten (~frankthet@unaffiliated/slav3-kitten/x-0866809)
07:37.30*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
07:37.30*** join/#asterisk Lepon (~Lepon@60-241-109-208.static.tpgi.com.au)
07:37.30*** join/#asterisk gerhard7 (~gerhard7@77-172-47-159.ip.telfort.nl)
07:37.30*** join/#asterisk Juggie (~Juggie@unaffiliated/juggie)
07:37.30*** join/#asterisk c|oneman (cloneman@2605:6400:2:fed5:22:0:3b06:3913)
07:37.30*** join/#asterisk DEMNVT (~Adium@rmsaus7.lnk.telstra.net)
07:37.30*** join/#asterisk Grady2000 (~IceChat77@96.53.20.190)
07:37.30*** join/#asterisk mwally (~mwally@mwally.opencnam.com)
07:37.30*** join/#asterisk jrose_atDigium (~jrose_atD@nat/digium/x-hlpezlfbpdxzyurz)
07:37.30*** join/#asterisk mirela666 (~Thunderbi@212.200.146.253)
07:37.30*** join/#asterisk luckman212 (~luckman21@unaffiliated/luckman212)
07:37.30*** join/#asterisk cryptic (~cryptic@pool-173-68-22-171.nycmny.fios.verizon.net)
07:37.31*** join/#asterisk RypPn (~RypPn@unaffiliated/ryppn)
07:37.31*** join/#asterisk jmls1 (~julian@77.107.171.82)
07:37.31*** join/#asterisk Carlos_PHX_ (~Carlos@ip68-104-246-231.ph.ph.cox.net)
07:37.31*** join/#asterisk Praise (~Fat@unaffiliated/praise)
07:37.31*** join/#asterisk generalhan (~generalha@about/windows/staff/generalhan)
07:37.31*** join/#asterisk bmg505 (~leon@196.210.161.223)
07:37.31*** join/#asterisk JuStIcIa_ (~artur0@190.167.30.205)
07:37.31*** join/#asterisk Nugget (nugget@rennsport.macnugget.org)
07:37.31*** join/#asterisk transfinite (~aleph_0@unaffiliated/transfinite)
07:37.39*** join/#asterisk Wiretap (~wiretap@unaffiliated/wiretap)
07:37.39*** join/#asterisk Bryanstein (~Bryanstei@shellium/admin/bryanstein)
07:37.39*** join/#asterisk smkelly (~smkelly@96.126.122.89)
07:37.39*** join/#asterisk phunguy (santas@dhcp.i-p.org.uk)
07:37.39*** join/#asterisk giany (~giany@shifu.x83.org)
07:37.39*** join/#asterisk mtree (~mtree@darkserver.it)
07:37.39*** join/#asterisk robl^ (robl@pdpc/supporter/active/robl)
07:37.39*** join/#asterisk Tim_Toady (~fuzzy@snf-33276.vm.okeanos.grnet.gr)
07:37.39*** join/#asterisk Who-m3 (john@my.virt-host.com)
07:37.39*** join/#asterisk martijn_ (~quassel@31.25.99.5)
07:37.39*** join/#asterisk k1ng (~k1ng@unaffiliated/k1ng)
07:37.39*** join/#asterisk artyx (U2FsdGVkX1@schizophrenia.googleplex.net)
07:37.39*** join/#asterisk seanbright (~sean@asterisk/contributor-and-bug-marshal/seanbright)
07:37.39*** join/#asterisk jeev (~j@unaffiliated/jeev)
07:37.39*** join/#asterisk Qwell (~north@pdpc/sponsor/digium/Qwell)
07:37.39*** join/#asterisk ivan` (~ivan@unaffiliated/ivan/x-000001)
07:37.39*** join/#asterisk war9407 (war@c-71-62-63-105.hsd1.va.comcast.net)
07:37.39*** join/#asterisk evilman_work (~evilman@87.244.6.228)
07:37.39*** join/#asterisk carrar (~tim@209.189.199.4)
07:37.39*** mode/#asterisk [+o Qwell] by barjavel.freenode.net
07:37.39*** join/#asterisk t (tom@freenode/staff/tomaw)
07:37.39*** join/#asterisk LieutPants (~LieutPant@asterisk/documenteur-extraordinaire/blitzrage)
07:37.39*** mode/#asterisk [+o LieutPants] by barjavel.freenode.net
07:37.47*** join/#asterisk mirela666 (~Thunderbi@212.200.146.253)
07:39.40*** join/#asterisk bandroid (~bandroidx@unaffiliated/bandroid)
07:39.46*** join/#asterisk newtonr (~newtonr@64.34.219.47)
07:39.46*** mode/#asterisk [+o newtonr] by ChanServ
07:41.08*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
07:47.10*** join/#asterisk tzafrir_laptop (~tzafrir@local.xorcom.com)
08:06.20*** join/#asterisk Chotaire (chotaire@chotaire-home.vipri.net)
08:12.17*** join/#asterisk vlad_starkov (~vlad_star@62.141.80.122)
08:14.21*** join/#asterisk llirkaz (~brad@124.150.16.25)
08:18.12*** join/#asterisk af_ (~getsmart@88-149-224-126.v4.ngi.it)
08:19.14*** join/#asterisk bandroidx (~bandroidx@unaffiliated/bandroid)
08:20.26*** join/#asterisk c|oneman (cloneman@2605:6400:2:fed5:22:0:3b06:3913)
08:21.36*** join/#asterisk threesome (~threesome@customer-79-127-150-148.net.angelnet.cz)
08:22.16tzafrir_laptopFix for the host appearing as "(none)" at register time when using TLS in sip:
08:22.29tzafrir_laptopexplicitly write tlsbindaddress=0.0.0.0
08:22.52tzafrir_laptop(no idea what happens when you have to use ipv6. don't have it here)
08:23.46*** join/#asterisk Chotaire (chotaire@chotaire-home.vipri.net)
08:23.51*** join/#asterisk geeksteve (~geeksteve@emh-nat.poundbury.com)
08:24.06*** join/#asterisk asvx (~svx@193.105.11.73)
08:40.02*** join/#asterisk skirge (~skirge@196-210-172-248.dynamic.isadsl.co.za)
08:40.18*** join/#asterisk DEMNVT (~Adium@rmsaus7.lnk.telstra.net)
08:48.53*** join/#asterisk kresp0 (~kresp0@89.Red-88-15-137.dynamicIP.rima-tde.net)
08:59.03*** join/#asterisk vlad_starkov (~vlad_star@62.141.80.122)
09:05.21*** join/#asterisk threesome (~threesome@customer-79-127-150-148.net.angelnet.cz)
09:06.04*** join/#asterisk andrewyager (~andrewyag@1.150.83.222)
09:07.14*** join/#asterisk votetrev (~votetrev@8.29.129.84)
09:08.35*** join/#asterisk hehol (~hehol@2001:1438:1009:200:d03f:b054:d596:a020)
09:15.16*** join/#asterisk bipul (~bipul@unaffiliated/bipul)
09:15.27*** join/#asterisk Itsm (~Itsm@84.95.206.229.forward.012.net.il)
09:16.51*** join/#asterisk GameGamer43 (uid5533@gateway/web/irccloud.com/x-tgybyopnttcnzzuv)
09:17.15*** join/#asterisk ghost75 (~trechber@dslb-178-010-044-036.pools.arcor-ip.net)
09:21.16*** join/#asterisk critter (~critter@190.38.143.170)
09:35.04*** join/#asterisk c|oneman (cloneman@2605:6400:2:fed5:22:0:3b06:3913)
09:37.09*** join/#asterisk Itsm (~Itsm@84.95.206.229.forward.012.net.il)
09:37.22*** join/#asterisk bandroidx (~bandroidx@unaffiliated/bandroid)
09:38.48*** join/#asterisk vlt (~hrst@lvps178-77-99-218.dedicated.hosteurope.de)
09:44.46*** join/#asterisk priteshacharya (~priteshac@109.70.54.56)
09:45.54*** join/#asterisk geeksteve (~geeksteve@emh-nat.poundbury.com)
09:52.26*** join/#asterisk msaraiva (~msaraiva@host81-148-18-137.in-addr.btopenworld.com)
09:54.46wrouesnelis it possible to pull in a keytree using the asterisk manager api?
09:55.02wrouesneli.e. like what you get with database show
09:59.21*** join/#asterisk sgimeno (~sgimeno@163.117.206.10)
10:00.17vltHello. I installed asterisk 1.8 on Ubuntu 12.04 LTS. I tried to get MeetMe to work but I got error messages: dahdi not found. I installed the pkg asterisk-dahdi, now I have got the MeetMe app but still no dahdi. There’s no "*dahdi*" file in /lib/modules/.  Any idea what to try next?
10:00.55*** join/#asterisk bombev (~User@PPPoE-Static-40-132.UnicsBG.Net)
10:01.35WIMPyDo you have old scripts tailored for MeetMe?
10:01.47bombevguys from sip show channelstats I got jitter 0.0022
10:01.52bombevis it good enough?
10:02.08kaldemarvlt: install dahdi. asterisk-dahdi only includes an asterisk channel driver for dahdi.
10:03.38kaldemarvlt: asterisk-dahdi should have dahdi in its dependencies though.
10:04.20vltkaldemar: I think I found something:
10:04.49vltkaldemar: I use an ubuntu-virtual kernel but dahdi installed the -headers pkg for -generic.
10:05.03vltTrying to install linux-headers-...-virtuel manually
10:15.23*** join/#asterisk vlad_starkov (~vlad_star@62.141.80.122)
10:18.11vltkaldemar: That worked.
10:18.15vltThank you.
10:23.21*** join/#asterisk vfabi (~fabi@host-static-93-116-255-141.moldtelecom.md)
10:36.18*** join/#asterisk vlad_starkov (~vlad_star@62.141.80.122)
10:36.22*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
10:43.27*** join/#asterisk slidesinger (~slidesing@c-69-141-23-216.hsd1.nj.comcast.net)
10:58.33*** join/#asterisk hehol (~hehol@217.9.101.222)
10:59.09*** join/#asterisk asvx_1 (~svx@193.105.11.73)
11:04.35*** join/#asterisk Ice_Strike (~Ice_Black@host213-120-117-212.in-addr.btopenworld.com)
11:04.51Ice_StrikeIs possible to change the caller ID from a mobile sim card?
11:05.20WIMPyYes, your provider can do it.
11:05.45Ice_StrikeAh provider
11:05.58Ice_StrikeI was thinking something liek this: Set(CALLERID(num)=
11:06.02Ice_Striketo any number.
11:07.01WIMPyNot even the mobile knows it's number. It's never transmitted.
11:07.28*** join/#asterisk asvx (~svx@193.105.11.73)
11:07.40Ice_StrikeHmm
11:10.14*** join/#asterisk mirela666 (~Thunderbi@212.200.146.253)
11:16.05*** part/#asterisk giany (~giany@shifu.x83.org)
11:18.40*** join/#asterisk ni892609 (~u614521@83.137.2.144)
11:24.24*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
11:30.20*** join/#asterisk italorossi (~italoross@187.60.66.11)
11:32.27*** join/#asterisk FiReSTaRT (~dlyh@unaffiliated/firestart)
11:35.46*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
11:36.29ItsmHi, anyone up to assist with mixmonitor?
11:37.00*** join/#asterisk Thesulac (~Thesulac@82.94.204.46)
11:37.19*** join/#asterisk ni10381 (~u851075@83.137.2.144)
11:38.06GreenlightWhat issue are you having?
11:38.33*** join/#asterisk mirela666 (~Thunderbi@212.200.146.253)
11:38.39ItsmNo issues really, I just want it to save the file under a certain name
11:38.56Itsmthe defualt is something like this: OUT536-20130627-103333-1372318413.2946.WAV
11:39.16GreenlightIndeed - you can specify the save name when you call it
11:39.36Itsmnow I've added in run after record this: mv ^{MIXMON_DIR}/^{CALLFILENAME}.^{MIXMON_FORMAT} ^{MIXMON_DIR}/`/usr/bin/mysql -u root -pasteriskpass-N -B -D asteriskcdrdb -e "SELECT calldate,'From:',src,'To:',dst,'' FROM cdr WHERE uniqueid = ^{UNIQUEID}"|sed -s s'/\s/_/ g'`.^{MIXMON_FORMAT}
11:39.50Itsmmy bad.. pastebin one sec
11:40.16GreenlightRemember that those get evaluated WHEN RECORDING STARTS
11:40.18GreenlightNot when it ends
11:40.19Itsmhttp://pastebin.com/5XL80tia
11:40.35ItsmYes sure, so after that, the file is being saved to something like this:
11:40.51Itsm2013-06-27_10:38:19_From:_535_To:_phonenumber_.WAV
11:41.22Itsmnow I want it to still keep the original begining of call direction, if it's out,in,or group
11:41.28ItsmAny idea how can I do that?
11:42.41*** join/#asterisk FonJockey (~FonJockey@c-24-30-113-162.hsd1.ca.comcast.net)
11:42.45GreenlightLess of an asterisk/mixmonitor question, more bash/string manipulation
11:43.33ItsmI thought maybe there is some cdr variable that can achieve this
11:44.06GreenlightThe concept of OUT and IN or GROUP is not an asteris concept, that's FreePBX
11:44.40ItsmI see, thank you very much.
11:44.48GreenlightTo asterisk a call has no "direction"...
11:45.05*** join/#asterisk evilsk4ter (~evilsk4te@187.60.66.11)
11:45.09GreenlightHowever, to achieve your goal you're better just editing the FreePBX script that makes the filename
11:45.34ItsmProblem is, I don't know which file that is.. and I tried hard to search for it. lol
11:45.35GreenlightYou can overrite in by copying it out to extension_override_freepbx.conf if memory serves
11:45.51GreenlightWhich FreePBX version you on ?
11:46.06ni10381my disa is sarting dtmf recognition only after 10 seconds after recebe the call, anyone have idea to resolve this?
11:46.06Itsm2.8.1
11:46.27GreenlightOk, that's the older version. Umm two secs
11:47.19GreenlightOkay, you want to overwrite the macro "[macro-record-enable]"
11:47.44GreenlightOn a sidenote, freepbx 2.10+ has much better naming of recordings
11:47.52GreenlightAnd likely puts in the info you want anyway
11:48.45ItsmI'm afraid that upgrading would take me into a much more then I can spare the time for in case it would break things
11:49.06GreenlightYup - so you overwrite that macro inside extension_override_freepbx.conf
11:49.37GreenlightCan't recall which file you'll get it from, but there's only a couple to search through - start looking in extensions_additional.conf
11:49.51GreenlightRight - I've gotta head off now - lunch - good luck!
11:49.54*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
11:50.07ItsmThanks!
11:50.11ni10381my disa is sarting dtmf recognition only after 10 seconds after recebe the call, anyone have idea to resolve this?
11:50.17*** join/#asterisk w9sh (~sph@50-79-224-193-static.hfc.comcastbusiness.net)
11:50.50*** join/#asterisk FonJockey (~FonJockey@c-24-30-113-162.hsd1.ca.comcast.net)
11:52.50*** join/#asterisk gusto (~gusto@2001:470:1f0b:226:221:6aff:feb8:e0b2)
11:57.17*** join/#asterisk priteshacharya (~priteshac@109.70.54.56)
11:57.23*** join/#asterisk FonJockey (~FonJockey@c-24-30-113-162.hsd1.ca.comcast.net)
12:08.47*** join/#asterisk TimeRider (~steve@timerider.plus.com)
12:10.31*** join/#asterisk ChadAragorn (~ChadArago@206.251.40.221)
12:11.38*** join/#asterisk Frontside180 (~Frontside@24.114.87.22)
12:12.05*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
12:12.37*** join/#asterisk [TK]D-Fender (~chatzilla@216-191-106-163.dedicated.allstream.net)
12:13.12*** join/#asterisk protocoldoug (~doug@unaffiliated/protocoldoug)
12:13.25Frontside180Hello, I have a weird issue I'd need help with ... We have 2 phones / extensions and they are both able to send and receive calls, however, if phone1 (just as an example) is on a call and phone2 dials or answer a call, the sound get mixed up and phone1 can no longer hear the person he was speaking with as phone2 is now receiving that audio
12:13.36Frontside180anybody has seen that before?
12:15.58geeksteveIs there NAT involved?
12:16.34*** join/#asterisk BorjaGVO (d51beb92@gateway/web/freenode/ip.213.27.235.146)
12:16.34Frontside180Yes, they are remote extentions
12:16.41geeksteveAny sort of ALG on the remote router?
12:17.09geeksteveIf so I'd turn that off
12:17.23Frontside180what do you mean by ALG? just to be sure
12:17.55geeksteveApplication Layer Gateway - it's a thing that sits on the router to make SIP 'work better' with NAT - but they almost always cock it up..
12:18.32Frontside180Nah there's none, it's basically a AsteriskNow server with 2 remote phones (from the same location)
12:18.48WIMPy... at that remote location.
12:19.21Frontside180It's a basic linksys router, could that be something within the configurations of that router?
12:19.47WIMPyThat's what geeksteve is talking about.
12:20.11Frontside180aaaah
12:20.16WIMPyIt need not be an ALG, just any kind of SIP support on the router.
12:20.45Frontside180That would make sense
12:21.44geeksteveCisco/Linksys are notoriously bad at SIP stuff on cheap routers..
12:22.03*** join/#asterisk davlefouAMD (~david@41.225.104.31)
12:22.04[TK]D-FenderThe RV series anyway...
12:22.10[TK]D-Fenderthe older stuff worked just fine...
12:22.50Frontside180So Any Linksys router could interfere with other devices SIP even though it's not supposed to take care of that part?
12:23.49WIMPyNo, the question is if it is supposed to take care of sip.
12:24.16WIMPyMany vendors think it's a good idea, but in practice it usually backfires quite badly.
12:25.44Frontside180Wouldn't be the first time vendors "good ideas" backfires on them
12:26.34geeksteveOn linksys stuff its: Administration, Management, under side heading 'Advanced Features' SIP ALG
12:26.37geekstevesays google
12:27.07geeksteveI know on their Cisco SRP52x series stuff it's terrible too - only seems to behave if you have one device on UDP one on TCP. More than two you have to turn it off!..
12:28.05Frontside180I'd make sense though, I originally had them on a freeswitch server and they had similar issues
12:28.55geeksteveWe've had all sorts of 'odd' things happen when an ALG is involved. Registrations flipping between phones, calls only working in one direction or the other, phones going unreachable during calls. They're usually quite badly implemented.
12:29.22Frontside180Good to know, I'll definately disable that by now
12:29.54geekstevehttp://www.voip-info.org/wiki/view/Routers+SIP+ALG that lists ways for some routers, but they all vary a bit
12:31.51Frontside180Thanks guys!
12:32.02Frontside180(or girls, who knows)
12:33.14*** join/#asterisk pontis (~pontis@83.137.2.144)
12:33.37*** join/#asterisk sekil (~sekil@78.24.104.73)
12:36.30*** join/#asterisk pontis (~pontis@83.137.2.144)
12:38.19msaraivaHey guys
12:39.08msaraivaShould the "port" parameter of a peer matter when Asterisks try to match one from a realtime source?
12:39.20msaraivaFor a incoming connection.
12:39.46[TK]D-Fenderno.
12:39.50msaraivaI have a problem that a known peer is going to default context because of this.
12:40.00*** join/#asterisk andrewyager (~andrewyag@CPE-144-132-193-27.nsw.bigpond.net.au)
12:40.38msaraivaNo matching peer for 'EXTEN' from 'X.X.X.X:60904'
12:40.46msaraiva60904 is the source port of the peer...
12:40.59msaraivaAnd that, of course, is usually dynamic.
12:42.41[TK]D-Fendernorthing more to say with that small portion you've shown.
12:42.44[TK]D-Fender-r
12:43.27msaraivaI have a bunch of peers on a database, and all of them are working just fine.
12:43.32msaraivaThis is a new one...
12:43.55carrarAny peers in your office?
12:44.16[TK]D-FenderCan't do an autopsy when you don't have a body...
12:44.26msaraivaI can select it just fine with "realtime load sippeers host X.X.X.X".
12:44.28[TK]D-Fendermoves on to more productive matters
12:45.07*** part/#asterisk Ice_Strike (~Ice_Black@host213-120-117-212.in-addr.btopenworld.com)
12:45.37*** join/#asterisk Chotaire (chotaire@chotaire-home.vipri.net)
12:46.46*** join/#asterisk vlad_starkov (~vlad_star@195.68.173.70)
12:48.04*** join/#asterisk War_Bear (~War_Bear@warbear.co.uk)
12:48.46msaraiva[TK]D-Fender: Ok, then: http://pastebin.com/q1qrv5sL
12:49.13msaraivaCalls from peer BLAH, which has the ip 1.2.3.4, go to default context, instead of going to "noway" context.
12:49.56msaraivaAnd the message i get when debugging sip is: "No matching peer for '123456789' from '1.2.3.4:60904'
12:50.19msaraivaNow you have a body...
12:51.23[TK]D-Fenderno I don't.
12:51.39[TK]D-FenderI have a tiny heavily redacted snippit and not full call debug
12:52.05[TK]D-FenderAnd there is no way I'll trust that something redacted like that isn't masking a typoe
12:52.34[TK]D-FenderDebugging means NOT trusting things someone would like to assume are right.
12:52.47[TK]D-FenderAnd I'm not playing that game
12:53.04msaraivaI've changed the IP and context name, for obvious reason.
12:53.19carrarhaha
12:53.32msaraivaAnd something else is obvious too, but nevermind...
12:53.34[TK]D-FenderAlso don't ask for an autopsy while you're screwing with the evidence.
12:53.42[TK]D-FenderAnd that one-line isn;t full debug
12:53.46carrarWHy  not just rot13 the whole output!
12:53.50WIMPymsaraiva: You can assume, that everyone here thinks that the obvious reason is that you don't want help.
12:53.59[TK]D-Fenderwe can't see what kind of actual negotiation is made
12:54.06[TK]D-Fenderand don't know WHAT that peer even is
12:54.13[TK]D-Fenderbecause those factors affect AUTH <-
12:54.52msaraivaThe ONLY difference from that peer to the others that ARE working is the source UDP port. All the others use 5060 as the source port.
12:54.58msaraivaThat's the reason for my first question.
12:55.15msaraivaAnd i know now that i should not trust the answer you gave to that question.
12:55.44msaraivaBut thanks, anyway.
12:55.53[TK]D-FenderYou are the one making claims and not showing things.
12:56.05*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
12:56.09[TK]D-FenderI have no reason to trust that the auth part is passing
12:56.15[TK]D-Fenderso who cares about IP
12:56.47[TK]D-FenderI'm not playing this game.  When you want actual help, show something we can actually help with.  Everything else is a delusional waste of time.
12:57.22msaraivaI showed you the FULL peer configuration and the ONLY error message i get on the Asterisk CLI.
12:57.36[TK]D-Fenderthat isn't SIP DEBUG
12:58.12[TK]D-FenderAnd if you aren't looking with that enabled then you are even trying to  debug anything.
12:58.20msaraivaI can't give you the full trace, simple as that. If you can't work with what i gave you, that's not a problem, i'm fine with it. Just don't say that it's impossible...
12:58.57[TK]D-FenderDon't show me a picture of a car after a crash and make me guess HOW.  You are not showing the evidence.. you are showing the RESULT
12:59.12[TK]D-Fenderthe VIDEO shows the crash.
12:59.16[TK]D-FenderNot the "after photo"
12:59.31[TK]D-FenderThis is just pathetic.
12:59.37msaraivaThat's not a good analogy...
12:59.42[TK]D-Fenderyes it is
12:59.51[TK]D-FenderYou show a SUMMARY statement and notht eh conversation that LEADS to it
13:00.09Greenlightmsaraiva: Why are you being so awkward when people are trying to help.
13:00.10[TK]D-Fenderit says "bad", WHY!?!?!?!??!?!
13:01.21msaraivaGreenlight: I said i can't show the full trace, and it seems one's word is not trusted anymore.
13:01.31[TK]D-Fendermsaraiva: youa re showing nothing
13:01.37[TK]D-FenderI don't see what auth that call comes in with
13:01.39msaraivaAnd i said if it's not possible to help with that, it's fine.
13:01.43[TK]D-FenderI don't see if you missed a typo.
13:01.48GreenlightIt's not that we suspect you're lying, just that you may have made a mistake
13:01.51[TK]D-FenderYou haven't even said WHAT is sending that call
13:01.56[TK]D-FenderYou are messed up the head.
13:02.26GreenlightProbably 70o% of these types of things are simple typos or other mistakes, which are most easily solved by the steps [TK]D-Fender is tryhing to guide you through
13:02.29[TK]D-FenderAnd I'm not playing "secret squirrel" on this
13:02.50WIMPymsaraiva: Your IPs are not interesting to anyone. They will be scanned regularly anyway.
13:02.57GreenlightIndeed
13:03.05msaraivaIt's not my ip that's being redacted, anyway.
13:03.10msaraivaIt's the other party's.
13:03.15GreenlightSame thing
13:03.44[TK]D-FenderWhatever... I'm not wasting my time on redacted partial crap.
13:03.50[TK]D-Fendermoves on
13:03.55GreenlightDon't blame you...
13:03.55msaraivaAs they are, anyway. I get hit thousands of times per day by assholes trying to freeload...
13:04.03msaraivaOk. And again, thanks.
13:04.10*** join/#asterisk Cuzner (~ccuzner@198.41.29.45)
13:04.30WIMPymsaraiva: See what I mean?
13:05.03Greenlightmsaraiva: I'm sure you'll find some paid support somewhere who'll happily believe what you say is gospel and spend hours and hours trying to work out whats going wrong based on your patial detail
13:06.19msaraivaNah, i'll keep doing what i always did: use Google.
13:06.28*** join/#asterisk brad_mssw (~brad@shop.monetra.com)
13:06.33*** join/#asterisk pontis (~pontis@83.137.2.144)
13:06.38GreenlightOkay. Good luck.
13:06.43msaraivaThanks.
13:06.57*** join/#asterisk Chotaire (chotaire@chotaire-home.vipri.net)
13:07.08*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
13:07.08*** join/#asterisk italorossi (~italoross@187.60.66.11)
13:18.09msaraivaThanks God i didn't trust the inital answer. For anyone that bumps into the same problem: port parameter on sip peer DOES matter when doing IP AUTH if "insecure" parameter is not set. Set "insecure=port" and problem solved.
13:19.48wrouesnelis it possible to have a hint-extension monitor several devices, and blink if any one of them is in use?
13:20.20[TK]D-Fenderwrouesnel: Yes
13:20.30[TK]D-Fenderwrouesnel: "&" <-
13:20.41wrouesnela follow up then: is it possible to have the devices it monitors be dynamically changed?
13:20.57[TK]D-Fenderwrouesnel: like?
13:21.16[TK]D-Fenderwrouesnel: Ah... hold on that
13:21.35[TK]D-Fenderwrouesnel: I don't see a direct way of doing that...
13:21.44[TK]D-FenderYou'd have to reload config changes...
13:21.58*** join/#asterisk Dovid (~Dovid@static-173-63-105-210.nwrknj.fios.verizon.net)
13:22.01wrouesnelhm...
13:22.10[TK]D-Fenderwrouesnel: What are you actually trying to accomplish?
13:22.29wrouesneli've got a system which connects the phone in a room to a user's personal call queue when they login.
13:22.54wrouesnelsince they can login in several places at once, they may have two or more devices connected at once.
13:23.11*** join/#asterisk Chotaire (chotaire@chotaire-home.vipri.net)
13:23.29wrouesnelwhat i'd like to do is detect if they're actually talking on any of the devices in their queue. though i'd settle for knowing if their queue has calls waiting.
13:24.13[TK]D-Fenderthere is a presence state device to check for that
13:24.58[TK]D-FenderYou could also add your memeber to the queue as a local channel instead of a direct interface and make your hint refer to that...
13:25.05[TK]D-FenderShould work
13:25.58*** join/#asterisk ChadAragorn (~ChadArago@206.251.40.221)
13:27.14wrouesnelso how would the presence state for queues work ?
13:28.19*** join/#asterisk [404] (~404]@12.179.117.114)
13:32.08[TK]D-Fenderexten => 8501,hint,Queue:itg_queue        ;Provide a hint for the queue
13:33.31wrouesnelthanks I'll give it a try.
13:34.38*** join/#asterisk Katty (~Katty@97-91-121-70.static.stls.mo.charter.com)
13:36.04KattyGOOD MORNING CUPCAKES
13:36.28[TK]D-FenderKatty: Mornin' Muffin :)
13:36.43carrarmmm cupcakes
13:36.47carrarfor breakfast
13:36.58Kattysquees!
13:37.01Kattyhugs carrar
13:37.08carrarwoo woo
13:37.19vltHello. On Asterisk 1.8 I get many broken pipe errors when I try to originate. But NOT everytime. If I hit the originate button a few times it eventually works. Any idea what that could be?
13:37.35wrouesnelsounds like a bad network connection.
13:41.15vltwrouesnel: Really? All the phone calls are fine. No dropouts. The manager client and the asterisk server are guests on the same physical host machine. Hmmm …
13:41.24*** join/#asterisk Thesulac (~Thesulac@82.94.204.46)
13:41.27[TK]D-FenderOriginate ....button?  What "button"?
13:41.47Katty[TK]D-Fender: the one with construction paper and tape. with originate scribbled in crayon on it.
13:41.48vlt[TK]D-Fender: I meant the button in my CRM app
13:41.50Katty[TK]D-Fender: obviously.
13:42.02vlt:-D
13:42.13Kattygosh. fender is so slow sometimes.
13:42.20Kattyjabs [TK]D-Fender in the rib with an elbow (gently)
13:42.25[TK]D-Fendervlt: We have no idea how its coded... perhaps there is something off there...
13:43.43vltBut I have. It does the usual Action: Login … Action: Originate … sequence that worked exactly this way for more than 6 years now on asterisk 1.2
13:44.29Kattyrereads last sentance.
13:44.46Kattyso, 3 major revisions later
13:44.50*** join/#asterisk italorossi (~italoross@187.60.66.11)
13:44.54vltKatty: Yes.
13:44.55Kattyand you're wondering why it's acting quirky
13:45.11vltKatty: Actually I do, yes.
13:45.17Kattyokay.
13:45.34Kattythat's /kind of/ like wondering why windows 95 apps aren't running on windows 7 correctly
13:45.39Kattybut hey, i'm not a programmer.
13:45.44Kattyand i don't get how all that works in asterisk.
13:46.04vltKatty: It’s not NOT working because some syntac change. It’s working SOMETIMES and often not.
13:46.12kaldemarvlt: the manager interface has been updated more than once after asterisk 1.2.
13:46.19Kattyso i'mma just sit right here on my tail since i'm unqualified to answer that question.
13:46.28vltkaldemar: Aaah, thanks. I’ll to find more about that.
13:46.37vlt+try
13:47.17vltlooks for the new "Action: JustWorkAlways" command ;-)
13:47.34[TK]D-Fendervlt: And what are you running now?
13:47.56kaldemarvlt: Login and Originate are still valid actions.
13:48.54kaldemarvlt: the responses that AMI sends have changed, iirc.
13:49.49kaldemarvlt: even the first input when you open a connection.
13:50.03wrouesneloh wait - I actually encountered this I think
13:50.20wrouesnelasterisk can get tetchy about originate if you don't clear the socket buffer before you log off
13:50.36vltkaldemar: I tried the exact sequence that is used in the app manually via telnet. Works. Everytime I wrote it.
13:51.10kaldemarvlt: guess your code has some expectations that your eyes don't.
13:51.33vltkaldemar: ;-) I’ll pastebin the code …
13:51.42vltwrouesnel: Do you know how to?
13:51.57wrouesnelvlt: one sec i'll send you the php script i have which works
13:51.58kaldemarvlt: for example the AMI client might be waiting for "Asterisk Call Manager 1.0" after connect but your asterisk sends "Asterisk Call Manager 1.3".
13:52.07*** join/#asterisk skirge (~skirge@196.15.233.254)
13:52.36wrouesnelvlt: http://pastebin.com/kUih2V9a
13:53.47wrouesnelI remember specifically having trouble with originate sometimes not working, and it seems to be related to some race condition between the AMI receiving a request and trying to write to the outbound socket. So to make it work I had to explicitely wait for feof on the socket before closing it.
13:55.28*** join/#asterisk mjordan (~mjordan@nat/digium/x-xozaobasolatpvfn)
13:55.28*** mode/#asterisk [+o mjordan] by ChanServ
13:55.38vltkaldemar: That would not explain why it worls sometimes.
13:56.00vltMy current code: http://pastebin.com/nihWusBz
13:56.03*** join/#asterisk FonJockey (~FonJockey@23.31.156.133)
13:56.06kaldemarvlt: you might want to make sure you read all that asterisk sends your app, such as "Authentication accepted" etc. don't just blindly read until newline, EOF or 127 bytes.
13:56.35wrouesnelvlt: yeah your code is closing the socket right after putting the event on
13:57.21wrouesnelyou need to read the socket till EOF (or a confirmation message that the originate is done) before you close it
13:57.28msaraivavlt: You will get broken pipe if you don't read everything. Learned that the hard way.
13:57.39*** join/#asterisk skirge (~skirge@196.15.233.254)
13:57.59kaldemarvlt: you know there are even PHP libraries for AMI, do you? those are supposed to taked care of this kind of issues already.
13:58.19vltwrouesnel, msaraiva: Thank you both!
13:58.45vltkaldemar: Thanks, maybe I should use a PHP lib.
13:59.06msaraivavlt: Np! But kaldemar suggestion is a good one...you don't need to reinvent the wheel. ;)
13:59.34wrouesneli think you usually end up reinventing the wheel when you "just need this one thing..."
13:59.46msaraivaTrue...
14:00.49*** join/#asterisk putnopvut (~putnopvut@asterisk/master-of-queues/mmichelson)
14:00.49*** mode/#asterisk [+o putnopvut] by ChanServ
14:03.42*** join/#asterisk jmls (~julian@77.107.171.82)
14:10.55*** join/#asterisk felipe_ (~felipe@unaffiliated/felipe)
14:15.56*** join/#asterisk sruffell (~sruffell@asterisk/the-kernel-guy/sruffell)
14:15.56*** mode/#asterisk [+o sruffell] by ChanServ
14:24.05vltwrouesnel: I chose the quick solution. Again. I just put your fgets() lines into my code. Do you have any idea why I can’t use a while loop the first time between Login and Originate?
14:24.52wrouesnelvlt: there's no need? You only need to prevent the broken pipe - you can keep pushing data to the socket for short interactions like this.
14:25.37vltwrouesnel: Damn, I didn’t understand that :-(
14:26.03vltwrouesnel: How does reading 128 bytes prevent the broken pipe the first time?
14:26.27wrouesneloh that's probably unnecessary
14:26.32wrouesnelI don't use it in my other scripts
14:26.41wrouesnelyou're looking at *very* old code.
14:26.48vlt:-D
14:27.10*** join/#asterisk geeksteve (~geeksteve@emh-nat.poundbury.com)
14:30.24igcewielingMost people use an agi / manager library to handle all the ugly protocol stuff
14:32.21KattyICE WEASEL!
14:32.24Kattyhugs igcewieling
14:34.20igcewielingsquirrel grrl!
14:34.47vltigcewieling: Yes, I’ll have a look at them. I just needed to fix it quickly. And dirty ;-)
14:37.06*** join/#asterisk plantseeker (~Plantseek@77.240.63.97)
14:37.11*** join/#asterisk Defraz (~Defraz@mail.pocatellochildren.com)
14:42.28WIMPyDoes anyone here know of a DSL modem that supports multiple VCs?
14:46.19leifmadsendoes the sangoma adsl card do that?
14:46.27leifmadsenmight not be what you want to deal with though
14:46.57WIMPyhadn't thought of using a card.
14:47.30WIMPyI have an ADSL card somewhere, but I'm pretty sure I'd need a really old Linux to make that work :-(
14:47.40*** join/#asterisk itgrl (~itgrl@12.25.151.58)
14:48.27carrarWIMPy, I think the Cisco ADSL WIC card does
14:49.07leifmadsenWIMPy: ah gotcha, I have a Sangoma ADSL card still in the box in my closet
14:49.22[TK]D-Fendersame here
14:49.33[TK]D-FenderHad min since ~ 2007
14:49.57WIMPyAnd I need two VCs on the ethernet, no routing.
14:50.13carraryes
14:50.14carrarit does
14:50.21carrar<PROTECTED>
14:50.21carrar<PROTECTED>
14:50.21carrar<PROTECTED>
14:50.21carrar<PROTECTED>
14:50.21carrar<PROTECTED>
14:50.24carrar<PROTECTED>
14:50.30WIMPytakes a look at what Sangoma has to offer, but has a fear for dirvers already.
14:52.05[TK]D-FenderWanpipe is solid....
14:52.17[TK]D-FenderThere were in this game LONG before that..
14:52.45carrarWIMPy: Curious why you want multiple VC's?
14:53.13WIMPyUsing Asterisk has reminded me, not to buy hardware that isn't supported by Linux again.
14:53.25WIMPycarrar: For Telephony.
14:53.39carrarWhy not use QoS instead?
14:53.44carrarmix em both
14:53.57WIMPyNot my choice.
14:54.07carrarthat pretty much ends it right there then :)
14:54.11WIMPyMany Telcos deliver that way.
14:54.18carrarnot us
14:54.21*** join/#asterisk vlad_starkov (~vlad_star@109.188.124.235)
14:54.45WIMPyBut O2 for example.
14:54.54WIMPyAnd yes, it's annoying.
14:55.13WIMPyBut I want to replace their hardware, because it's shit.
14:55.27carrarThat might be nice if you have a ATM OC3 :)
14:55.31carrarbut not DSL :)
14:55.37WIMPyThey try to make that as hard as possible, off course.
14:55.49carraryeah
14:56.42WIMPySangoma is out. Not compatible with our lines.
14:57.01carrarJust get a ebay 1700 with a ADSL WIC
14:57.03carrarcisco
14:57.33carrarmaybe even a old 262X
14:57.57WIMPySomeone offered an 876.
14:58.54carrarWe run v4/v6 with customer on the 1700
14:59.01carrardo dsl bonding
14:59.23carrarworks nicely
14:59.54WIMPyWill look in to that.
14:59.59WIMPyOr actually already do :-)
15:01.16WIMPyCisco is probably extremly costly to run. That way the card idea wasn't bad.
15:01.53carrarcisco is one time purchase off ebay
15:02.06carrarunless you want to buy new
15:02.09carrar*SILLY*
15:02.28WIMPyNo, but it will want lots of electricity.
15:02.47carrara SUN E450 wants lots of electricity
15:02.55carrarcisco 1700 just a trickle
15:03.17WIMPyAnd if I don't have to pay a tenner exta per month, I don't want to.
15:03.17WIMPyYes, you need an aoutomatic bak note feeder for it :-)
15:03.24igcewielingCisco 175x are inexpensive
15:03.46carrarand they are quite, no noisy fan
15:04.26WIMPyAt least they are compatible to out lines.
15:04.31*** join/#asterisk vlad_starkov (~vlad_star@109.188.124.235)
15:04.33igcewielingThey are my favorite affordable router.
15:04.57*** join/#asterisk pabelanger (~pabelange@asterisk/contributor-and-bug-marshal/pabelanger)
15:04.57*** mode/#asterisk [+o pabelanger] by ChanServ
15:06.52*** join/#asterisk santa0536 (~santa@cn-bgp-nat.portaone.com)
15:10.51*** join/#asterisk aidinb (~aidin@unaffiliated/aidinb)
15:11.00*** join/#asterisk FonJocke_ (~FonJockey@23.31.156.133)
15:14.33*** join/#asterisk outtolunc (~me@c-50-136-182-86.hsd1.ca.comcast.net)
15:16.35*** join/#asterisk gerhard7 (~gerhard7@77-172-47-159.ip.telfort.nl)
15:23.39*** join/#asterisk serafie (~erin@50.58.247.162)
15:29.48*** join/#asterisk sruffell (~sruffell@asterisk/the-kernel-guy/sruffell)
15:29.50*** mode/#asterisk [+o sruffell] by ChanServ
15:35.44*** join/#asterisk zoid_ (~awainer@181.29.125.3)
15:36.19WIMPycarrar: There's one thing I don't see, yet: How do I get the two VSs out of the Cisco? I need the pppoe, no IP.
15:38.21zoid_Do I need to do something special to dial a sip extension on the internet? I have the following defined in my pbx: exten => 804,1,Dial(SIP/1234@192.168.200.1)
15:38.37zoid_That works, but if I switch to a public IP it doesn't
15:39.01zoid_it fails with this error: chan_sip.c:5441 create_addr: Purely numeric hostname (805), and not a peer--rejecting!
15:39.31Cuznercould be NAT
15:40.25carrarWIMPy, you mean a layer 2 bridge across the ATM interface PVC and the ethernet interface?
15:40.41zoid_using an alias from /etc/hosts doesn't work either
15:41.21WIMPycarrar: Yes, where the only way I see to export multiple VSc would be using VLANs.
15:41.48zoid_Cuzner: I don't think so, I see no traffic out of the pbx
15:41.52WIMPyVSc
15:41.57WIMPyDamn
15:42.10carraror vrf's
15:42.14WIMPyVCs VCs VCs VCs VCs
15:43.28WIMPyWithout IPs?
15:44.43Grady2000anyone know where the system prompts for asterisk are stored and/or if they are changeable?
15:44.49Grady2000ex: the meetme menu prompt
15:44.54*** join/#asterisk kresp0 (~kresp0@89.Red-88-15-137.dynamicIP.rima-tde.net)
15:46.20pabelangerGrady2000: what does asterisk.conf say
15:46.54[TK]D-FenderGrady2000: And yes, you can checge the files.
15:46.57[TK]D-Fenderchange*
15:48.02*** join/#asterisk dfighter (~lka@arcemu/staff/dfighter)
15:48.42WeezeyIs it possible to use Realtime extensions table to supply hints to dialplan? priority is an integer in my table.
15:49.07WIMPyhint is -1
15:49.19WIMPyBut I don't know it will be accepted that way.
15:49.34WeezeyWIMPy: I tried that, doesn't seem to be adding to the hints
15:49.48Weezeybut maybe I need to specify something else?
15:50.02Weezeyor maybe core show hints doesn't see it because it's realtime.
15:50.22*** join/#asterisk War_Bear (~War_Bear@warbear.co.uk)
15:50.24*** join/#asterisk tzanger (tzanger@wallace.mixdown.ca)
15:52.37*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
15:55.33*** join/#asterisk slav3_kitten (~frankthet@unaffiliated/slav3-kitten/x-0866809)
15:58.19*** join/#asterisk Hive (~Adam@173-165-205-1-jacksonville.hfc.comcastbusiness.net)
15:59.06*** join/#asterisk threesome (~threesome@ip-94-113-12-233.net.upcbroadband.cz)
15:59.52Weezeymaybe I'm hinting in the wrong place.
16:01.08*** join/#asterisk aidinb (~aidin@unaffiliated/aidinb)
16:03.32*** join/#asterisk vlad_starkov (~vlad_star@109.188.125.162)
16:05.03igcewielingheh, apparently we sell "Astro" phones. 8-|
16:05.19Weezeyfar out
16:07.32igcewielingWeezey: realtime is like slow internet: http://theoatmeal.com/comics/no_internet          Realtime has various limitations which make is too much of a hassle for many people.    An alternative is to write a small script which reads the database of hints and generates dialplan.  The script would be called with #exec /path/to/script.php in extensions.conf
16:07.59igcewielingWe use this method for sip.conf peers
16:10.21Weezeygotcha. If I'm trying to call SIP/exten@peername from queue on boxA. I need the hint on peername, right?
16:10.53Weezeyin whatever context boxA lands on on peername, right?
16:11.45WIMPyThe context you use for subscriptions.
16:12.08*** join/#asterisk slav3_kitten (~frankthet@unaffiliated/slav3-kitten/x-0866809)
16:12.10Weezeyhmm, maybe that's the problem, I don't have.
16:12.31Weezeywhere's that the Book at.
16:12.52*** join/#asterisk aidinb (~aidin@unaffiliated/aidinb)
16:13.40igcewielingWeezey: hints are mainly useful for monitoring the state of devices.  I don't believe they are in an required when dialing or queues
16:13.55*** join/#asterisk djbelieny (~djbelieny@cpe-76-183-251-196.tx.res.rr.com)
16:14.29*** join/#asterisk blee (~blee@50-89-200-235.res.bhn.net)
16:14.51[TK]D-Fender[12:10]Weezeygotcha. If I'm trying to call SIP/exten@peername from queue on boxA. I need the hint on peername, right? <- use XMPP for distributed presence for this and use that as the state device.
16:15.07djbelienyhey all... quick question: I have an autodialer based on asterisk and in Texas we are being required to provide an FCC reg istration for software and software for voip. anyone been through that ?
16:15.47Weezey[TK]D-Fender: where so I set that state device? I have XMPP talking between both boxes and it's updating states for locally available things.
16:16.15Weezey[TK]D-Fender: It's seeing a state for SIP/exten not SIP/exten@peername
16:23.42[TK]D-Fenderif it's distributed... is SHOULD be to the local mapping XMPP sets up
16:23.53[TK]D-FenderI haven't actually done this myself... but it should NOT include the peer name...
16:28.08*** join/#asterisk vfabi (~fabi@host-static-37-75-102-243.moldtelecom.md)
16:31.46djbelienyLet me change the question: Does Asterisk have an FCC/ACTA number ?
16:35.59igcewielingdjbelieny: not that I'm aware of, but you are welcome to contact Digium.
16:36.10djbelienyThanks
16:36.24QwellYou aren't connecting to the PSTN.  Your provider is.
16:36.40djbelienyThank you very much.
16:36.54QwellTA == Terminal Attachments
16:39.45*** join/#asterisk bipul (~bipul@unaffiliated/bipul)
16:41.48*** join/#asterisk gavimobile (~user@bzq-218-196-30.red.bezeqint.net)
16:42.33gavimobileif I was to use res_caldev to connect my pbx to my google calendar, whould I have to forward any ports to make things work?
16:43.21*** join/#asterisk m0spf (~steve@2001:ba8:1f1:f12e::2)
16:57.58*** join/#asterisk KenBeannet (~KenBeanne@static-96-245-214-202.phlapa.fios.verizon.net)
16:58.54KenBeannetHello Gents!  Got an issue with Asterisk + Skype (Sip) intergration.  I am having a 1-2 second delay on calls going in or out as audio doesn't start on time (1-2 second delay).  I think it has to do with my external traffic going out through one IP and coming back on another.
16:59.18KenBeannetAnd I also NAT my traffic once internal.  Once the audio starts, its great quality and is perfect.
17:02.06KenBeannetIt def has to do with Qualify as well, as if I turn that to no, no audio goes through.
17:02.28KenBeannetEpp, cancel that.
17:04.27*** join/#asterisk peetaur2 (~peter@x2f08fb8.dyn.telefonica.de)
17:07.43*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
17:10.22igcewielingWhat is it with all the weird stuff today?  autodialers, caldev, skype, etc.   Must be Thursday, I never could get the hang of Thursdays.
17:10.58KenBeannetSkype is no good? :(
17:11.23[TK]D-FenderOf course not...
17:11.34KenBeannetWhat SIP provider do you suggest then?
17:11.43[TK]D-FenderAnd you are using an extra layer in between... you are introducing delays and points of failure
17:11.48KenBeannetI am trying to connect Lync to a SIP (Using Asterisk as the middle man)
17:12.03[TK]D-FenderAnd how is Lync talking to *?
17:12.14KenBeannetTCP Locally to the Asterisk
17:12.19KenBeannetAsterisk calls out to SIP
17:12.20*** join/#asterisk c|oneman (cloneman@2605:6400:2:fed5:22:0:3b06:3913)
17:12.23[TK]D-FenderTCP with what?
17:12.36KenBeannet5060?  I dont understand the "with what"?
17:12.40[TK]D-FenderlAYER 7 <-
17:12.45[TK]D-Fenderwhat PROTOCOL over TCP?
17:12.49*** join/#asterisk bipul (~bipul@unaffiliated/bipul)
17:13.22ChannelZTelnet!
17:13.32*** join/#asterisk bandroidx (~bandroidx@unaffiliated/bandroid)
17:13.50GreenlightBut Telnet is eviiiilll
17:14.00KenBeannetI dunno the correct answer.  Sorry.
17:14.12ChannelZpats backup-infobot Greenlight on the head
17:14.21[TK]D-FenderYou are the pone how connected Asterisk to Lync... you don't even know what protocol you're using?
17:14.26[TK]D-Fenderone*
17:14.45KenBeannethost=10.1.10.60
17:14.45KenBeannettransport=tcp
17:14.45KenBeannetport=5060
17:14.56ChannelZIt's speaking SIP over TCP?
17:14.58[TK]D-FenderSure looks like SIP
17:15.10GreenlightSIP over TCP is also evil
17:15.10KenBeannetYes, SIP
17:15.19KenBeannetWell, limited budget.
17:15.27ChannelZMicrosoft implementing SIP.. I can only imagine
17:15.27[TK]D-FenderSo you need to talk SIp to Asterisk ... so Lync can talk SIP a an ITSP?
17:15.27GreenlightUDP costs more?
17:15.41KenBeannetUDP not option with Lync
17:15.53[TK]D-FenderAnd is TCP an option with the providers you have looked at?
17:15.55KenBeannetYes, Lync to Asterisk, Asterisk to Skype (SIP).
17:16.04GreenlightSkype isn't SIP
17:16.09ChannelZIt is if you pay
17:16.12GreenlightOh
17:16.15KenBeannetWe pay Skype
17:16.17KenBeannetfor SIP.
17:16.18[TK]D-FenderGreenlight: But his hackish gateway to it is...
17:16.19ChannelZOr was, not sure if MS killed that too
17:16.40KenBeannetMS is coming out with Skype intergration next month in the CU of Lync
17:16.41GreenlightThis setup sounds a recipie for disaster
17:16.41ChannelZSo why are you involving lync?
17:16.58ChannelZ<-- just wandered in
17:17.04KenBeannetBecause I want its features (mobile phone, exchange, meetings, PC apps)
17:17.17KenBeannetWe are all exchange/windows company.
17:17.27KenBeannetI use snom 760 phones as well.
17:17.34KenBeannetBut the lag happens with Phone or PC app.
17:17.35ChannelZHmm. Well in theory it should kind of work.
17:17.42KenBeannetYet, Lync to Lync works great.
17:17.49ChannelZbut yes the more people you put in the middle, the longer the delay will be
17:18.03KenBeannetBut why once the call is connected, there is no lag.
17:18.15KenBeannetI feel like I had this problem before, we have 4 ISPs in 1 Firewall.
17:18.16GreenlightSo, Asterisk here is a gateway so you can do SIP(TCP) <--> SIP(UDP)
17:18.21KenBeannetAnd the traffic outbound is not the same inbound.
17:18.36KenBeannetNo, PSTN Gateway to SIP (Asterisk)
17:18.40ChannelZoh so it's not a latency issue?  I guess I should go back and read what your original question is
17:18.44KenBeannetLync only accpets a PSTN
17:18.54KenBeannetNo, once the call is created, the quality is amazing.
17:19.09KenBeannetBut when I call, for example, and automated service. I miss the first 3 words.
17:19.13[TK]D-Fender[13:18]KenBeannetBut why once the call is connected, there is no lag. ,- because it's SETUP & REINVITES that are taking time.  Once the path is negotiated then the packets just flow.
17:19.51KenBeannetFender, is that statement to say that its not possible? Or that there is a misconfiguration with reinvites?
17:20.05ChannelZso you have some routing issues or something where packets are getting dumped on the floor or something until they find their way. Lots of NAT involved?
17:20.09[TK]D-FenderYou have 4 pieces all confirming their end of this chain.  So when the far end accepts it takes 3 comms of chains to ack it
17:20.13GreenlightI wouldn't expect things to take 3 seconds to setup
17:20.27[TK]D-FenderSkype + SIP = stupid variable
17:20.37KenBeannetThere is NAT.  It goes out with one IP address. When coming back it comes in through another.  I think that is the cause of the delay, but not certain.
17:20.49GreenlightLync to Asterisk is local ?
17:20.57GreenlightIf so, disable reinvites for that leg
17:21.08KenBeannetCorrect Green.
17:21.44KenBeannetGreen, I disabled for Lync ReInvites.  Should NAT and Qualify be on?
17:21.59GreenlightIt may be worth grabbing a SIP trace on the asterisk box to see what's being sent, and more importantly *when*
17:22.26Greenlightnat=yes will no present any issues. Best to leave qualify on for endpoints
17:22.28KenBeannetGreen, is there a way to see the tcp traffic (Ips) in the log with miliseconds timed?
17:22.45GreenlightThe logs have timestamps
17:22.53KenBeannetOnly with seconds though.
17:23.01GreenlightOh, you can set that in logger.conf iirc
17:23.07Greenlight(Someone else can confirm ... )
17:23.15ChannelZtcpdump and wireshark or something
17:23.20GreenlightOr that.
17:23.38KenBeannetfor Skype, I should leave reinvite on?
17:24.11*** join/#asterisk Katty (~Katty@97-91-121-70.static.stls.mo.charter.com)
17:24.13GreenlightAre they reinviting ?
17:24.52GreenlightAlso, in logger.conf: dateformat=%F %T.%3q ; with milliseconds
17:24.58KenBeannetTy
17:26.00GreenlightDamn is that the time. Gotta go.
17:27.21*** join/#asterisk nantou (~phonetic@gateway/tor-sasl/martinphone)
17:27.52ChannelZTime keeps on slippin, slippin, slippin..
17:28.50KenBeannet[2013-06-27 13:30:09.105] VERBOSE[21698][C-0000008f] app_dial.c: -- SIP/skype-0000012b answered SIP/lync2013-0000012a
17:28.51KenBeannet[2013-06-27 13:30:14.155] VERBOSE[21698][C-0000008f] pbx.c: -- Executing [h@from-internal:1] Hangup("SIP/lync2013-0000012a", "") in new stack
17:30.02[TK]D-FenderKenBeannet: And you have novisibilty on the connection latency from SIP>Skype
17:30.19KenBeannetFrom asterisk to Skype?
17:30.48[TK]D-FenderNo, from that SIP SERVICE you use to GET to Skype
17:31.08KenBeannetSkype is the SIP service.
17:31.17KenBeannethttp://www.skype.com/en/features/skype-connect/
17:32.51KenBeannetDoes that answer your question?
17:33.26[TK]D-FenderKenBeannet: It doesn't matter that they offer it direct.. it is still an intermediary.
17:33.36[TK]D-Fenderthey still have to converse and convert
17:33.43[TK]D-FenderAnd we hav no idea of the delay that causes
17:33.54[TK]D-FenderThe whole point is that is out of your hands
17:33.59KenBeannetIs there a better service for Asterisk I can use to dial through?
17:34.06[TK]D-FenderYes.  Any.
17:34.14KenBeannetAny personal suggestion?
17:34.19[TK]D-Fendervoip.ms
17:34.22[TK]D-Fendervitelity.net
17:34.25[TK]D-Fenderles.net
17:34.40[TK]D-Fenderflowroute.com
17:34.45[TK]D-Fendertons more
17:35.31KenBeannetBut it is abnormal to have that two second delay right?
17:36.48[TK]D-Fenderafter that chain and a giant unknown to a foreign protocol? I wouldn't be surprised
17:37.05[TK]D-Fenderperhaps you should just test that theory..
17:37.49KenBeannetIll try flow right now
17:38.44ChannelZAre you literally only using Skype for PSTN calls?
17:39.08KenBeannetWell, using Asterisk for PSTN
17:39.19KenBeannetFor Lync connectivity.
17:40.55*** join/#asterisk tilt_ (~tilt@173-13-180-97-sfba.hfc.comcastbusiness.net)
17:41.19KenBeannetEven with Flowroute.  I have a 2-3 second delay after the call is picked up until audio is connected.
17:41.26[TK]D-FenderNo, You're using Skype for PSTN.
17:41.31[TK]D-FenderAsterisk talks to Skype for that
17:41.51[TK]D-FenderAsterisk is SOFTWARE.. it does not get you to the PSTN.  The side that has actual HARDWARE does that.
17:42.02KenBeannetI had something very similar issue before, where if I muted the phone, I could only hear the one way, yet once the phone was unmuted, then the 2 way connection was made.
17:42.39[TK]D-FenderAgain... reinvites...
17:42.43[TK]D-FenderThe bane of SIP
17:42.44KenBeannetIf that makes sense, the phone had to have audio going out before the 2 way connection made.
17:42.59KenBeannetI solved this because the packets coming inbound were not being routed by the right ISP
17:43.17KenBeannetOnce I changed the policy to go out through the correct ISp, that was resolved.
17:46.25*** join/#asterisk serafie (~erin@50.58.247.162)
18:00.11HiveHey all, I have an asterisk server running which people from many different places in the US connect to.  Sometimes, many peers (5 to 15 or so) will go unreachable or lagged, then become reachable about 5 - 10 seconds later.  It is not always people from the same location, and it is not always the same SIP peer that drops/reconnects.  I tried increasing the qualify time to 10,000 on a few peers but they have still dropped
18:00.11Hivelike the others.
18:00.52HiveIt must be something with my server and I really have no idea where to look.  If anyone has somewhere to point me I would greatly appreciate it! ( Asterisk 10.7.0)
18:03.48ChannelZwell increasing the qualify time makes it check less, so if you've got NAT issues or something you've gone the wrong direction.
18:04.54ChannelZYou need to see if it's connection-related.. traceroute to those IPs and again when they go offline and see if the traffic is dying somewhere upstream of you
18:07.08HiveOkay I'll try giving that a shot and seeing if I can find something.  Thanks for the suggestion.
18:07.17HiveI'm at a loss with this issue haha
18:07.31HiveIf it were somewhat consistant in some way it would be a lot easier to troubleshoot -_-
18:08.48ChannelZaren't they all
18:09.25*** join/#asterisk imox (~imox@24-134-17-195-dynip.superkabel.de)
18:09.33WeezeyAHA! I've got it!
18:09.42ChannelZGive it back!
18:09.58Weezeystabs brain with pen
18:10.03Weezeythere it goes
18:12.09WeezeyAddQueueMember(queuename,SIP/exten@peername,,,exten,SIP/exten)
18:12.34Weezeywithout specifying the stateinterface (last param) the queue doesn't know where to look to find the state.
18:13.17QwellWeezey: That's not entirely true.  If it's left off, then it'll just use the member interface
18:13.19Weezeycombined with setting callcounter=yes in sip.conf and having any call-limit=>0 in the sip peer.
18:13.45WeezeyQwell: but for XMPP distributed queue that's how to make the state shine through.
18:14.02QwellWeezey: sure, I'm not suggesting it isn't useful in a lot of cases
18:14.19WeezeyIt was the missing lettuce on my sandwich
18:15.29WeezeyNow, asterisk 11 peers are working great but asterisk 1.8 peers aren't updating state, but I don't think that's a big deal, just means I need to upgrade 20 servers to 11.
18:15.51*** join/#asterisk TimeRider (~steve@host81-136-216-215.in-addr.btopenworld.com)
18:31.05*** join/#asterisk italorossi (~italoross@187.60.66.11)
18:37.03*** join/#asterisk gusto (~gusto@2001:470:1f0b:226:221:6aff:feb8:e0b2)
18:43.26*** join/#asterisk TimeRider (~steve@timerider.plus.com)
18:57.16*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
18:58.47*** join/#asterisk FonJockey (~FonJockey@23.31.156.133)
19:01.25KattyREESES PEANUTBUTTER CUPCAKES
19:01.26Kattythat is all.
19:03.14[TK]D-Fenderhttp://ih2.redbubble.net/image.5581031.2176/fc,550x550,white.jpg
19:04.47*** join/#asterisk FonJockey (~FonJockey@23.31.156.133)
19:10.18KenBeannetChannel and Fender, I think I got it fairly close.
19:10.20leifmadsenKatty: fuck you
19:10.23leifmadsenKatty: I mean, I want
19:10.37KenBeannetBy setting the external IP address, also I set the internal Ip specifically
19:11.01KenBeannetThat seemed to take away about 1 full second,  I think the last portion is the external IP on the 1st packet is different then the sip.address.com.
19:11.26KenBeannetSo I am speaking with our firewall dept about getting any internal traffic that goes out by the asterisk server to go out as the sip.address.com.
19:12.07Kattypats leifmadsen
19:12.12*** join/#asterisk kresp0 (~kresp0@89.Red-88-15-137.dynamicIP.rima-tde.net)
19:12.12leifmadsen:)
19:12.20leifmadsen<3's reeses peanut butter cups so hard
19:12.27leifmadsenKatty: reeses peices are also fantastic
19:12.30leifmadsenpieces*
19:13.35Kattyhttp://42ndrecipestreet.blogspot.com/2011/10/reeses-peanut-butter-cup-cupcakes.html <- hop to it, buttercup!
19:13.48*** join/#asterisk italorossi (~italoross@187.60.66.11)
19:14.33apb1963_i'm more of a brownie with or w/out nuts or oatmeal cookie with raisins fan.
19:15.00apb1963_Hmmm...oatmeal brownies.... <patent pending>
19:15.07Kattyhttp://42ndrecipestreet.blogspot.com/2011/02/best-brownies.html <- i got that too
19:15.20apb1963_I just do the box thing
19:15.24Kattywhattttttttttttttttttt
19:15.39Kattyi guess that works if you don't cook much (=
19:16.06sruffell'firewall dept' sounds ominous
19:16.17apb1963_I only cook when I have to
19:16.37apb1963_t is teaspoon and T would be tablespoon then... yes?
19:16.50*** join/#asterisk tzafrir_laptop (~tzafrir@bzq-218-28-58.cablep.bezeqint.net)
19:17.12apb1963_Damn I forgot my real question
19:18.11apb1963_oh I remember now
19:18.50apb1963_Is there a way to make meetme "boink" only to the existing particpants?  So new entrants don't hear any entry sounds?
19:19.35Kattyyes t is teaspoon and T is tablespoon
19:19.44igcewielingapb1963_: if there is it would be documented in "core show application meetme" and the meetme.conf file
19:19.54Kattyhi mister ice weasel
19:20.06apb1963_wonders where Mr. Tablespoon buys his jewelry.
19:20.20apb1963_igcewieling: cool.  TY
19:20.52WIMPyKatty: You have to be nice to igcewieling today. We agreed on one topic yesterday.
19:21.04Kattyoh?
19:21.08Kattywhat did you agree on? food is tastey?
19:21.24Kattythat it's always Qwell's fault?
19:21.31WIMPyNo, about the usibility of phones.
19:21.44Kattygo on.
19:21.46igcewielingKatty: everyone knows it is always Qwell's fault.
19:21.56Kattymnmm
19:21.57Kattymhmm
19:22.09WIMPyIs that his job title?
19:22.18igcewielinghands Katty some fresh baked sourdough from about 8 hours in the future
19:22.42Kattyyay!
19:22.56Kattyi have a loaf of amish white bread in the freezer, if you want it (=
19:23.42apb1963_blah... it's backwards... you can
19:24.02apb1963_set it for all participants... or just the first one... but not subsequent
19:24.16igcewielingKatty: no thanks 8-|
19:24.34Kattywell how about some shepherd's pie instead?
19:24.53Kattythe real stuff. with lamb and rosemary and cinnamon!
19:26.04apb1963_wonders why there are strippers in a lamb pie
19:26.11*** join/#asterisk Cuzner (~ccuzner@198.41.29.45)
19:26.25apb1963_wonders why there's lamb in a pie.
19:26.48Kattyi've never heard of a stripper named rosemary
19:27.07apb1963_When's the last time you were at a strip club?
19:27.15KenBeannetis there a way to upgrade easy from 11.3 to 11.4?
19:27.56Kattyuhhh
19:27.58Kattyponders
19:28.02Katty2 or 3 years i think
19:28.13Kattysomething like that. maybe 2ish
19:29.19apb1963_Well Rosemary got pregnant and decided to stop stripping.
19:29.30Katty>.<
19:29.32Kattyi loled at that.
19:29.36Kattythat's awful
19:29.51apb1963_Yeah, the patrons weren't too happy either.
19:30.30igcewielingfor the stripper conversation http://www.tshirthell.com/funny-shirts/i-support-single-moms
19:31.39apb1963_i can't afford to support single moms
19:31.52apb1963_(that's why they're single)
19:32.49apb1963_So do you have a good recipe for broccoli pie?
19:35.03ChannelZno such thing
19:35.41apb1963_Well I figure if she knows how to make sheep into pie, she can cook anything.
19:36.06ChannelZBroccoli smells like feet
19:36.18apb1963_yes but it tastes like chicken
19:36.33WIMPyYou can't have broccoli pie before you finish your PASCAL coding.
19:36.45apb1963_I also have to wonder where your feet have been.
19:37.11apb1963_Does anyone still use pascal?
19:37.14WIMPyIn Edam.
19:37.18ChannelZon my feet
19:37.33apb1963_you use pascal on your feet?
19:37.34ChannelZSteamed broccoli smells like feet anyway
19:37.55apb1963_Not if you mix it with bok choy, spinach and butter.
19:38.04WIMPyDoes it als taste the same?
19:38.14apb1963_just don't forget the onions, garlic cloves and mushrooms
19:38.14WIMPyalso
19:38.47ChannelZIf you need all that other stuff to make it taste good, it's easier just not to eat broccoli
19:39.05apb1963_nobody ever said it was going to be easy
19:40.42*** join/#asterisk atan (~atan@unaffiliated/atan)
19:41.16apb1963_they're talking about toast in #freepbx.  Very strange.
19:41.23WIMPyIt's more than 25 years since I last looked at PASCAL, but I like broccoli anyway.
19:41.45apb1963_I never liked pascal much, but broccoli grew on me.
19:41.56ChannelZ<insert fungus joke>
19:42.02WIMPyYou're a zombie?
19:42.03atanAny chance the Cisco supports the sidecar w/SIP firmware?
19:42.13*** join/#asterisk jeev (~j@unaffiliated/jeev)
19:42.14ChannelZThe Cisco?
19:42.25apb1963_Cisco Kid was a friend of mine
19:42.44atanYes the finicky Ciscos :-( if it's anything like the 79xx I doubt the cars work with SIP, but figured I might poke in and ask :D
19:43.03apb1963_Cisco builds cars now?
19:44.09atanapb1963_, they run on ios
19:44.11ChannelZgod help you to get in one
19:44.34apb1963_I gotta get back to work.
19:44.40Kattytwo words. BOSE suspension.
19:44.45apb1963_gets into his Cisco and takes off
19:44.52ChannelZAre the sidecars a separate device?  I figured they just talked to the phone and it did things.
19:44.59WIMPyYes, they built cars. On one series the brakes didn;t work, but they refused to repair them, because some users might have gotten used to crashing in to everything.
19:45.06Kattyoh. wait. wrong cars.
19:45.10Kattyshould've known better.
19:45.22QwellWIMPy: braking is supported on the MGCP version
19:45.32KattyHAI QWELLERY
19:46.14WIMPydoesn;t know much more about MGCP other than it exists.
19:47.57ChannelZSo, how about that WebRTC!?
19:48.14WIMPyGesundheit!
19:50.50KenBeannetChannelz
19:50.54KenBeannetAlso< i switch to flowroute
19:50.59KenBeannetAnd its much better than Skype
19:51.42ChannelZNot shocked
20:09.39tilt_hello all, when using realtime can you also add parameters to a peer with the [XXX](+) in sip.conf?  Doesnt seem to be working for me.
20:10.15*** join/#asterisk Free99 (~Free99@50.12.22.59)
20:11.44Free99hello everyone. what does this mean? chan_sip.c:14398 check_auth: username mismatch, have <4441012001>, digest has <>
20:27.55WIMPySo, do we get 11.5 for a nice upgrade friday tomorrow?
20:32.30Free99wow man. Asterisk is upgrading seemingly as quickly as firefox haha
20:33.06igcewielingupgrading withing a major version is generally trivial
20:34.23Free99hey igcewieling, any idea what this is about? chan_sip.c:14398 check_auth: username mismatch, have <4441012001>, digest has <>
20:34.38Free99this is pertaining to a device (a linksys pap2t) with two lines on it, one anonymous and one with registration info
20:34.43igcewielingFree99: likely harmess
20:35.06Free99my guess is that the * box is having trouble figuring out which is which
20:35.36Free99igcewieling, issue is that they cannot make any calls with the anonymous line... its supposed to trigger my AGI script to ask them to authenticate
20:36.17Free99the registered line works fine, but... not the anonymous line
20:36.17Free99weird thing is, anonymous line on our other devices does in fact work
20:37.28Free99so just to be sure, odds are low that its the asterisk server right? since the others work just fine
20:39.00igcewielingFree99: if others work, then it is likely an endpoint config issue
20:39.33igcewielingI've seen similar issues if I do a sip reload when a device is registering, just have to wait for the device to re-register and everything is OK
20:39.40igcewielings/issues/messages/
20:41.16Free99oh dang, that was pretty cool lol
20:41.21Free99s#dang#cool
20:41.36Free99:-/
20:43.04igcewieling#asterisk is steeped in coolness.
20:46.38WIMPySo cool we even have ice waesels :-)
20:48.13igcewielingThe question is:  Is #asterisk cool because we have ice weasels or do we have ice weasels because #asterisk is cool?
20:49.01*** join/#asterisk brad_mssw (~brad@shop.monetra.com)
20:49.04WIMPyI want to call my lawyer.
20:53.25ChannelZget your checkbook
20:54.29Free99LOL
20:54.41Free99in which order remains to be determined
20:55.00ChannelZ"Billing starts when phone rings"
20:55.17*** join/#asterisk bipul (~bipul@unaffiliated/bipul)
20:58.12*** join/#asterisk bipul (~bipul@unaffiliated/bipul)
21:03.13*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
21:07.37*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
21:09.10atanTrying to find the cause of this warning: db.c: Couldn't execute statment: SQL logic error or missing database. Is there a way to get something a little more verbose? I want to know what database it's trying to work with, and the query
21:29.35*** join/#asterisk felipealmeida (~user@mvx-187-16-79-187.mundivox.com)
21:38.27Mon|A|rchhey guys, do you know if there's an answering machine detection system that you can buy?
21:38.49Mon|A|rchasterisk seems to have at best a 15-30% fail rate
21:39.03Mon|A|rchor 90% if set up badly
21:40.13*** join/#asterisk bandroidx (~bandroidx@unaffiliated/bandroid)
21:40.47*** join/#asterisk c|oneman (cloneman@2605:6400:2:fed5:22:0:3b06:3913)
21:41.04WIMPyThat's why the right configuration is to secret and sold at open ended rates.
21:41.30Mon|A|rch:(
21:41.40Mon|A|rch:(((
21:41.47WIMPy+p
21:43.12*** join/#asterisk vlad_starkov (~vlad_star@109.188.125.162)
21:45.40Mon|A|rchi guess I'll just try and get as low a fail rate as possible
21:45.42Mon|A|rchpoop
21:47.50WIMPyAre yoy checking REDIRECTING information as well?
21:49.07*** join/#asterisk nantou (~phonetic@gateway/tor-sasl/martinphone)
21:50.29*** part/#asterisk gavimobile (~user@bzq-218-196-30.red.bezeqint.net)
21:55.49Mon|A|rchno
21:55.56Mon|A|rchshould I be?
21:56.26WIMPyNetwork hosted VM usually sends diversion information.
21:57.29Mon|A|rchthat would be helpful to know i suppose
22:02.34Mon|A|rchhow do I get that information?
22:03.38WIMPycore show function REDIRECTING
22:06.08Mon|A|rchthanks
22:13.45*** join/#asterisk vlad_starkov (~vlad_star@109.188.125.182)
22:14.45Mon|A|rchWIMPy, which data type implies that there's been redirection to a VM?
22:15.02Mon|A|rchthe to-name, to-tag etc?
22:16.09WIMPyThe to-num, if you know it. But just checking it for non-empty might be enough.
22:16.30Mon|A|rchalright
22:17.24Mon|A|rchwell, I should know the to-num shouldn't I? if I dial out to some number, if to-num isn't that number, has it probably redirected?
22:18.04WIMPyIf it wasn't redirected it should be empty.
22:18.14Mon|A|rchgotcha
22:19.21WIMPyBTW: Does someone know if CONNECTEDLINE is r/w or write-only?
22:20.13Mon|A|rchso, would a dialplan excerpt look like:
22:20.14Mon|A|rchexten => blah,1,Dial(SIP/somestuff)
22:20.15Mon|A|rch<PROTECTED>
22:20.43Mon|A|rchdo i need to originate to use that?
22:20.54WIMPyNo, that would be executed after the call ends.
22:21.00WIMPyYes.
22:21.23WIMPyYou need to have one leg call out and the other connected to your dialplan.
22:22.06WIMPyI guess that means using MASTER_CHANNEL. Never tried that.
22:28.09Mon|A|rchWIMPy, would this work:
22:28.20Mon|A|rchI've got a system that sends call files to asterisk
22:28.33Mon|A|rchthe channel is local/ext@context
22:28.37Mon|A|rchand it dials out there
22:28.50Mon|A|rchthen it hits another context after that's picked up
22:29.07Mon|A|rchand dials an internal number in our network
22:29.27Mon|A|rchif I check the to-num in between those two dial()s
22:29.36Mon|A|rchwould that do what I'm hoping for?
22:30.07*** join/#asterisk pabelanger (~pabelange@asterisk/contributor-and-bug-marshal/pabelanger)
22:30.07*** mode/#asterisk [+o pabelanger] by ChanServ
22:30.49WIMPySounds about right.
22:31.07Mon|A|rchgood deal
22:31.14Mon|A|rchI guess I'll test it out
22:31.23WIMPyNot sure if you have a chance to detect diversions before the call is answered, wich might be nice.
22:34.30Mon|A|rchwell
22:34.39Mon|A|rchI tried not doing Local/
22:34.56Mon|A|rchbut I was having huge problems getting SIP/whatiwant to work
22:35.07Mon|A|rchwas just hanging up
22:36.05WIMPyThere shouldn't be a need for a local channel on the first leg, unless you want to do more than just placing a single call.
22:37.02Mon|A|rchother than some logging and AMD, there isn't really
22:37.12Mon|A|rchI'll pastebin the call file
22:39.19Mon|A|rchhttp://pastebin.com/9sibpVax
22:39.25Mon|A|rchthat's pretty much it
22:41.44WIMPyYou hangup() if there's no redirecting.
22:42.18Mon|A|rcher, i just coded that in
22:42.21Mon|A|rchhaven't tested that yet
22:42.24Mon|A|rchobviously a problem
22:42.57Mon|A|rchbut, in concept, that should detect redirection
22:44.08WIMPyI think you need to explicitely need to check the oter channel using MASTER_CHANNEL.
22:44.39Mon|A|rchwhy is that?
22:45.25WIMPyYou're on the 2nd channel there.
22:45.28Mon|A|rchwill the redirecting info go out of scope?
22:52.03*** join/#asterisk dfighter (~lka@arcemu/staff/dfighter)
22:55.45*** join/#asterisk dwayne (~dwayne@c-71-207-208-112.hsd1.al.comcast.net)
22:56.06*** join/#asterisk newtonr (~newtonr@64.34.219.47)
22:56.06*** mode/#asterisk [+o newtonr] by ChanServ
23:00.22*** join/#asterisk sawgood (~sawgood@23-24-214-61-static.hfc.comcastbusiness.net)
23:04.52Mon|A|rchso, WIMPy, if i enclose REDIRECTING() like ${MASTER_CHANNEL(${REDIRECTING(to-num)})}, will that grab the master channel's version of the redirection info?
23:05.41Kattylooks at WIMPy
23:06.59Mon|A|rcher, without that extra set of curlies
23:07.18Mon|A|rch${MASTER_CHANNEL(REDIRECTING(to-num))}
23:08.58Kattystares at WIMPy
23:27.14WIMPySorry, trying to build some statistics.
23:27.31WIMPyYes, I think that's the way is has to be.
23:27.32ChannelZ3 out of 4 people are bored.
23:28.00WIMPyKatty: You only stare because you can't see me.
23:28.21Kattyaww
23:28.23Kattypats WIMPy
23:29.24WIMPymiaouws

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