IRC log for #asterisk on 20151019

00:32.06*** join/#asterisk happy-dude (uid62780@gateway/web/irccloud.com/x-ykrcpchwtcxctwho)
00:32.57*** join/#asterisk Chotaire (chotaire@vegetarian.cannibal.club)
00:44.33*** join/#asterisk theron (~theron@173-28-183-190.client.mchsi.com)
02:00.31*** join/#asterisk crocodilehunter (~Thunderbi@CPE-121-211-223-68.hhui7.cht.bigpond.net.au)
02:15.07*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
02:53.29*** join/#asterisk jameswf (uid27319@gateway/web/irccloud.com/x-cwbeqmljjrdgkpnd)
03:27.52*** join/#asterisk protem (~protem@unaffiliated/protem)
04:08.31*** join/#asterisk dadrc (~quassel@unaffiliated/dadrc)
04:35.30*** join/#asterisk crocodilehunter (~Thunderbi@CPE-121-211-223-68.hhui7.cht.bigpond.net.au)
05:21.45*** join/#asterisk babak (uid19622@gateway/web/irccloud.com/x-oxqlpxokqqsxqpqb)
05:25.13*** join/#asterisk juned (~juned@202.131.119.122)
05:27.32*** join/#asterisk gerhard7 (~gerhard7@77-172-82-111.ip.telfort.nl)
05:47.35*** join/#asterisk tparcina (~tomo@212.92.200.41)
06:01.57*** join/#asterisk qdel (~Rholk@bny92-1-82-67-178-101.fbx.proxad.net)
06:13.21*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
06:49.35*** join/#asterisk bulkorok (~Adium@89.245.151.228)
06:53.33*** join/#asterisk pchero_work (~pchero@109.70.54.56)
06:55.51*** join/#asterisk ruied (~ruied@31.33.136.95.rev.vodafone.pt)
07:09.29*** join/#asterisk Parham (~chatzilla@46.209.201.131)
07:10.02*** join/#asterisk Zogot (~Adium@185.21.52.255)
07:10.04ParhamHi all. Is there an invalid extension handler, like we have hangup handlers?
07:10.18Zogoti
07:10.50ParhamZogot: I'm looking for something global that doesn't have to be defined in every context. Like this: https://wiki.asterisk.org/wiki/display/AST/Hangup+Handlers
07:11.36ZogotParham: I would then think about planning better context structure, as if you do it right you shouldn't have to define it so often
07:11.50ZogotParham: use of #include or other solutions
07:11.54ZogotGosub and so on
07:12.00Zogotsorry, wrong include
07:12.06Zogot[context]include => other_context
07:12.34ParhamZogot: Ah. I didn'tk now that. So I can define "i" and such event handlers in a context and include it in other contexts?
07:12.52Zogotso you could have something like [invalid_handler]exten => i,1,Playback('invalid')
07:12.58Zogotand in others include => invalid_halder
07:13.12Zogotgot it?
07:13.22ParhamZogot: Thank you. You are great!
07:13.27ZogotParham: no prob
07:15.21ZogotParham: a thing to remember about includes, asterisk will find the reference in the own context first before include lines
07:15.23Zogotiirc
07:16.01Zogotso if you have _[0-9*]+,1,NoOp(First Context} and then include => other_context that defines the same but NoOp(Other Context) you will only see First Context
07:16.37ZogotParham: https://wiki.asterisk.org/wiki/display/AST/Include+Statements+Basics the green text at the bottom :)
07:18.15ParhamZogot: That makes sense. Thanks.
07:32.19*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
07:37.40*** join/#asterisk Zogot (~Adium@185.21.52.255)
07:43.47*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
08:00.12*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
08:22.30*** join/#asterisk ThomasKeller (~Thomas@vmx.ethz.ch)
08:59.15ParhamDoes anyone know how I can enable a module at compile time without going through the menuselect interface?
08:59.31ParhamI tried menuselect/menuselect --enable chan_sip, but it doesn't seem to be reliably working.
09:05.10ParhamApparently, if I run 'sudo make menuselect' just once, the 'menuselect/menuselect --enable chan_sip' command works. But I'm trying to write a shell script, and can't really run 'sudo make menuselect' because it creates a user interface. Is there a way to create the menuselect files before I run the menuselect/menuselect command?
09:07.30*** join/#asterisk sparetire_ (~sparetire@unaffiliated/sparetire)
09:16.25*** join/#asterisk [NC] (~nc@rv1.sabius.net)
09:16.43*** join/#asterisk justinmrkva (~justinmrk@unaffiliated/justinmrkva)
09:27.49*** join/#asterisk wonderworld (~ww@ip-84-119-184-180.unity-media.net)
09:28.40*** join/#asterisk Qwell (north@asterisk/developer/Qwell)
09:28.40*** mode/#asterisk [+o Qwell] by ChanServ
09:30.34*** join/#asterisk mirela666 (~Mirko@D57E13CA.static.ziggozakelijk.nl)
09:37.02*** join/#asterisk gerhard7 (~gerhard7@77-172-82-111.ip.telfort.nl)
09:42.40*** join/#asterisk CeBe (~CeBe@a81-14-224-229.net-htp.de)
09:42.45*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
09:50.54*** join/#asterisk tparcina (~tomo@212.92.200.41)
09:53.46*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
10:12.47*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
10:29.01*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
10:30.12snadgeweird question.. but where is the default location for notices? is it /var/log/asterisk/notices or notice
10:30.27snadgewithout the s.. a few of our servers are inconsistent which makes writing a script that parses the notices log.. annoying :D
10:34.49*** join/#asterisk ModFather (~ModFather@unaffiliated/modfather)
10:34.56ModFatherHi All
10:35.08*** join/#asterisk Zogot (~Adium@185.21.52.255)
10:38.54*** part/#asterisk ModFather (~ModFather@unaffiliated/modfather)
10:39.35*** join/#asterisk ModFather (~ModFather@unaffiliated/modfather)
10:40.56*** part/#asterisk ModFather (~ModFather@unaffiliated/modfather)
10:43.02*** join/#asterisk ModFather (~ModFather@unaffiliated/modfather)
10:49.58*** join/#asterisk mzbotr (~mzbotr@211-196-137-216.mtaonline.net)
10:50.51mzbotrIs it generally easier to send outbound calls over a SIP proxy "device" or a URL?
10:51.25mzbotrI have a registered device @ didlogic.net, but I've had huge difficulties in setting up outbound calling from my asterisk PBX
10:54.51*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
10:57.16ParhamZogot: Sorry to bother you, but do you know how I can find more information on using menuselect from the command line? I keep googling, but I don't find how I can generate the menuselect.makeopts and menuselect-tree and such.
10:59.38ZogotParham: you saw the page on the wiki?
10:59.44ZogotParham: past this: https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options
10:59.49Zogotim not sure what else i could offer you
11:00.44ParhamZogot: Ah, so that is the right page. I had seen it. So it's probably something to do with my system. Thanks a lot, I'll take a deeper look. Sorry to bother you again.
11:01.09ZogotParham: no worries man, you'll just have to excuse me if it takes a while to respond
11:01.15Zogotits sprint plan/retro day today
11:01.27Zogotso you caught me on the day im least behind the comp
11:01.33ParhamUh oh!
11:02.01*** join/#asterisk ThomasKeller (~Thomas@vmx.ethz.ch)
11:04.34*** join/#asterisk marceloamorim (~marcelo@189-90-192-72.isimples.com.br)
11:13.01*** join/#asterisk Draecos (~Draecos@120.16.14.7)
11:14.16*** join/#asterisk Draecos (~Draecos@120.16.14.7)
11:15.20*** join/#asterisk ruied (~ruied@62.48.174.2)
11:31.20*** join/#asterisk tparcina (~tomo@212.92.200.41)
11:34.05*** join/#asterisk Draecos (~Draecos@120.19.208.242)
11:42.03*** join/#asterisk YasT (~YasT@247.Red-213-98-81.staticIP.rima-tde.net)
11:54.43*** join/#asterisk italorossi (~Adium@187.60.66.11)
11:56.42*** join/#asterisk ModFather (~ModFather@unaffiliated/modfather)
11:59.38*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
12:08.32*** join/#asterisk coppice (~chatzilla@123203240102.ctinets.com)
12:09.21*** join/#asterisk sekil (~sekil@78.24.104.73)
12:17.10*** join/#asterisk [TK]D-Fender (~chatzilla@216-191-106-163.dedicated.allstream.net)
12:21.33*** join/#asterisk andycol_500 (~Andrew@41.79.82.246)
12:21.58andycol_500has anyone seen this error before
12:21.59andycol_500Unable to create request with auth.No auth credent als for any realms in challenge
12:24.15*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
12:25.37*** join/#asterisk u0m3 (~u0m3@92.80.97.104)
12:26.51*** join/#asterisk theron (~theron@199.201.64.133)
12:27.40mzbotrAny thoughts on didlogic as a SIP provider? I've been having huge difficulties placing outbound calls on asterisk through them.
12:28.17ModFathermzbotr am using Twilio SIP trunking
12:28.25ModFatherseems fine so far
12:29.02mzbotrAre you able to place a .call file in asterisk without authentication trouble w/ them?
12:29.29[TK]D-Fendercall files have no impact on this
12:30.28mzbotrdidlogic is very picky. Registry string will only work when I supply the extension, making outbound SIP very difficult.
12:31.03ModFatherhi [TK]D-Fender !
12:31.30[TK]D-FenderWhat "extension", and what makes this difficult?
12:32.14mzbotrregister => user:pass@didlogic.net /exten
12:33.12mzbotrif information is in [didlogic], /didlogic is an instant failure. also, supplying any proxy addresses will mess up the authentication horribly.
12:33.17[TK]D-Fenderthat "exten" has nothing to do with OUTBOUND calls
12:33.40[TK]D-Fenderand has nothing to do with a perr definition
12:33.49[TK]D-Fenderpeer*
12:35.20[TK]D-FenderAnd from the config sample I'm seeing on their site they don't even care about the /exten part of the register particularly
12:35.29mzbotrYou're right, but they do care about CLI passthrough
12:35.42mzbotrThey say a lot about it on the custom caller ID page they run.
12:36.24mzbotrAnd the .call files have been hitting the same errors as I had trying to place calls through the asterisk CLI, so I think this is probably the problem.
12:37.15mzbotrThey would want some kind of billing stub w/ personal information that should be interesting to spokeo if you want that.
12:38.04[TK]D-FenderThen properly set the callerid before the call-out
12:38.08andycol_500does anyone know if it is possible to modify the contact header in your sip invite with chan_sip or even pjsip
12:49.17ModFather[TK]D-Fender how are you today?
12:50.02[TK]D-Fenderstill breathing...
12:51.01ModFatheri will pray to the god for you to continue breath for ever mate!
12:51.27*** join/#asterisk hedie (50efa501@gateway/web/freenode/ip.80.239.165.1)
12:51.32hediehi @all
12:52.00hediei have some difficulties with the compiling of sip_chan.c
12:52.02ModFatherhi hedie
12:52.10hedieit would be great if anyone could help me with this
12:52.24hediei menat chant_sip.c ^^
12:52.31hediechan_sip.c
12:52.54ModFatherpaste the error output to pastebin.ca and someone who will see it could help
12:53.46hedieis done: http://pastebin.ca/3206445
12:53.48mzbotrIs it correct to use "host" or "hosts" in a sip.conf entry for a provision URL?
12:54.47*** join/#asterisk wonderworld (~ww@ip-84-119-184-180.unity-media.net)
12:54.47[TK]D-Fenderwhat is a "provision" URL?
12:55.04[TK]D-Fenderand "hosts" is not a valid parm name in any section in sip.conf.  "host" is
12:55.35mzbotrfromdomain.
12:56.11ModFatherhedie  gcc: internal compiler error: Killed
12:56.26hedieyep
12:56.34hediebut its only with chan_sip.c
12:56.46hedieif i exclude this module, then it compile completly
12:56.54hedieand tells me to rund make install
12:56.55[TK]D-Fender"fromdomain" changes the @ portion of your invite on calls going out
12:57.05hediebut i need the sip module since i want to use my SIP Account
12:57.23ModFatherhedie it seems to me an error with memory.. how much memory do you have?
12:57.37hediehuh...
12:57.49hedie32mB vSWAP and 128MB RAM
12:57.59ModFather^^ thats kinda low
12:58.08hedieyep its an VPS Service
12:58.15hediefor 4 USD / YEAR
12:58.24*** join/#asterisk generalhan (~tester@about/windows/staff/generalhan)
12:58.29[TK]D-FenderShould have spent 5$USD
12:58.46WIMPySo  kill everything you can and try again.
12:58.54ModFatherhedie You appearantly ran out of memory and the kernel decided to kill gcc process.  This
12:58.55ModFatheris likely not a GCC bug.
12:58.58ModFathernot even an asterisk bug buddy
12:59.15ModFatherif it was asterik my lord [TK]D-Fender could help you
12:59.53hediein idle, my server uses 2.5MB/128MB and 4MB of the 32MB SWAP
13:00.04hedieso im not sure how efficient it would be to kill something else
13:00.09ModFatherhedie why you dont use Amazon Ec2 free tiers?
13:00.24hedieis that also such cost effective?
13:00.36WIMPyWell, you need more RAM. Or you need to compile on another machine.
13:01.11ModFatherhedie : https://aws.amazon.com/ec2/pricing/  read for the Free Tier
13:01.26ModFathermy daugther using a free tier for her box from amazon
13:01.30ModFathershe is happy with it
13:01.46hediesounds good
13:01.58hedieif i want to compile it outside of my VPS
13:02.28hediedo i only need to run make in the directory and after that, copy and paste this directory back to my VPS?
13:02.36ModFatheri would only use VPS for a psybnc or an eggdrop ;P
13:03.26hedie^^ lol
13:03.48ModFatherhedie no please dont do that :)
13:04.09ModFatherjust move on a better vps box or just open an account to amazon, and use Free Tier
13:04.51hediefreetier is time limited
13:04.58ModFatherits for 1 year
13:05.15ModFathercollect more 5$ on that year and pay $10 for a double ram vps box man
13:05.35ModFatheror make new Amazon S3 account after 1 year
13:06.06hediehow much ram would be enough for an working asterisk server?
13:06.43WIMPyDepends on what you want to do with it.
13:07.07WIMPyPeople run it on plastic routers. So it can get very little.
13:07.17ModFatheryes as WIMPy said, depends on the "load" you are going to use
13:07.34hediei just want to route one SIP Account (VirtualNumber) to multiple devices
13:07.47hediebut usually there will be only one call at a time
13:07.57WIMPyIt starts with what modules you load.
13:10.03hedieim not very familliar with asterisk actually. so im not sure what a minimum system needs
13:10.27hedieafter installing asterisk i planned to install freePBX as GUI
13:10.59ModFatherfor personal use: 400 MHz x86, 256 MB RAM
13:11.33ModFatherfor a small office/home less than three lines and five sets: 1 GHz x86, 512 MB RAM
13:12.11ModFatherso you are going for the minimum requirement : 400 MHz x86, 256 MB RAM
13:12.34hedieok so 512MB / 256MB SWAP would be ok
13:12.40hediewith 1vCPU Core
13:12.52WIMPyIt will definitely work with less, but it may be some work to tweak things.
13:14.23*** join/#asterisk glNito (6ca1d582@gateway/web/cgi-irc/kiwiirc.com/ip.108.161.213.130)
13:16.05*** join/#asterisk jasonwert (~jasonwert@75-134-81-98.static.aldl.mi.charter.com)
13:21.15*** join/#asterisk theron (~theron@199.201.64.133)
13:26.12hediei have ordered an VPS with 512MB RAM and 256SWAP
13:26.15hediei hope it will work now
13:26.38ModFatherit could work
13:27.14hediethank you for your help
13:27.23ModFatheryou are welcome
13:28.58ModFather[TK]D-Fender to change music and replace the current wait music its a big headache?
13:29.46[TK]D-FenderDepends on your definition.
13:30.05ModFatheri want to change the current wait music to a song of bob marley
13:32.05[TK]D-FenderWHEN?
13:32.33[TK]D-Fenderyou used "change" and "replace" in the same sentence there...
13:32.35ModFatherexten => 5555,1,Playback(silence/1)
13:32.35ModFatherexten => 5555,2,Queue(general-queue)
13:32.50ModFatheri want to replace the current music to something else
13:32.52[TK]D-FenderYour queue can specify its own MOH
13:33.10[TK]D-FenderSet the class and then make sure it's configured in musiconhold.conf
13:34.51ModFathercan you explain me what the class should be?
13:34.53*** part/#asterisk juned (~juned@202.131.119.122)
13:34.59ModFatheri just checked the musiconhold.conf
13:36.01[TK]D-Fenderit should be whatever you define
13:36.27ModFathercan you give me an example if you had it handy?
13:36.42[TK]D-FenderAsterisk provides you sample configs
13:36.44[TK]D-Fenderread them
13:37.14ModFather^^
13:40.55ModFather[TK]D-Fender do you believe is a good choice to use Bob Marley for MOH ?
13:41.22[TK]D-FenderAre you paying the LICENSING FEES for rebroadcast rights?
13:41.47ModFatherno but i would pay if needed
13:43.18[TK]D-Fenderit is
13:43.36[TK]D-FenderAnd since you're loking to SPECIFICALLY select this I have no idea where you go for it
13:44.00ModFatheri will search about the rebroadcast rights
13:56.22*** join/#asterisk gerhard7 (~gerhard7@77-172-82-111.ip.telfort.nl)
14:13.19*** join/#asterisk kharwell (kharwell@nat/digium/x-bejgiqavinznkaac)
14:14.21*** join/#asterisk ruied (~ruied@31.33.136.95.rev.vodafone.pt)
14:15.39*** join/#asterisk rmudgett (rmudgett@nat/digium/x-kthtpujkjildnigr)
14:15.41*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
14:17.01*** join/#asterisk d-skull (~digifiv5e@unaffiliated/daynaskully)
14:17.38*** join/#asterisk inpain (~jlane@204.13.145.56)
14:17.51d-skullHello, how might i turn off verbose style logging that has VERBOSE[1871] logger.c NOTICE blah blah and WARNING blah blah (it's taking up a good 12gb of space every week)
14:18.40WIMPylogger.conf
14:18.54d-skulllogger.conf says do not edit this file, modified by freepbx
14:19.20d-skullalso, there are no actual lines that funciton in that file, all commented
14:19.20*** join/#asterisk ruied (~ruied@31.33.136.95.rev.vodafone.pt)
14:19.21WIMPyThen you're asking in the wrong place. Try #freepbx.
14:22.08inpainHas anyone setup blf on Cisco SPA5xx phones with asterisk 13.6.0? I have yet to make line keys show anything but the current handset’s status. Monitoring other lines is not working at all.
14:27.40*** part/#asterisk sekil (~sekil@78.24.104.73)
14:36.39*** join/#asterisk Synthase_ (uid63346@gateway/web/irccloud.com/x-zpfwspmkgjlgvaqu)
14:40.39*** join/#asterisk chadxz (Adium@nat/digium/x-oefxwqhzbohagkbe)
14:45.03*** join/#asterisk Cubber (~ronny@mail.ronnybull.com)
14:45.40*** join/#asterisk vjfromgt (vjfromgt@68.132.66.209)
14:47.05vjfromgti am looking for a developer for chan_mobile - add android sms - am i in the right place? my email is vjfromgt@gmail.com
14:49.12*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
14:51.26*** join/#asterisk emdk (~emdk@50-78-2-141-static.hfc.comcastbusiness.net)
15:00.15emdkI'm having issues with the ooh323 channel driver.  Remote end sending TCSRelease after RTP is transmitting bidirectionally and I see an "Asn1Error: -2 at ooh323c/src/decode.c:67  and "Error: unbalanced structure" in the H323_log file with a traceleve=6
15:03.02glNitoSo if PJSIP supports multiple endpoints registered to the same extension, does that mean I can easily replicate the shared line functionality of your traditional analog phones?
15:16.25*** join/#asterisk loko- (~loko@c-73-52-254-109.hsd1.pa.comcast.net)
15:20.18*** join/#asterisk eofster (~eofster@213.61.153.26)
15:23.30*** join/#asterisk happy-dude (uid62780@gateway/web/irccloud.com/x-ktfpzyevvtjhucwv)
15:34.06[TK]D-FenderglNito: No.  That's only part of the picture
15:34.57[TK]D-FenderglNito: You still won't see calls in progress by another device or that one is held, or steal a held call of theirs, etc
15:35.16[TK]D-FenderBasically it is LESS than BLF, and you just get the same call offer as the other.
15:35.20[TK]D-FenderYou don't see their state
15:38.16loko-I am running into an issue where my Cisco 7960 phone cannot receive SIP calls - debug logs shows the line is busy/congested when it calls the SIP/X.  However, using a soft phone (same extension / authentication) can receive calls just fine.  Any ideas on what may block the Cisco phone from I assume registering correctly?
15:39.23glNitoI see.
15:39.28glNitoThanks for the clarification.
15:39.53*** join/#asterisk Draecos (~Draecos@203-121-194-11.e-wire.net.au)
15:45.58*** join/#asterisk fergus (~sergei@37.214.205.84)
15:49.50*** join/#asterisk ruied (~ruied@31.33.136.95.rev.vodafone.pt)
16:04.07*** join/#asterisk wonderworld (~ww@ip-84-119-184-180.unity-media.net)
16:10.32*** join/#asterisk jzaw (~jzaw@loki.dzki.co.uk)
16:11.36*** join/#asterisk puzzled (~patrick@2001:982:1097:1:3467:172b:78ac:7750)
16:14.26[TK]D-Fender"busy/congested" as presented is meaningless
16:14.52[TK]D-FenderWe'd need to see what was asctually attempted
16:14.55[TK]D-Fender? pb
16:15.01[TK]D-Fender~pb
16:15.05infobotA "pastebin" is a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few: http://www.pastebin.com, http://pastebin.ca, http://channels.debian.net/paste, http://paste.lisp.org, http://bin.cakephp.org/; or install pastebinit with yum or aptitude.
16:15.07[TK]D-Fender^^^
16:15.47craigifyHello fender
16:15.59craigifyyou seem to answer a lot of questions on here
16:16.22WIMPyHe sure does.
16:17.23loko-[TK]D-Fender, http://pastebin.com/dPNPLXiP
16:18.17[TK]D-Fenderloko-: SIP/2223334444 <- if this is your actual SIP device that the cisco should have been registered to we'll need to drill further
16:18.25[TK]D-Fender"sip show peer 2223334444"
16:18.29[TK]D-Fenderand "sip set debug on"
16:18.33[TK]D-FenderThen show us a new call with both
16:20.59loko-[TK]D-Fender, http://pastebin.com/zw3dG7Ki
16:21.25[TK]D-Fenderok, and the call with SIP debug...
16:21.46*** join/#asterisk theron (~theron@2620:10d:c091:200::9:5522)
16:24.32loko-[TK]D-Fender, HEre is the call.  I stopped filtering the number, so the extension listed is correct - http://pastebin.com/cwHyVRwX
16:26.10[TK]D-FenderSIP/2.0 404 Not Found
16:26.15[TK]D-FenderYour phone doesn't seem to ack that name
16:26.25[TK]D-Fenderbasically improper setup of the phone itself
16:26.54loko-thanks - I will try reconfiguring the phone
16:27.05[TK]D-Fenderbut before we do, you no longer have verbose on in there
16:27.09[TK]D-Fenderlet's see it to be clear
16:27.19[TK]D-Fender"core set verbose 10"
16:27.25[TK]D-FenderWe should not be seeing LESS than the first PB
16:30.43*** join/#asterisk genpaku (~genpaku@107.191.100.185)
16:30.56*** join/#asterisk Tim_Toady (~fuzzy@snf-33276.vm.okeanos.grnet.gr)
16:32.01*** join/#asterisk jzaw (~jzaw@loki.dzki.co.uk)
16:34.13*** join/#asterisk Champi (Champi@damn.e-leet.be)
16:36.31*** join/#asterisk superscrat (asanders@nat/digium/x-zbvwspliohmhooyz)
16:39.43loko-I reconfigured the phone with the same settings as my softphone, but still seeing the same thing.
16:40.42[TK]D-FenderShow the new proper call debug
16:40.45[TK]D-FenderVerbose AND sip
16:41.47*** join/#asterisk gerhard7 (~gerhard7@77-172-82-111.ip.telfort.nl)
16:43.08loko-http://pastebin.com/ykBhZqgx
16:43.48*** join/#asterisk c0rnoTa (~c0rnoTa@91.221.232.65)
16:55.49*** join/#asterisk MadHatter42 (~MadHatter@unaffiliated/madhatter42)
17:02.45[TK]D-Fenderloko-: Clearly we ar NOT seeing SIP debug for the call to that phone
17:03.07[TK]D-Fenderloko-: You seem to have restricted it to your provider end.....
17:06.15loko-[TK]D-Fender, I am not sure?  Not sure how it could be restricted to provider.  This is a bare minimum asterisk setup.  I am open to ideas if you have any ideas?  Thanks again for your help.
17:06.26[TK]D-Fender"sip set debug on"
17:06.36[TK]D-FenderWe are NOT seeing the invite going out to your phone
17:07.04[TK]D-Fendereally destroying SIP dialog '5de8c346359927147c95fc5e0a7f093b@204.16.241.9:5060' Method: INVITE
17:07.05[TK]D-Fender<PROTECTED>
17:07.14[TK]D-FenderSeems comms went out, but no debug for packets this time
17:08.56loko-the only thing I can think of is NAT - but I did not have any port forwards setup for my soft phone and it receives just fine.
17:09.17[TK]D-FenderNo....
17:09.25[TK]D-FenderIn earlier debug we SAW the cisco respond
17:09.30[TK]D-FenderAnd we are NOT seeing proper debug now
17:09.50[TK]D-Fenderreissue the debug command, "sip show peer XXXX" for it and then call again
17:10.07[TK]D-FenderBecause we are getting less now which is not sensible.
17:11.34loko-[TK]D-Fender, http://pastebin.com/kVbuQY0u
17:13.14[TK]D-Fender<--- SIP read from UDP:73.52.254.109:5060 --->
17:13.15[TK]D-FenderSIP/2.0 404 Not Found
17:13.19[TK]D-FenderIt IS getting the request
17:13.21[TK]D-Fenderand rejecting it
17:13.39[TK]D-FenderIt does not like the username from the loks of it
17:13.45[TK]D-FenderTo: <sip:4123450602@73.52.254.109:5060;user=phone;transport=udp>
17:15.42loko-hmm - I have name, shortname, and authenication name all set to:  4123450602 on the Cisco phone
17:18.50[TK]D-FenderNot sure I can comment further on this....
17:18.59[TK]D-Fenderbut the phone is getting the request and doesn't like it
17:20.17loko-no problem, I will keep playing with the phone.  Thanks for your help!
17:20.50[TK]D-FenderYou're welcome
17:22.05*** join/#asterisk nny (4239d20d@gateway/web/freenode/ip.66.57.210.13)
17:22.46*** join/#asterisk wonderworld (~ww@ip-84-119-184-180.unity-media.net)
17:24.17nnyHi. Dealing with some carrier issues, want to ensure I am doing all I can. The issues I had were 1.) had to add ww to the number in Dial due to the telco not getting the first digit every time (or most times). 2.) 11 rx gain and 7 txgain due to very quiet lines (tested using milliwatt to achieve the nominal 14500). Now I am getting reports of crosstalk and if I drop the volume I get echo. Can't win, gonna call the telco but wondering if
17:28.59*** join/#asterisk wonderworld (~ww@ip-84-119-184-180.unity-media.net)
17:33.58lvlinuxnny: what line hardware are you using?
17:34.03*** join/#asterisk wonderworld (~ww@ip-84-119-184-180.unity-media.net)
17:34.11lvlinuxnny: line interface I mean
17:34.38nnylvlinux: Rhino RCB8FXX, set to hardware EC
17:35.06lvlinuxk
17:36.07lvlinuxwell the reason you get echo if you lower the levels is the hardware EC doesn't have enough to work with so doesn't kick in. But crosstalk i don't know...
17:36.15lvlinuxsounds like the line does need work.
17:36.31lvlinuxand the dtmf issue is probably related to the line volume too I would think.
17:36.37nnyyeah, and I figure the crosstalk is due to bad lines and raising the gain just gives it more opportunities to happen
17:37.01nnylvlinux: even after the gain adjustment I had to add the 1 second pause in, it's like the teclo isn't ready when the line is first opened (but slow enough for humans)
17:37.30lvlinuxyeah you need to give them a call sounds like.
17:37.38nnyk thanks!
17:38.58lvlinuxnp
17:39.05lvlinuxgood luck :-)
17:40.47nnyhaha yeah, they're switching over to a telco that uses VoIP to the CPE so this is something I have spent more time on than is worth already. Was hoping to just smooth it over until then but the crosstalk is just another problem. Should have known
17:46.28*** join/#asterisk ModFather (~ModFather@unaffiliated/modfather)
18:05.43*** join/#asterisk F2Knight (~F2Knight@c-50-139-86-39.hsd1.or.comcast.net)
18:10.31*** join/#asterisk jeffspeff (~jeff.clay@12.49.160.131)
18:24.37*** join/#asterisk wonderworld (~ww@ip-84-119-184-180.unity-media.net)
18:30.12*** join/#asterisk chadxz (Adium@nat/digium/x-jigofccudwakjvcb)
18:55.45*** join/#asterisk vandyk (~vandyk@191.187.216.136)
19:04.59*** join/#asterisk pecanha (~pecanha@186.194.202.35)
19:06.00*** join/#asterisk vandyk (~vandyk@191.187.216.136)
19:07.25pecanhaHello everyone. How can I set a variable for a unique.id/call which has a number to be playback to the channel? Something like: 1) if new call, set a variable for this session with number=20151023303 as example. Then, when the caller select a queue, I check if the variable number is set and I execute let me say: SayDigits(number). Would this be a good approach?
19:08.44[TK]D-FenderCould work
19:13.25pecanhanice
19:14.14*** join/#asterisk jzaw (~jzaw@loki.dzki.co.uk)
19:15.50*** join/#asterisk vinrock (~vin@unaffiliated/vinrock)
19:17.55*** join/#asterisk midsandhighs (~midsandhi@li296-126.members.linode.com)
19:18.49vinrockAny other active voip channels on freenode?
19:20.06[TK]D-FenderNothing "generic"
19:20.14[TK]D-Fenderthere are some for other platforms
19:20.27[TK]D-FenderIf your question is generic it can still belong here probably
19:20.29[TK]D-FenderSo just ask
19:20.33vinrockI just need to learn the technology in general, guess this looks like a good place to start
19:20.57vinrockI inherited an att ip flex system in disarray, guess its time to expand upon the resume
19:25.32[TK]D-FenderWhat protocols does it use?  What are you expectting to configure it to communicate with?
19:26.31[TK]D-FenderSo far that looks liek a SIP trunking SERVICE, not a PBX.
19:26.56[TK]D-FenderOr is there a sub-product for that as well?
19:27.06vinrocksip trunk over bonded t1's, we're just experiencing a ton of odd behavior and i don't know enough about tele-anything to really begin diagnosis.  Figure i'd start learning how all this works from scratch, build a lab and then have the ability to tell which vendor is bullshitting me.
19:27.29*** join/#asterisk mbecroft (~user@ak2.becroft.co.nz)
19:27.30vinrockwell yeah but like i said, i need to learn it -all-
19:27.43vinrockpbx is a samsung officeserv
19:27.49[TK]D-FenderI'd start by elobarating on "odd behaviour"
19:28.17vinrockrandom inbound calls hitting 'all circuits are busy', sudednly outbound toll-free numbers are not going through with 'co hung up' message on handset
19:28.18vinrocketc
19:28.52vinrockidk if this is a hardware failure at the iad, the cisco managed router taking a dump, the implenetation of it all, the pbx
19:29.56[TK]D-FenderOk, sounds like you need to read up on the general SIP RFC
19:30.08[TK]D-FenderAnd whatever debug mechanisms you have on your PBX.
19:30.08vinrockYes I do
19:30.16[TK]D-FenderThe rest is also packet dumps from your router
19:30.38vinrockI'm waiting for samsung to open the thing back up, previous service company locked it down and refuses to give access
19:30.39[TK]D-Fender(or your PBX if you can)
19:31.07[TK]D-FenderWell that confirms 1 vendor is already bullshitting you ...
19:31.14[TK]D-FenderIt's now a question of how much more.
19:31.18vinrockoh I know, and he alwready got the boot
19:31.24vinrockwhich got me suspicious
19:31.36vinrockI wouldnt be surprised if this guy was half-assing it the whole time
19:32.25[TK]D-FenderDo not preclude the possibility of his being a COMPLETE ass.
19:32.33[TK]D-FenderAnd just marginally lucky
19:32.37vinrockhah oh yeah
19:57.19*** join/#asterisk crocodilehunter (~Thunderbi@CPE-121-211-223-68.hhui7.cht.bigpond.net.au)
19:58.50*** join/#asterisk tzafrir (~tzafrir@bzq-179-40-172.cust.bezeqint.net)
20:21.04*** join/#asterisk pchero (~pchero@109.70.54.56)
20:31.12*** join/#asterisk jonno11 (~Jon@cpc1-walt12-2-0-cust582.13-2.cable.virginm.net)
20:46.44*** join/#asterisk mub (~jub@50-205-171-170-static.hfc.comcastbusiness.net)
20:47.47mubYou guys da real MVP
20:51.55*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
20:57.04WIMPyWhat?
21:11.24*** join/#asterisk defsdoor (~andy@cpc37-sutt4-2-0-cust84.19-1.cable.virginm.net)
21:20.52*** join/#asterisk bkruse (~Adium@162.17.78.98)
21:53.57*** join/#asterisk jzaw (~jzaw@loki.dzki.co.uk)
21:59.54*** join/#asterisk [TK]D-Fender (~joe@64.235.216.2)
22:21.12*** join/#asterisk kritzikratzi (~kritzikra@cpe90-146-150-86.liwest.at)
22:25.33*** join/#asterisk [NC] (~nc@rv1.sabius.net)
22:34.54*** join/#asterisk mac_ified (~mac_ified@67-9-150-210.res.bhn.net)
22:41.39*** join/#asterisk babak (uid19622@gateway/web/irccloud.com/x-xgfcfrqgzmotaxgw)
22:55.07*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
22:56.33*** join/#asterisk theron (~theron@173-28-183-190.client.mchsi.com)
22:57.27lvlinuxif i have an * box with multiple IPs, how should I set the realm option in sip.conf?
23:00.44lvlinuxclients register to the server via the IPs --- i.e. they do not use the hostname of the box.
23:12.24*** part/#asterisk kharwell (kharwell@nat/digium/x-bejgiqavinznkaac)
23:14.59*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
23:17.22*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
23:26.57*** join/#asterisk italorossi (~Adium@177.193.104.232)
23:34.49ModFatherlvlinux do you mean something like that:
23:34.57ModFatherdomain= lvlinux.com
23:35.08ModFatherdomain = lvlinux2.com
23:35.15ModFatherdomainsasrealms=yes
23:35.34lvlinuxyes but i need to use IPs, since everything is on a LAN, and there isn't any DNS.
23:35.52lvlinuxcan I put IPs for the domain?
23:36.20lvlinuxor will it think it's an fqdn with a wierd tld lol?
23:36.54ModFathernah i dont think sou
23:37.00ModFatheryou can try it, i bet its gonna work
23:37.37lvlinuxk thanks. I was looking at the examples and saw the domainsasrealms item but didn't know if I should try it w IPs or not.
23:40.30ModFatheryou are welcome, its gonna work
23:41.33WIMPyDo you have any idea how the realm is linked to hostnames or IPs?
23:41.54lvlinuxWIMPy: me?
23:42.02WIMPyyes
23:42.16lvlinuxwhat do you mean?
23:42.50WIMPyDo you know what one has to do with the other?
23:43.42lvlinuxnope to be honest I don't. I thought realm was sortof an auth mechanism that got hashed with the other auth stuff.
23:43.59WIMPyyes
23:44.49lvlinuxso does that actually mean it's just an arbitrary text string, regardless of whether it contains an IP or hostname?
23:45.02WIMPyyes
23:45.40WIMPyIt shouldn't matter.
23:46.12lvlinuxok good---so why do we have both "realm" and "domain" settings?
23:47.29WIMPyBecause you can use multiple domains (as in name spaces) with identical user names.
23:47.40WIMPyBut I never looked in to that.
23:48.25lvlinuxok
23:48.43lvlinuxThanks WIMPy for the good info, as always :-)
23:49.09WIMPyWell, you know I'm not that in to SIP.
23:55.33*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
23:58.43*** join/#asterisk bkruse (~Adium@67.63.143.34)

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