IRC log for #asterisk on 20160123

00:02.55*** join/#asterisk jfindley (~jfindley@104-181-196-33.lightspeed.hstntx.sbcglobal.net)
00:03.05jfindleyAny PRI gurus around?
00:05.52*** join/#asterisk [NC] (~nc@rv1.sabius.net)
00:11.47[TK]D-FenderMaybe a sub-guru will have you answer
00:11.53[TK]D-Fenderjust ask your question.
00:14.29jfindleyI'm trying to figure out how to link to asterisk boxes via PRI
00:15.12jfindleyI've got PBX 1 as NET with master clock and PBX 2 as CPE with slave clock, but I'm guessing I'm missing something
00:18.59*** join/#asterisk Synthase_ (uid63346@gateway/web/irccloud.com/x-pnvzbhuvovjbgtjk)
00:23.15*** join/#asterisk ks3 (~ks3@cpe-24-209-22-231.cinci.res.rr.com)
00:40.24[TK]D-FenderYou're definitely missing something
00:40.55jfindleyIs it possible with a dual span card to connect both ports with a crossover cable and be able to dial out one span and answer on the other?
00:40.57[TK]D-FenderYou haven't described any actual failure or problem.  You haven't shown us configs or status dumps.  You haven't told us what hardware you're using.
00:41.11[TK]D-FenderWe don't see any call attempt
00:41.15WIMPyyes
00:41.30WIMPyBut you need the correct crossover cable.
00:42.25[TK]D-Fendersteps out for a few while actually useful data is hopefully being collected
00:42.37jfindleywould a straight through cable work as well?
00:42.46WIMPyNo
00:43.13WIMPyhttp://voice.yeti.dk/Asterisk_vs_ISDN/7
00:43.22WIMPyAt the bottom.
00:45.16jfindleyinteresting...
00:46.55jfindleyThe type of cables I've been using mostly are flat grey straight through cables with RJ-45 heads and 8 wires. Are only 4 of them being used when going, e.g., from an adtran to an A102?
00:47.30WIMPyOnly Gigiabit ethernet uses all 8.
00:48.02*** join/#asterisk drab (~administr@23-24-198-190-static.hfc.comcastbusiness.net)
00:48.17jfindleySo what's the difference between the adtran DSX-1 port and a port on the A102 connected to another port on the A102?
00:48.51jfindleysorry, success is had when going from the adtran to the A102, but no joy when going from one port on the A102 to the other port.
00:49.23WIMPyUnless you have a card where you can jumper the pin-out, they are wired as TE.
00:49.52jfindleySo I'd also need a crossover cable for going from the A102 to another A102 in a different system?
00:50.17WIMPyI don't know what you can change there.
00:51.23jfindleyI don't mind using a crossover cable, if that's what you mean by 'change there'.
00:51.45*** join/#asterisk AviiNL (~AviiNL@h178213.upc-h.chello.nl)
00:52.27WIMPyJike having jumpers or multiple ports wired differently.
00:52.46WIMPyBut you easily see if the cable is correct on the LEDs.
00:55.58jfindleyI'm going to make a crossover cable and see how that works. Thanks WIMPy!
00:56.00*** part/#asterisk AviiNL (~AviiNL@h178213.upc-h.chello.nl)
00:59.20*** join/#asterisk F2Knight (~F2Knight@c-50-139-86-39.hsd1.or.comcast.net)
01:01.29*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
01:04.15*** join/#asterisk dimitry7 (~dimitry7@gate.aaamerica.com.mx)
01:10.13jfindleyhah! it works!
01:15.06*** join/#asterisk craigify (~craigify@ip184-186-18-123.no.no.cox.net)
01:23.43*** join/#asterisk josefig (~josefig@unaffiliated/josefig)
01:28.29snadgehmm.. asterisk console is broken.. instead of scrolling up and down
01:28.45snadgeit just rotates through the last commands
01:28.56snadgepage up and page down seems broken.. wtf :p
01:29.24snadgerestarted the terminal.. weird
01:30.22josefighi, if i want to create a pattern to dial my voip provider should something like exten=>_Z.,1,Dial(SIP/provider/${EXTEN}:2,120,r) ?
01:31.55[TK]D-Fenderno.  there is an error in what you think is a proper variable reference
01:32.04[TK]D-FenderTake a closer look and double-check your syntax
01:33.34josefig[TK]D-Fender: I want to dial international way like for usa 1+10 digits, Mexico 52+10 digits how should be the proper way ?
01:34.26[TK]D-FenderI just told you one very specific thing about what you just pasted there
01:34.50[TK]D-FenderAnd you should be looking at that very closely just like I told you to
01:35.26josefigok
01:37.40josefig[TK]D-Fender: exten=>_Z.,1,Dial(SIP/${EXTEN}@Provider,120,Tt) ;
01:37.44josefiggotcha, thanks
01:41.11[TK]D-FenderAlso, that pattern is way too vague
01:41.18[TK]D-FenderThat can accept a number like 55.
01:41.24[TK]D-FenderIs 55 dialplan via your provider?
01:41.32[TK]D-FenderHow about 704?
01:41.49josefigyes i added now the way how it works
01:42.11[TK]D-Fender"usa 1+10 digits, Mexico 52+10 " <- You should make pattern(s) to better macth numbers that are going to be actually valid to dial
01:42.32[TK]D-Fenderexten=>_Z.,1,Dial(SIP/provider/${EXTEN}:2,120,r) <- this will send 33 over if you dial it
01:42.45[TK]D-FenderThat doesn't sound like "usa 1+10 digits, Mexico 52+10 " at all
01:44.12josefigok i understand
01:44.38josefigwhat's about if I am on Mexico and locally we dial 7 numbers instead of 52 + city code
01:44.53josefigso if we dial 7 numbers i can add a pattern to autocomplete the 52+10 digits format
01:45.04[TK]D-FenderSo you make pattens that can match those kinds of number
01:45.07josefighow can add the 52+city code
01:45.19[TK]D-Fender52 is PART of the pattern
01:45.22josefigyes
01:45.30[TK]D-FenderSo make it part
01:46.16josefigbut if i dial for example 901-02-03 i can add my city code, such as 222 + 901-02-03 , and the final dial number should be 522229010203
01:46.19[TK]D-Fenderexten => _    <---------make it part of the actual number dialed, and the overall pattern as specific as you can to validate it being a valid & complete number
01:46.29josefigyou understand what i am saying ?
01:47.15[TK]D-FenderYes, so "52" + 10 more digits there
01:47.23[TK]D-FenderSo make a patter than does EXACTLY that
01:50.26josefigyes
01:51.29josefigi appreciate it
01:52.09[TK]D-FenderLet's see you show us one just like that now....
01:54.00[TK]D-FenderOr not...
01:57.44*** join/#asterisk ks3 (~ks3@cpe-24-209-22-231.cinci.res.rr.com)
02:01.16*** join/#asterisk Cubber (~ronny@mail.ronnybull.com)
02:08.24*** join/#asterisk ks3 (~ks3@cpe-24-209-22-231.cinci.res.rr.com)
02:08.29*** join/#asterisk boris_t (~boris_t@212.119.243.183)
02:08.44*** join/#asterisk ks3 (~ks3@cpe-24-209-22-231.cinci.res.rr.com)
02:15.16*** join/#asterisk ks3 (~ks3@cpe-24-209-22-231.cinci.res.rr.com)
02:26.02*** join/#asterisk ks3 (~ks3@cpe-24-209-22-231.cinci.res.rr.com)
02:41.00*** join/#asterisk klow (~klong@c-73-53-31-109.hsd1.wa.comcast.net)
03:00.44*** join/#asterisk jmordica (uid18332@gateway/web/irccloud.com/x-fvaxpxfxswopserg)
03:01.40jmordicaWho can recommend a good dedicated hosting company in atlanta or dallas (for VoIP servers obviously)?
03:09.36*** join/#asterisk troyt (~troyt@c-67-161-210-245.hsd1.ut.comcast.net)
03:17.43drmessanoLinode
03:18.34jmordicadedicated servers..
03:23.49drmessanook
03:25.03drmessanoRackspace
03:25.43drmessanoYou can kinda pick them out of google searches
03:41.30*** join/#asterisk pppingme (~pppingme@unaffiliated/pppingme)
03:41.33snadgeanyone here an expert on php agi? :P
03:42.32snadgeim looking at this fastaccounts.agi script.. and its got a $fastagi in it, which isn't defined anywhere.. wtf.. i wonder if thats why its not working
04:14.53*** join/#asterisk klow (~klong@c-73-53-31-109.hsd1.wa.comcast.net)
04:25.12*** join/#asterisk simplydrew (~simplydre@unaffiliated/simplydrew)
04:55.10*** join/#asterisk vader- (~Adium@pool-71-175-67-97.phlapa.fios.verizon.net)
05:23.45*** join/#asterisk happy-dude (uid62780@gateway/web/irccloud.com/x-wmzitykptgpdyvhy)
05:37.13*** join/#asterisk klow (~klong@c-67-161-106-89.hsd1.wa.comcast.net)
06:04.32*** join/#asterisk woose (~woose@unaffiliated/woose)
06:21.20*** join/#asterisk cemotyz09 (~cesqueret@cpe-70-121-147-107.satx.res.rr.com)
06:38.54*** join/#asterisk gerhard7 (~gerhard7@77-172-82-111.ip.telfort.nl)
06:58.52*** join/#asterisk coppice (~chatzilla@123203240102.ctinets.com)
07:37.23*** join/#asterisk klow (~klong@c-67-161-106-89.hsd1.wa.comcast.net)
07:48.24*** join/#asterisk crocodilehunter (~Thunderbi@CPE-121-211-223-68.hhui7.cht.bigpond.net.au)
08:13.05*** join/#asterisk klow (~klong@c-67-161-106-89.hsd1.wa.comcast.net)
09:06.43*** join/#asterisk klow (~klong@c-73-53-31-109.hsd1.wa.comcast.net)
09:25.17*** join/#asterisk crocodilehunter (~Thunderbi@CPE-121-211-223-68.hhui7.cht.bigpond.net.au)
10:11.50*** join/#asterisk Zogot (~Adium@90-145-117-39.bbserv.nl)
10:15.52*** join/#asterisk seik0 (~seik0@95-52-128-103.dynamic.komi.dslavangard.ru)
10:23.57*** join/#asterisk denbeiren (~quassel@ptr-178-51-221-81.dyn.mobistar.be)
10:33.34*** join/#asterisk Dpunkt (~Dpunkt@p57A4FD67.dip0.t-ipconnect.de)
11:09.12*** join/#asterisk defsdoor (~andy@cpc73037-sutt4-2-0-cust62.19-1.cable.virginm.net)
11:12.18DpunktHow can i get Asterisk 13.6 with PJsip not to transcode audio? Asterisk takes the endpoint/allow = !all,g722,alaw and would offer g722 to my Phone even if the caller offers only alaw
11:19.00*** join/#asterisk crocodilehunter (~Thunderbi@CPE-121-211-223-68.hhui7.cht.bigpond.net.au)
12:18.18*** join/#asterisk Draecos (~Draecos@203-121-194-11.e-wire.net.au)
12:34.24*** join/#asterisk CeBe (~CeBe@a81-14-224-229.net-htp.de)
12:59.58*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
13:37.02*** join/#asterisk Oatmeal (~Suzeanne@75-103-145-152.ccrtc.com)
13:37.45*** join/#asterisk cemotyz09 (~cemotyz09@cpe-70-121-147-107.satx.res.rr.com)
13:39.26*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
13:48.09*** join/#asterisk file (~file@asterisk/developer-and-muffin-lover/file)
13:48.09*** mode/#asterisk [+o file] by ChanServ
13:50.48*** join/#asterisk dar123 (~bad53@107-203-254-31.lightspeed.sntcca.sbcglobal.net)
13:54.52*** join/#asterisk SirLouen (~pickupdog@81.61.195.121.dyn.user.ono.com)
13:55.08SirLouenhello!
13:55.37SirLouenanyone can explain me why both private and public keys have to be merged in 1 file in order to use TLS with sip in asterisk?
13:55.59SirLouenis not possible to use them individually?
14:08.52*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
14:14.27*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
14:19.39*** join/#asterisk sparetire (~sparetire@unaffiliated/sparetire)
14:22.36*** join/#asterisk coppice (~chatzilla@123203240102.ctinets.com)
15:00.27Kunsihm, how to check if chan_sip was built with tls support?
15:02.30Kunsii've set tlsenable=yes and other options, but it seems not to load certificate files (atleast it doesn't show up in cli, like my other installation does
15:47.04*** join/#asterisk TheTechStewart (~TheTechSt@overmind.thetechstewart.com)
15:51.42*** join/#asterisk keithf (~keithf@ool-18baa866.dyn.optonline.net)
15:53.31*** join/#asterisk [TK]D-Fender (~joe@64.235.216.2)
16:17.20*** join/#asterisk jzaw (~jzaw@loki.dzki.co.uk)
16:24.34*** join/#asterisk file (~file@asterisk/developer-and-muffin-lover/file)
16:24.34*** mode/#asterisk [+o file] by ChanServ
16:30.49*** join/#asterisk jzaw (~jzaw@loki.dzki.co.uk)
16:32.37*** join/#asterisk cemotyz09 (~cesqueret@cpe-70-121-147-107.satx.res.rr.com)
16:46.53*** part/#asterisk cemotyz09 (~cesqueret@cpe-70-121-147-107.satx.res.rr.com)
16:46.55*** join/#asterisk cemotyz09 (~cesqueret@cpe-70-121-147-107.satx.res.rr.com)
17:40.10*** join/#asterisk jzaw (~jzaw@loki.dzki.co.uk)
18:32.06*** join/#asterisk chandoo (~chandoo@ool-43534c74.dyn.optonline.net)
18:33.21*** join/#asterisk josefig (~josefig@unaffiliated/josefig)
18:35.22*** join/#asterisk chandoo_ (~chandoo@ool-43534c74.dyn.optonline.net)
18:53.16*** join/#asterisk stephan48 (stephan@opennic/stephan)
19:12.21*** join/#asterisk jasonwert (~quassel@12.150.58.196)
19:42.08*** join/#asterisk happy-dude (uid62780@gateway/web/irccloud.com/x-kakgzruxsdkcrkfb)
19:44.39*** join/#asterisk F2Knight (~F2Knight@c-50-139-86-39.hsd1.or.comcast.net)
20:33.34*** join/#asterisk poolson (~dddd@c-98-247-198-255.hsd1.wa.comcast.net)
21:14.03SirLouenhello, second chance: anyone can explain me why both private and public keys have to be merged in 1 file in order to use TLS with sip in asterisk? :-) thanks!
21:15.28*** join/#asterisk clopez (~tau@neutrino.es)
21:20.26*** join/#asterisk chandoo__ (~chandoo@ool-43534c74.dyn.optonline.net)
21:25.15*** join/#asterisk chandoo (~chandoo@ool-43534c74.dyn.optonline.net)
21:27.40*** join/#asterisk chandoo_ (~chandoo@ool-43534c74.dyn.optonline.net)
21:29.24*** join/#asterisk chandoo_ (~chandoo@ool-43534c74.dyn.optonline.net)
21:40.02*** join/#asterisk chandoo__ (~chandoo@ool-43534c74.dyn.optonline.net)
21:40.39*** join/#asterisk karelk (~karel@31.10.157.57)
22:31.31*** join/#asterisk crocodilehunter (~Thunderbi@CPE-121-211-223-68.hhui7.cht.bigpond.net.au)
22:32.40*** join/#asterisk shootbird (~quassel@beepbeep.serverpit.com)
22:32.49*** join/#asterisk karelk (~karel@31.10.157.57)
22:47.38*** join/#asterisk chandoo (~chandoo@ool-4a5964cb.dyn.optonline.net)
23:16.03*** join/#asterisk Draecos (~Draecos@203-121-194-11.e-wire.net.au)
23:37.36*** join/#asterisk Draecos (~Draecos@203-121-194-11.e-wire.net.au)
23:39.49*** join/#asterisk ThomasKeller (~Thomas@vmx.ethz.ch)
23:53.29*** join/#asterisk Draecos (~Draecos@203-121-194-11.e-wire.net.au)
23:54.17*** join/#asterisk mbecroft (~user@ak2.becroft.co.nz)

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