IRC log for #asterisk on 20120603

00:31.46*** join/#asterisk zerohalo (~zerohalo@74.61.196.236)
00:40.31*** join/#asterisk citec (~citec@187.58.109.76)
00:40.53citechi
00:41.19citecis there a wat to specify the number of digits to wait in an extension, by a variable, like this:
00:41.54citecexten => _X{${numExpected}},1,NoOp()
00:41.55citec???
00:42.46*** join/#asterisk RaNa (~WinNT@174.134.251.95)
00:43.19citecI mean "any way" to do this
00:43.21citecsorry
00:44.46ruieddon't think so... It seems that the sip phone send all digits at once, than they will be matched (all at once) or not in your dialplan...
00:45.10citecruied, aha, but if I put:
00:45.15citecexten _XX,1,....
00:45.21citecit waits just for 2
00:45.31citecand if I put XXX it waits for 3
00:45.34ruiedyes
00:45.45citecso I dont think the ip phone send everything together
00:45.56citeccuz just when I press 2 digits, if I have XX it continues
00:46.40ruiedthe ip phone sends all at once. Once it sends, the number will be 'matched' or not in you'r dialplan...
00:46.41citecmay be I should use the read function instead
00:47.07*** join/#asterisk Juggie (~Juggie@unaffiliated/juggie)
00:47.35RaNaWe have a 1800 number and I want to forward it directly to an extension on the pbx box instead of forwarding to a number and wasting minutes.  How can I do this? The reason im asking is cause the 800 number provider has an option to forward it to an extension instead of a number.
00:49.04citecRaNa, configure it on your provider to redirect to your800number@yourAsteriskIP, then create a sip peer to allow incoming calls from your provider (maybe by ip authentication), then, in your dialplan, put a extension like this:
00:49.29citecexten => your800number,1,Dial(SIP/youripIPPhone)
00:49.32citecthat should work
00:49.38*** join/#asterisk sezuan (bouncer@irc.scheff32.de)
00:49.40citecI have many DID numbers like tha
02:18.19*** join/#asterisk greenwolf (a6f801d1@gateway/web/freenode/ip.166.248.1.209)
02:26.02volga629Asterisk ldap trying find any number which I trying to dial out in extension ldap and after just crush
02:26.15volga629crash
02:30.59*** join/#asterisk wudles (~wudles@gateway.secureinstrument.com)
02:46.36*** join/#asterisk Micc (~Micc@50.46.232.86)
02:47.29MiccI just got an IP7000 polycom conference phone, but I can't get it to use anything other than ulaw. What config file do I need to edit in the /Config directory to enable different codecs?
02:54.23*** join/#asterisk saliak (~kailas@ip68-9-228-184.ri.ri.cox.net)
02:56.42saliakI'm creating a .call file to initiate an outgoing call.  If it completes successfully, it connects to an extension that executes shell commands to indicate it.  I'm having trouble figuring out how to handle the case when the call cannot be completed.  Is there a good way to do that?  ideally, have it go to another extension?
02:57.30*** join/#asterisk SeRi (~wtf@c-98-200-177-50.hsd1.tx.comcast.net)
02:57.48WIMPyCall out via a local channel and use the dialplan.
02:58.09*** join/#asterisk greenwolf (a6f80245@gateway/web/freenode/ip.166.248.2.69)
03:00.48MiccMy IP7000, only request pcmu and pcma, all my other polycom's support g722 at least. I can't find where to tell the ip7000 to use g722 and siren14
03:04.40saliakWIMPy: hrm.  how to do that with a call file?  or some interface that can be invoked from a script?
03:05.21WIMPyI just told you: Use a local channel.
03:09.35saliakWIMPy: oh, i see.  so use what would be a local extension, and dial something that takes me through the dialplan.? like, Channel: 100/default/91231231234 (and have the _9. context do the dialing/handling of error/etc.?
03:11.05WIMPyThat's not a valid channel.
03:11.16WIMPylocal/extension@context
03:17.56saliakWIMPy: k, thank.  does the pbx try multiple calls at once, or one at a time?
03:18.28WIMPyIf you dump multiple call files?
03:19.14saliakWIMPy: yeah.  do i need to be able to handle the condition with that given channel being busy (say 10 calls are dumped at the same time)
03:19.34WIMPyYes. It will process the call files in parallel.
03:20.03saliakis there a way to make it serial?
03:20.09WIMPyIf you need more control and feedback, AMI may be the better aproach.
03:20.19WIMPyno
03:22.50saliakWIMPy: i was hoping to not have to get into AMI as i almost have this working.  making an email to fax gateway.  i can generate the call file and point it at an extension to send the fax.  i just need to handle the condition where i have too many dumped at once.  i guess once it's in my dial plan, if my outgoing channel is full, i can at least detect and report the error.
03:24.08WIMPyNo need to worry. If it's only about an occasional short overload, you can simply rely on the retry parameter in the call file.
03:24.49WIMPyAlthough I'm not sure if that works if you call a local channel.
03:25.38saliakWIMPy: i'd think the local call would be fine, it's just when i issue the Dial() command, it would presumably error out when i've used my two outgoing channels<?>
03:25.40*** join/#asterisk [FireBird] (~raul@190.142.64.85)
03:26.03*** part/#asterisk [FireBird] (~raul@190.142.64.85)
03:26.10WIMPyYes, you can check for DIALSTATUS.
03:26.42WIMPyBRI or two POTS?
03:27.21WIMPyYou could also use CHANISAVAIL before trying to dial.
03:28.41saliakWIMPy: yeah, that should work
03:31.59saliakWIMPy: thanks for the help!
03:34.43volga629For local extension call from ldap I added [extensions] switch => Realtime/@, but can't dial 200 to 201 localy and if  I add include line under from-internal it looking any extension in ldap include that I dial out and crash the asterisk
03:36.17WIMPyCan you re-phrase that? I'm not sure what the issue is.
03:41.02volga629To call locally between extensions, asterisk pull extension from ldap, but when I dial 200 to 201 it say can't complete as dial
03:43.25volga629I added switch line with context extensions on top extensions.conf, but still no going, but when I add the same switch line under [from-internal] it starts looking in ldap any number and crash asterisk
03:44.30volga629[02/Jun/2012:21:49:25 -0400] conn=264 op=263 SRCH base="ou=NetLabExtensions,dc=networklab,dc=ca" scope=2 filter="(&(objectClass=AsteriskExtension)(AstExtension=*98)(AstContext=extensions-ldap)(AstPriority=10))" attrs=ALL
03:45.31volga629this I see in ldap log and it all numbers include any external number
03:49.48volga629and I can't really determine what cause in dial plan for this behavior
03:50.53*** join/#asterisk sruffell (~sruffell@asterisk/the-kernel-guy/sruffell)
03:50.53*** mode/#asterisk [+o sruffell] by ChanServ
03:51.07WIMPyCan't comment on ldap or the crash, but the priority is always the extensions within the context, then switches and last included contexts.
03:52.14WIMPySo if you want includes to be searched before the switch, then move the switch to its own context that you include last.
03:53.17volga629ok let me try move after from-internal
03:56.15volga629Executing [110@extensions-ldap:6] Playback("SIP/snomdesk-00000005", "silence/1&cannot-complete-as-dialed&check-numberk
03:59.13*** join/#asterisk greenwolf (a6f80401@gateway/web/freenode/ip.166.248.4.1)
04:01.38volga629Ok I found the trick
04:01.51WIMPyEither 110 doesn;t exist anywhere or whatever pattern hit there had higher priority.
04:01.55*** join/#asterisk wudles (~wudles@gateway.secureinstrument.com)
04:03.26volga629The file extensions_additional.conf was overwritten I changed :%s/from-internal/extensions-ldap and [extensions-ldap]
04:03.27volga629switch => Realtime/@
04:03.27volga629include => from-internal-noxfer
04:03.27volga629include => from-internal-xfer
04:03.27volga629include => bad-number ; auto-generated
04:03.29volga629<PROTECTED>
04:03.38WIMPy~pb
04:03.38infobotA "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.
04:03.59volga629yes, sorry wrong place
04:04.37WIMPyAre you hand editing a GUI generated file? That's scary.
04:04.44volga629http://fpaste.org/Qu7r/
04:05.57volga629trying avoid edit not from GUI, but with ldap case not really match to do about it
04:07.10volga629How I can preserve the changes still don't know
04:07.42WIMPyOnly by never touching the GUI again, I guess.
04:07.48*** join/#asterisk mjordan (~mjordan@user-69-1-6-49.knology.net)
04:07.48*** mode/#asterisk [+o mjordan] by ChanServ
04:09.34volga629yes look like, and another think strange that when I dial *97 it can' find match for ldap extension
04:11.44volga629I just tried dial *97 I got seg fault again hmm
04:17.26volga629what default value for TRANSFER_CONTEXT ?
04:23.18resist0rWIMPy: haha
04:23.39resist0rsorry I LOL'd
04:23.47resist0rGnite Phreakz
04:23.49resist0rPEACE
04:26.13volga629WIMPy Thank you for idea and help
04:35.23*** join/#asterisk ferdna (~ferdna@cpe-67-10-220-35.elp.res.rr.com)
04:43.50volga629/]\]\\
05:02.35*** join/#asterisk mjordan (~mjordan@user-69-1-6-49.knology.net)
05:02.35*** mode/#asterisk [+o mjordan] by ChanServ
05:02.43*** part/#asterisk mjordan (~mjordan@user-69-1-6-49.knology.net)
05:03.26*** join/#asterisk Defraz (~Defraz@67-60-210-130.cpe.cableone.net)
05:21.58*** join/#asterisk Dovid (~Dovid@213.8.121.90)
05:53.58*** join/#asterisk gerhard7 (~gerhard7@82-168-115-40.ip.telfort.nl)
06:28.08Dovidmorning
06:48.23*** join/#asterisk coppice (~chatzilla@123203240234.ctinets.com)
07:02.01*** part/#asterisk Bullmoose (~Bullmoose@71-33-0-219.bois.qwest.net)
07:08.32*** join/#asterisk _mwoodj_ (~mwoodj@pdpc/sponsor/digium/hyper-eye)
07:12.53*** join/#asterisk urvg4 (~ducdmann@host81-149-39-60.in-addr.btopenworld.com)
07:31.29*** join/#asterisk AlfE_ (~quassel@83-215-36-12.bruck.dyn.salzburg-online.at)
07:40.18*** join/#asterisk PhoenixMage (~Phoenix@CPE-120-146-192-94.static.vic.bigpond.net.au)
07:51.18*** join/#asterisk odenkos (~odenkos@176.106.186.163)
08:11.39*** join/#asterisk atmark (~atmark@fedora/atmark)
08:11.57atmarkNoob question, can asterisk work without provider?
08:12.07*** join/#asterisk AlfE_ (~quassel@83-215-36-12.bruck.dyn.salzburg-online.at)
08:12.09atmarkNoob question, can asterisk work without voip provider*
08:13.51*** join/#asterisk fisted (~fisted@unaffiliated/fisted)
08:16.46*** join/#asterisk atmark (~atmark@fedora/atmark)
08:17.58coppiceasterisk can work without any VoIP at all. that's how it started
08:28.49atmarklast question
08:29.10atmarkis it possible to connect two asterisk servers on different locations?
09:00.09*** join/#asterisk mchou (~quassel@unaffiliated/mchou)
09:46.01*** join/#asterisk brdude (~brdude@c-24-7-76-160.hsd1.ca.comcast.net)
09:51.50*** join/#asterisk timahvo1 (~rogue@41.81.190.3)
10:33.05*** join/#asterisk ulogic (421fc7ab@gateway/web/freenode/ip.66.31.199.171)
11:34.53*** join/#asterisk gusto (~gusto@tmo-039-52.customers.d1-online.com)
11:35.09gustosince when i do have my own IP address on UMTS?
11:48.19*** join/#asterisk dddh (~dddh@pdpc/supporter/active/dddh)
11:52.40gustohm... tsss ... ip, but ... it's somehow in a private network, i do not understand it
12:02.44*** join/#asterisk timahvo1 (~rogue@197.179.28.165)
12:04.01*** join/#asterisk mazpe (~mazpe@c-174-61-76-85.hsd1.fl.comcast.net)
12:05.32*** join/#asterisk mintos (~mvaliyav@114.143.163.10)
12:10.54*** join/#asterisk wonderworld (~ww@dsdf-4d0a0e9d.pool.mediaWays.net)
12:19.09*** join/#asterisk timahvo1 (~rogue@197.176.239.154)
12:28.14*** join/#asterisk tzafrir_laptop (~tzafrir@local.xorcom.com)
12:31.09*** join/#asterisk Kalidarn (~unknown@unaffiliated/kalidarn)
13:01.13*** join/#asterisk sezuan (bouncer@irc.scheff32.de)
13:02.49*** join/#asterisk bdfoster (~bdfoster@unaffiliated/bdfoster)
13:17.24*** join/#asterisk TimeRider (~steve@188-220-34-144.dsl.cnl.uk.net)
13:18.14*** join/#asterisk sezuan (bouncer@irc.scheff32.de)
13:25.46*** join/#asterisk Bullmoose (~Bullmoose@71-33-0-219.bois.qwest.net)
13:33.23*** join/#asterisk FiReSTaRT (~dlyh@unaffiliated/firestart)
13:46.59*** join/#asterisk uskerine (~uske@80.30.244.131)
13:48.04uskerinehi, i would like to know what it is needed to configure a "hunt group". I have 4 standard POTS lines and I would like to temporarily use them before the ISDN PRI is ready.
13:48.24uskerineAny advice from someone that has done that in the past before? what do I have to ask to the telephony company?
14:01.07*** join/#asterisk justdave (~dave@unaffiliated/justdave)
14:07.29WIMPyYou just configure them as a group in your chan_dahdi,conf.
14:15.21uskerinebut the operator needs to be something, right?
14:15.33uskerinei mean, do I have to ask for special POTS?
14:15.49uskerinebecause so far I have 4 independent POTS lines
14:16.12WIMPyYou need to tell them to send call to you on all lines.
14:16.40uskerineok, so the "single" number must call all lines at the same time, right?
14:17.22WIMPyNot at the same time. But in some sequence.
14:18.08uskerineok
14:21.36*** join/#asterisk din3sh (din3sh@41.136.84.99)
14:27.46*** join/#asterisk ph8 (~ph8@unaffiliated/ph8)
14:52.57*** join/#asterisk mazpe (~mazpe@c-174-61-76-85.hsd1.fl.comcast.net)
14:54.14mazpeis there a way to create ring groups with macros? or an easier way than just exten => 2000,1,Dial(SIP/1&SIP2&etc) ?
15:00.47WIMPyYou can define them as a variable or put them in AstDB or whatever.
15:03.00mazpehmm, interesting.. going over my dial plans and optimizing them.
15:03.08mazpeusing templates ect.
15:05.17*** join/#asterisk bipul (75d5d219@gateway/web/freenode/ip.117.213.210.25)
15:26.05*** join/#asterisk chazzam (~chazz@50-81-150-34.client.mchsi.com)
15:40.24*** join/#asterisk greenwolf (a6f80d5c@gateway/web/freenode/ip.166.248.13.92)
15:40.46*** join/#asterisk [sr] (~kvirc@pal-213-228-140-150.netvisao.pt)
15:40.48[sr]hi
15:41.34greenwolfgood morning all m:)
15:41.45WIMPy////////////////////////////////////////////
15:41.57greenwolfwimpy: sup
15:42.18WIMPyoh, just tried to get rid of some dirt :-)
15:43.34WIMPyI guess it's time to put the keyboard in to the dish washer again.
15:44.02WIMPyIf only I knew where I put that lingerie net...
15:45.25slav3_kittenWIMPy, how many of your keys still have their markings?
15:47.14WIMPyAll.
15:47.50WIMPyIt's a cheap printed one, but not that cheap.
15:49.54*** join/#asterisk pabelanger (~pabelange@asterisk/contributor-and-bug-marshal/pabelanger)
15:49.54*** mode/#asterisk [+o pabelanger] by ChanServ
15:51.56slav3_kittenwell i mean my toughbook keyboard i missing most it's markings as is my ibm model m
15:52.08slav3_kitteni always lose the ; first from doing C/C++
15:52.44slav3_kitten;{}() are the keys first to wear off, then a divot forms in the spacebar
15:57.04WIMPyWow. Luckily I didn't come across such a bad keyboard so far.
15:58.14*** join/#asterisk mazpe (~mazpe@c-174-61-76-85.hsd1.fl.comcast.net)
15:59.12WIMPyThis is still the keyboard that came with the computer. That was '95 and it's still looking good.
15:59.32slav3_kitteni code a lot...
15:59.50slav3_kittenmostly embedded microcontroller stuff
15:59.55WIMPyused to do so as well.
16:00.07slav3_kittena good bit of the reason why i got a raspberry pi
16:00.08slav3_kitten:D
16:00.19slav3_kitteni was all "it's awesome!"
16:00.27*** join/#asterisk Ethos (~Ethos@rrcs-71-43-240-50.se.biz.rr.com)
16:00.43WIMPyhas been on ARM since '88.
16:00.49slav3_kittenbut it think my prblem is i keep my nails a bit long so i think the keyboard gets worn away from my nails bopping into it
16:01.29EthosA point of curiousity for the technically challenged.
16:02.07EthosCan I install asterisk as a stand alone application with a usb phone?
16:02.16Ethoswithout any additional hardware?
16:02.26WIMPyThere is no such thing as an USB phone.
16:02.48WIMPyBut you can use your sound system with Asterisk.
16:03.05slav3_kittenEthos, you can install asterisk on a system with no hardware and use software sip phones if you want
16:03.12WIMPyProbably not a great choice, however.
16:03.43slav3_kittenWIMPy, better then going all out like me though
16:04.04Ethosso if I were to compare asterisk with something like Avaya, I would be way off the mark.
16:04.16WIMPyThinking back to the ARMs.. I managed to build openhorst two days ago. I think I should go and flash it.
16:04.31WIMPyAvaya what?
16:04.45WIMPyPhone? PBX?
16:05.34EthosIP based telephony system. the Software is loaded on each pc and then employees connect using a usb headset.
16:06.13EthosI understand that I am way over my head here. Just trying to understand what is available.
16:06.19WIMPySo that's jst softphones. Asterisk is for the server they connect to, not for the users.
16:06.33Ethosah, I see now.
16:06.53WIMPyYou can use Asterisk as a phone, but as said: Not a good choice.
16:07.04*** join/#asterisk ferdna (~ferdna@cpe-67-10-220-35.elp.res.rr.com)
16:07.49Ethosso asterisk is, in a sense, the switch?
16:08.07WIMPyyes
16:09.31slav3_kittenEthos, asterisk is the call manager for your entire operation, it tells thing where to go an what to do when they get there
16:09.39EthosSo I could set it up so that a party could call in on one number, employees could be linked to an extension, and that extension could forward to an ip bound to a specific mac address?
16:10.11WIMPyfor example.
16:10.30slav3_kittenanyhow my dog died, an my hand is bleeding from digging a grave
16:10.31WIMPyBut the IP<>MAC relationship is an OS thing, off course.
16:10.36slav3_kittenso i'm going to go out and get food
16:10.50slav3_kittenbecause i hurt, and i need to get out of the house for a bit
16:11.02WIMPyhopes there's no relation between the two.
16:11.54slav3_kittenrelation between which bits ?
16:11.58EthosThank you for entertaining my questions. I know how frustrating it can be to work with someone who truly has no clue.
16:12.09WIMPyTh dog dying and you going for food.
16:12.24slav3_kittenonly relation is 4 hours digging a grave making me hungry
16:12.38*** part/#asterisk Ethos (~Ethos@rrcs-71-43-240-50.se.biz.rr.com)
16:12.38slav3_kittenEthos, i suggest getting the book
16:12.57slav3_kittenwell that was a day late an a dollar short
16:13.00slav3_kittenpeace
16:18.50*** join/#asterisk learath (47f6db23@gateway/web/freenode/ip.71.246.219.35)
16:24.07zambahow can i get a shoutcast stream as music on hold on asterisk 1.8?
16:25.04WIMPyIIRC there's a module for that.
16:25.09pabelangericecast?
16:25.41zambathe module is called icecast?
16:25.42WIMPyAren't they more or less compatible?
16:25.57zambaWIMPy: yeah, they are
16:26.09zambacompatible, that is
16:26.12zambamore or less :)
16:26.17zambaicecast uses the shoutcast protocol
16:26.56pabelangerno, there is no module but you can pipe icecast into musiconhold.conf, though I have never tried it
16:27.15zambai see there are some howtos on how to set up a dummy folder and creating a shell script, but it seems all to over-complicated and pre 2000
16:28.54WIMPyOh, right. The module was for the other way.
16:29.09zambastreaming to an icecast/shoutcast server from asterisk?
16:29.35WIMPyyes
16:30.42zambainteresting
16:31.38[sr]sorry to put myself in the midle of the conversation...
16:31.59[sr]and about having MOH from an audio stream source?
16:34.51*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.218.194)
16:44.31*** join/#asterisk The_Ball (~The_Ball@122.150.108.38)
16:46.12*** join/#asterisk philipp64|laptop (~chatzilla@66-232-81-197.ctcweb.net)
16:50.58*** join/#asterisk mazpe (~mazpe@2602:306:38c4:cf70:b0d3:ead3:a983:984a)
16:54.52*** join/#asterisk starkovv (~vlad_star@213.79.102.163)
16:55.07*** join/#asterisk vlad_starkov (~vlad_star@213.79.102.163)
17:01.24*** join/#asterisk mpe (~mpe@109.70.54.56)
17:03.24*** join/#asterisk Praise- (~Fat@unaffiliated/praise)
17:13.01*** join/#asterisk amessina (~amessina@ds.messinet.com)
17:16.04*** join/#asterisk HyperNerdV2 (~HyperNerd@cpe-98-149-122-251.socal.res.rr.com)
17:21.35*** join/#asterisk timahvo1 (~rogue@197.176.33.192)
17:30.40*** join/#asterisk mjordan (~mjordan@user-69-1-6-49.knology.net)
17:30.40*** mode/#asterisk [+o mjordan] by ChanServ
17:45.53*** join/#asterisk FiReSTaRT (~dlyh@unaffiliated/firestart)
17:46.53*** join/#asterisk HyperNerdV2 (~HyperNerd@cpe-98-149-122-251.socal.res.rr.com)
17:52.52*** join/#asterisk mpe (~mpe@109.70.54.56)
17:57.00*** join/#asterisk Simak (Simak@host-173-247-17-101.APIOLT1.epbfi.com)
18:03.17*** join/#asterisk asterisk-Tester (~ramy@80.79.159.163)
18:08.11*** join/#asterisk resist0r (~resist0r@69.31.131.51)
18:10.57WIMPyGreat. That thing is bricked :-(
18:15.40SimakCan anyone refer me to some guids on setting up Asterisk for home use?
18:15.55SimakCurrent guides--I'm finding a lot from the mid-2000s and such
18:16.03WIMPy~book
18:16.03infobotAsterisk: The Definitive Guide, 3rd Edition (ISBN 0-596-51734-3) available at http://oreilly.com/catalog/9780596517342 - Asterisk: The Definitive Guide is released under a Creative Commons License (http://creativecommons.org/licenses/by-nc-nd/3.0/us/) and is available for reading online at http://www.asteriskdocs.org/ or see ~buybook
18:18.05SimakThanks :D
18:20.35*** join/#asterisk brdude (~brdude@c-24-7-76-160.hsd1.ca.comcast.net)
18:24.01*** join/#asterisk timahvo1 (~rogue@197.176.33.192)
18:28.14*** join/#asterisk Osage_ (~Osage@71-81-57-248.dhcp.slid.la.charter.com)
18:32.19*** join/#asterisk timahvo1 (~rogue@197.176.33.192)
18:35.48*** join/#asterisk vinhdizzo (~vinh@cpe-66-74-182-202.socal.res.rr.com)
18:41.29*** join/#asterisk bn-7bc (~bjarne-im@macbook-pro.lan-sx.noare-1.holmedal.net)
18:49.27resist0r~secret_knowledge
18:49.33resist0rdarn
18:55.32*** join/#asterisk timahvo1 (~rogue@41.90.213.29)
19:14.59*** join/#asterisk gusto (~gusto@80.187.246.54)
19:15.10gustoi am getting m=audio 16092 RTP/AVP 0 8 101
19:15.12gustoa=[Jun  3 21:12:48] WARNING[81361]: chan_sip.c:3641 retrans_pkt: Retransmission timeout reached on transmission 2e98540c023ce5ac48d231b2181c6f61@178.40.140.247:5060 for seqno 103 (Critical Request) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
19:15.27*** join/#asterisk lanning (~lanning@50-193-22-25-static.hfc.comcastbusiness.net)
19:15.28gustoand i think it may be something with ports
19:15.46gustohow can i check which ports is the peer using for rtp?
19:28.59*** join/#asterisk timahvo1 (~rogue@197.177.121.153)
19:32.20kaldemargusto: that's not an issue with RTP. is your asterisk behind a NAT?
19:32.59gustono
19:35.02*** join/#asterisk resist0r (~resist0r@69.31.131.51)
19:36.54gustowhat is the name of g726-32 codec?
19:38.42gustohm
19:38.52gustomaybe jitter buffer would help?
19:38.55wonkough, how do i debug google voice inbound calls? i'm seeing nothing in the asterisk console
19:44.51gusto[Jun  3 21:44:41] ERROR[22267]: res_rtp_asterisk.c:1064 ast_rtcp_write_sr: RTCP SR transmission error to 192.168.10.14:16431, rtcp halted No buffer space available
19:44.55gustowhat is that?
19:52.20slav3_kitteni return!
19:53.29WIMPyFelling better?
19:54.03WIMPys/ell/eel/
19:56.26slav3_kittenWIMPy, not really
19:56.52slav3_kitteni regret a lot of things, and can't see to cry like everyone else in the house has done
19:57.48slav3_kitteni just went out and dug a hole till my hands were blistered and bleeding. so now i'm sitting here with gauze covering one hand and looking over the asterisk book
19:58.08slav3_kittenbut! while at breakfast i thought of something i wanted to ask
19:58.51WIMPyNot sure that's a sound combination.
19:59.14slav3_kittenso say i have a hypothetical dialplan, and in that dialplan i have some time of day transfers an such setup so like if it's late it won't ring a house phone but transfers it to a cell phone
20:00.11slav3_kittensay the cell phone never gets picked up, is asterisk capable of doing something like "enter a password to ring the house phone" and if that times out in say 5 seconds have it transfer to voicemail?
20:00.32WIMPysure
20:00.51WIMPyYou could even do it in parallel.
20:00.55slav3_kittenoh?
20:02.27slav3_kittenbut yea WIMPy when shit like this happens i pick some project to over engineer the ever loving hell out of to keep my mind off the bad stuff like regrets i have
20:03.02WIMPyYou have to do what ever works best for you.
20:03.05*** join/#asterisk tzafrir_laptop (~tzafrir@212.179.75.202)
20:03.49slav3_kittenso true, so current project is learning voip, goin to do it to the max
20:05.14WIMPyIf you have some telco background that topic has a good potential to make you cry.
20:05.53slav3_kitteni've got zero telco background aside from setting up the wiring aspects of it
20:06.07slav3_kittenand the telco fun toys i made when i was a kid
20:06.18slav3_kittenlike diy butt sets, blue boxes, etc
20:08.01slav3_kittenso how would i do that in parallel WIMPy?
20:08.20WIMPyThe magic of local channels.
20:08.30slav3_kitteni thought the dialplan is much like basic where it just follows down the line of events
20:08.54slav3_kittenany other books aside from the definitive asterisk guide i should pick up an read?
20:09.02WIMPyThey always feel like a hack to me, but you can do some quite nifty things with them.
20:09.39*** join/#asterisk bandroidx (~bandroidx@2607:f358:1:fed5:5:0:558:12)
20:09.39WIMPyWith a local channel, you enter the dialplan again.
20:09.54slav3_kitteninteresting...
20:10.10WIMPySo by Dial()ing an additional local channel, you suddenly get parallel execution.
20:10.38slav3_kittenwell i think i know what i need to play with :D
20:13.40*** join/#asterisk bandroidx (~bandroidx@2607:f358:1:fed5:5:0:558:12)
20:21.05gustostrange... the data is passing by, but i do not hear anything
20:22.02*** join/#asterisk fisted (~fisted@unaffiliated/fisted)
20:22.15*** join/#asterisk leifmadsen (~Leif@asterisk/documenteur-extraordinaire/blitzrage)
20:22.15*** mode/#asterisk [+o leifmadsen] by ChanServ
20:22.20gustoi am trying to do voip over a openvpn tunnel
20:31.03*** join/#asterisk mjordan (~mjordan@user-69-1-6-49.knology.net)
20:31.03*** mode/#asterisk [+o mjordan] by ChanServ
20:32.20*** join/#asterisk FiReSTaRT (~dlyh@unaffiliated/firestart)
20:35.26*** join/#asterisk bandroidx (~bandroidx@2607:f358:1:fed5:5:0:558:12)
21:03.17*** join/#asterisk wudles (~wudles@gateway.secureinstrument.com)
21:19.49*** join/#asterisk dijib (~dijib@bas10-kitchener06-1176001636.dsl.bell.ca)
21:20.00dijibhello all!
21:31.27*** join/#asterisk uskerine (~uske@80.30.244.131)
21:32.10uskerinewhich package should be usedfor installing asterisk in ubuntu?
21:38.05*** join/#asterisk bdfoster (~bdfoster@unaffiliated/bdfoster)
21:54.05*** join/#asterisk sruffell (~sruffell@asterisk/the-kernel-guy/sruffell)
21:54.05*** mode/#asterisk [+o sruffell] by ChanServ
21:56.06*** join/#asterisk learath_ (47f6db23@gateway/web/freenode/ip.71.246.219.35)
21:57.49zambauskerine: asterisk
21:58.30zamba:p
22:05.29*** join/#asterisk cdahmedeh (~cdahmedeh@24-212-153-203.cable.teksavvy.com)
22:05.53cdahmedehhello, i'm looking for a cheap voip sip provider. just basic local number with unlimited calling to us and canada
22:11.21*** join/#asterisk TimeRider (~steve@92.40.188.173.threembb.co.uk)
22:13.47jpsharpYou're not going to get "cheap" and "unlimited" at the same time.
22:15.54WIMPyCheap is always expensive.
22:18.29cdahmedehok, how about something like 1000 or 2000 minutes per month?
22:20.20*** join/#asterisk sideffect (sideffect@gateway/shell/bshellz.net/x-bvosoxjrjdvdykxh)
22:33.52*** join/#asterisk mjordan (~mjordan@user-69-1-6-49.knology.net)
22:33.52*** mode/#asterisk [+o mjordan] by ChanServ
22:35.39gustohey
22:35.48gustodoes asterisk know g729(a)?
22:36.17gustobtw. i solved my problem ... it works now ... the jitter was faulty
22:37.20jpsharpIt knows g729, but only if you purchase codec licenses.
22:37.29gustoah shit
22:37.34gustoso i can not use it, right?
22:38.04gustomy ata adapter does know 729a, that seems to be somewhat less patented, however
22:38.22jpsharpits all licensed codecs.
22:38.30gustonot al
22:38.31sruffell"less" patented, heh
22:38.33gustonot all
22:39.19jpsharpWell, actually, you can use G729 as long as Asterisk doesn't have to play/record any audio.  Straight passthrough doesn't require a codec license.
22:39.58gustowell, then i would be stuck in ekiga, that one does not have that codec either
22:40.03jpsharpSo if you're using * as a dumb switch, you're fine.  But the instant you want to do something like play voicemail or music on hold, you'll need a license.
22:40.25gustoit's not that bad
22:40.32gustoi can go with g726-32
22:43.46gustohowever ... compared to g711 the quality degrades significantly, w/o noticably less traffic
22:44.18WIMPyThat's the joy of RTP.
22:45.52jpsharpI used GSM when I can, plunk down for the G729 licenses when I have to.
22:46.49gustoso ... i see no reason to use this g726 now ... it has bad quality and still about 64 kbps overall traffic
22:47.20gustog711 goes with 80 - 90 kbps all in all, but it is understandable
22:48.02gustoi just tested it on a high latency tunnel - about 120 - 300 ms and radio loop from my DAB+ radio
22:48.09gustoit works surprisingly good
22:50.03jpsharpLatency isn't a problem up till about 700ms.  It's jitter that screws with you.
22:50.16gustoyes
22:50.24gustothat's what i found out today
22:50.38gustoehm ... yesterday .. we have a new day now
22:51.16gustobut now my telephone works and that is goood!!!
23:00.10gustook, now i fixed that problem that i had first ... the hostname was not right - provider already updated the info on his web, but i had it printed out and did not take the new names over
23:00.18gustonow everything works
23:00.34gustois good
23:01.06gustois proud of himself ;-)
23:02.55WIMPyhas a feeling redboot is ignoring my kernel parameters.
23:03.30gustonot only redboot, there are several things that are ignoring kernel parameters ... i had issues with that some time ago too
23:03.45WIMPyHmm
23:04.02WIMPyAnd do you also know a way to get paramters working?
23:05.04gustono
23:05.10gustoit just worked some time
23:05.17gustoor not, i do not know any more
23:05.35gustohowever, i am going to sleep now, i am very lucky to have done everything i wanted
23:08.26*** join/#asterisk Zopiac (~zopiac@c-68-40-13-61.hsd1.mi.comcast.net)
23:08.36Zopiacsighs
23:09.14ZopiacI have no doubt my problems are because of my incomplete or improper setup and rather trivial but I haven't been able to work them out
23:10.13*** join/#asterisk netman (netman@46.238.76.188.dynamic.jazztel.es)
23:14.29WIMPyA busybox of only 284 bytes is unlikely to do anything usefull :-(
23:18.49*** join/#asterisk mazpe (~mazpe@c-174-61-76-85.hsd1.fl.comcast.net)
23:27.36Zopiacthe only thing I know that is wrong with my setup is that ekiga (on another computer) is unable to connect to the asterisk server (in the same network)
23:28.06ZopiacI'm not getting any messages in the asterisk console (verbosity is 8)
23:29.17WIMPy'sip set debug on'
23:29.44Zopiacstill no messages when I re-enable the account on ekiga
23:30.26WIMPyThen Asterisk is not receiving anything.
23:30.32Zopiacbooo
23:33.19ZopiacI have no idea why it wouldn't be receiving anything though
23:34.04WIMPy'sip show settings' or hunt the traffic with tcpdump or the like.
23:34.46Zopiacwhat should I be looking for in the settings? or should I just pastebin it?
23:35.14WIMPyThe address it's listening on.
23:35.47jpsharpFirewall?  iptables?
23:35.50ZopiacUDP bindaddress is 0.0.0.0:5060
23:36.03Zopiacno firewall (simple home internal network)
23:36.31WIMPyLoks like it's not as simple as you'd like it to be.
23:36.57WIMPyAre you sure there's no firewall running?
23:37.11ZopiacNever have installed a firewall
23:37.41jpsharpDoesn't mean its not there.  Never assume :)
23:38.09ZopiacI know for a fact that arch linux does not come packaged with a firewal
23:38.23Zopiacah, windows has one by default, but i allowed ekiga through
23:55.42*** join/#asterisk Iamnach0 (~Iamnacho@ip174-70-132-58.ks.ks.cox.net)

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