IRC log for #asterisk on 20130224

00:00.35Ice_StrikeYep
00:01.03Ice_StrikeI was reading on StackOverFlow - they are saying PHP is bad choice to create a daemon
00:01.46WIMPyalways thought PHP was a bad choice for everything.
00:02.12Ice_StrikeHah
00:03.57Ice_StrikeWhats new WIMPy
00:04.48WIMPyWorldwide organised suicide progessing well within timeframe.
00:05.12*** part/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
00:05.24*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
00:05.25Ice_StrikeHmmmm
00:15.44*** join/#asterisk TimeRider (~steve@027bde06.bb.sky.com)
00:22.39igcewielingIce_Strike: what is the link to the stackoverflow page?
00:26.16*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
00:32.03Ice_Strikeigcewieling http://stackoverflow.com/questions/646928/is-it-wise-to-use-php-for-a-daemon/647801
00:32.17igcewielingIce_Strike thanks
00:32.47Ice_Strikeigcewieling Do you use PHP?
00:35.16igcewielingIce_Strike: yes.
00:35.56igcewielingIt may not be the perfect tool for anything, but it is plenty "good enough" for almost anything I do.
00:36.58Ice_Strikeigcewieling Oh have you created a daemon in PHP for AMI use?
00:37.26igcewielingIce_Strike: yes.
00:38.25igcewielingPHP's forking and process control is most or less a thin wrapper around the C functions, so it is most helpful if you already know how to write daemons in C.
00:38.29Ice_Strikeigcewieling Oh thats great - no issue with memory usage? or anything creashed.
00:38.43*** join/#asterisk lorsungcu (~anonymous@65.103.31.33)
00:38.52igcewielingIce_Strike: my daemons seldom have to run for more than 24 hours.
00:39.46Ice_Strikenumber of concurrents call went through daemons you have targeted so far?
00:39.48igcewielingkeep this in mind, no matter what language you write a daemon in, you should expect it to fail occasionally and design accordingly.
00:39.58Ice_StrikeYep ofcourse
00:40.04igcewielingIce_Strike: I do not understand the question
00:42.18Ice_StrikeSorry, What the highest concurrents calls that connected to a daemon?
00:43.36igcewielingI do not connect calls to daemons
00:43.57igcewielinghttp://pastebin.ca/2316948 an example, though it doesn't fork, so might not be considered a "daemon"
00:44.56Ice_StrikeNice one
00:45.37igcewielinganother daemon I wrote listened for UDP packets and resent the packet to a set list of hosts
00:46.03Ice_StrikeDo you have a daemon that listen the call event, hang up, orginating call, etc?
00:46.25igcewielingIce_Strike: no.  that is complicated and time consuming to write
00:46.40Ice_StrikeYep
00:46.49WIMPyThere's a lot of stuff you can listen for.
00:47.35igcewielingmost of the "long running" php processes I write are not really daemons, they are just long running PHP processes used to monitor stuff from a web page via AJAX
00:48.12Ice_StrikeCool stuff!
00:48.36igcewielingactually, annoying, bug ridden, and overly complicated
00:55.57artyxI'm having a wierd issue, i am trying to access the voicemail from dahdi channel. i have a chan_dahdi.conf with a [151] and under that one of the options is mailbox=151@default ... when checking voicemail i get this in the cli mailbox=151@default
00:56.24artyxoops. [2013-02-23 23:18:18] ERROR[11546][C-00000027] app_voicemail.c: MAILBOX_EXISTS requires an argument (<mailbox>[@<context>])
00:57.10artyx*97 results in it going to the comedian mail login prompt, specifying a user extension .. meaning it isn't reading this as valid, right?
00:57.33*** join/#asterisk fakhir (~fakhir@unaffiliated/fakhir)
01:06.11igcewielingartyx: show us the dialplan and the resulting CLI output on pastebin
01:09.21artyxigcewieling Your not goign to liek it, but cli output for the voicemail check is at http://pastebin.com/eGQGTVkq
01:11.06artyxhttp://pastebin.com/PVZXY9yi (dialplan for *97)
01:11.11igcewielingI'll like it better when I can see the dialplan, though this does look like a freepbx box.  Remember god kills a kitten every time you ask a freepbx question on #asterisk
01:11.41*** join/#asterisk taylorbyte2013 (~cyberninj@2001:470:1f05:12cc:1e6f:65ff:fec2:bec7)
01:12.21igcewielingYour VMCONTEXT=default but the mailbox is in the "device" vm context?
01:12.36artyxah, i think your onto something
01:12.37igcewielinglooks to be a freepbx issue.
01:12.48igcewielingI wish you the best of luck.
01:13.50*** join/#asterisk pabelanger (~pabelange@asterisk/contributor-and-bug-marshal/pabelanger)
01:13.50*** mode/#asterisk [+o pabelanger] by ChanServ
01:59.57*** join/#asterisk ruben231 (~OpenDial@112.198.90.100)
02:09.07*** join/#asterisk Kyosh (~whoa@pool-72-89-93-13.nycmny.fios.verizon.net)
02:09.57KyoshAre there any AMI events to tell you when a user SIP registration failed?  if not, other than the CLI and log file, is there any way in real-time to see the SIP registration fail?  Thanks.
02:18.57DoYouKnow[TK]D-Fender: can you take a look at a couple configs for google talk/jabber?
02:19.04DoYouKnowhttp://pastebin.com/WkwPJUPK
02:19.06DoYouKnowthat's one
02:19.12eirirshttp://web.archive.org/web/19961027001602/http://www.microsoft.com/IE/
02:19.14eirirsthat's other
02:19.40DoYouKnowlol
02:19.42DoYouKnowerr
02:19.44DoYouKnowthat's not a config
02:19.47DoYouKnowI meant a log
02:19.56DoYouKnowwell, that's the main thing
02:34.52*** join/#asterisk mintos (~mvaliyav@114.143.40.54)
02:36.15*** join/#asterisk dolcea-xoom (~androirc@181.31.66.193)
02:37.08*** part/#asterisk dolcea-xoom (~androirc@181.31.66.193)
02:38.10igcewielingKyosh: see sip.conf.sample in the asterisk source dir, there is an option to generate a manager event on registration failure
02:45.10*** join/#asterisk ruben231 (~OpenDial@112.198.79.22)
02:54.05DoYouKnowwhy is gtalk not talking to jabber and in vim type= is bolded red?
03:20.15DoYouKnowobviously I made some sort of error
03:23.10DoYouKnowwell, I'm going to update my asterisk
03:23.17DoYouKnowI was using an old version
03:25.03DoYouKnowit may or may not help
03:25.11DoYouKnowwell, it will help
03:25.12DoYouKnowI suppose
03:26.12*** join/#asterisk edong23 (~quassel@mptc-dhcp-50-220.mptelco.com)
03:29.30*** join/#asterisk coreyf1513 (~cfarrell@ws2.cfware.com)
03:53.30*** join/#asterisk NightMonkey (~NightrMon@pdpc/supporter/professional/nightmonkey)
04:16.41*** join/#asterisk vinhdizzo (~vinh@cpe-66-74-182-202.socal.res.rr.com)
04:38.12*** join/#asterisk radic (~radic@dslb-094-216-239-124.pools.arcor-ip.net)
04:42.00*** part/#asterisk fulcan (brads@2600:3c00::f03c:91ff:fe70:f0a9)
04:48.02*** join/#asterisk phunguy (santas@will.one.day.hack-the-pla.net)
04:53.27*** join/#asterisk DoYouKnow (~michael@75-28-180-206.lightspeed.bnsvil.sbcglobal.net)
04:53.36DoYouKnowhi. I am hearing one ring on asterisk then it hangs up
04:54.17DoYouKnowlogs: http://pastebin.com/sFkt63Px
04:55.25DoYouKnow<PROTECTED>
05:04.07Kyoshigcewieling: i will look for that, thanks.
05:09.49edong23DoYouKnow: try setting your debug and see if it gives you any more information
05:20.36DoYouKnowedong23: my phone isn't answering
05:21.39DoYouKnowor asterisk can't reach the phone
05:22.19Kyosh<igcewieling> Kyosh: see sip.conf.sample in the asterisk source dir, there is an option to generate a manager event on registration failure
05:22.32Kyoshigcewieling: do you know what the option is called?  i could not find it.
05:22.56edong23DoYouKnow: i understand that...
05:41.33*** join/#asterisk pabelanger (~pabelange@asterisk/contributor-and-bug-marshal/pabelanger)
05:41.33*** mode/#asterisk [+o pabelanger] by ChanServ
05:42.49DoYouKnowhttp://pastebin.com/Mu19zt8f
05:42.54DoYouKnowedong23: that's with debug enabled
05:43.57DoYouKnowI called an external # with console dial, then with a phone
05:45.06DoYouKnowdoesn't it need to hang up?
05:45.12DoYouKnowso google can call back?
05:45.17DoYouKnowwhere do I put that in?
05:45.30DoYouKnowoh wait, that's something else
05:45.42DoYouKnowor no..
05:48.26DoYouKnowgoogle voice works fine through nat, right?
05:58.17DoYouKnowany ideas?
05:58.18*** join/#asterisk taylorbyte2013 (~cyberninj@2001:470:1f05:12cc:1e6f:65ff:fec2:bec7)
06:00.22DoYouKnowthere's just so much to look through
06:00.34*** join/#asterisk taylorbyte2013 (~cyberninj@2001:470:1f05:12cc:1e6f:65ff:fec2:bec7)
06:02.52BludSuckingFiendKyosh: ;authfailureevents=no           ; generate manager "peerstatus" events when peer can't ; authenticate with Asterisk. Peerstatus will be "rejected".
06:03.55DoYouKnowedong23: are you still there?
06:06.03BludSuckingFiendDoYouKnow: That pastbin doesn't appear to have any debug enabled for the channel type you're using
06:06.21BludSuckingFiendI'm not that familiar with Motif, but you should enable debug for that module
06:06.38*** join/#asterisk taylorbyte2013 (~cyberninj@2001:470:1f05:12cc:1e6f:65ff:fec2:bec7)
06:09.41DoYouKnowhttp://pastebin.com/9XJMg7m2
06:09.42DoYouKnowmotif debug
06:09.49DoYouKnowsomething is seriously wrong. this should've been easy
06:10.37*** join/#asterisk fakhir (~fakhir@unaffiliated/fakhir)
06:11.59*** join/#asterisk ruben231 (~OpenDial@112.198.90.135)
06:14.35*** join/#asterisk taylorbyte2013 (~cyberninj@2001:470:1f05:12cc:1e6f:65ff:fec2:bec7)
06:14.58BludSuckingFiend<error code="501" type="cancel"><feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>
06:15.11BludSuckingFiendThat's in the response from google
06:15.55edong23DoYouKnow: im barely here
06:16.08edong23ive been sick for a few days, so im all medsed up
06:16.23edong23either way, i havent ever actually done anything with motif or google voice
06:16.32edong23but debug output is helpful in any deployment
06:18.18*** join/#asterisk evilman_home (kvirc@95-29-217-225.broadband.corbina.ru)
06:19.54*** join/#asterisk scottyob (~scottyob@27-33-131-215.static.tpgi.com.au)
06:20.05scottyobHowdy everyone.  I'm failing at getting my SIP phone registered.
06:20.15scottyobis there a way I can view the password it's trying to register with?
06:22.21DoYouKnowedong23: yeah, I'm not feeling 100% either
06:23.04DoYouKnowI have several illnesses, mental/physics
06:23.07DoYouKnow*physical
06:38.38DoYouKnowthere is an interesting thing going on here, and it may be from something I don't quite understand
06:38.54DoYouKnowwhenever I place a call from asterisk to my phone, and I pick up the phone, I hear ringing
06:39.02DoYouKnowwhy would that be?
06:42.07DoYouKnowedong23: but I'm not trying to berate what you are experiencing
06:42.10DoYouKnowjust saying
06:45.38*** join/#asterisk Changos (~Changos@unaffiliated/changos)
07:00.26ChannelZscottyob: not really, it's encrypted
07:04.48DoYouKnowI'll try a reboot
07:04.53DoYouKnowactually hmm
07:04.57DoYouKnowI'll just reset asterisk
07:05.03DoYouKnowI shouldn't have to reboot
07:10.05scottyobChannelZ: all good.  Thanks :)
07:17.11*** join/#asterisk FireAndIce (~FireAndIc@219.91.142.227)
07:27.30*** join/#asterisk chaz68 (~ChuckMast@wsip-24-234-137-89.lv.lv.cox.net)
07:28.57*** join/#asterisk gerhard7 (~gerhard7@82-169-24-72.ip.telfort.nl)
07:34.17*** join/#asterisk seanbright (~sean@asterisk/contributor-and-bug-marshal/seanbright)
07:47.29DoYouKnowmost of the time I don't get through, but some of the time i do
07:47.33DoYouKnowConsole/dsp is hanging
07:47.54DoYouKnowany ideas?
07:57.08*** join/#asterisk jsjc (~Adium@226.Red-80-33-236.staticIP.rima-tde.net)
08:16.45*** join/#asterisk LiuYan (~LiuYan@211.154.128.171)
08:28.01*** join/#asterisk gerhard7 (~gerhard7@82-169-24-72.ip.telfort.nl)
08:41.59*** join/#asterisk bitwize (~bitwize@c83-253-251-219.bredband.comhem.se)
08:46.59*** join/#asterisk phiscribe (~david@98.157.5.116)
09:16.30drmessano[2013-02-24 09:15:01] WARNING[3331] loader.c: Error loading module 'codec_silk.so': /usr/lib/asterisk/modules/codec_silk.so: undefined symbol: ast_unregister_file_version
09:16.36drmessanoAny thoughts?
09:41.27*** join/#asterisk ghost75 (~trechber@dslb-178-002-148-199.pools.arcor-ip.net)
09:45.33DoYouKnowfascinating...
09:45.57DoYouKnowConsole/DSP may not have been hung up properly after I comment out the code to hang it up :)
09:46.06DoYouKnowbut it does hang in some way for quite some time
09:46.12DoYouKnowI'm trying to figure out what it is
09:53.24*** join/#asterisk areski (~areski@80.174.255.57.dyn.user.ono.com)
10:07.44DoYouKnowAnyone here know why when I attempt to dial non-local telephone #'s, sometimes, but not always, it will time out, and it's usually very quiet?
10:08.06DoYouKnowforget time out, I mean "NOANSWER"
10:08.15*** join/#asterisk af_ (~getsmart@78-134-99-27.v4.ngi.it)
10:14.24ChannelZvia what technology?
10:32.47DoYouKnowSIP and google voice
10:33.14DoYouKnowfrequently, if I call the phone I'm placing an outbound call with first by a local phone, I can dial the outbound number
10:33.26DoYouKnowbut otherwise it will give me a NOANSWER
10:33.34DoYouKnowfrom the phone itself, as it's handing over the call
10:33.39DoYouKnow(the pbx)
10:37.23ChannelZGV is kind of a flake
10:37.48*** join/#asterisk skirmisha (~vk@46.47.82.189)
10:38.03skirmishaguys, can someone help me with tigase server
10:38.24skirmishaserver was moved and new ip was assigned, but now i can't get any node to auth
10:38.30skirmishai got 401 auth error
10:38.35ChannelZkind of the wrong venue
10:38.51skirmishaany ideas where the problem is?
10:39.55skirmisha???
10:40.14ChannelZThis is an Asterisk channel
10:40.57skirmishayes, its about asterisk
10:41.03skirmishatrying to get blf working
10:41.13skirmishai use res_jabber
10:41.28skirmishabut can't understand why ast can't get auth
10:42.32ChannelZTo the XMPP server, I guess you'd have to turn on debug there and see why
10:42.37DoYouKnowChannelZ: are there any other free alternatives?
10:43.02DoYouKnowto a outward dial?
10:43.36skirmishayes i got 401 on xmpp server
10:43.42skirmishaand can't understand why
10:43.55DoYouKnowskirmisha: what's blf?
10:44.41skirmishaBusy Lamp FieldTypically
10:45.40ChannelZWell like I said you'd have to ask the server. You said its IP changed, is the DNS name the same as it was?
10:46.10skirmishathere is no DNS entry, only in etc/hosts and that one is changed
10:46.43skirmishabasically i can't get jabber to auth
11:06.29*** join/#asterisk infobot (~infobot@rikers.org)
11:06.29*** topic/#asterisk is #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- Asterisk 11.2.1 (2013/01/22), 10.12.1 (2013/01/22), 1.8.20.1 (2013/01/22), DAHDI-linux 2.6.1 (2012/04/20), DAHDI-tools 2.6.1 (2012/04/20), libpri 1.4.14 (2012/12/20) -=- Visit the official Asterisk wiki: wiki.asterisk.org
11:07.01*** join/#asterisk elico (~Thunderbi@bzq-79-181-219-40.red.bezeqint.net)
11:09.36DoYouKnowChannelZ: I removed google voice and get the same issue
11:10.33ChannelZWhich is what, exactly? You dial a number and just hear nothing?
11:10.46DoYouKnow<PROTECTED>
11:10.56DoYouKnowthen it fails after that, repeatedly
11:11.09DoYouKnowI'm on a beta version of asterisk, but I have similar issues in the release version
11:11.12DoYouKnowlet me double check
11:12.27ChannelZDunno about the console driver never really used it.
11:13.27ChannelZbrb all of my icons seem to have disappeared.
11:18.37*** join/#asterisk ChannelZ (channelz@burner.com)
11:30.02*** join/#asterisk ChannelZ (channelz@burner.com)
11:40.23*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
11:41.24*** join/#asterisk TimeRider (~steve@027bde06.bb.sky.com)
11:42.18*** join/#asterisk vlad_starkov (~vlad_star@178.177.209.133)
11:46.31*** join/#asterisk vlad_starkov (~vlad_star@178.177.209.133)
11:47.28*** join/#asterisk Ice_Strike (Ice_Strike@87.115.83.87)
11:47.30Ice_StrikeHi
11:49.00DoYouKnowhi Ice_Strike
11:49.04DoYouKnowI'm having trouble with sip
11:49.06DoYouKnowcan you help?
11:49.35DoYouKnowI'm setting up 2 extensions, one tcp and one udp, and routing them through the pbx to a SIP account
11:49.45DoYouKnowa sip trunk
11:50.19DoYouKnowsometimes I'll call, and then hang up on the call from my phone, and the call with exit/hangup with a non-zero return status
11:50.29DoYouKnowvisible from the asterisk console
11:51.21DoYouKnowthen, subsequent calls will not work
11:51.26DoYouKnowuntil I reset everything
11:52.48DoYouKnow<PROTECTED>
11:54.26Ice_StrikeI am not sure, but try adding nat=yes in sip.conf and reloa
11:54.28Ice_Strikereload
11:56.27DoYouKnowdidn't work
11:56.44*** join/#asterisk tzafrir_laptop (~tzafrir@local.xorcom.com)
11:57.19Ice_Strikepastebin your sip.conf and extention.conf
12:03.18*** join/#asterisk vlad_starkov (~vlad_star@178.177.209.133)
12:04.34*** join/#asterisk vlad_sta_ (~vlad_star@178.177.209.133)
12:05.00DoYouKnowsip.conf: http://pastebin.com/df8uJ1E3
12:05.52DoYouKnowhttp://pastebin.com/aBvVf7Y7
12:05.55DoYouKnowextensions.conf ^
12:06.13DoYouKnowoops
12:06.16DoYouKnowmissed the sip.conf
12:07.37DoYouKnowhttp://pastebin.com/hQECaKtc
12:07.39DoYouKnow^ sip.conf
12:08.00ChannelZtest with an actual sip device and get the console out of the equation
12:13.35DoYouKnowthe remote sip server is sending a 500 internal server error
12:13.47DoYouKnowI got it dialing before
12:13.48DoYouKnowhmm
12:15.15DoYouKnowChannelZ: I needed the register statement to connect
12:16.15DoYouKnownow it gives me the same thing
12:25.57*** join/#asterisk vlad_starkov (~vlad_star@178.177.11.130)
12:26.52*** join/#asterisk vlad_starkov (~vlad_star@178.177.11.130)
12:33.34*** join/#asterisk ghost751 (~trechber@dslb-088-066-187-031.pools.arcor-ip.net)
13:26.17*** join/#asterisk willryder (~tedryder@nc-184-3-102-84.dhcp.embarqhsd.net)
13:32.29DoYouKnowgood morning
13:32.45DoYouKnowI've gotten a bit further
13:32.59DoYouKnownow it rings, and I hear a couple words, but it cuts off
13:33.25DoYouKnowthe level of understanding is trailing behind the success rate at times, but there's no way of beating the statistics
14:14.50DoYouKnowit seems I am being transferred to the destination through another pbx
14:15.02DoYouKnowand it's messing up things
14:15.13DoYouKnowhow do I add delay after a pick-up?
14:15.19DoYouKnow*answered call
14:15.33WIMPyWait()
14:15.38DoYouKnowthnx
14:31.20*** join/#asterisk v4x (~v4x@unaffiliated/v4x)
14:39.00*** join/#asterisk salz212 (~chatzilla@182.185.231.80)
14:58.12DoYouKnowanyone know why after my SIP trunk's pbx is called on the other end, there is a short message, then I don't hear anything - until I press hold and release it, and I get a single word
14:58.29DoYouKnowif I keep pressing hold and releasing it on my phone, it will continue to spout out words
14:58.47DoYouKnowhowever, I am trying to get it to say the whole thing without it doing that :)
15:22.14*** join/#asterisk FireAndIce (~FireAndIc@175.100.158.235)
15:25.42salz212Hi all, I was wondering what is the best practice of keeping voicemail messages on a centralized server..  mounting? having a desperate node? replication- rsync ...? keeping them in DB.... .. community thoughts..
15:40.45file<PROTECTED>
15:48.14*** join/#asterisk ghost75 (~trechber@dslb-088-064-213-040.pools.arcor-ip.net)
15:48.41*** join/#asterisk salz212 (~chatzilla@182.178.193.153)
15:50.10*** join/#asterisk ghost75 (~trechber@dslb-088-064-213-040.pools.arcor-ip.net)
15:51.59DoYouKnowfile: thanks
15:56.50*** join/#asterisk lorsungcu (~anonymous@65.103.31.33)
15:57.39edong23Ok, i have been messing with this a few days... and i think there is a way i can do this, but it is dirty. Im here to see if anyone has a possibly cleaner way.  I have a pri coming into an asterisk box.  it is coming from a class 5 switch. when someone sends an international call to my asterisk box over the pri, i get TON as being International and 011 stripped off.  Is there a channel variable or such i can use to match on international
15:57.39edong23calls and prefix 011 before sending the call out?
15:58.24edong23i have a possible alternative... which is to force teh class 5 switch to outpulse the 011, but this is non-standard.  I want to keep it as clean as possible
15:58.52WIMPyIt isn't being stripped of, it's not part of the number.
15:59.40WIMPyAnd chan_dahdi can do prefixed to number types.
15:59.41edong23yah, you are exactly right.  i shouldnt say "stripped".
15:59.57edong23i tried   internationalprefix=011
16:00.01edong23nothing happened
16:00.24WIMPyDid you reload it?
16:00.42edong23restarted dahdi
16:00.52edong23reload asterisk and restarted dahdi
16:00.55WIMPychan_dahdi.
16:01.18edong23hm... i thought restart dahdi would do that... but i can try that directly
16:02.12WIMPyNop. and I wouldn;t be sure a reload works.
16:02.26edong23i dont know either
16:02.28WIMPyTry to restart Asterisk or unload and load chan_dahdi.
16:02.42edong23i started to think that maybe internationalprefix is for outgoing and not inbound
16:02.43edong23...
16:02.46edong23but i could be wrong
16:03.02edong23this is my first experience with international calling
16:03.10WIMPyNo, that in.
16:03.12edong23i can call international over any of my 12 providers
16:03.24edong23but i havent set it up on my switch yet...
16:03.33edong23hm.. WIMPy   ok, ill give it a shot
16:03.39edong23i dont have the ability to test from where i am
16:03.44edong23not, a true test
16:04.04edong23all i can do is simulate from here, but i need to actually dial the digits for a true test
16:04.10edong23ill check it in a few hours
16:04.15edong23but i believe i did all of this
16:04.20edong23even stopped asterisk
16:04.23edong23and restart
16:04.37edong23ill check them again though
16:11.59igcewielingedong23: I had a problem with the internationalprefix and nationalprefix before.  I because of this I decided to stop using them.
16:12.22igcewielingWhat specifically are you trying to do?
16:12.28*** join/#asterisk lorsungcu (~anonymous@65.103.31.33)
16:12.46edong23determine if an inbound call (coming from the pri) is an international call or national
16:12.59igcewielingIn most places you do not set international or national prefix and set the pridialplan to unknown
16:13.20edong23there is that option... thats what i said, but it gets very dirty
16:13.28edong23there are a few options
16:13.40edong23but the correct way is to look at TON and then route according to that
16:13.54edong23which, im fine with prefixing digits..  if that would work
16:13.58igcewielingedong23: ah.  no really easy way.  What we do is if the CID is 11 digits and starts with a 1 or is 10 digits and does not start with a 1 or 0 then it is domestic, all others are international
16:14.02WIMPyigcewieling: And then you fix the callerid in the dialplan?
16:14.03edong23but i couldnt get it to work...
16:14.35edong23igcewieling: im talking about the called party
16:14.38edong23not the calling party
16:14.44igcewielingWIMPy: yup.  We don't get many international calls so it has not been a big deal.   I just like to "fixup" the CID so people can call back the TN from their phone's call history
16:14.52WIMPyActually the prefixes don't work for me either.
16:15.23WIMPyI never really looked at it. But that loos quite bad actually.
16:15.28WIMPylooks
16:15.32igcewielingedong23: you want to know if the call coming into asterisk from the PRI is calling from outside your country?
16:15.45edong23no, the called party
16:15.56edong23i want to know if the call coming to the asterisk box is going to outside my country
16:16.06edong23the called party number is international
16:16.13edong23the calling party will always be national
16:16.17edong23for me
16:16.18igcewielingedong23: heh, the prefix stuff will do notthing like that.
16:16.21WIMPyYet another point on the list of why not to use dahdi.
16:16.35igcewielingyou need to do it in your dialplan
16:16.56igcewielingWIMPy: hey now, PRIs are the BEST!
16:16.59WIMPyBut that's what the prefix stuff is there for, isn't it?
16:17.07WIMPyI even think it used to work.
16:17.07edong23if libss7 was better, i would use it
16:17.15edong23but last time i tried it, it was bonched
16:17.26igcewielingWIMPy: they are for incoming calls to asterisk from the PRI, they add digits to the calling part number
16:17.31WIMPyigcewieling: Tehy are, but there are other drivers that I feel more comfortable about.
16:17.34igcewielings/part/party
16:17.52WIMPyYes, that's waht we want.
16:18.01edong23igcewieling: do you have an idea of what i would set in my dialplan to determine this?
16:18.03edong23cause i dont...
16:18.03igcewielingat least that is what we used them for.  most of our PBXs use SIP w/POTS for backup/failover
16:18.56igcewielingedong23: what country are you in?  normally you set the pridialplan=unknown and then your carrier figres out what the TON should be.  Manually setting it to national or international causes exactly the issue you have.
16:18.59WIMPyThis sucks. I think I need to take a closer look at that issue tomorrow.
16:19.29*** join/#asterisk vinhdizzo (~vinh@cpe-66-74-182-202.socal.res.rr.com)
16:19.47WIMPyYes, always set them to unknown unless you have a good reason to do otherwise and know exactely what you're doing.
16:20.06edong23igcewieling: im in US....   and though this is kinda an option, setting pridialplan to unknown will seriously break my other routing, but...i can manage my way around it if it is the only way
16:20.07WIMPyBut this is about the caller-IDs or am I in the wrong movie?
16:20.48edong23pridialplan unknown is absolutely not the best way to set up a pri
16:20.53edong23so, noone can make that argument
16:21.09edong23but if somehting is missing from libpri so i can determinethis information, then so be it
16:21.19WIMPyIt's usually the only way.
16:21.22igcewielingedong23: it is the best way to set up a PRI in the USA.
16:21.35*** join/#asterisk willryder (~tedryder@nc-184-3-102-84.dhcp.embarqhsd.net)
16:21.35WIMPyAnywhere
16:21.59igcewielingWIMPy: some carriers in other countries do not support unknown TONs on PRI, but all of them in the USA do
16:22.16WIMPySeriousely? Where?
16:22.24edong23no, um...
16:22.33edong23WIMPy: igcewieling   i think there is a detatchment here
16:22.35igcewielingWIMPy: It has been a long time, check the mailing list archives.
16:22.40edong23im not getting a pri from some unknown
16:22.47edong23i am providing the pri to myself
16:22.51edong23from my class 5 switch
16:23.08edong23in this situation, there is no reason i shouldnt be able to use the TON bit that actually do work
16:23.09igcewielingedong23: ah, then you should be fine since you control both ends 8-)
16:23.37edong23i do control both ends, but i dont want it to get ugly still. I can have my class 5 switch outpulse the 011
16:23.42edong23that is teh cleanest way
16:23.46edong23but not the correct way...
16:23.52edong23if its the only way, then im ok with it
16:24.09edong23i was just trying to see if i could use the TON bits to do something..
16:24.23igcewielingedong23: this may help http://lists.digium.com/pipermail/asterisk-users/2005-May/102837.html
16:24.33igcewielingedong23: I'm sure you can set the TON but I can't find how at the moment.
16:24.43edong23thats OUTGOING
16:24.44edong23lol
16:24.45*** join/#asterisk crazed1 (themrrober@cpe-76-90-21-3.socal.res.rr.com)
16:25.07WIMPyThe information to set TON via cllaerid is in the chan_dahdi.conf.sample.
16:25.09edong23im not dialing internation from asterisk over the pri
16:25.20edong23im recieving them from my class 5 swtich over the pri to asterisk
16:26.04igcewieling${CALLINGTON}    * Caller Type of Number (PRI channels)
16:26.21WIMPyedong23: And that's what the prefixes should sort out.
16:26.25edong23igcewieling: does that exist?
16:26.44igcewielingedong23: in your exact version of Asterisk?  I don't know, but it is worth looking into
16:27.02WIMPyCALLERID(num-plan)
16:27.02edong23igcewieling: link to that resource please?
16:27.19edong23WIMPy: i dont know what callerid would do for me...
16:27.40WIMPyThat function should give you the TON.
16:27.53igcewielinghttp://www.voip-info.org/wiki/view/Asterisk+Detailed+Variable+List
16:28.23edong23igcewieling: this could work, i can test later
16:28.35WIMPyYou know that voip-info contains lots of stuff that was valid in the Asterisk 1.2 times.
16:28.43WIMPy~voip-info
16:28.43infobotit has been said that voip-info is the Voice Over IP wiki.  It is a community resource which will answer all of your questions, from Asterisk to ZTDummy.  You can find it over at http://www.voip-info.org - well worth bookmarking
16:28.48edong23this is almost literally what i asked for in my first question..  i ihave used TNS but not TON
16:28.53edong23shoudl be pretty simle
16:28.56igcewielingWIMPy: looks like     ANI-num-plan or num-plan to CALLERID may do it.
16:29.21WIMPyThey should do it.
16:30.04WIMPyNoone cares, but I think I should fix that box using dahdi anyway.
16:30.13igcewielingmanually setting the TON is like trying to commit suicide by putting a plastic bag over your head. Sure it may work, but is will be very unpleasant and not very effective in most cases
16:30.26WIMPyIt has exactely the same issue.
16:30.28edong23im not wanting to set it
16:30.52edong23im wanting to just be able to determine, on the incoming call, if it is internation, so i can then route based on that
16:31.12igcewielingedong23: do the incoming calls come in over DAHDI?
16:31.13edong23im starting to think having my switch outpulseasdialed might be better
16:31.19WIMPyWhy not set it if you know what it is you're calling? Probably unneccessary work, but nothing wrong.
16:31.19edong23yea
16:31.44edong23WIMPy: because im not calling over the pri
16:31.49edong23im recieving over the pri
16:31.56igcewielingWIMPy: exactly.  IF the dialed number starts with 011 then it is international -- simple, trivial
16:32.54edong23i suppose that is a way to do it...   routing based on digits isnt the right way though. it may be the only way with dahdi and asterisk right now
16:32.57WIMPyedong23: I got that. I was just commenting igcewieling
16:33.23WIMPyIt shouldn't be.
16:33.43WIMPyI'm off to a chilli test party in a moment, but I will take a look in to that tomorrow.
16:33.44igcewielingPSTNs have been routing based on dialed digits since the beginning of dialed digits
16:33.50WIMPyThat needs to be fixed.
16:34.14igcewielingWIMPy: then we need "local" "toll" and "international" buttons on all our phones.
16:34.35edong23um... pstns routing on cic codes
16:34.44edong23and numerous other routing meathods
16:34.57WIMPyVarious things, yes.
16:35.03igcewielingfrom the standpoint of the user and a PBX they route on dialed digits.
16:35.08edong23dialed digits would the last on the list
16:35.14WIMPyThe NP routing nightmare.
16:35.21igcewielingthat is just translated into whatever other codes you need in your SS&
16:35.44edong23this is no different... though
16:35.52igcewielingedong23: maybe you want to use chan_ss7 instead of chan_dahdi?
16:35.54edong23over ss7   a call that is internation doesnt have 011 on it
16:35.55edong23lol
16:36.00edong23igcewieling: abasolutely not
16:36.02WIMPyNot neccessarily. If you receive a call and try to call back, you will proably send the raw number including the TON as received and not as you would display or dial them.
16:36.06edong23unless they have fixed libss7
16:36.40igcewielingno idea.   ss7 handoff to our carriers would increase our costs by a hundredfold
16:36.55igcewielingso I don't keep on libss7 8-|
16:37.14edong23yeah, im not sure
16:37.19edong23it may have gone somewhere
16:37.25edong23but, last time i used it, it was a bust
16:37.35WIMPy(with yoy = your phone/PBX.
16:37.36edong23sangoma offers and ss7 stack they guarantee
16:37.38WIMPy)
16:38.01edong23but it is 5K
16:38.04igcewielingI love Sangoma but their support was less than great the last time we needed it.
16:38.17edong23really?
16:38.32edong23i have always (on the 2 times i needed it in 7 years) gotten good support
16:38.40edong23but, i havent needed sangoma support in years
16:38.53igcewielingI used to always get great support from them, but not that last time (about 4 months ago)
16:39.01edong23other than just rma t1 card someone plugged into a poe injector
16:39.57edong23ok   thanks igcewieling and WIMPy     ill try to outpulse as dialed on my class5 switch
16:40.16edong23its an easy change initially to test, but really hard to implement on my already build environment
16:40.21edong23but i should be abel to do something
16:40.34edong23i have a singel asterisk that is my tdm gateway
16:40.38edong234 pris
16:40.47edong23so, i can slice and dice how i see fit on it
16:40.51*** join/#asterisk vinhdizzo (~vinh@cpe-66-74-182-202.socal.res.rr.com)
16:41.53edong23and igcewieling  it makes sense that it would cost more for ss7 handoff
16:42.00edong23its far greater risk
16:42.09edong23you dont have the ability to control as much over ssh
16:42.12edong23ss7
16:42.13edong23oop
16:42.30edong23whereas, i can hinder your callerid spoofing, or such on a pri
16:42.38igcewielingedong23: apparently ss7 handoff is inexpensive in the EU.
16:42.45edong23ss7 is a "you handle it" thing
16:42.47edong23same here
16:42.51edong23expensive
16:42.51igcewielingI always thought that is odd
16:42.53edong23compared to a pri
16:43.46edong23i mean, it is a much different system, for sure, but 100fold difference in price is pretty outrageous
16:43.53edong23im assuming you are being generous
16:43.57edong23but here, it is 19
16:43.59edong2310x
16:45.24igcewielingmoves the decimal point
16:45.45edong23thats pretty outrageous
16:46.16igcewielingWe have good luck with our IP/SIP handoff to our wholesalers, but tickets usually come back with NTF 8-|
16:54.43*** join/#asterisk pabelanger (~pabelange@asterisk/contributor-and-bug-marshal/pabelanger)
16:54.43*** mode/#asterisk [+o pabelanger] by ChanServ
16:58.58*** join/#asterisk jmls (~somefake@77.107.171.82)
16:59.17jmlshi guys, got a strange problem that I'm trying to fix on a customer site
16:59.36jmlsI have register => foo:bar@host in sip.conf
16:59.47jmlsI alos have a [foo] peer defined
16:59.59jmlsbut sip show registry is showing nothing
17:00.32jmlsI was wondering what the causes of this could be ?
17:00.40igcewielingdo a sip reload and see if there are any errors/warnings in the CLI
17:01.10jmlsthere are none - I've checked several times, core restarted (even restarted the box!)
17:01.30jmlssorry, should say this is asterisk-11
17:02.24Ice_StrikeHow should a daemon process (AMI) be designed to listen multiple actions and events? For example: 50 agents currently on the calls and how should a daemon to monitor the Actions/Events from 50 agents?
17:03.17igcewielingIce_Strike: the code I posted last night is a good example of that
17:04.06igcewielingIce_Strike: you get all events over your one AMI connection
17:05.05jmlsis SIP/2.0 405 Method Not Allowed a bad thing ...
17:05.26jmlsafter a <--- SIP read from UDP:<hostip>
17:06.07igcewielingjmls: is that the register of something like OPTIONS or INVITE?
17:08.12jmlsoptions I think. trying to find it in the log
17:08.25igcewielingif options, then it is harmless and common
17:08.39igcewielingturn off qualify and the options messages will stop.
17:08.42jmlssorry, notify
17:09.01igcewielingNOFITY is likely MWI
17:09.23jmlscustomer can make outbound calls using this host,
17:09.28igcewielingdo you have a mailbox=something under [foo]?
17:09.36jmlsbut no inbound (as there is no register)
17:09.42jmlsigcewieling . yes
17:09.45igcewieling*nod*  registration has nothing whatsoever to do with outbound calling
17:10.04Ice_Strikeigcewieling I understand that, I meant what the best way to keep track of each agent in a daemon process
17:10.53igcewielingIce_Strike: that is far beyond the scope of this channel.  However, each message should have a uniqueid or linkedid (better) so you can figure out what events are for what call.
17:11.23igcewielingIce_Strike: a "state machine" may be what you are looking for.  It is a design which works well for events and stuff like that.
17:12.19Ice_StrikeGreat, i'll look into that
17:12.52Ice_StrikeShould uniqueid or linkedid to be stored in a array or database for tracking purpose?
17:16.50jmlsis there any problem woith ordering of externaddr, localnet, register => and [peer def[ ?
17:28.47*** join/#asterisk RypPn (~RypPn@unaffiliated/ryppn)
17:36.18*** join/#asterisk TimeRider (~steve@timerider.plus.com)
17:56.23*** join/#asterisk gusto (~gusto@ppp-93-104-69-51.dynamic.mnet-online.de)
17:59.42drmessanoAnyone using codec_silk ?
18:11.13*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
18:15.51*** join/#asterisk salz212 (~chatzilla@182.185.204.69)
18:37.56*** join/#asterisk vlad_starkov (~vlad_star@79.104.6.201)
18:40.42*** join/#asterisk fakhir (~fakhir@unaffiliated/fakhir)
18:41.24*** join/#asterisk Alagar (~helpdesk@vsusg1.vernalissystems.com)
18:53.42*** join/#asterisk k610 (~K610@cable-78.29.241.186.coditel.net)
19:10.01ChannelZdrmessano: I tried but don't have anything to use it with really.  SFA was never made to support it
19:11.06ChannelZI played with it briefly using CSipSimple on Android
19:13.49*** join/#asterisk andy09usa (~Andrey@audotov.com)
19:27.46drmessanoChannelZ, I can't seem to get it to load on an OpenVZ VM.
19:27.54drmessanoWorks fine on two non-virtualized boxes
19:28.05drmessanoNFI why
19:31.03ChannelZhmm
19:31.49ChannelZusing -generic arch?
19:35.13*** join/#asterisk lorsungcu (~anonymous@65.103.31.33)
19:45.43*** join/#asterisk garymc (~chatzilla@host86-174-143-125.range86-174.btcentralplus.com)
19:55.27*** join/#asterisk hackish (b8a2b885@gateway/web/freenode/ip.184.162.184.133)
19:56.59hackishI haven't had any luck finding this one... I want to make automixmon record all calls coming in and going out. All the howtos cover hitting some buttons to initiate call recording... any ideas?
19:59.17*** join/#asterisk areski (~areski@80.174.255.57.dyn.user.ono.com)
19:59.39ChannelZuse MixMonitor in your dialplan?
19:59.41[TK]D-Fenderhackish: Because "auto" is for USER triggered only
19:59.55[TK]D-Fenderhackish: Call Monitor YOURSELF in the dialplan
20:00.16[TK]D-Fenderhackish: there is no setting for "always".  * records when you tell it to.
20:01.26hackishok, just learning this stuff, I'll see what the dialplan thing looks like.
20:02.52[TK]D-Fenderhackish: It's only 95% of the job of configuring Asterisk
20:03.29hackishyep. I was looking at one of these no-brainer things like freepbx but they're all linux and myself specific.
20:04.09hackishold fashioned way for me unfortunately
20:05.19[TK]D-Fenderhackish: Yes, and FreePBX generates thousands of lines of dialplan.... for you.  It still has to be there
20:06.36hackishcan you recommend any specific places to get a default dialplan? I'm not really doing anything special. 2 lines and voicemail
20:07.03*** join/#asterisk chaz68 (~ChuckMast@wsip-24-234-137-89.lv.lv.cox.net)
20:08.47[TK]D-Fenderhackish: There is no such thing as "default"
20:09.12hackishunderstood but I'm sure it's a common recipe
20:09.13[TK]D-Fenderhackish: It is your job to make yourss do whatever you want it to do.
20:09.29[TK]D-Fenderhackish: Calling monitor is ONE line in your dialplan.  Put it where YOU want.
20:10.02[TK]D-Fenderhackish: There is no magic shortcut for this.  Go read the book.
20:10.04[TK]D-Fender~book
20:10.04infobotAsterisk: 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
20:10.06[TK]D-Fender^^^
20:10.33[TK]D-Fenderhackish: Maybe you'll have 5 places you'll have to put it.  Maybe a hundred.  Maybe ONE... we don't know what your dialplan looks like
20:12.06hackishso does every single person configuring the system write a 100 line dialplan themselves or are there config scripts or samples available somewhere you'd recommend? I've been quite unsuccssful at finding much in the way of howto as everyone seems to be only interested in selling their consulting services.
20:12.28hackishGetting something close, I can easily edit it as needed.
20:13.21[TK]D-Fenderhackish: 100 lines is nothing big at all.
20:13.33hackishsomehow I was afraid you were going to say that.
20:13.50ChannelZand for "2 lines and voicemail" it could be only a dozen or less
20:13.53[TK]D-Fenderhackish: And no there are no magic scripts.  The concept of samples is almost worthless as everyone's needs may be different.
20:14.29hackishTo me it seems like writing sendmail config files manually and compiling them with m4. Great, I program in assembly language all day long but not to write a hello world program.
20:14.31[TK]D-Fenderhackish: There is no shortcut.  There is no "how to" for your needs.  You will have to learn how this all works.
20:16.09hackishSo would you consider the GUI type config programs a waste of time then?
20:16.10[TK]D-Fenderhackish: I could write a 5 line dialplan that takes all calls from SIP phones I wire up over here and lets them dial each other with voicemail if no answer, dial out an ITSP, and ring all for incoming calls.
20:16.28[TK]D-Fenderhackish: GUI's have their place.
20:16.51[TK]D-Fenderhackish: You are failing to comprehend that the persons NEEDS determines what is best.
20:17.47hackishAll I'm trying to say is that my needs are very very simple. I'm going to assume that there are thousands of small home office guys who just need a line in with voicemail.
20:17.59[TK]D-Fender~assume
20:17.59infobotAbout assumptions : http://www.moviewavs.com/php/sounds/?id=gog&media=WAVS&type=Movies&movie=Long_Kiss_Goodnight&quote=assume.txt&file=assume.wav  It makes an (ass) out of (u) and (me)
20:18.34[TK]D-Fenderhackish: You want to record?  Put Monitor() before your Dial()'s
20:18.52[TK]D-Fenderhackish: This ain't Raw-Cat Sigh Hence
20:18.58*** join/#asterisk fakhir_ (~fakhir@unaffiliated/fakhir)
20:20.44hackishyes, the record part was just an additional thing. I really got screwed over hardcore by my phone supplier. I told them I wanted to switch so I'd do VOIP myself and they said well your contract expires next week. If you don't switch before then you're signed up for another 3 years or we can cancel it and you lose your number. Um... really? Ok f-u I guess I'll have to get this stuff working this weekend.
20:23.08[TK]D-Fenderhackish: I can't tell where the line between hardware & phone service cross in that description
20:24.30hackishwell the phone service is my cable company. They've been charging my business $60/mo for cid, voicemail and a phone line. So I bought an ATA and am in the process of getting a sip trunk. From there I just need to port the DID. It's the DID they're trying to hold ransom.
20:24.52igcewielinghackish: installing a PBX for the first time requires a huge learning curve
20:25.13hackishigcewieling, that's evident to me at this point.
20:25.35hackishI got quoted $2500 from 2 local companies who do it.
20:25.57igcewielingYou may want to consider FreePBX.  You still have a big learning curve, but for a basic PBX it isn't that bad
20:26.18hackishfreepbx unfortunately only runs on linux and mysql
20:26.22igcewielinghackish: where are you located?
20:26.30hackishOttawa, Canada
20:26.35igcewielinghackish: same as Asterisk
20:26.42[TK]D-Fender[15:26]hackishfreepbx unfortunately only runs on linux and mysql <- and why is this bad?
20:27.07hackishnot allowed to run linux or mysql.
20:27.07igcewielingIf you can't use linux and mysql then you should abandon all hope of making Asterisk work for you.
20:27.21[TK]D-Fenderhackish: Because...?
20:27.23*** join/#asterisk fakhir__ (~fakhir@unaffiliated/fakhir)
20:27.46igcewieling[TK]D-Fender: I don't think it matters.  8-|  No linux == no asterisk pbx
20:27.59hackishicewieling, I got astresk working on BSD without any issues. FreePBX on the other hand is so full of linux-isms it won't even compile
20:28.38hackishTK, not allowed to run linux or mysql. Policy.
20:28.43igcewielinghackish: Ah, I'd forgotten about BSD support.  I didn't know those crazy people who make sure it work on BSD were still around.  8-)
20:29.02Ice_StrikeI dont think asterisk available on Windows
20:29.04[TK]D-Fenderhackish: And the reason you can't run your obviously important phone services on a proper dedicated machine as is recommended is.....?
20:29.18igcewieling[TK]D-Fender: Set up to fail. 8-)
20:29.28hackishit is a dedicated machine
20:29.44[TK]D-Fenderigcewieling: Yes.  His own rules are fucking him over.
20:30.03igcewieling[TK]D-Fender: yup.  set up to fail, so no point in discussing it further.
20:30.06hackishnot my rules unfortunately
20:30.23[TK]D-FenderBake me a cake.  NOW.  Caveat : not allowed to use any flour or sugar of any kind.
20:30.34[TK]D-Fender\hackTime to learn Asterisk then
20:30.36igcewielinggets up and leaves the room
20:30.41[TK]D-Fenderhackish: Time to learn Asterisk then
20:30.44igcewielingthere, problem and solution
20:31.15hackishsucks don't it.
20:31.16Ice_Strikehackish You have two options ... Learn Asterisk or Hire someone cheap from elance
20:31.44igcewielingIce_Strike: He may have trouble finding people with experience with Asterisk and BSD
20:31.55hackishyep, the approved vendors know they have you by the short and curlies.
20:32.09[TK]D-Fenderhackish: "Approved" by whom?
20:32.10hackishI can't imagine that BSD has anything to do with it.
20:32.22hackishby the org I work for.
20:32.30igcewielingMy advice?  Get them to sign a 2 year contract and use that time to come up with a real plan and solution.
20:33.30[TK]D-Fenderhackish: You are basically setting up a who house of card between internal "rules" as to what you can run, who your "approved" vendors are.  I'm curious how many other "made to fail" conditions you are willing to impose before you realise that you completely fucking yourself over for no good reason.
20:34.35[TK]D-Fenderhackish: https://www.youtube.com/watch?v=v77SF4TFUoM
20:38.34*** join/#asterisk fakhir_ (~fakhir@unaffiliated/fakhir)
20:46.17hackishTK, don't quite know why it's such a big deal what OS they shove down my throat.
20:47.27*** join/#asterisk lorsungcu (~anonymous@65.103.31.33)
20:47.37hackishI could probably tolerate a windoze config tool.
20:49.45[TK]D-Fenderhackish: The bigger deal is your list of "approved" vendors
20:50.20[TK]D-Fenderhackish: But if you wanted an easier solution, you've already cut all of those off.
20:51.41[TK]D-Fenderhackish: So sure, you can use BSD.  It'll be all basic from-scratch config, and apparently ha to be provided from somebody's massively restricted vendors unless you can learn how to do it yourself extremely quick
20:52.03hackishThe companies allowed to do this work need certain pre-requisites that are hard to get. I have the necessary qualifications, I'm just not a telecom expert.
20:52.06[TK]D-Fenderhackish: Mind you, you also havent told us what you're even using right now as phones go
20:52.43*** join/#asterisk serafie (~erin@24.214.158.242)
20:58.41hackishtk, it's just a plain old phone hooked to a cisco psa122. I've managed to config the cisco and get it talking to the astrisk.
20:58.52hackishspa122 rather
21:00.14igcewielinghackish: now comes the hard part.
21:00.42[TK]D-Fenderhackish: "From there I just need to port the DID." <- have you picked your vendor yet?
21:01.12[TK]D-Fenderhackish: I was asking about what you were using BEFORE BTW
21:01.15hackishyes. Once again, on an approved list
21:01.21[TK]D-Fenderhackish: Not what you may be testing * with now
21:01.36[TK]D-Fenderhackish: I didn't ask if you had a list.  I asked if you made the choice
21:02.04[TK]D-Fenderhackish: Stop being a generic secret-squirrel
21:02.07hackishthe answer is still there.
21:02.20[TK]D-Fenderhackish: And every term is vague
21:03.05igcewielingwhich carrier/vendor are you using?
21:03.21hackishprimus SGS.
21:03.42igcewielingdo you have a DID with them already which you can use for testing?
21:03.54[TK]D-Fenderhackish: So what was your previous phone setup?
21:04.00hackishthey are providing one for me, then I port over to it later.
21:07.46hackishthe previous phone setup consisted of a normal business line through a cable company.
21:08.36hackishplus a number of different phones for making outbound calls.
21:10.00hackishmy objective is to get the business line side of things up ASAP.
21:11.17hackishOther than that I will later get some sort of codec that's already been compiled for the BSD I use.
21:11.37[TK]D-Fenderhackish: So you had NO PBX at all before and just a buch of phones plugged in no smarter than with your home line?
21:12.03[TK]D-Fenderhackish: At which point then you might as well port the number over, point your SPA direct to your new provider and plug your phones into THAT instead and be done with it
21:12.20[TK]D-Fenderhackish: You'll have what you have now with a new provider.  The End.
21:12.38[TK]D-Fenderhackish: And then if you actually to be able to do something smart with it... go learn Asterisk
21:12.52[TK]D-Fenderhackish: But at leasrt you'll be off your cable provider
21:13.16hackishThe ultimate destination is to have more than 1 transport for a call depending on the destination.
21:13.39[TK]D-Fenderhackish: Fine.  go learn Asterisk.  In the meantime, get off your contract before you're locked in any further
21:17.23hackishDo you think it would be a big deal to switch from the SPA box to asterisk? While I do need to get out of the stupid contract fast I also have a box that the SPA has to be plugged into to make some calls. This can be replaced with an asterisk codec that just takes a USB device and already runs on the BSD machines.
21:22.59*** join/#asterisk corretico (~luis@190.211.93.38)
21:31.46[TK]D-Fenderhackish: "asterisk codec" <- this is not a real term as-used
21:32.08[TK]D-Fenderhackish: "also have a box that the SPA has to be plugged into to make some calls" <- clarify this
21:32.58[TK]D-Fenderhackish: "This can be replaced with an asterisk codec that just takes a USB device and already runs on the BSD machines" ,- actually... clarify this whole phrase.  What is this "USB thingy" you're talking about?
21:34.57hackishI don't know what the module is called.
21:35.49[TK]D-Fenderhackish: So far all I see is "USB" and "runs on BSD machines".  No description of function or at what point you believe Asterisk is expected to be able to support it.
21:35.54hackishIt's called a ZRTP AES Codec
21:36.50[TK]D-Fenderhackish: I'm all but certain that no Asterisk code supports that thing
21:38.39[TK]D-FenderZRTP is a protocol, not a CODEC, and AES is an encryption algorithm.  Two pieces out of a triad that is missing the third piece and carriying the name of the missing piece.  That is a very broken term
21:40.42hackishThe third piece is just a card that plugs in via USB.
21:41.44[TK]D-Fenderhackish: And I doubt that Asterisk has any code to make use of it
21:42.03*** join/#asterisk hesco (~hesco@c-174-48-250-91.hsd1.fl.comcast.net)
21:42.12[TK]D-Fenderhackish: I know there are ZRTP patches for *.  Unsure how easy it will be to bring those in if it hasn't been merged.
21:42.30hackishI don't have to worry about that part. It's already done for me and they just provide it as a .so file
21:42.59[TK]D-Fenderhackish: a ".so" for Asterisk?
21:43.08hackishyes
21:43.43[TK]D-Fenderhackish: Hope it works for whatever version you'll be running.  Keeping in mind this is a purely SOFTWARE thing for I dunno ... everyone else.
21:44.15[TK]D-Fenderhackish: Relying on some USB dongle for this is jsut another layer of ridiculous dependency in this house of cards
21:44.25hescoI need to do a hard reset to factory defaults (including losing the IP address to the boot server) on a Polycom SIP501.  Can anyone help me know how, please?  I tried the 4-6-8-* combination but it simply purged the config and pulled the same corrupted configuration down from the wrong boot server.  I need to change the boot server IP, but am locked out by a non-default password.
21:46.05hackishThe USB dongle is just a key. Without it the system is useless.
21:46.57[TK]D-FenderAnd software could have whatever values are in there all on it's own.
21:47.06hackishThe whole thing works with 1.8.20 so that's what I installed.
21:47.07[TK]D-FenderAnd people have already done this "straight'
21:47.29[TK]D-FenderBut hey, best of luck with it anyway
21:49.22Ice_StrikePolycom is nice phone, I have them at work.. about 60 Polycom phones!
21:50.00Ice_StrikeI've set Polycom to connect to Boot Server (TFTPD)
21:51.08*** join/#asterisk appleboy (~appleboy@about/cooking/nakedchef/apple/tarts)
21:57.36lorsungcucool story Ice_Strike
21:58.16[TK]D-FenderI LIKE TURTLES!
21:59.12[TK]D-Fenderhesco: " I tried the 4-6-8-* combination" -> when?  What did you do right after?
22:05.15lorsungcuanyone tried building an OSS EPM template for Snom VIsion?
22:21.23*** join/#asterisk micdobro (~mic@0305ds4-vby.2.fullrate.dk)
22:26.12*** join/#asterisk vfabi (~fabi@host-static-89-41-121-42.moldtelecom.md)
22:29.47hesco[TK]D-Fender: I unplugged the phone, waiting a minute and then plugged it back in.  It grabbed its boot rom from the old boot server and left me locked out with its non-default password.  I was not sure what to do after that so I put off the project until I posted this report in this channel.
22:31.58hescoIn searching about, all the advise I found seems to assume I have a password to reset the defaults using the menus.
22:37.39hescoI read some advice about using the mac address as a password after the 4-6-8-* sequence, but that did not work for me.
22:39.14lorsungcuhesco: 456 does not work?
22:39.54*** join/#asterisk vfabi (~fabi@host-static-89-41-121-42.moldtelecom.md)
22:40.50hescono, the config pushed down from the tftp server sets a non-default password
22:41.32hescothat is where I get stopped.  If 456 worked, I would have simply pointed the phone at my new server and be back in business.
22:41.55hescoAs it is, the phone is registering to the old server, rather than to my server.
22:43.50lorsungcuand you don't have access to the old server/it's config files?
22:50.37*** join/#asterisk ChannelZ (channelz@burner.com)
22:55.56hescoafraid not.
22:56.15hescolorsungcu: ^^^^^
23:01.17*** join/#asterisk fisted (~fisted@unaffiliated/fisted)
23:02.38*** join/#asterisk apb1963_ (~apb1963@174.134.117.244)
23:02.38*** join/#asterisk [TK]D-Fender (~chatzilla@bas1-montreal08-1279584386.dsl.bell.ca)
23:14.03lorsungcuis the phone local to you?
23:14.30lorsungcuor do you have control of DHCP in the phones network
23:15.28*** join/#asterisk vlad_starkov (~vlad_star@178.176.4.243)
23:21.10*** join/#asterisk serafie (~erin@24.214.158.242)
23:23.42WIMPyedong23: I revert my statement. The prefix options do what they're supposed to do. It was the IAX trunk that had wrong IDs.
23:25.14*** join/#asterisk tzafrir_laptop (~tzafrir@212.179.75.202)
23:27.49edong23WIMPy: no idea... i havent had a chance to test yet
23:35.26*** join/#asterisk Phoebus (~Phoebus@pdpc/supporter/active/phoebus)
23:44.53hescolorsungcu: yes, the phone is on my desk and the dhcp server is in the appliance router on my desk as well.  This is an interesting direction of inquiry.  However I just discovered that my washing machine is not anymore.  I have to run out to a laundromat if I am going to be ready for the new work week in the morning.  I will return to this channel, and if you are still around this conversation in about two hours.  Feel free to fill in th
23:45.41lorsungcuall you need to do
23:45.50hescook, still here
23:45.50lorsungcuis set a tftp server toy serve new config files
23:45.54lorsungcueven just the defaults
23:46.06lorsungcuand set DHCP options 66 and 150 to point to that server..
23:46.48hescowhere do I set dhcp options 66 and 150?  on the phone where I lack the password?  or on the appliance router?
23:46.53lorsungcuon your router.
23:46.57lorsungcuwhatever is doing DHCP
23:47.57hescoThat is worth investigating when I am back.  Thanks.  Not that familiar with dhcp, will study up to see what I can learn and whether this appliance device allows me that level of control.
23:48.41[TK]D-FenderYou don't need DHCP options for that phone to pick up configs
23:49.40lorsungcuwhat would you recommend?
23:51.05hescoIts a D-Link EBR-2310 and does not seem to let me configure Options 66 and 150.  But I have another router I could plug it into.  I'm running out of time on this laundromat though.  Forgive me, [TK]D-Fender, if you have other ideas I look forward to reading them on my return.  Back in two hours.
23:51.14[TK]D-FenderPoint to the phone to whatever server you want.
23:51.31[TK]D-Fenderhesco: Oh, you've moved on from the Polycom issue?
23:51.45lorsungcuyeah, i was basing that on him being unable to get into the admin menu
23:51.54[TK]D-Fenderhesco: What do you have that IS working? :p
23:52.22lorsungcuif he resets it and is still unable to access that menu
23:52.30lorsungcuand DHCP options aren't set
23:52.34lorsungcunot sure what's going on
23:52.46lorsungcuunless he isn't trying to get in directly after the reboot
23:53.08lorsungcuassume that's what you were asking and didn't get an answer on before.
23:54.57*** join/#asterisk Phoebus (~Phoebus@pdpc/supporter/active/phoebus)

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