IRC log for #asterisk on 20070618

00:00.04WindBack_VoiceMeUp_COM, si comentas la parte del script donde estan los metodos sayNumeros y sayMensaje, veras que lo otro (leerNumeros) anda bien
00:01.06WindBack_VoiceMeUp_COM, If you don't coment it. You will see that the function leerNumeros read cualquier number
00:01.11*** join/#asterisk mrichmanM (n=richmanm@c-67-171-174-128.hsd1.or.comcast.net)
00:02.07_VoiceMeUp_COMEXEC Playback digits/3
00:02.07_VoiceMeUp_COMWAIT FOR DIGIT -1
00:02.07_VoiceMeUp_COMtest1
00:02.22_VoiceMeUp_COMhmm
00:02.58_VoiceMeUp_COMah
00:02.59_VoiceMeUp_COMok
00:03.34WindBack_VoiceMeUp_COM,  can you see the problem??
00:04.35_VoiceMeUp_COMESTO ES UNA PRUEBA: ['3', '3', '3', '3']-b
00:04.46_VoiceMeUp_COMits your strINT
00:05.22_VoiceMeUp_COMhttp://www.pastebin.ca/573092
00:05.41_VoiceMeUp_COMnow you need to make it work lol
00:07.16WindBack_VoiceMeUp_COM, this script work??
00:07.31_VoiceMeUp_COMbah
00:07.35_VoiceMeUp_COMit works from shell prompt
00:07.42_VoiceMeUp_COMnot sure why
00:09.04WindBack_VoiceMeUp_COM, puedes apreciar el problema de que WAIT FOR DIGIT no espera el digito cuando previamente se esta andando alguna aplicacion como playback???
00:09.40_VoiceMeUp_COMthink so
00:09.49WindBack_VoiceMeUp_COM, and WAIT FOR DIGIT take any digit in a random way
00:09.55_VoiceMeUp_COMwait
00:10.44_VoiceMeUp_COMinstead
00:10.56_VoiceMeUp_COMTry EXEC Read
00:11.05_VoiceMeUp_COMdo show application read
00:11.07_VoiceMeUp_COMRead
00:11.13*** join/#asterisk FastFeet (n=FastFeet@CPE0013109fd25b-CM000f9fa60d7a.cpe.net.cable.rogers.com)
00:11.19_VoiceMeUp_COMthen read the var from the stdin
00:11.21_VoiceMeUp_COMi guess
00:11.33_VoiceMeUp_COMi think that functions was removed
00:11.39_VoiceMeUp_COMwhat vcersion of crasterisk ?
00:11.47WindBack1.4
00:12.03WindBackwhat function??
00:12.08_VoiceMeUp_COMshow manager commands
00:12.12ManxPoweryou should have read UPGRADE.txt then
00:12.14WindBackWAIT FOR DIGIT
00:12.18WindBackor read??
00:12.23_VoiceMeUp_COMRead
00:12.26_VoiceMeUp_COMah
00:12.27_VoiceMeUp_COMlol
00:12.32_VoiceMeUp_COMupgrade.txt let me go loook
00:12.40_VoiceMeUp_COMManxPower comes to the rescue
00:12.57ManxPowerMost of the docs you will find on the web are for 1.0 or 1.2 asterisk
00:13.04ManxPowerif you are running 1.4, you should read that file.
00:13.11_VoiceMeUp_COMmy 1.4.5 doesnt work
00:13.25_VoiceMeUp_COMhangs channels, and crashes cisco
00:13.31_VoiceMeUp_COMso i dont use so i dont have the upgrade lol
00:13.35ManxPowerthen go back to a working version
00:13.40_VoiceMeUp_COMyep
00:13.56ManxPower_VoiceMeUp_COM: I can't imagine anyone wanting to run 1.4 in production
00:14.01_VoiceMeUp_COMits not prod
00:14.07_VoiceMeUp_COMits  home on a laptop
00:14.11_VoiceMeUp_COMto try out chan_mobile
00:14.24_VoiceMeUp_COMyou wont catch me dead with 1.4
00:14.28_VoiceMeUp_COMmaybe 2.0 someday
00:14.51ManxPower_VoiceMeUp_COM: eventually the will stop maintaining 1.2.  I just hope 1.4 is stable by then
00:15.01*** join/#asterisk SwK (n=SwK@user-69-73-37-99.knology.net)
00:15.02_VoiceMeUp_COMyeah no worry or maintain
00:15.09_VoiceMeUp_COMif it aint brok dont fix it
00:15.20_VoiceMeUp_COMif you want stability go commercial
00:15.26_VoiceMeUp_COMand if its free dont complain
00:15.31_VoiceMeUp_COMthat my 3 moto's
00:16.48rob0How much / what kind of verbose does it take to see in console when something doesn't match in the dialplan?
00:16.55WindBack_VoiceMeUp_COM, what other function can I use??
00:17.01_VoiceMeUp_COMread
00:17.06_VoiceMeUp_COMEXEC Read
00:17.18_VoiceMeUp_COM<PROTECTED>
00:17.24_VoiceMeUp_COMthen use GetVar
00:17.28_VoiceMeUp_COMto get that value
00:17.35WindBack_VoiceMeUp_ ahhh
00:17.38ManxPowerrob0: 1 I believ e
00:17.39_VoiceMeUp_COMor set into Var1 Var2 Var3 etc and get them back
00:17.57*** join/#asterisk zotz (n=zotz@24.244.163.157)
00:17.59rob0I set up my IAX user -> IAX peer, but when I dial something which I think should match the peer context, I get fast busy and no activity in console.
00:18.09WindBack_VoiceMeUp_COM, but is it deprecated??
00:18.46_VoiceMeUp_COMdont think so
00:18.57_VoiceMeUp_COMaka check upgrade.txt
00:19.21WindBack_VoiceMeUp_COM, me parecio entender que dijiste que la sacarķan
00:19.59WindBack_VoiceMeUp_COM, I'll try whit it... And thank you for your help
00:20.16_VoiceMeUp_COMk
00:20.29_VoiceMeUp_COMsacar is remove right
00:20.43_VoiceMeUp_COMi didnt say they would remove ;)
00:21.43WindBack_VoiceMeUp_COM, and?? do you like the spanish??
00:22.06_VoiceMeUp_COM;0 yeah
00:22.14_VoiceMeUp_COMi would live there i guess
00:22.16_VoiceMeUp_COMnice temp
00:22.25_VoiceMeUp_COMand the corruption is nice
00:22.30_VoiceMeUp_COMwhen you on the right side of it
00:22.39_VoiceMeUp_COMgot a dialup plugged in 1 hour..
00:22.45WindBack_VoiceMeUp_COM, yeaa of course
00:22.49_VoiceMeUp_COMin mexico avg wait time for a tel line is 6 month
00:22.57_VoiceMeUp_COMpaid 50$
00:23.07_VoiceMeUp_COMlol i was like.. man you should of just charged a setup fee lol
00:23.23_VoiceMeUp_COMguess thats why cell is blooming everywhere asia too
00:23.56WindBack_VoiceMeUp_COM, In Argentina there are a lot of corruption too
00:24.28_VoiceMeUp_COMyeah first girl i met in peurta was abdcuted 4 times since she was 6
00:24.40_VoiceMeUp_COMshe had a nice slice on her face from last one
00:24.52_VoiceMeUp_COMcar jacked 3 times and home invasion 1
00:24.56WindBack_VoiceMeUp_COM, what is abducuted???
00:25.07_VoiceMeUp_COMabducted
00:25.14_VoiceMeUp_COMoh el palabro ?
00:25.30_VoiceMeUp_COMsecuestrado
00:25.37WindBack_VoiceMeUp_COM, ahhhh
00:26.00Taadow_VoiceMeUp_COM: Do you drink a lot of coffee?
00:26.13_VoiceMeUp_COMor tomado..
00:26.15_VoiceMeUp_COMyeah why
00:26.19_VoiceMeUp_COMlol i type alot ?
00:26.26_VoiceMeUp_COMmy enter key is borken to the on position
00:26.34WindBack_VoiceMeUp_COM, yes, but there are a lot of corruption in the politcian ambito
00:26.34_VoiceMeUp_COMs/borken/broken/
00:26.41WindBacktoo
00:27.00_VoiceMeUp_COMTaadow ?
00:27.07Taadowheheh
00:27.08_VoiceMeUp_COMTaadow : you drink milk ?
00:27.12_VoiceMeUp_COM;)
00:27.27_VoiceMeUp_COMhope for you you dont get a ding ! on each enter
00:27.32TaadowIndeed.  I hear you lack the appropriate enzymes at a certain age to properly digest it though.  Wonder what truth there is to that.
00:27.45TaadowNegative on the dingies.
00:27.52_VoiceMeUp_COMhmm certain age ?
00:28.00_VoiceMeUp_COM#define certain_age
00:28.30TaadowAdulthood and later.  So I hear.
00:28.37TaadowPerhaps it is just a myth.
00:28.41*** join/#asterisk _DAW (n=chatzill@adsl-222-30-84.msy.bellsouth.net)
00:32.54rob0Okay, I'm making progress. :) I dial here, SIP/FXS to local *, * goes IAX to home *, home * does FXO->PSTN to call my cell phone.
00:33.08rob0(cell is a local call there)
00:34.34flenderswhere is that?
00:35.02*** join/#asterisk axisys (n=axisys@ip68-98-146-161.dc.dc.cox.net)
00:35.13rob0Alabama.
00:35.47flenderswow, I wish calls to mobiles were local calls here
00:35.56rob0Now to add some bells/whistles. Ringing indication stops when the home * picks up the line.
00:36.17flendersI pay 10c untimed on local calls and 29c/minute to mobiles
00:36.26rob0ouch!
00:36.43*** mode/#asterisk [-b AvoidingDeadlock!*@*] by russellb
00:36.50rob0oh untimed ... well not real bad, but I'm used to having free local calling.
00:36.58flendersand from your cell phone, is it the same as a local call?
00:37.16magic_hatdo I need to do anything special to accept keyboard input from a caller once the call's connected? I have an autogreeter that plays a welcome msg and says 'press 8 for a company directory'. But when I press 8, nothing shows up in the log, and nothing happens to the call.
00:37.17rob0My cell is prepaid, so no, all airtime costs.
00:38.12flendersmagic_hat: do you have an extension '8' on the same context?
00:38.31flendersor include another context that has an extension 8
00:39.03magic_hatflenders: i do have an extension 8... but even if I didn't, shouldn't I be seeing an error in my log w/ verbose set to 9?
00:39.27flenderspastebin the dialplan
00:40.00flendersmaybe it's not accepting DTMF
00:41.59magic_hatflenders: http://pastie.caboo.se/71277
00:44.23*** join/#asterisk webman (n=adamg@gw1.websitemanagers.com.au)
00:46.26webmanhas anyone managed to get a recent 1.4 branch working reliably in the past 2 weeks? Every SVN version I've used crashes within 24 hours, on a very lightly loaded system....
00:46.57webmannow, I can make the current SVN crash on the first SIP call
00:47.10_VoiceMeUp_COM2.3
00:47.12_VoiceMeUp_COM1.2
00:48.07magic_hatflenders: I've seen some info re broadvoice & dtmf (ie http://lists.digium.com/pipermail/asterisk-dev/2004-August/005674.html). But I have dtmfmode=inband set in both [general] and [broadvoice]
00:48.11webmanhuh? you use 1.2 reliably?
00:52.05flendersmagic_hat: yeah, your dialplan seems fine
00:52.15russellbwebman: do you have a backtrace?
00:52.25rob0My 1.4.4 has been running awhile, no crashes.
00:52.31flendersmagic_hat: only difference from mine is that I have the 'Waitforexten'
00:52.40_VoiceMeUp_COMi think 1.4 works if no nat
00:52.42magic_hatwhat's that?
00:52.49_VoiceMeUp_COMbut once natted.. you get magic happening
00:53.05flendersWaitExten, I meant
00:53.18flendersit waits for you to punch in an extension
00:53.24_VoiceMeUp_COMcan you switch dtmf in dialplan ?
00:53.28flendersexten => s,8,WaitExten(10)
00:53.30*** join/#asterisk drako (n=ljd@nelug/coreteam/luisjose)
00:53.48magic_hatflenders: cool
00:53.50_VoiceMeUp_COMyeah cant find waitforexten
00:53.53webmanrussellb: I don't get a core dump, just no calls in/out, and I can't do a "stop now" from the CLI, I need to kill -9 <asteriskpid>
00:54.06russellbthat's not a crash, then.
00:54.06flendersmagic_hat: do you have any FXO channels there?
00:54.09_VoiceMeUp_COMwebman same here
00:54.14magic_hatalthough there's no indication in the log that I've pressed anythign while the call's connected. So it seems like a dtmf issue
00:54.15_VoiceMeUp_COMand it crashes my cisco phone
00:54.27_VoiceMeUp_COMcisco cant place anomore calls after even if i restart asterisk
00:54.57magic_hatflenders: dunno about fxo. my setup is solely softphones->asterisk->broadvoice
00:54.57russellbwebman: would you like to debug it?
00:54.57flenderswebman: I had a similar problem, and it was hardware related
00:54.57webmanrussellb: ok, yes please!
00:55.23russellbwebman: first, get the latest code, either from svn, or the latest release
00:55.35rob0Hmmm, when I use a specific extension my *-to-* setup works fine. But variables like "9NXXX,1,Dial(IAX2/home/${EXTEN:1},30,r)" don't hit my 4-digit extensions at home. I just get fast busy, nothing in console.
00:55.37_VoiceMeUp_COMwebmasn did you copy your config from ealier version ?
00:55.38webmanflenders: I was running SVN from march for months on the same hardware perfectly, and have been running asterisk for 3 years with few problems on this box
00:55.45russellbwebman: then, run "make menuselect", go to the Compiler Flags section ... enable DONT_OPTIMIZE and DEBUG_THREADS.  hit 'x' to save and exit
00:55.49webmanrussellb: done, about 30 minutes ago
00:55.56russellbwebman: make / make install ...
00:56.02_VoiceMeUp_COMNXXX is not 4 digit
00:56.06_VoiceMeUp_COMits N + 3 digit
00:56.15rob0Do I have to define all my home extensions on this end?
00:56.21_VoiceMeUp_COMi think you would need _9XXX
00:56.23flendersmagic_hat: if you try that same dialplan on an internal context, does it work?
00:56.33rob0Duh!!! Thx.
00:56.55_VoiceMeUp_COMalso when patern matching i think you need the _
00:57.07rob0yes, I forgot that. :(
00:57.21magic_hatflenders: waitexten seems to have helped
00:57.25webmanrussellb: what level of debug will I need to record? (I've enable debug logging in logger.conf)
00:57.29russellbwebman: would you be willing to let me log in and look at it when it's locked up?
00:57.56*** join/#asterisk mosty (n=mostyn@202.153.69.82)
00:58.00flendersmagic_hat: working now?
00:59.44magic_hatlol i was wrong about waitexten. it executes, but I'm still not seeing anything I press on the keypad.
01:00.40*** join/#asterisk SirThomas_Home (n=tomc@209-169-199-174.us.warpdriveonline.com)
01:00.41flendersmagic_hat: so, same dialplan on an internal context, does it work?
01:02.39magic_hatflenders: doesn't work internally either
01:02.57webmanrussellb: it hasn't locked yet, but a "hangup" from the dialplan closes the channel on asterisk, but both grandstream and polycom phone still think they have an active call...
01:03.35webmanthis only just started happening with todays code
01:03.53flendersmagic_hat: have you tried different dtmf modes?
01:04.16magic_hatflenders: in sip.conf?
01:04.45flendersyeah
01:04.56magic_hatno, lemme try info
01:05.14flenderstry dtmfmode=rfc2833
01:05.57magic_hatand do i leave dtmf=inband?
01:06.34flendersno
01:06.50magic_hatokay, lemme give it a go
01:10.40*** join/#asterisk tuxd00d (n=tuxinato@128.187.178.29)
01:11.11magic_hatworks. awesome.
01:12.02flendersgreat!
01:12.03*** join/#asterisk mog (n=mog@c-71-207-214-192.hsd1.al.comcast.net)
01:12.03*** mode/#asterisk [+o mog] by ChanServ
01:14.33*** join/#asterisk saftsack (n=saftsack@pD9E0561B.dip.t-dialin.net)
01:17.05magic_hatnext ?: how would I set something up so that someone on another extension can grab an inbound call on another extension?
01:17.59rob0callgroups
01:18.09rob0or huntgroups?
01:18.45magic_hatcool, i'll check it out
01:21.38*** join/#asterisk Kumbang (n=kumbang@router-wmi.paume.itb.ac.id)
01:21.49*** join/#asterisk elg (n=fugalh@216.31.27.110)
01:22.08*** join/#asterisk jetlagmk2 (n=jetlag@pool-70-104-75-171.pskn.east.verizon.net)
01:32.17magic_hatw/ setting up voicemail, is there any reason not to give a user a vm mailbox # that matches his extension?
01:33.05rob0Confusion. ;)
01:33.44magic_hatrob0: my thought is that it would lead to less confusion, because you always know the mailbox# should match the extension
01:33.51magic_hatwhat am I missing?
01:33.59rob0"No ... that's just what they'll be EXPECTING us to do!" -Capt. Rex Kramer (Robert Stack), _Airplane!_, 1980.
01:34.11magic_hatlol
01:34.34magic_hat"consistency is a virtue" -My mom, all the f'ing time.
01:38.14*** join/#asterisk ReDNeQ (n=ReDNeQ@cpe-66-68-37-190.austin.res.rr.com)
01:40.26*** join/#asterisk mightnare (n=mike@s230165.ppp.asahi-net.or.jp)
01:43.46mostyanyone good at debugging PRI? when i dial, asterisk says dial_exec_full: Unable to create channel of type 'ZAP' (cause 34 - Circuit/channel congestion)
01:46.26mosty"pri show span 1" says the status is "Provisioned, Down, Active". wanrouter says span 1 is connected.  wanpipemon says there are no alarms, but there are 20 line code violations and 4 FAS errors (these have not increased in the last few hours of playing with settings and trying to dial)
01:47.19*** join/#asterisk GlobeTrotter (i=erivvnni@190.10.0.188)
01:50.18_DAWThat should read Provisioned UP Active
01:52.13*** join/#asterisk ghento (n=ghento@CPE0014bfaf7d7a-CM00111ae4684c.cpe.net.cable.rogers.com)
01:53.46mosty_DAW, i know, but i can't figure out why it isn't up
01:54.50_DAWAre you sure you have all the parameters correct?  NI2, D-Channel, etc..?
01:58.32*** join/#asterisk mosty (n=mostyn@202.153.69.82)
01:59.37mostyis there any point looking at the output from pri intense debug if the span is down? i'm trying to figure out why the span is down
02:00.09ReDNeQwhat card you running
02:01.07mostyi have a sangoma a104d (and also  a digium te412p available couldnt get that to work either)
02:01.29*** join/#asterisk linagee (n=linagee@about/linux/staff/linagee)
02:01.48flendersmosty, replacing the card didn't work?
02:01.55magic_hatanyone have suggestions for debugging voicemail via e-mail sound quality? sound quality is fine on answered calls, but if it goes to voicemail and I then play the audio file it's just big noise.
02:02.12mostyflenders, nope. i'm not getting d-channel errors anymore, but the status is still down
02:02.24mostyflenders, wanrouter status says it's connected
02:02.51mosty(with AFT HDLC) protocol- i assume that is correct
02:03.19flendersmosty, wanpipemon -i w1g1 -c trd
02:03.34flendersdo you see incoming and outgoing packets?
02:03.45mostyflenders, no
02:03.50flendersonly outgoing?
02:04.48mostynothing at all
02:04.54flendersoh, that's weird
02:05.02flendersyou should at least see outgoing
02:05.15mostyit just says "starting trace, press enter to exit", then nothing
02:05.25flendersis asterisk running?
02:05.45mostyyes
02:06.12flendersand the guy from aapt tested your cables as well
02:06.26mostyyes
02:06.36mostyifconfig w1g1 show packets
02:07.16flendersnext thing I would suggest you is a loopback cable/connector
02:07.47flenderson sangoma's wiki, there's instructions on how to make one, and how to test your card using it
02:08.12mostyok, i have one handy- trying it now
02:08.29flendersas it's a 4 span card, you could probably just run a cable from one span to the other
02:08.54flendersare you in brisbane now
02:08.56flenders?
02:09.05mostyyes
02:09.28mostyi have the crossover cable (as described on sangoma's wiki) plugged between span 3 and 4 now
02:10.03mostynot seeing any packets with wanpipemon on either of those interfaces
02:10.18mostybut do i need to try dialing to see that?
02:10.27flendersyou need to change zaptel's config
02:10.41flendersand restart wanrouter
02:11.06flendersyou don't need to dial to see packets...
02:11.10mostyi changed zaptel but didn't restart wanrouter
02:11.15flendersyou should see:
02:11.25flendersINCOMING        Len=4   TimeStamp=52053   Jun 18 12:04:52 135326 [1/100s]
02:11.25flendersRaw (HEX)       02 01 01 FD
02:11.25flendersOUTGOING        Len=4   TimeStamp=52053   Jun 18 12:04:52 135376 [1/100s]
02:11.25flendersRaw (HEX)       02 01 01 FD
02:11.37mostyi restarted wanrouter, stillnot seeing any packets
02:12.28mostyi'm trying to recompile wanpipe
02:13.04flendersis this the page on the wiki you were following? http://wiki.sangoma.com/wanpipe-asterisk-patlooptest
02:13.05magic_hatanyone have suggestions for voicemail sound problems? I'm just getting screeching on the messages
02:14.26flendersmagic_hat: can you pastebin your voicemail.conf?
02:14.55mostyflenders, no i was using the e1 crossover layout described here http://wiki.sangoma.com/Cablepinouts
02:15.53mostyflenders, seems to the the same though isn't it?
02:16.09flenderssame
02:16.10flendersyeah
02:16.20magic_hatflenders: http://pastie.caboo.se/71286
02:16.32magic_hatthe only thing I changed from default was the mailboxes themselves
02:17.44flendersif you listen to voicemail on the handset, is it also bad?
02:18.13magic_hatflenders: yes.
02:19.28flendersyes == bad?
02:19.30mostyflenders, patlooptest fails, (Error 1): Unexpected result, 255 != 0, 1 bytes since last error.
02:19.56magic_hatflenders: vm audio played over handset is also bad
02:20.13flendersmosty, you can't be that unlucky
02:20.28*** join/#asterisk flujan (n=flujan@201-42-102-214.dsl.telesp.net.br)
02:20.48flendershave you tried moving the card to a different slot on the server?
02:20.58mostyflenders, yes
02:21.10flendersthe digium card too?
02:21.25mostyer, the digium card yes. i have only tried the sangoma in one slot
02:22.00*** join/#asterisk riddlebox (n=james@75-132-225-75.dhcp.stls.mo.charter.com)
02:22.27flenderswhat sort of server are you using?
02:22.44mostydell 2950
02:23.01mostyit only has 2 pci slots
02:23.26flendersany other spare boxes around?
02:25.03mostynope
02:25.03mostyi'm trying to compile wanpipe with a newer version of zaptel
02:25.03flenderswhat version were you using
02:25.03flenders?
02:25.24mostyi was using 1.2.17
02:25.37_VoiceMeUp_COMof zaptel he meant
02:25.38_VoiceMeUp_COMi think
02:25.45flenderstry with 1.4.x for the sake of it
02:25.55mostyflenders, will that work with asterisk 1.2 ?
02:26.00flendersnope
02:26.19flenderssave the config files... restoring 1.2 is easy later
02:27.12flendersinstall latest libpri too
02:27.22magic_hatflenders: problem was saving on mac os x... it's all set
02:28.06flenders:D
02:30.37flendersmagic_hat: are you running asterisk on mac os x?
02:32.33*** join/#asterisk lisandropm (n=lisandro@cpe-22-76.bvconline.com.ar)
02:34.22magic_hatflenders: indeed.
02:34.52magic_hatlol I tried to install trixbox on 3 older wintel boxes w/ no dice. took me 5mins on OSX
02:35.12rob0wintel?
02:35.20magic_hatwindows + Intel
02:35.33rob0* on Windows?
02:35.40mostyflenders, when i do the patlooptest should both spans be set to TE_CLOCK = MASTER ?
02:35.44flendersor, trixbox on windows?
02:35.53magic_hattrixbox installs CentOS, then * & freepbx
02:36.06magic_hatand kills your windows installation. yay.
02:36.19flendersmosty, only if you're doing it on a single span at a time, using a single connector loopback cable
02:36.24rob0Where does Windows ... oh, you converted them from Windows.
02:36.37magic_hatno, that was the prob. i couldn't get linux installed on them.
02:36.40mostyflenders, i have that loopback cable, and i plug that in between two ports, right?
02:36.48magic_hathow do I route a call for an extension to a callgroup?
02:37.11flendersmosty, what I meant was a single connector loopback thingy
02:37.11_VoiceMeUp_COMany way to use (${SIP_HEADER(FROM)}) to get the from suer ?
02:37.13shido6yes
02:37.14_VoiceMeUp_COMuser
02:37.17_VoiceMeUp_COMah username lol
02:37.19shido6one should be MASTEr in the patlooptest
02:37.50flendersmosty, and test each span at a time
02:37.51mostyflenders, oh, so only one jack on the cable?
02:37.57flendersyeah
02:38.17mostyahh that's different to the crossover cable then
02:39.46magic_hatin other words, I'm looking to configure an 'operator' extension in my autoattendant that rings everyone's phone @ once. I have the phones included in the callgroup and pickupgroup in sip.conf, but I can't see how to finish it in extensions.conf... exten => 0,1,foo
02:40.30shido6are they sip or zap or pstn or all of the above, magic_hat?
02:40.35magic_hatsip
02:40.37flendersmagic_hat: you have to Dial(SIP/blah1&SIP/blah2&SIP/....)
02:40.41shido6use "&"
02:40.50magic_hatblech! lol
02:40.58magic_hatany way to give it a special ring tone?
02:41.13shido6heh
02:41.19shido6well you could... if your phones support that.
02:41.55flendersI do this: exten => 0,1,SIPAddHeader(Alert-Info: n=Simple-4\;w=4\;c=1)
02:42.01flendersI have linksys phones
02:42.57magic_hatflenders: okay... how do I put the SIPAddHeader and the Dial(SIP/foo) together?
02:42.59shido6http://pastebin.ca/573300   <----- without ringtone but with music on hold, the ringtones need to be available in the phones tho
02:43.25flendersexten => 0,1,SIPAddHeader(Alert-Info: n=Simple-4\;w=4\;c=1)
02:43.28flendersexten => 0,2,Dial(SIP/eng&SIP/02&SIP/04&SIP/05&SIP/06)
02:43.36magic_hatahh
02:45.08flendersmagic_hat: as shido6 said, ringtones have to be available on the phone
02:48.04*** join/#asterisk blitzrage (n=blitzrag@asterisk/documenteur-extraordinaire/blitzrage)
02:49.40*** join/#asterisk L|NUX (n=linux@unaffiliated/lnux/x-10290)
02:49.47magic_hatokay... WARNING[1203]: pbx.c:1291 pbx_extension_helper: No application 'SIPAddHeader' for extension (greeter, 0, 1). But I do have extension => 0 in [default], which is included in greeter. that should work, no?
02:49.54mostyflenders, i made the loopback jack, now patlooptest gives a different error, (Error 14272): Unexpected result, 127 != 128, 1 bytes since last error.
02:51.08flendersmagic_hat: what version of asterisk are you running
02:51.38magic_hat1.0.7
02:51.50flendersmagic_hat: why?
02:52.07magic_hatcuz it's the os x distro that I found
02:52.32Nuitarithat's like an antique version
02:52.35flenderspretty sure SIPAddHeader wasn't on 1.0x
02:52.54magic_hatokay, but it's also looking for it in the wrong context.
02:53.24magic_hatif I could get that sorted out I'd know if addheader is available.
02:53.57flendersmagic_hat: get rid of SIPAddHeader for now, as I think you want to make all extensions ring first
02:54.12mostyflenders, hmm it seems that patlooptest is working now
02:55.01flendersmosty, no errors?
02:55.03mostywell there are no errors but there's also no rx/tx packets on that interface :/
02:56.17flendersno good
02:56.49mostyahh got it working now
02:56.58mostypatlooptest, that is
02:57.59flenderswhich span is that?
02:58.19mostyspan 4
02:58.35flendersdid you try connecting the PRI cable into that one? :o)
02:59.01mostytrying that now
02:59.47mostywanpipemon -i w4g1 -c trd doesn't show anything when the E1 line is plugged into span 4, but it does have a green light
03:00.26flendersdo you have span 4 properly configured on zaptel.conf
03:00.27flenders?
03:01.15magic_hatokay, I got it ringing on a bunch of phones. so with *1.0.4, there's nothin I can do about ringtones?
03:01.29mostyflenders, i believe so
03:01.36flendersmagic_hat: maybe you can... I don't know the syntax though
03:02.10flendersmagic_hat: I wouldn't run * on a mac os on production
03:02.36flendersdid you try getting debian or any other distro installed on those intel boxes?
03:02.52magic_hatflenders: nah, just the CentOS/trixbox.
03:03.18flendersmagic_hat: debian is so easy to install... give it a go
03:03.38flendersand compile asterisk from source
03:03.59magic_hatperhaps i will... although none of the win boxes I have are supergreat anyway. the best of them has 264 MB ram
03:04.13blitzragey0 all
03:05.53flendersmosty, gonna grab some food, back in a bit
03:06.00mostyk
03:06.42*** join/#asterisk Frogzoo (n=Frogzoo@202.155.165.25)
03:09.24*** part/#asterisk elg (n=fugalh@216.31.27.110)
03:16.46*** join/#asterisk CrazyTux (n=CrazyTux@c-67-180-78-55.hsd1.ca.comcast.net)
03:17.18CrazyTuxDoes anyone know the easiest way to run like an AGI script after certain key actions for like Voicemail() / VoicemailMain() ?
03:17.42mostyuse GotoIF
03:18.23CrazyTuxmosty, will this work for something inside i.e. 'delete a voicemail message' ?
03:18.39mostyno
03:18.54mostyyou could recreate voicemail in your extensions.conf though
03:19.29CrazyTuxmosty, with all AGI or?
03:19.51mostyyou could, or you could do it from the dialplan directly
03:20.40blitzrageya.... voicemail in the dialplan wouldn't be too hard
03:21.04blitzragewhen we get the ability to save and play audio prompts directly from ODBC it'll be fuckin' sweet
03:21.08*** join/#asterisk DrAk0 (n=ljd@nelug/coreteam/luisjose)
03:21.37_VoiceMeUp_COMwow
03:21.50_VoiceMeUp_COMtesting some situations and found a deadlock situation on 1.2.19
03:22.14_VoiceMeUp_COMwhen you push a call .. cisco -> ast1 -> ser -> elsewhere
03:22.52_VoiceMeUp_COMif sa soon as it asnwer you hangup..  then ast sees no asnwer, ser cancel and elsewhere answered..
03:23.03_VoiceMeUp_COMnow.. when they go back and lock channels its no there no more
03:23.24_VoiceMeUp_COM<PROTECTED>
03:23.44_VoiceMeUp_COMthen ignoed an ACK , and some bad bad bad eerror
03:24.55mostyhmm, i am finally seeing some packets when i do a trace now on the pri span
03:27.03*** join/#asterisk bbryant_ (n=Brett@user-24-214-124-177.knology.net)
03:29.54*** join/#asterisk rmayorga (n=rmayorga@unaffiliated/rmayorga)
03:31.21*** join/#asterisk mosty (n=mostyn@202.153.69.82)
03:33.02flendersmosty: is the span up now?
03:33.35*** join/#asterisk ManxPower (n=manxpowe@dpc67142183150.direcpc.com)
03:34.01mostyflenders, i have made some progress i think, i managed to see packets incoming/outgoing with wanpipemon but asterisk said it was still down. the sangoma wiki says to recompile wanpipe/zaptel making sure zaptel isn't loaded- i think that's the problem
03:34.18mostyi didn't unload zaptel before compiling wanpipe
03:35.22*** join/#asterisk Nuitari (n=nuitari@melchior.nuitari.net)
03:35.59mostyhmm, no still down :(
03:36.30mostyflenders, following this http://wiki.sangoma.com/wanpipe-linux-asterisk-debugging#LineTrace
03:37.37*** join/#asterisk stkn_ (n=stkn@gentoo/developer/pdpc.active.stkn)
03:39.15flendersdid you try latest zaptel?
03:39.30mostyyes
03:40.08flendersis it a brand new server?
03:40.26_VoiceMeUp_COMno hes upgrading
03:40.28*** join/#asterisk mindCrime (n=chatzill@cpe-065-190-188-124.nc.res.rr.com)
03:40.36_VoiceMeUp_COMso 17 worked this is 19 ?
03:40.46flenders_VoiceMeUp_COM: it never worked
03:40.49_VoiceMeUp_COMah
03:40.53_VoiceMeUp_COMdell ?
03:40.56flendersyeah
03:40.58flenders2950
03:41.00_VoiceMeUp_COMah again
03:41.08_VoiceMeUp_COM3rd person i hear with those
03:41.15_VoiceMeUp_COMmotherboard # ?
03:41.26_VoiceMeUp_COMgoogle the mother board and asterisk
03:41.40mostyflenders, yes it's brand new
03:41.48_VoiceMeUp_COMnot sure whom but saw that problem here last 120 days or so
03:42.10flenders_VoiceMeUp_COM: I had a similar problem with a PC (AMD) and moving the card to a different slot fixed it.
03:42.29mostyflenders, er actually i think this was bought second hand
03:42.31flendersmosty, see if you can get any PC there to test
03:42.52_VoiceMeUp_COMWARNING - many Dell motherboards use the e1000 gigabit ethernet chipset, .... try to insmod them only to find that Asterisk cannot open the zap channels ...
03:42.55flendersyour settings are fine, and patlooptest is fine
03:43.00mostyflenders, well i only have another 2 hours here before i have to get to the airport, don't think there's time
03:43.02_VoiceMeUp_COMhttp://www.google.com/search?hl=en&q=asterisk+dell+zap&btnG=Google+Search
03:43.28mostyflenders, according to the sangoma wiki, the packets arent getting from wanpipe to asterisk for some reason
03:43.45_VoiceMeUp_COMwith regard to irq problems, you will get that with any machine/hardware. not just dell.
03:43.49_VoiceMeUp_COMhmm
03:43.53_VoiceMeUp_COMso they have istori
03:43.56flendersso now you see INCOMING/OUTGOING packets on wanpipemon?
03:44.25mostyflenders, yes
03:44.45flenderswell, that's better than before
03:46.07mostyflenders: should these packets be visible with pri intense debug?
03:46.37flendersif the span is up
03:47.14flendersmosty: if you can't get it fixed today, when are you flying there next?
03:47.17mostywell i see output about once per second, but i don't know what it is
03:47.48_VoiceMeUp_COMDisabled fb, disabled
03:47.49_VoiceMeUp_COMht, disabled acpi (left io-apic enabled), then moved irq affinity of zaptel
03:47.49_VoiceMeUp_COMcard to second CPU so all interrupts from zaptel are on their own. My
03:47.57mostyflenders, not sure. i have remote access, hopefully i can login remotely and finish it off
03:48.00_VoiceMeUp_COMdo all this
03:48.23_VoiceMeUp_COMyou have dmesg errors ?
03:48.38flenderswhat distro are you running on the box?
03:49.15mostydebian etch
03:49.26mosty_VoiceMeUp_COM, i can't see any errors in dmesg
03:49.33_VoiceMeUp_COMk
03:49.39flendersthat warning message voicemeup posted, did you try that? the one with the e1000 mod?
03:49.41_VoiceMeUp_COMjust trying to google and see what comes up to help ;)
03:49.52_VoiceMeUp_COMCOM: WARNING - many Dell motherboards use the e1000 gigabit ethernet chipset, .... try to insmod them only to find that Asterisk cannot open the zap channels ...
03:49.59_VoiceMeUp_COMfrom voip-info
03:50.05mosty_VoiceMeUp_COM, hmm
03:50.19_VoiceMeUp_COMhttp://www.voip-info.org/wiki/view/Asterisk+hardware
03:50.26flenderstry to unload modules, and restart wanrouter/zaptel/asterisk
03:50.42mostyeth0: Broadcom NetXtreme II BCM5708
03:50.48Nuitari~Anna
03:50.55flendersbut then, you won't have network access
03:50.57mosty_VoiceMeUp_COM, it's not using e1000's
03:50.57flendersahh, ok
03:51.06*** join/#asterisk ELBunce (n=erik@kde/developer/bunce)
03:51.10flendershave a look at the loaded modules
03:51.28flenderslsmod
03:51.59_VoiceMeUp_COMYou can use the command "cat /proc/interrupts" to see the interrupt allocations and possible conflicts.
03:51.59_VoiceMeUp_COMThe command "lspci -bv" can also provide additional information regarding IRQs.
03:52.04*** join/#asterisk bmg505 (n=leon@196.209.182.116)
03:52.25_VoiceMeUp_COMis it onboard video ?
03:52.32_VoiceMeUp_COMlet me dell a 2950 to see
03:52.34mosty_VoiceMeUp_COM, yes
03:52.42_VoiceMeUp_COMargh
03:52.42tzafrir_laptopis that still valid? which version of zaptel? which card?
03:52.43_VoiceMeUp_COMnever do that
03:52.51_VoiceMeUp_COMall onboard crap is ..crap
03:53.13_VoiceMeUp_COMwahts your card ?
03:53.17_VoiceMeUp_COMthe zap
03:53.25tzafrir_laptopyes
03:53.43_VoiceMeUp_COMmosty waht the digium or sangoma card ?
03:53.44mostyflenders, http://pastebin.com/931094 that's the module listing
03:53.48NuitariInbox (1682) <--  oops
03:53.54mosty_VoiceMeUp_COM, currently using a sangoma
03:53.57_VoiceMeUp_COMNuitari i get that per hour
03:54.01_VoiceMeUp_COMah ok
03:54.03_VoiceMeUp_COMsangoma
03:54.06_VoiceMeUp_COMgood
03:54.12mostybecause there is more debugging documentation available
03:54.24Nuitarino spam in there
03:54.40_VoiceMeUp_COMztcfg -vvv does waht
03:55.17_VoiceMeUp_COMand is the eth onboard ?
03:55.28_VoiceMeUp_COMpop a normal pci card in there
03:55.29_VoiceMeUp_COMWARNING - many Dell motherboards use the e1000 gigabit ethernet chipset, which has been known to cause random locksup - if you plan on using a Dell server, disable the onboard controller and purchase an addon ethernet card.
03:55.31_VoiceMeUp_COManother one
03:55.43[hC]is there a way to use a string replace function in asterisk to modify a variable to, say, trim everything after the first "-" character?
03:55.43_VoiceMeUp_COMlol man.. wth is wrong with dell and voip
03:55.53_VoiceMeUp_COMvut
03:55.53[hC]or is it all based on character number?
03:55.56_VoiceMeUp_COMcut i mean
03:56.13_VoiceMeUp_COMexample
03:56.14_VoiceMeUp_COMSet(PEERN=${CUT(BLAH,'/',2)})
03:56.23tzafrir_laptopwatch cat /proc/interrupts , and you'll probably see that the NIC is notmally not as intensive as your zaptel card
03:56.28_VoiceMeUp_COMif you had Set(BLAH=${CUT(CHANNEL,,1)}) first
03:56.39_VoiceMeUp_COMthat would give you the channel username
03:56.44_VoiceMeUp_COMor ip in case of iax
03:57.42mosty_VoiceMeUp_COM, everything is onboard except the sangoma card and the digium transcoder card
03:57.46[hC]_VoiceMeUp_COM: thanks.
03:58.13mosty_VoiceMeUp_COM, the machine does not use an e1000 chip
03:58.23_VoiceMeUp_COMhmm arth
03:58.36_VoiceMeUp_COMi miseed some things
03:58.39_VoiceMeUp_COMwhat was the problem
03:58.41_VoiceMeUp_COM;)
03:59.14mostyasterisk says my pri spans (E1) are down
03:59.20_VoiceMeUp_COME1
03:59.20_VoiceMeUp_COMok
03:59.31_VoiceMeUp_COMztcfg -vvv
03:59.34_VoiceMeUp_COMsays what
03:59.37_VoiceMeUp_COMBefore you start ASt
03:59.46mostyno errors
03:59.53_VoiceMeUp_COMok
03:59.55mostysame as on my other boxes with E1 cards
04:00.03_VoiceMeUp_COMother boxes dell ?
04:00.13mostyyes
04:00.20mostydifferent model, i can't remember which
04:01.17_VoiceMeUp_COMStatus: Provisioned, Up, Active
04:01.19_VoiceMeUp_COMok
04:01.24_VoiceMeUp_COMand you are prov down active
04:01.28mostyyes
04:01.58_VoiceMeUp_COMwaht the interface
04:02.15*** join/#asterisk De_Mon (i=de_mon@fl-71-55-184-242.dhcp.embarqhsd.net)
04:02.18mostyw1g1 and w2g1
04:03.30_VoiceMeUp_COMok step #1
04:03.31_VoiceMeUp_COMwanrouter status
04:03.50mostysays wanpipe1 and wanpipe2 are connected
04:03.58_VoiceMeUp_COMsays active
04:04.00_VoiceMeUp_COMok
04:04.22mostyhttp://pastebin.com/931102
04:04.40_VoiceMeUp_COMall it says ?
04:04.45_VoiceMeUp_COMi have more then that
04:04.53_VoiceMeUp_COManyway
04:05.00_VoiceMeUp_COMso
04:05.14mostyoh sorry that's just the tail end, i'll paste the whole thing
04:05.23_VoiceMeUp_COMnah
04:05.24_VoiceMeUp_COMno worry
04:05.26_VoiceMeUp_COMfconfig
04:05.32_VoiceMeUp_COMsee overruns and erors ?
04:05.43_VoiceMeUp_COMifconfig i mean
04:05.53mostyhttp://pastebin.com/931104
04:06.24_VoiceMeUp_COMyou have overruns ?
04:06.42mostyifconfig output: http://pastebin.com/931105 - no overruns
04:07.10_VoiceMeUp_COMno alarms
04:07.11_VoiceMeUp_COM?
04:07.47_VoiceMeUp_COMdarn
04:07.51_VoiceMeUp_COMi feel you did all that
04:07.51_VoiceMeUp_COMlol
04:07.59_VoiceMeUp_COMwanpipemon -i w1g1 -c trd
04:08.34_VoiceMeUp_COMok
04:08.36_VoiceMeUp_COMyou know what
04:08.37mostyhmm, i have an ALOS alarm on w1g1 now, didn't before
04:08.39_VoiceMeUp_COMwe loosing time
04:08.47_VoiceMeUp_COMah
04:09.03_VoiceMeUp_COMPhysical Layer issue,
04:09.13_VoiceMeUp_COMthat not too bad its a signal loss
04:09.14mostyno alarm on span2 though
04:09.22_VoiceMeUp_COMok
04:09.25_VoiceMeUp_COMso zaptel
04:09.37_VoiceMeUp_COMgo in zaptel make clean and rebuild..
04:09.38mostywanpipemon output -> http://pastebin.com/931106
04:09.39_VoiceMeUp_COMwait
04:09.40_VoiceMeUp_COMshit
04:09.46_VoiceMeUp_COMyou using the new wanrouter ?
04:09.53_VoiceMeUp_COMi think its an al in one config thing
04:10.07mostywanpipe-2.3.4-10.tgz
04:10.34_VoiceMeUp_COMim on 2-3-4-4
04:10.43flendersI'm on 2.3.4-4 too
04:10.52mostyi'll try downgrading
04:10.58_VoiceMeUp_COMi rmemeber that when you make wanrouter it goes in and mods zaptel
04:11.07_VoiceMeUp_COMBUT waht hapens if its already moded
04:11.09_VoiceMeUp_COMno idea
04:11.19_VoiceMeUp_COMid do.. asterisk make clean
04:11.21_VoiceMeUp_COMzaptel make clean
04:11.25_VoiceMeUp_COMlibpri make clean
04:11.29_VoiceMeUp_COMwanrouter make clean
04:11.31flendersrmmod
04:11.35_VoiceMeUp_COMand restart form scratch
04:11.43_VoiceMeUp_COM?
04:11.59flendersrmmod zaptel
04:12.15_VoiceMeUp_COMrm mod ?
04:12.27_VoiceMeUp_COMthis not an rpm right ?
04:12.41flendersI'm on zaptel 1.4.1, wanrouter 2.3.4-4, libpri 1.4.0, asterisk 1.4.2
04:12.49_VoiceMeUp_COMasterisk 1.4.2
04:12.52_VoiceMeUp_COMokayyyyyyyyy
04:12.59mostyit's debian etch, with asterisk 1.2.18 debs
04:13.03_VoiceMeUp_COMno idea.. id retry form scratch
04:13.14flendersoh man, don't use debs
04:13.21flendersI had a lot of headaches with them
04:13.32_VoiceMeUp_COMi guess everyoen has theyr pref
04:13.36_VoiceMeUp_COMcentos/ubuntu
04:13.45_VoiceMeUp_COMsome swear by ubuntu
04:13.57Corydon76-homesome swear at ubuntu
04:14.02_VoiceMeUp_COMi do
04:14.04_VoiceMeUp_COMi use centos
04:14.09_VoiceMeUp_COMthen i swear at ports.
04:14.13_VoiceMeUp_COMthey like 5 verisons behind
04:14.23flendersyeah, but I guess it's always best to install asterisk from src
04:14.23NuitariI swear by Gentoo
04:14.42flendersI swear at redhat
04:14.49mostyflenders, ok i'll try that. so i compile libpri, wanpipe, then asterisk?
04:15.13rob0I've heard (seen) that "don't use debs" advice here before, but I don't get it. I compiled from source, but I didn't use any fancy arguments to ./configure it. Just defaults! And I have no trouble.
04:15.18_VoiceMeUp_COMbut its enterprise level and stable as a ..<insert favorite quote word>
04:15.19flendersI don't know why, but I also compiled zaptel before wanpipe, even though it recompiles
04:15.26_VoiceMeUp_COMGentoo ?
04:15.27_VoiceMeUp_COMWTH
04:15.32mostyok
04:15.34_VoiceMeUp_COMi tried to compile this on 2 boxes for 4 days
04:15.38_VoiceMeUp_COMand gave up
04:15.44_VoiceMeUp_COMall to get the nice emerge stuff
04:15.53_VoiceMeUp_COMwish there was emerge gentoo
04:15.53rob0('Cept for my own mistakes, that is. The software works, the admin is lacking. :) )
04:16.01_VoiceMeUp_COMhttp://wiki.sangoma.com/wanpipe-linux-asterisk-install
04:16.05_VoiceMeUp_COMdo this STEP by step
04:16.36_VoiceMeUp_COMits zap/libpri/asteri/wanpipe/zaptel
04:16.51flendersrob0 problem is that we don't know which options were used to compile the debs
04:16.54_VoiceMeUp_COMand then libpri again and asterisk again
04:17.07_VoiceMeUp_COMcheck the configure.log etc
04:17.08_VoiceMeUp_COMno ?
04:17.25tzafrir_laptopasterisk-classic?
04:17.33mostyrecompiling now
04:17.45flenders_VoiceMeUp_COM: that's what I did, except that the last zaptel was done by the 'Setup' script that came with wanpipe
04:17.54_VoiceMeUp_COMyeah
04:18.07_VoiceMeUp_COMi fear the new script might not be working right
04:18.18_VoiceMeUp_COMespecially since asterisk 1.2 and 1.4 is so odiferent in terms of makefiles etc
04:18.19*** join/#asterisk fujin (n=aj@unaffiliated/fujin)
04:18.28_VoiceMeUp_COMworst case scenario
04:18.32_VoiceMeUp_COMback to -4
04:18.34tzafrir_laptopbasically default optoins
04:18.36fujinhey - I know this probably isn't the right place to ask, but is anyone familiar with Cisco AS5400's?
04:18.41tzafrir_laptopthough I still have no idea how to make a sane package of Sangoma. You know, the thing that patches kernel sources at install time
04:18.42_VoiceMeUp_COMyeah
04:18.44_VoiceMeUp_COMi love them
04:18.50fujinwhat - as5400's?
04:18.58_VoiceMeUp_COMall 5XXX series
04:19.01_VoiceMeUp_COMand the 7XXX
04:19.01fujinawesome
04:19.12_VoiceMeUp_COMneed to run movie time
04:19.12fujinwell, i wonder if you'd be able to answer a question?
04:19.15tzafrir_laptopI cannot really guarantee that the package that works on my build system will match the one on the install system
04:19.16fujinoh noes ;(
04:19.30mostytzafrir, ./Setup builddeb or whatever, has worked for me previously
04:19.33tzafrir_laptop(otherwise: why patch the kernel source on my *build* system)
04:19.33mostybut not right now
04:19.33_VoiceMeUp_COMfuin im far form being a cisco guru
04:19.38_VoiceMeUp_COMbut #cisco is full of htem
04:19.42fujinawesome
04:19.50tzafrir_laptopI have explianed above why I don't trust it
04:20.03tzafrir_laptopnither their rpm
04:20.06*** join/#asterisk Pilko (n=pirch@213.80.169.119)
04:20.38_VoiceMeUp_COMmosty anyhow ill upgrade next week a few of ours to see
04:20.40_VoiceMeUp_COMill let you know
04:20.59flenders_VoiceMeUp_COM: upgrade why?
04:21.04mostyi purged the deb packages
04:21.12rob0flenders: I'd sure complain to the maintainer. Don't they have a build script available somewhere?
04:21.13_VoiceMeUp_COMwell no idea yet
04:21.13tzafrir_laptopI tried and failed a number of times to make a decent package of sangoma wanpipe
04:21.15_VoiceMeUp_COMall works
04:21.20_VoiceMeUp_COMso i gues sim lookin for toruble
04:21.23_VoiceMeUp_COMin little china
04:21.33flendersI guess you are
04:21.34tzafrir_laptopbut I don't have a card of theirs, I don't really really care
04:21.48_VoiceMeUp_COMman im lucky the brain can rearrange the letter.. cause no one could read my text
04:22.38_VoiceMeUp_COMfi yuo cna raed tihs, yuo hvae a sgtrane mnid, too.
04:22.38_VoiceMeUp_COMCna yuo raed tihs? Olny 55 plepoe tuo fo 100 anc.
04:22.52flenders:D
04:23.07_VoiceMeUp_COMi cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdanieg. The phaonmneal pweor of the hmuan mnid, aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it dseno’t mtaetr in waht oerdr the ltteres in a wrod are, the olny iproamtnt tihng is taht the frsit and lsat ltteer be in the rghit pclae.
04:23.27_VoiceMeUp_COMTihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe. Azanmig huh?
04:23.31_VoiceMeUp_COMok enough
04:23.46flendersamazing
04:23.47_VoiceMeUp_COMbtw my personal breaktrough
04:23.48flenders:D
04:23.54_VoiceMeUp_COMIM sure that this is why people cant read
04:24.09_VoiceMeUp_COMan association problem in the brain that doesnt form the global aspect of words
04:24.22_VoiceMeUp_COMand they read lette rby letter trying to interpret them like a for each loop
04:24.39_VoiceMeUp_COMsomething the childs brain does by itself at 5-6
04:24.52_VoiceMeUp_COMbut i guess TV is too important nowdays
04:25.11sevard<_VoiceMeUp_COM> so i gues sim lookin for toruble
04:25.11fujin_VoiceMeUp_COM: as5400 rtp configuration, any ideas? I need to specify which ports to use.
04:25.14sevardare you drunk?
04:25.15fujinsince you're still here
04:25.18_VoiceMeUp_COMnow if only my parent gave me mandarin books at age 5
04:25.38sevardand p.s. yes, amazing spam from 1996.
04:25.52_VoiceMeUp_COMsevard : no but i type faster then my keyboard (wireless pos ) and wonder wth is there encryption on keyboards
04:26.32_VoiceMeUp_COMbut i wish i was drunk.. been like so long.. work and no play
04:27.01_VoiceMeUp_COMand sevard was form a yahoo news report on nov 2006
04:27.20_VoiceMeUp_COMat least thats where my blog maker took it
04:29.22fujin;[
04:30.50mostyok, i've recompiled zaptel, libpri, asterisk, wanpipe
04:30.51*** join/#asterisk Winkie (i=sd@87-194-8-125.bethere.co.uk)
04:31.19mostyasterisk prints  Primary D-Channel on span 1 up a bunch of times
04:31.34mostythen it says it's down
04:32.00mostypri show span 1 now says that it's active
04:32.27_VoiceMeUp_COMhere you go
04:32.42_VoiceMeUp_COMzap show channels
04:32.45_VoiceMeUp_COMand try one
04:32.54_VoiceMeUp_COMwher eis this located btw ?
04:33.00mostythat shows all 124 channels
04:33.07mostybrisbane, australia
04:33.14_VoiceMeUp_COMnice
04:33.18_VoiceMeUp_COMexpensive in aus ?
04:33.30mostyno idea, i don't pay for it
04:33.35_VoiceMeUp_COMah
04:33.38flendersmosty, pri show spans?
04:34.09mostyflenders, no such command. "show span 1" says it's provisioned, up, active
04:34.17flenders_VoiceMeUp_COM: I know that with one of the carriers here, you pay $20/channel
04:34.42flenderspbx-un*CLI> pri show spans
04:34.43flendersPRI span 1/0: Provisioned, Up, Active
04:35.05mostyflenders, but when i dial it says Primary D-Channel on span 1 down, then no d-channels are available
04:35.07*** join/#asterisk Nuitari (n=nuitari@melchior.nuitari.net)
04:36.04*** join/#asterisk phix (i=threat@60-240-43-214.static.tpgi.com.au)
04:36.45mostybut now a line trace with wanpipemon only shows incoming packets, no outgoing
04:37.58flendersis it still up?
04:38.28mostyasterisk thought so
04:39.18_VoiceMeUp_COMthat means that service is not active
04:39.25flendersit is active
04:39.40flendersa tester from the telco tested the line a few days ago
04:40.30_VoiceMeUp_COMoh
04:40.37_VoiceMeUp_COMyeah outgoing only is telco
04:40.52mostythis is what i see when i dial now http://pastebin.com/931120
04:41.18_VoiceMeUp_COMChannel 0/1 hmm
04:41.35_VoiceMeUp_COMk
04:41.37_VoiceMeUp_COMweird
04:41.42_VoiceMeUp_COMpri debug span 1
04:42.08_VoiceMeUp_COMset verbose 99
04:42.10_VoiceMeUp_COMset debug 99
04:42.16_VoiceMeUp_COMor core set in your case
04:42.30_VoiceMeUp_COMhit redial repost
04:46.27flendersmosty: well, at least now asterisk sees your spans
04:46.36flendersare all spans up now?
04:47.08mostythe two that are plugged in- yes
04:47.25flenderscan you dial in?
04:47.31mostyit will take me a while to paste the output with debug and verbose,etc
04:47.37mostyi don't know the incoming number
04:48.45mostydoes anyone know a paste site that will let me upload a text file?
04:49.45_VoiceMeUp_COMpastebin.ca
04:49.58_VoiceMeUp_COMno
04:50.01mostyfound one. http://pastebin.ca/573443
04:50.03_VoiceMeUp_COMyeah
04:50.39andrew`hm, if I do Set(CALLERID(num)=NPANXXXXXX), why do my calls show up as +NPANXXXXXX as if they are an international call when i receive them on my cell phone.  I once had a provider that did that and I had to add a one and that fixed it..1NPANXXXXXX...but that doesn't work now for this new one...any ideas?
04:51.04_VoiceMeUp_COM#
04:51.04_VoiceMeUp_COMJun 18 14:47:11 VERBOSE[3192] logger.c: > Sending Complete (len= 1)
04:51.04_VoiceMeUp_COM#
04:51.04_VoiceMeUp_COMJun 18 14:47:11 DEBUG[3180] channel.c: Avoiding initial deadlock for 'Zap/1-1'
04:51.23_VoiceMeUp_COMto alaw
04:51.43rob0mog has a Thinkpad :)
04:52.00mogcould be
04:52.21_VoiceMeUp_COMapp_dial.c: Unable to forward voice
04:52.26_VoiceMeUp_COMokwell now you know
04:52.28[hC]Hmm... The TAPI dialer works great, but no free screen pop software that uses tapi.. that sucks.
04:52.55_VoiceMeUp_COMohyou forgot sip debug
04:53.06mosty_VoiceMeUp_COM, want sip debug too?
04:53.13rob0I don't read that list, but I still subscribe, and biff(1) tells me when someone posts.
04:53.21_VoiceMeUp_COMwell 3things weird
04:53.41_VoiceMeUp_COM<PROTECTED>
04:53.41_VoiceMeUp_COMalaw...
04:53.41_VoiceMeUp_COMand  app_dial.c: Unable to forward voice
04:54.00_VoiceMeUp_COMcan you try ulaw
04:54.03_VoiceMeUp_COMand sip debug
04:54.05_VoiceMeUp_COMbbiab
04:55.11mostyhttp://pastebin.ca/573449 that's with sip debug
04:55.32_VoiceMeUp_COMthis on same nat as you 106 ext /
04:55.34_VoiceMeUp_COM?
04:55.43mostysame network, yes
04:56.12flendersmosty, can you originate a call on the CLI?
04:56.18flendersjust to get rid of sip
04:56.24_VoiceMeUp_COMlol
04:56.25_VoiceMeUp_COMJun 18 14:52:34 DEBUG[3641] chan_sip.c: Found no match for SIP option: callerid (Please file bug report!)
04:56.28mostyflenders, trying now, using a call file
04:57.46flendersor just use originate on the CLI
04:57.47mostyhttp://pastebin.ca/573450
04:57.52flendersoriginate <tech/data> extension [exten@][context]
04:57.56_VoiceMeUp_COMProcessing IE 8 (cs0, Cause)
04:57.57_VoiceMeUp_COMProcessing IE 30 (cs0, Progress Indicator)
04:58.04_VoiceMeUp_COMneed to figure these 2 from libpri
04:58.21_VoiceMeUp_COMcause its right befor ethe hangup request FROM the pri
04:58.34flendersoriginate Zap/g1/number extension number@outgoing_context
04:59.09mostyflenders, it says no such command originate
04:59.18flenderswhat version of asterisk?
04:59.35JTyou need 1.4 for cmd originate
04:59.36flendersI thought you said you were trying with 1.4.x
04:59.43flendersJT: welcome back
04:59.43rob0Is SetCallerID deprecated in 1.4? I thought I saw that somewhere, but "core show application SetCallerID" didn't say so.
04:59.46flenders:D
04:59.52JTflenders: thanks
04:59.58mostyflenders, no, 1.2.18
05:00.04mostyflenders, but compiled from source
05:00.05_VoiceMeUp_COMthats another message btw
05:00.10JTerr
05:00.13JTwhy not 1.2.19?
05:00.17_VoiceMeUp_COMlast pastebin
05:00.18flendersmosty, use the call file then
05:00.21JTisn't 1.2.18 the one that had major bugs?
05:00.29_VoiceMeUp_COMsays.. iy got a dicsonect request
05:00.54_VoiceMeUp_COMyeah .18 died in its infancy
05:00.56mostyJT, i downloaded the latest 1.2 from digium's ftp site, woops 1.2.19 is what i am running
05:01.00_VoiceMeUp_COM17 is prolly best bet
05:01.40mostythis is the output, without using sip http://pastebin.ca/573455
05:02.25_VoiceMeUp_COMchannel.c: Avoiding initial deadlock for 'Zap/1-1'
05:02.26_VoiceMeUp_COMagain
05:02.32_VoiceMeUp_COMso theat def a problem
05:02.49_VoiceMeUp_COMresentation: Number not available (67) '' ]
05:02.51_VoiceMeUp_COMalso
05:03.07_VoiceMeUp_COMyou get a call rpoceding then disconect
05:03.29_VoiceMeUp_COMcan you try another number ?
05:03.31fujinanyone know much about as5400's?
05:03.43mostywhat about line 50 to 53?
05:04.44_VoiceMeUp_COMyou send it to pri and it just comes back with a disconect comamnd
05:04.56_VoiceMeUp_COMlast thing you send is line 24
05:04.58_VoiceMeUp_COM34
05:05.10_VoiceMeUp_COMthen 37 is comin back from it
05:05.14*** join/#asterisk reber (n=reber@cl-158.dub-01.ie.sixxs.net)
05:05.19_VoiceMeUp_COMwith .. call procedding and then disconnect on line 50
05:05.35_VoiceMeUp_COMneed to find the reasons
05:05.41_VoiceMeUp_COMi guess the telco guy could help
05:05.46mostydoesn't line 53 say what the reason is?
05:05.55_VoiceMeUp_COMbut i would try changing callerid t something  else
05:06.05_VoiceMeUp_COMmaybe
05:06.17_VoiceMeUp_COMthat wy you need to try another number
05:06.21_VoiceMeUp_COMmaybe you dotn need a prefix
05:06.48_VoiceMeUp_COM0413904594
05:07.05_VoiceMeUp_COM04
05:07.09flendersthat's a mobile number
05:07.12_VoiceMeUp_COMoh
05:07.17flendersall mobile numbers in .au start with 04
05:07.19_VoiceMeUp_COMtry anotehr one
05:07.27*** part/#asterisk mog (n=mog@c-71-207-214-192.hsd1.al.comcast.net)
05:07.29flendersI was gonna say to try a local number too
05:07.29mostyi'll i have tried a few
05:07.35_VoiceMeUp_COMkk
05:07.45_VoiceMeUp_COMim out sorry i tried
05:08.00_VoiceMeUp_COMcall telco and ask for a tech theyll help i gues
05:08.21_VoiceMeUp_COMbut also try to rever to 17
05:08.25_VoiceMeUp_COMor up to 19
05:08.30flendershe's on 19
05:08.53flenders< mosty> JT, i downloaded the latest 1.2 from digium's ftp site, woops 1.2.19 is what i am running
05:09.30flendersmosty, you have other E1s, don't you?
05:10.06mostyyes, i have two here
05:10.17mostyi get the same results when trying to call a landline also
05:10.23flendersalso, try dialing out on the other span
05:15.04*** join/#asterisk jordanb (n=jordanb@adsl-68-20-209-36.dsl.chcgil.ameritech.net)
05:15.23jordanbI'm trying to setup astrisk.
05:15.31jordanbAnd my server isn't anywhere near ready to go.
05:15.35*** join/#asterisk Sycofant (n=Dylan@ip-58-28-151-16.ubs-dsl.xnet.co.nz)
05:16.03jordanbBut I have a phone plugged into my Sipura 3102 operating in FXO-FXS fallback mode.
05:16.11SycofantI'm having precisely no luck logging into my voicemail - anyone help?
05:16.30jordanbWhen I take the handset off-hook both the phone and line lights light up and I get a dial tone.
05:16.59rob0Dial tone is good!
05:17.02jordanbBut if I hang up and pickup the handset again the phone light lights up but the line light does not, and I get a long pause before finally getting a reorder tone.
05:17.18*** join/#asterisk Aces1Up (n=really@ip68-227-41-148.lv.lv.cox.net)
05:17.21jordanbIf I let it sit for several minutes I can get a dial ton eagain.
05:17.40jordanbI'm guess ing the thing is putting the FXS into some bad state?
05:18.05jordanbEr, FXO? The thing that goes to the PSTN.
05:19.43*** join/#asterisk ghento (n=ghento@CPE0014bfaf7d7a-CM00111ae4684c.cpe.net.cable.rogers.com)
05:22.20*** join/#asterisk Frogzoo (n=Frogzoo@202.155.165.25)
05:24.29*** join/#asterisk steliosk (n=Stelios@62.169.217.209)
05:24.39rob0FXO->PSTN  FXS->analog telephone
05:24.56jordanbOk, so it's the FSO that's having problems I guess.
05:28.47jordanbYou know what would cause that?
05:34.31*** join/#asterisk Nuitari (n=Nuitari@142.46.207.230)
05:34.46JTmosty: what's the issue you're having?
05:35.01mostyjt: unable to dial on an E1 line
05:35.08mostyusing a sangoma
05:35.12JTwhat happens?
05:35.54mostyhttp://pastebin.ca/573494
05:36.02*** part/#asterisk Nuitari (n=Nuitari@142.46.207.230)
05:36.04*** join/#asterisk Nuitari (n=Nuitari@142.46.207.230)
05:36.18NuitariSorry about htat
05:36.33NuitariTrying a new IM/IRC client
05:36.40mostyJT: it says "unable to forward voice". i can't get through to aapt to ask what they see at their end (all lines busy)
05:36.42JTmosty: pastebin zaptel.conf zapata.conf and wanpipe.conf?
05:37.26mostyand now the d-channel on span1 seems to be going up and down
05:38.52JThow many spans?
05:39.10mostyi am using 2 spans of a four span card
05:39.24JTboth to aapt?
05:39.34*** join/#asterisk tuxd00d (n=tuxinato@128.187.178.29)
05:39.51mostyyes
05:39.53mostyhere's zaptel.conf: http://pastebin.ca/573499
05:40.26mostyzapata.conf: http://pastebin.ca/573502
05:40.29JTwhich spans connect to aapt?
05:40.33mosty1 and 2
05:40.51JTwell set span 2 to 2,2,0
05:40.59mostyand here's wanpipe1.conf: http://pastebin.ca/573504
05:41.07JTyou can't have 2 spans with the same non-sero timing priority
05:41.14JTzero
05:42.15mostyone sec
05:42.56mostyso the second number should increment for each span?
05:43.33JTyes, a non zero number means receive clock synchronisation from the exchange, with 1 being the highest priority
05:43.46JTzero means give synchronisation, ie. you are the exchange
05:47.07rob0Anyone happen to know if AT&T (SBC) residential DSL blocks SIP inbound?
05:47.59rob0I tried to switch a Stanaphone number from Comcast cable to AT&T DSL, and nothing gets here.
05:48.16rob0but I seem to be registering.
05:48.41*** join/#asterisk slavon_net (n=slavon@slavon.bigtelecom.ru)
05:48.45slavon_netre all
05:49.08slavon_netwhy in SVN remove j param on all func? =(
05:51.55rob0echo SIP | nc -u myhostname 5060 # hangs, and I've allowed 5060 in the firewall.
05:52.55*** join/#asterisk Frogzoo (n=Frogzoo@202.155.165.25)
05:55.38*** join/#asterisk Know1 (n=Nobody@creep.bur.st)
05:56.01rob0Bastards. Looks like they do.
06:02.06*** join/#asterisk Nuitari (n=Nuitari@142.46.207.230)
06:06.48rob05060/udp open|filtered sip (no matter what I set in the firewall)
06:07.27Strom_Mrob0: which state are you in
06:07.42rob0Arkansas
06:07.43Strom_Mah
06:07.43Strom_Mhmm
06:07.55Strom_Mat least in california, DSLExtreme is a good bet :)
06:08.59*** part/#asterisk jmls (n=jmls@62.49.235.130)
06:09.16rob0This is a nightmare. I thought I had it bad in Alabama, being stuck with only Comcast for Internet.
06:09.29rob0AT&T has been pure hell.
06:10.04rob0If I had a choice which was half as fast at twice the $$ I would take it.
06:11.00rob0Looks like I leave my Stanaphone number on the Comcast in 'bama.
06:11.36rob0But hmmm ... I know some Vonage users here ... how would it work for them?
06:11.44rob0alternate ports
06:14.45*** join/#asterisk mightnare (n=mike@s230165.ppp.asahi-net.or.jp)
06:18.33*** join/#asterisk ghento (n=ghento@CPE0014bfaf7d7a-CM00111ae4684c.cpe.net.cable.rogers.com)
06:25.36*** join/#asterisk saftsack (n=oliver@p54A7EBE6.dip.t-dialin.net)
06:26.20jordanb5060 is filtered with AT&T? :<
06:26.31Strom_Mwell, at least AT&T Arkansas
06:26.41Nuitaribastards
06:26.51Strom_MI don't think the CPUC would let them get away with that nonsense in california
06:27.07jordanbI'm in Chicago.
06:27.33jordanbI'm setting up astrisk mostly as a PBX for my landline.
06:27.42jordanbBut was thinking about getting voip.
06:27.51Strom_Mjordanb: AT&T Illinois is subject to a different regulatory environment than AT&T Southwest
06:28.04jordanbWell I hope it's not blocked. :<
06:28.20jordanbI know the AG here has sued SBC a few times for being assholes.
06:28.58*** join/#asterisk DarKnesS_WolF (n=sherif@unaffiliated/sherif)
06:29.25jordanbIf not I could bounce it off my linode or something but I'm sure that'd introduce horrible delay.
06:30.02snuffy22anyone use 'sipp'
06:30.12Nuitarijordanb: in voip,  latency is always bad
06:30.15*** join/#asterisk tzafrir_laptop (n=tzafrir@62.90.10.53)
06:30.16Nuitari~sipp
06:30.17jbotSingle In-Line Pin Package: The last "standard" PC RAM configuration before they started making SIMMsA lot like SIMMs, but they have little pins instead of contacts. SIPPs are to VLB what SIMMs are to PCI..  A suicide tool for geeks
06:30.34snuffy22no.. sip protocol tester
06:31.03Nuitariyeah I kinda figured that this wasn't the right definition
06:32.27snuffy22having issues with making love with sip packets..
06:32.53snuffy22can't figure out how to generate 'Proxy-Authentication' part of an INVITE
06:33.00snuffy22to put in the uac.xml
06:33.03jordanbDo people use those TDM cards for more than a few lines in a PC pbx?
06:34.08Nuitarijordanb: define more then a few lines
06:34.24jordanbWell, they only have space for four, right?
06:34.35NuitariYeah
06:34.37jordanbEr, I guess eight maybe if you use two pairs on each?
06:35.00Nuitarithere is a bigger one, I think 24 lines
06:35.08jordanbOr do you put multiple TDM cards in and let them duke it out for access to the PCi buss?
06:35.19jordanbNuitari, Isn't that the T1 line thing?
06:35.30Nuitarinot all of  them
06:35.31ReDNeQiax2 sucks
06:35.58jordanbIt seems like it'd be most sensible to put the T1 card in and plug it into one of those T1 splitter boxes.
06:36.04jordanbGiving 24 lines.
06:36.15Nuitarijordanb: Look for the TDM2400P
06:36.16JTReDNeQ: it has its uses
06:36.17Strom_Mjordanb: repeat after me: CHANNEL BANK
06:36.29jordanbRight, that's the thing.
06:36.32ReDNeQif it worked
06:36.42JTReDNeQ: works fine for me
06:36.45NuitariReDNeQ: it does
06:36.45ReDNeQi have tried every possible way in all the docs and cant get it to work
06:36.49jordanbSo that's what's done? T1 with a channel bank?
06:36.54*** join/#asterisk saftsack (n=oliver@p54A7F1B6.dip.t-dialin.net)
06:36.59JTReDNeQ: that doesn't imply that iax2 sucks
06:37.02ReDNeQwanna send me a sample conf then.
06:37.07ReDNeQbecause boxes see each other
06:37.15ReDNeQjust no routes go over them
06:37.22ReDNeQno matter how i define them
06:39.17Strom_MReDNeQ: pastebin your configs then, and then maybe someone might help you
06:39.22*** join/#asterisk syneus (n=syneus@syneus.aemcom.net)
06:39.55*** join/#asterisk ghento (n=ghento@CPE0014bfaf7d7a-CM00111ae4684c.cpe.net.cable.rogers.com)
06:40.16jordanbStrom_M, That thing has 24 ports on it? It looks like it only has six from the picture.
06:40.40ReDNeQok which conf files you want me to paste, all or just tell you the perts
06:40.54Strom_Mjordanb: the modules for the tdm2400 are for four lines each
06:40.59Strom_M6 x 4 = 24
06:41.18jordanbAhh ok.
06:41.23jordanbYeah.
06:41.29Strom_Myay division
06:42.16NuitariLast  time I checked, it was cheaper to get 1 24 port set for 8 lines then  2x 4 ports
06:42.51NuitariVOIP is much more flexible though
06:46.18jordanbI wonder what happens if you ahve that thing filled with FXS ports and they all ring at once.
06:46.55Nuitariyou'd have a lot of  phones dialing out
06:47.28NuitariFXO = telco line
06:47.56NuitariFXS = wired extension  (eg a phone in your house)
06:48.22ReDNeQhttp://www.pastebin.ca/573551
06:48.39jordanbRight. So if you get an incoming call on every port and it has to generate a ring on each one.
06:48.52jordanbI don't expect most PC power supplies can handle that.
06:49.25Nuitaridunno,  never tried
06:49.47NuitariI use ATAs to provide localized FXS
06:52.19Strom_MReDNeQ: please pastebin your config files, not a summary thereof :)
06:52.47Nuitarieh, there is an 8 port card now
06:52.50ReDNeQStrom_M: that is what is in there
06:52.53Nuitaritdm800p
06:53.10ReDNeQStrom_M: which conf files you want then.. ill put them all in one
06:53.11Strom_MReDNeQ: that's nowhere even remotely close to the correct syntax
06:53.41Strom_MReDNeQ: what file is that, anyway
06:54.54ReDNeQthats using the defs from the freepbx gui..
06:55.02Strom_Mgroan
06:55.05Strom_M~freepbx
06:55.06jbot[freepbx] unable to be supported here. It's a complex piece of dialplan and GUI, and can't be easily supported by people who aren't deeply involved. Try joining #freepbx and asking there
06:55.30ReDNeQStrom_M: if anyone was awake there i would and yes i have been in there all day/
06:55.34jordanbUsing a gui seems like cheating.
06:55.53ReDNeQthe gui has nothing to do with this part. I can make it in conf files if needed
06:56.02*** join/#asterisk saftsack (n=oliver@p54A7D3E9.dip.t-dialin.net)
06:56.07ReDNeQjust tell me what conf files you want me to show you besides the iax.conf
06:56.21ReDNeQbecause i can give you any of the confs and I know how to edit the
06:56.36*** join/#asterisk Pilko (n=pirch@213.80.169.119)
06:57.25Strom_MReDNeQ: that's the thing...freepbx murders all those files, so I can't troubleshoot.
06:57.36ReDNeQoui!
07:00.02deeganI'm trying to figure out how to use Chanspy(scan) on a selective range. Anyone has any idea on how to do this? the numbers i want this function for is in a seperate context from anything else if that makes a difference.
07:07.22deeganNo ideas at all? :)
07:14.15*** join/#asterisk saftsack (n=oliver@p54A7CA2D.dip.t-dialin.net)
07:21.26*** join/#asterisk cy303 (n=cy@is.trapped.in.themetaverse.org)
07:24.25*** join/#asterisk af_ (n=getsmart@81-174-45-5.dynamic.ngi.it)
07:31.08flendersJT: still around?
07:32.06NuitariIf anyone  cares,  I've updated my  program  to  have      presence across  multiple  pbx,  http://nuitari.org/asterisk/
07:32.20*** join/#asterisk PyroSix (n=Pyro@deimos.tourneo.ro)
07:33.53PyroSixhello. i just wanted to ask you what "power alarm on module n, resetting!" means.
07:34.25PyroSixi have 1 tdm2460e and 1 tdm2433e on my system
07:34.38PyroSixthe message appears quite often
07:34.53PyroSixmaybe 3-4 "power alarms" per hour
07:35.06*** join/#asterisk saftsack (n=oliver@p54A7CDBA.dip.t-dialin.net)
07:35.47*** join/#asterisk Poincare (n=jefffnod@amp89.ampersant.be)
07:36.19*** join/#asterisk yassaccan (n=yassacca@admin192.hgo.se)
07:37.01PyroSixcan anybody help me please?
07:38.02JTflenders: yeah
07:38.51PyroSix?
07:41.36*** join/#asterisk lorinc (n=ang@pool-1338.adsl.interware.hu)
07:43.51PyroSixhello. i just wanted to ask you what "power alarm on module n, resetting!" means. the message appears quite often. maybe 3-4 "power alarms" per hour. thank you.
07:44.40Nuitaritelco problems?
07:46.11tzafrir_laptopPyroSix, what deviceis that?
07:46.24tzafrir_laptopah
07:46.33*** join/#asterisk [Airwolf] (n=airwolf@voip.ymav.nl)
07:46.36PyroSixtdm2460e and tdm2433e
07:47.04PyroSixtelco problems? no. i don't think so.
07:48.40PyroSixi've googled it and except for a few posts on asterisk forums without any fix i did not came up with anything useful.
07:49.09PyroSixso you're my last hope i guess :D
07:49.18Nuitarithe only problems I have are  "red  alerts"
07:49.34PyroSixred alerts ar on T1/E1 equipment
07:49.38Nuitaribut there will  be  many  more  people  here  during  the evening
07:49.47*** join/#asterisk Polis_ttt (n=your@194-237-172-225-no48.business.telia.com)
07:49.57PyroSixaha. got it
07:50.21NuitariPyroSix: apparently on 1  port POTS cards too, but only for  a second or so
07:51.35PyroSixoh ok.
07:52.07*** join/#asterisk clinfix (n=ddsdd@88.246.150.141)
07:53.30*** join/#asterisk Sargun (n=Sargun@atarack/staff/sargun)
07:54.19SargunDo you guys know where I can get info on cell base radios?
07:54.23Sarguncellular
07:54.44*** join/#asterisk HarryR (n=Administ@host-83-146-53-46.bulldogdsl.com)
08:06.02*** join/#asterisk jm|work (n=jamie@sentry.flags.co.uk)
08:08.44*** join/#asterisk phix (i=threat@60-240-43-214.static.tpgi.com.au)
08:14.18JTSargun: explain what you want to know
08:18.15*** join/#asterisk gardo (n=gardo@61.28.160.218)
08:21.54*** join/#asterisk vgster (n=vgster@cpc2-ledn1-0-0-cust826.leed.cable.ntl.com)
08:22.01*** join/#asterisk Frogzoo (n=Frogzoo@202.155.165.25)
08:22.35*** join/#asterisk extr3m (n=caligo@213.134.125.3)
08:23.32extr3mhey, is there a "print" fassion in the dialplan ? as to enable a form of debugging cause i would need to display ${SIPCALLID} on the console/gui when i make a call where its needed to see whats amiss
08:25.06jm|workextr3m: Verbose? NoOp?
08:25.08bbryant_extr3m, you can use NoOp()
08:27.03extr3mima check that in the manuals
08:27.04extr3mthanx
08:43.28*** join/#asterisk stimpie (n=michiel@ip565faf27.direct-adsl.nl)
08:46.13*** join/#asterisk [hC] (n=hardcore@S01060016b61c8983.vf.shawcable.net)
08:55.56*** join/#asterisk ik_5-w (n=ik@bzq-179-153-129.static.bezeqint.net)
08:59.21ik_5-whi, i have a weird problem with my dialplan: I have a variable ${forceCall} that according to both NoOp and DumpChan is set to 1, and i have Gotoif($["${forceCall}" = "0"]?doX:doY) and still it goes to doX and not to doY, what am I missing ?
09:00.40jm|workik_5-w: = or == ?
09:00.52ik_5-w=
09:02.09jm|workexpr1 = expr2 okay you win :)
09:02.10ik_5-wNoOp(compare: $["${forceCall}" = "0"]) prints compare: 0
09:04.02*** join/#asterisk BugKhaM (n=LAMER@ppp-58.8.6.175.revip2.asianet.co.th)
09:04.08*** part/#asterisk BugKhaM (n=LAMER@ppp-58.8.6.175.revip2.asianet.co.th)
09:07.31*** join/#asterisk ghenry (n=ghenry@suretecsystems.plus.com)
09:11.17slavon_netwhy in SVN remove "j" param on all func? =(
09:12.42*** join/#asterisk saftsack (n=oliver@p54A7D17F.dip.t-dialin.net)
09:13.40martin[ug]can anybody give me an dialplan example how to dialout from ISDN Phones (catch the digits), because my context ends up in an segfault after WaitExten
09:14.43martin[ug]http://pastebin.com/931223
09:16.11JTmisdn crashing, how standard
09:16.31jm|work/sarcasm?
09:16.38martin[ug]misdn not stable?
09:17.43martin[ug]i'am using mISDN 1.1.4 and asterisk 1.4.5
09:18.32JTyeah misdn is cra
09:18.34JTcrap
09:18.48JTalpha software
09:18.57martin[ug]hmm
09:19.15martin[ug]i'am using an HFC-4S card, which other posibilities do i have!?
09:19.21JTbristuff
09:19.37martin[ug]with 1.4.x ?
09:19.47JTno, currently only patched for 1.2.x
09:20.26*** join/#asterisk Dibbler_ (n=Dibbler@host217-45-198-229.in-addr.btopenworld.com)
09:20.28martin[ug]i tried the test 0.4.0 but thats crap... :(
09:21.06JTyeah, 1.2.x is more stable anyway
09:21.27martin[ug]do you use bristuff too?
09:21.55JTyes
09:24.05martin[ug]do you yous spandsp with bristuff?
09:24.08martin[ug]you use
09:24.17JTnot at the moment
09:24.23*** join/#asterisk angryuser (n=aster@df01t2-212-195-55-152.d4.club-internet.fr)
09:24.34angryusergood day
09:24.53martin[ug]so, you have no fax solution - my problem was that i could not get app_rx/txfax to work
09:25.00martin[ug]some compiler problems
09:25.26JTyes, spandsp isn't even maintained against afterisk anymore anyway
09:25.32JTif you want fax, don;t use asterisk
09:25.56martin[ug]JT: what to use for fax?
09:26.15JTdepends what you mean by fax
09:26.20JTthere are different ways to handle it
09:26.25martin[ug]i mean fax in - pdf out
09:26.35JTmost people don't use asterisk for fax
09:27.12martin[ug]i think hylafax is much better, isn't it?
09:27.26angryuseri have a strange misdn pb, when i call with misdn dial(misdn/g:group/{EXTEN}) sometimes * choose occupied port and i got busy signal, * got problem with choosing inoccupied port ?
09:28.58*** join/#asterisk MrWup (i=Neil@i-83-67-202-134.freedom2surf.net)
09:29.02*** join/#asterisk Marshall-Laptop (n=eman0n@cpe-76-181-166-161.columbus.res.rr.com)
09:29.13*** join/#asterisk Marshall- (n=Marshall@cpe-76-181-166-161.columbus.res.rr.com)
09:29.15MrWuphi guys im just having ISDN BRI lines installed and they need to know "how many digits to switch" i want
09:29.18MrWupthey say the standard is 6
09:29.21MrWupbut im completely clueless
09:29.23MrWupwhat does it mean?
09:29.30MrWupi need to provide an answer asap
09:29.31JTwhy is everyone having bri problems all at once
09:29.48JTMrWup: the more numbers the better really
09:29.49MrWupanyone able to save me from trouble with a quick explanation?
09:29.57MrWupwhat does it mean?
09:30.02*** join/#asterisk jwalch (n=jwal@gate.nwe.de)
09:30.07JTi think they mean inbound MSN
09:30.18jwalchany ZapRAS users here?
09:30.20JTasterisk can deal with whatever
09:30.27JTbut choose more
09:30.28MrWupJT - should i ask for 8~?
09:30.33JTi don't know
09:30.37MrWupwhats the advantage of choosing more?
09:30.43MrWupi dont know what it is even
09:30.43JTi have no idea what country you are in
09:30.46MrWupUK
09:30.50JTwhat dialplan your country uses
09:30.55JTor what is standard
09:30.59JTjust choose for yourself
09:31.26MrWupwhat does it mean?
09:31.30MrWup"digits to switch"?
09:31.33JTincoming msn
09:31.37JTdo a google switch
09:31.39MrWupwhat does that mean?
09:31.40MrWuplol
09:31.46MrWupsorry im so clueless about isdn
09:31.51martin[ug]JT: installting bristuff now, it would be nice if you can gimme some hint for a fax solution
09:31.53JTwell that's a poor phrase, but it'd mean the inbound did msn
09:32.10JTmartin[ug]: yes the hint is get an analogue line if you want to avoid most problems
09:32.44martin[ug]JT: hehe - not really the answer i expected :)
09:34.20JTmartin[ug]: it's the standard advice given here
09:35.16MrWupdigits to switch...
09:35.33MrWupthis means someone dials your phone number and then an additional few digits right?
09:35.42JTi don't think so
09:35.47JTjust incoming DID MSN
09:35.49MrWupand those additional digits get sent to you?
09:36.11JTcallED number is send as well as calling number unless calling is blocked
09:36.13JTno
09:36.15JTjust listen
09:36.18JTand use google
09:36.24MrWupDIGITS TO SWITCH
09:36.24MrWupDescription
09:36.24MrWupDigital technology allows customers to programme their CPE with part or all of their directory number, so that incoming calls can be recognised and routed to the correct piece of terminal equipment. The Digits to Switch (DTS) option allows customers to change the default number of digits delivered by the network to their CPE for call routing. Openreach's network delivers a minimum of 6 digits as the default, (A DTS of 7 is recommended for u
09:36.30JTyeah
09:36.35JTlet's not EVER do that again
09:36.39JTflooding the channel
09:36.57MrWupsorry, only a couple of lines hardly flood
09:37.05*** join/#asterisk extr3m (n=caligo@213.134.125.3)
09:37.10JT10 lines on a standard 80 column terminal
09:37.12MrWupbut i still dont understand the meaning, i really need a favour here
09:37.18MrWupi appreciate your help
09:37.20JTchoose 7 digits ok
09:37.23MrWupsorry
09:37.25JTor hire a consultant
09:37.28JT~hAfc
09:37.33jbothmm... hafc is hire a freaking consultant.  Look, if you're having difficulty understanding what you're doing and need a solution soon, you will be far better off hiring a competent consultant than continuing to pull your hair out.
09:37.33MrWuphah
09:38.00martin[ug]JT: nice feature :)
09:44.15extr3m${SIPCALLID} <-- is that the extension thats attempting to call ?
09:44.44extr3mi.e ${SIPCALLID} attempts to call ${EXTEN} ?
09:45.17JT${CALLERID(num)}
09:47.22*** join/#asterisk mattfletcher (n=matt@88-97-179-134.dsl.zen.co.uk)
09:47.43jwalchwhat is the best way to report a bug for an asterisk module?
09:48.09PyroSixhello. i just wanted to ask you what "power alarm on module n, resetting!" means. the message appears quite often. maybe 3-4 "power alarms" per hour. thank you.
09:49.03tzafrirPyroSix, is this an FXO module?
09:49.56PyroSixfxs. it gives dialtone
09:50.09PyroSixit's on a tdm2460e
09:50.19tzafrirmaybe a problem with the power-generation circuit?
09:50.32PyroSixwe have 1 tdm2460e and a tdm2433e on our system.
09:50.50PyroSixi don't think so. i've changed the power supply
09:50.56PyroSixupgraded it actually.
09:51.54PyroSixi wonder if the motherboard has anything to do with it.
09:51.58*** join/#asterisk shay|work (n=shay@unaffiliated/shay)
09:53.29*** join/#asterisk saftsack (n=oliver@p54A7FD80.dip.t-dialin.net)
09:54.52PyroSixanybody? :)
09:55.30mattfletcherI have two * servers, linked by a VPN. Is there any way to check the status of a Zap channel over the VPN before passing a call down it? I want to "bond" all four outgoing lines I have, two at each site, so that the system will pick any of the four no matter which server the call came from
09:56.11MrWupwhew
09:56.14MrWupwell asked for 7
09:56.31MrWupguess it should be fine. my * doesnt really make use of digits to switch as far as i know though
09:59.07*** join/#asterisk psk (n=psk@golia.caltanet.it)
10:01.31*** join/#asterisk PyroSix (n=Pyro@deimos.tourneo.ro)
10:05.34*** join/#asterisk Splat (n=splat@home.heehawhills.com)
10:12.29angryuseri want some voicemailboxes messages to be emailed, is it possible?
10:12.35*** join/#asterisk sashion (n=doug@196.211.16.202)
10:12.59*** join/#asterisk kippi (n=none@untrust-gct.equinoxit.net)
10:13.01kippihey
10:13.42kippihas anyone got there asterisk box runing with a definity system?
10:16.05mattfletcherhi angryuser, indeed it is possible! take a look at http://www.voip-info.org/wiki-Asterisk+config+voicemail.conf for examples
10:20.50mattfletcherdoes anyone know how to check the state (like ChanIsAvail) of a Zap channel, but over an IAX bridge?
10:21.44*** join/#asterisk puzzled (n=patrick@puzzled.xs4all.nl)
10:21.47*** part/#asterisk jwalch (n=jwal@gate.nwe.de)
10:22.12tzafrirpuzzled, hi
10:22.31puzzledhey tzafrir. thanks for the patch. haven't yet tried it but will soon
10:26.26*** join/#asterisk Frogzoo (n=Frogzoo@202.155.165.25)
10:34.00*** join/#asterisk zeedo (n=zeedo@reboot-robot.net)
10:58.35*** join/#asterisk Pilko (n=pirch@213.80.169.119)
11:00.00*** join/#asterisk A-Data (n=asd@217.54.224.153)
11:00.44A-Datahello all how can i make asterisk in say_number 7.7 say it as 7 point 7 not 77?
11:01.03A-Dataor even say 7$ and 7 cent
11:02.11*** join/#asterisk zeeesh (i=zeeesh@13-237-154-202.wol.net.pk)
11:02.13zeeeshhi
11:04.25*** join/#asterisk qdk (n=qdk@11.Red-83-42-7.dynamicIP.rima-tde.net)
11:04.41*** join/#asterisk Pilko (n=pirch@213.80.169.119)
11:06.07*** join/#asterisk bumm13 (n=bumm13@dialup-4.242.192.15.Dial1.Seattle1.Level3.net)
11:07.12*** part/#asterisk bumm13 (n=bumm13@dialup-4.242.192.15.Dial1.Seattle1.Level3.net)
11:08.09*** join/#asterisk Dovid (n=Dovid@bzq-88-155-87-253.red.bezeqint.net)
11:08.32*** join/#asterisk cpm (n=Chip@pdpc/supporter/active/cpm)
11:08.44Dovidhi ev1 - i just upgraded to 1.2.19 and ever since asterisk has been loosing registrations with one of my ITSP's. anyone else expireincing ?
11:18.29*** join/#asterisk Frogzoo (n=Frogzoo@202.155.165.25)
11:19.18Dovidtzafrir: r u here ?
11:24.48tzafriryes
11:25.20Dovidi may have asked u this yesterday  ( i dont remember). clients phones are behind NAT -> SER -> Asterisk
11:26.06Dovidso asterisk has to be in the RTP stream - is there any way to have asterisk stay out of the RTP stream ? is there any way for me to pay a codert o change asterisk ? is it possible at all ?
11:31.26*** join/#asterisk saftsack (n=oliver@p54A7E8B3.dip.t-dialin.net)
11:32.21tzafriryeah, you've asked. I don't think I have a good answer. Perhaps those phones support separate settings for a media gateway?
11:33.15Dovidpolycoms, audiocodes, snoms
11:33.25Dovidthe usual. i dont think they are too hi tech
11:33.35Doviddo u thubk this would work ?
11:33.36Dovidhttp://www.voip-info.org/wiki/view/RTPProxy
11:33.52Dovidalso is it a matter of paying a coder to do it or it's not that easy ?
11:36.48*** join/#asterisk tcseke (n=chatzill@22-36.adsl.etel.hu)
11:44.21*** join/#asterisk waptaxi (n=waptaxi@stat-5-160.e-sky.ru)
11:44.29*** part/#asterisk waptaxi (n=waptaxi@stat-5-160.e-sky.ru)
11:48.30*** join/#asterisk zotz (n=zotz@24.244.163.157)
11:52.12*** join/#asterisk saftsack (n=oliver@p54A7F7AD.dip.t-dialin.net)
11:56.17*** join/#asterisk docelic (n=docelic@212.91.116.101)
12:07.21*** join/#asterisk qdk (n=qdk@11.Red-83-42-7.dynamicIP.rima-tde.net)
12:07.58*** join/#asterisk Mavvie (n=edwin@ppp121-44-63-246.lns2.syd6.internode.on.net)
12:09.32*** join/#asterisk vgster (n=vgster@cpc2-ledn1-0-0-cust826.leed.cable.ntl.com)
12:10.37*** join/#asterisk saftsack (n=oliver@p54A7C33A.dip.t-dialin.net)
12:12.40*** join/#asterisk [TK]D-Fender (n=joe@MTRLPQ02-1177745839.sdsl.bell.ca)
12:15.46*** join/#asterisk Uatec (n=uatecuk@adsl.ntsols.com)
12:15.49UatecHey there
12:16.02Uateci'm trying to setup an SPA-1001 Analog adapter
12:16.12Uateci've got it connected to SIP, it's registered and everything
12:16.37Uatechowever, the analog phone that I have connected to it doesn't give a ring tone
12:16.46Uatecanybody have any experience with this?
12:16.48Uatecor similar?
12:19.57*** join/#asterisk saftsack (n=oliver@p54A7FAD9.dip.t-dialin.net)
12:20.30DovidUatec: have u tried a different phone ? also if u call the SIP account does the phone ring ?
12:21.41*** join/#asterisk DrAk0 (n=ljd@nelug/coreteam/luisjose)
12:24.47*** join/#asterisk Ryushin (i=proxy@windwalker.openinnovations.com)
12:26.04angryuser<Uatec> you live in uk?
12:26.45angryusersome phones i heard need their cables to be inverted or something
12:28.41*** join/#asterisk jubei (n=jubei@147.27.46.143)
12:31.39*** join/#asterisk kclaussen (n=kclausse@204.13.224.242)
12:31.52*** join/#asterisk Polis_ttt (n=your@194-237-172-225-no48.business.telia.com)
12:32.50*** join/#asterisk blitzrage (n=blitzrag@asterisk/documenteur-extraordinaire/blitzrage)
12:38.07*** join/#asterisk javar (n=javar@69.79.134.24)
12:39.04jubeiguys I installed asterisknow on a brand new HP proliant+Wildcard E1 and it can't even activate the E1 channel
12:39.43*** join/#asterisk file (n=file@asterisk/developer-and-muffin-lover/file)
12:39.43*** mode/#asterisk [+o file] by ChanServ
12:40.42stoffelljubei, what type of proliant is it?
12:40.49jubeihmm.. DL 14.. something
12:40.57jubei1U Xeon
12:41.07stoffellhm, okay, coz i had some serieus issues with a ml350 last month.. ;)
12:41.07*** join/#asterisk keulin (n=cray@ifth-pdcr2.infotheme.fr)
12:41.19stoffellwhat do you mean by "can't activate" e1 ?
12:41.57jubeiwell I haven't snooped around a lot, but in "active channels" in asterisknow it's not listing any channels as active, and the leds on the back of my E1 are off
12:42.35stoffellno led's is not good.. are you sure your config is okay?
12:42.41PyroSixwhat ztcfg -vvvv say?
12:43.05PyroSixwhat does ztcfg -vvvv say? are you channels configured corectly?
12:43.15jubeistoffell: well i haven't done any config, I just installed asterisknow, and I expected it to config the card on it's own
12:43.34[TK]D-Fenderjubei: LOL
12:43.40stoffelloh, hehe, okay
12:43.55jubeii was hoping I'd get off easily but I guess I"ll have to do some manual config :D
12:44.06PyroSixget in the command line and edit your zaptel.conf and zapata.conf then :)
12:44.07jubei[TK]D-Fender: i read someplace that asterisknow is supposed to configure digum cards automatically
12:44.11[TK]D-Fenderjubei: go check your config files, then verify that zaptel has loaded.  And this isn't the AsteriskNOW support channel.
12:44.23[TK]D-Fenderjubei: please read the channel topic.
12:44.25UatecDovid, yeah i've used it on about 4 different phones
12:44.34Uatecmy laptop manages to pick up and dial
12:44.39Uatecbut none of my analog phones do
12:44.43jubei[TK]D-Fender: kk
12:44.44Uatecangryuser, yes, i do
12:44.46Uateccables are inverted, eh?
12:44.47Uatecinteresting
12:44.57*** join/#asterisk mosty (i=mostyn@60-241-198-194.static.tpgi.com.au)
12:45.02PyroSixcan you help me with this message: "Power alarm on module ... , resetting!"
12:45.24PyroSixi have an asterisk server with 1 tdm2460e and 1 tdm2433e and 1 tdm412e
12:45.39tzafrir_laptopjubei, for analog cards only
12:45.57PyroSixthis message keeps bugging me
12:46.07PyroSixi have like 3-4 messages per hour
12:46.40Uatecangryuser, so you think that i would need to set idle polarity, callerconn polarity and callee conn polarity to REVERSE?
12:47.24PyroSixon different modules
12:48.20PyroSixi don't know what to do. i even changed upgraded the power supply
12:48.29*** join/#asterisk saftsack (n=oliver@p54A7C624.dip.t-dialin.net)
12:48.56jubeiany suggestions on what distro I should base my asterisk-only box on ?
12:48.57[TK]D-FenderPyroSix: I had that problem years ago on my TDM400P.  Why kind of system is the card in?
12:49.18mockerjubei: CentOS works well for me.
12:49.22tzafrir_laptopgenerally $FAVORITE_DISTRO
12:49.22mockerSo does Debian.
12:49.23PyroSixit's a low-budget system for now. it's on an asus k8... motherboard
12:49.25[TK]D-Fenderjubei: Whichever you are most capable of administering.
12:49.52mocker[TK]D-Fender: The SPA-2102 is pretty nice. :)
12:49.57PyroSixdo you think it's the motherboard?
12:50.09[TK]D-FenderPyroSix: I'd seriously doubt your motherboard and I am assuming you plugged in the molex connector to the card.
12:50.16[TK]D-Fendermocker: Yeah, its pretty decent
12:50.45PyroSixof course
12:50.50[TK]D-Fendermocker: Honestly most users don't need anything more than analog and it is really cost effective and flexable.
12:51.08PyroSixanyway we're planning an upgrade to a supermicro server
12:51.16[TK]D-FenderPyroSix: tell you what, transplant your drive & card to another box and see it it repeats.
12:51.22PyroSixso i'm hoping for the best.
12:51.50PyroSixbut that will  not happen for at least 2 weeks...
12:51.51*** join/#asterisk mocker (n=mocker@198.247.173.227)
12:52.01PyroSixso i guess i'm stuck. :(
12:52.29*** join/#asterisk Frogzoo (n=Frogzoo@202.155.165.25)
12:52.46PyroSix<[TK]D-Fender> you solved the problem just by moving the cards to another box?
12:52.51[TK]D-FenderPyroSix: Ok, sure you are getting a message, but what other symptoms are there?
12:53.11*** join/#asterisk myiagy (i=myiagy@201.31.20.47)
12:53.15mostyPyroSix, you won't solve the problem but you might narrow it down to which part is faulty
12:53.33s0ckanyone recommend some tidy uk voices for *?
12:53.49s0ckwhere # = hash
12:53.55[TK]D-Fenders0ck: Check the WIKI, it makes news there.
12:54.11PyroSixwell once in a while an fxs port stops working.
12:54.32myiagyhi, i'm having a problem with monitor, checked digium bugs and dev list, didn't find anything useful..
12:54.34PyroSixno more dialtone.
12:54.38[TK]D-FenderPyroSix: Let me guess, just gives a staticy fizzle?
12:54.48*** part/#asterisk Pilko (n=pirch@213.80.169.119)
12:54.51[TK]D-FenderPyroSix: and you can hear your DTMF if you push a button?
12:54.58myiagyi'm trying to monitor with file name containing ${UNIQUEID}, but it has a "." in the middle, and for that it wont mix the file after its done
12:54.59s0ck~wiki
12:55.01[TK]D-FenderPyroSix: But its otherwise "dead to the world"?
12:55.07[TK]D-Fender~wikis
12:55.10jbotit has been said that wikis is http://www.voip-info.org
12:55.14*** join/#asterisk Pilko (n=pirch@213.80.169.119)
12:55.17s0ckta
12:55.18PyroSixsomething like that yes
12:55.23[TK]D-Fendermyiagy: "show application cut"
12:55.31PyroSixbut it recovers eventually
12:55.37angryuser<Uatec> who know try
12:55.48PyroSixusually it takes about 1-2 days for the port to recover
12:55.58*** join/#asterisk waKKu (n=eurulo@unaffiliated/wakku)
12:56.03[TK]D-FenderPyroSix: And I'm quite sure a reboot solves all as well.
12:56.24PyroSixcould be but i cannot when it dies
12:56.46PyroSixcould be but i cannot reboot when it stops working
12:56.58[TK]D-FenderPyroSix: why not?
12:57.09*** part/#asterisk Pilko (n=pirch@213.80.169.119)
12:57.14PyroSixit's a server production
12:57.32PyroSixwe have lots of calls and i cannot reboot.
12:57.40myiagy[TK]D-Fender hmm, if you want me to cut the "." out, i'll try, but i think queuemetrics won't associate the file to the respective call anymore
12:57.45PyroSixand that is not a solution.
12:57.57PyroSixthis is not supposed to happen.
12:58.21[TK]D-FenderPyroSix: See if you can cron up a reboot at some dead hour of the night.  basically issue a "asterisk -rx "stop when convenient"" followed by a cyclic check to see if the deamon has cleared, and reboot after.
12:58.50[TK]D-FenderPyroSix: It's not "right", but would likely be "effective" until a more appropriate solution can be made.
12:59.12PyroSixhmmm... the reboot works most of the time but not always.
12:59.15*** join/#asterisk [Airwolf] (n=airwolf@voip.ymav.nl)
12:59.18[TK]D-FenderPyroSix: My problem was on an old Athlon board as well.
12:59.49PyroSixhmm...and now?
13:00.03PyroSixi am assuming that you changed the motherboard.
13:00.33zeeeshgetting error by using cpan "Terminal does not support AddHistory."?
13:00.54[TK]D-FenderPyroSix: You don't want my opinion of my card, and its LONG gone :)
13:01.16PyroSix:)
13:01.38[TK]D-Fenderzeeesh: Go join #perl you seem to need a complete hand-holding experience.
13:01.47zeeeshok
13:02.41PyroSixok. thanks for your help.
13:02.56PyroSixi was really helpfull.
13:03.01PyroSixit*
13:03.48*** join/#asterisk eliter (n=eliter@66.179.79.69)
13:05.15[TK]D-FenderPyroSix: np
13:07.52kippiif i am saving voicemail on server b but the phone is on server a how can I show the message waiting light?
13:07.56*** join/#asterisk saftsack (n=oliver@p54A7D676.dip.t-dialin.net)
13:10.48blitzrageyo all
13:10.48[TK]D-Fenderkippi: Run SER in front and have it coordinate ; use the exec option in app_voicemail to synch the VM folder (TXT's not recordings).
13:11.07[TK]D-Fenderblitzrage: I DON'T WANT TO BE AT WORK
13:11.25blitzrageI JUST WANT...
13:11.26[TK]D-Fenderblitzrage: ! ! !
13:11.51DovidTK: u dont have an extra bottle of Jack at ur side for a lil support ?
13:12.40kippiwhat is the best SER server?
13:12.47*** join/#asterisk Cyber-Dogg (i=Cyber-Do@24-178-240-97.dhcp.stls.mo.charter.com)
13:12.50*** join/#asterisk ReDNeQ (n=ReDNeQ@cpe-66-68-37-190.austin.res.rr.com)
13:13.48myiagy[TK]D-Fender as i suspected.. i cut the "." in ${UNIQUEID}, monitor mixed the file ok, but the .XXXX is part of the call-id, and now queuemetrics won't recognize it.
13:14.48myiagyso i either have QM showing both in and out files, or no file at all :/
13:15.20*** join/#asterisk ReDNeQ- (n=ReDNeQ@cpe-66-68-37-190.austin.res.rr.com)
13:15.40*** join/#asterisk mindCrime (n=chatzill@66.83.208.219.nw.nuvox.net)
13:15.53[TK]D-Fendermyiagy: What is doing the mix?
13:16.19*** join/#asterisk b1shop (n=b1shop@dsl081-149-253.chi1.dsl.speakeasy.net)
13:16.26[TK]D-Fendermyiagy: perhaps you could intercept that app and hack in the change.
13:17.05blitzragekippi: OpenSER
13:17.15myiagy[TK]D-Fender i think it is soxmix, the default one.. let me try to confirm that
13:17.16[TK]D-Fendermyiagy: I'd presume its a SOX call.  you could check for the kind of parameter's that would indicate the automated mix, and then re-org the parms to be function, and let the rest slide.
13:17.35[TK]D-FenderDovid: I don't drink
13:17.47*** join/#asterisk brad_mssw (n=brad@shop.monetra.com)
13:17.47[TK]D-FenderDovid: I JUST WANT
13:17.51*** join/#asterisk Chris-NB (n=chris@ng1.kurtkrenn.com)
13:17.52myiagyfrom what i read, it recgnizes the first "." in the filename and interprets that as the file extension..
13:17.53Chris-NBhi
13:18.00*** join/#asterisk _DAW (n=chatzill@adsl-222-30-84.msy.bellsouth.net)
13:18.01Chris-NBanyone knows a reliable sip provider in the us?
13:18.02*** join/#asterisk mog (n=mog@c-71-207-214-192.hsd1.al.comcast.net)
13:18.02*** mode/#asterisk [+o mog] by ChanServ
13:18.08Chris-NBfor inbound calls
13:18.09[TK]D-Fenderitsp
13:18.15blitzragebtw: depending which side drops the call will depend when the files are mixed. If QueueMetrics does anything in the 'h' extension, then sometimes you'll have to mix them yourself if you want to do something with the file from a script
13:18.19[TK]D-Fender~itsp
13:18.20jbotAn ITSP (Internet Telephony Service Provider.) is a "VoIP Phone Company".  Example : Vonage, Broadvoice, Teliax, VoicePulse, etc.  "All ITSPs suck.  Some suck less than others." (tm) (c) 2007 ManxPower
13:18.24[TK]D-Fender^^^^^^^^^^^^^^^^^^^^^^^^
13:18.33blitzrageheh
13:18.40blitzrage[TK]D-Fender: that was useless to the question though
13:18.51[TK]D-FenderChris-NB: Teliax seems to be considered better than most.
13:18.54b1shopok.  i've been testing * before I switch out our old norstar/nortel system.  i know i need 4x FXO ports for the lines.  but can i also use an FXP card to use some of our old phones?  i would like to avoid buy ALL new ones @ this point
13:18.59blitzrageChris-NB: try Unlimitel (Canada/US) or Nufone
13:19.16Chris-NBthanks
13:19.18blitzrageFXP?
13:19.24blitzrageb1shop: do you mean FXS?
13:19.29b1shopFXS.  yes sorry
13:19.44*** join/#asterisk fakhir (n=Fakhir@unaffiliated/fakhir)
13:19.46mostyb1shop, you could alternatively use ATA's
13:19.56blitzrageb1shop: yes you can -- depending how many phones and lines, check out the TDM2400P (Digium), or the Sangoma equivilent
13:19.56Dovidb1shop: I am on pack 2 of smokes
13:20.00[TK]D-Fenderb1shop: No, you cannot use a norstar phone on any FXS channel card I've ever heard of for *
13:20.17blitzrageya... those phones are going to be like... ISDN or something
13:20.19[TK]D-Fenderb1shop: You'd need an expensive gateway like Citel's for that.
13:20.34blitzragein which case it'd be cheaper per port just to get new phones
13:20.51[TK]D-Fenderb1shop: Yes... ditch that shit with a smil on your face.
13:20.54b1shop[TK]D-Fender: crap!  ;-)  but thanks.  i was worried about that
13:21.12blitzragewelp, guess that's a sure fire sign that I need breakfast
13:21.14[TK]D-Fenderb1shop: No worries, only complete replacement.  happiness awaits!
13:21.33Chris-NBblitzrage, [TK]D-Fender, any of these providers provide a +1-800 nr?
13:21.44blitzrageChris-NB: ya
13:21.44Chris-NBblitzrage, [TK]D-Fender, or is it possible to get such a nr?
13:21.55[TK]D-FenderExcellent new "mid-life crisis" car -> http://www.smart.com/-snm-0135207688-1179694871-0000004180-0000000000-1182172384-enm-is-bin/INTERSHOP.enfinity/WFS/mpc-uk-content-Site/en_UK/-/GBP/SVCPresentationPipeline-Start?Page=issite%3A%2F%2Fmpc-uk-Site%2Fmpc-uk.com%2FRootFolder%2Fsmart%2Fmodelle%2Fsmartroadster%2Fausstattung%2F60kw%2Fhighlights.page
13:21.56blitzragetoll-free numbers aren't hard to get
13:22.17b1shopwork got busy and i was late on ordering new gear.  the move is this friday!  we got new phone #'s and i doubt the norstar system will just plug-n-play
13:22.17[TK]D-FenderChris-NB: No clue, sorry.
13:23.32creativx[TK]D-Fender: that smart is mainly driven by...... females. its just like a mx5 ;)
13:23.38creativxthe car for hairdressers
13:23.54[TK]D-Fendercreativx: Could be a Beetle or VW Cabrio ;)
13:24.42[TK]D-Fendercreativx: I once saw this whale of a guy in one.... looked almost like a motorized chair/walker for him....
13:25.20creativxVW Eos
13:25.24*** join/#asterisk DTE_it (n=pier@85-18-112-194.ip.fastwebnet.it)
13:25.24creativxhahah
13:25.31DTE_ithi all
13:25.34creativxvery economical walker
13:25.58DTE_iti get some trouble with asterisk and the gui
13:26.05[TK]D-Fendercreativx: Still... that Smart Roadster DOES look kinda nifty, much like the maligned Miata
13:26.11DTE_iti don't know if the problem is from asterisk or from the gui
13:26.27[TK]D-FenderDTE_it: Read the channel topic.  It is not supported here.  Look up for their respective channels.
13:27.01DTE_it[TK]D-Fender: i don't know know if is a gui problem
13:27.09DTE_itit looks more from asterisk
13:27.34[TK]D-FenderDTE_it: So what's the problem?
13:27.53DTE_ithttp://www.nopaste.com/p/aJEZOCv9k
13:28.35[TK]D-FenderDTE_it: Damn rights its a GUI issue
13:28.45DTE_itahh...sorry
13:28.51[TK]D-Fender[Jun 18 17:02:02] NOTICE[11683] chan_local.c: No such extension/context executecommand@asterisk_guitools creating local channel
13:28.53[TK]D-Fender[Jun 18 17:02:02] NOTICE[11683] channel.c: Unable to request channel Local/executecommand@asterisk_guitools
13:28.57DTE_iti go there then
13:29.12DTE_itthanks
13:29.22[TK]D-FenderDTE_it: dialplan errors as generated byt he GUI.  Yippy-kai-yay
13:29.37[TK]D-FenderDTE_it: Of stuff you filled into it.
13:31.22Chris-NBblitzrage, how do I get a toll-free number?
13:31.39creativx[TK]D-Fender: well.. im sort of biased towards vw
13:32.37blitzrageChris-NB: that's a question you should ask the ITSP
13:32.48blitzrageusually you just say, "I want a toll-free number"
13:33.02Chris-NBblitzrage, I'm in the EU. so I don't think I should ask my ITSP :)
13:33.25blitzrageyou ask a US based ITSP is what I meant
13:33.32Chris-NBblitzrage, ok.
13:36.33*** join/#asterisk shay|work (n=shay@unaffiliated/shay)
13:39.40tzafrir_laptopright. extensions.conf not wriatable?
13:40.43*** join/#asterisk shido6 (i=shido6@d221-68-200.commercial.cgocable.net)
13:42.32*** join/#asterisk canberk (n=cn@teknopet.com)
13:42.35canberkhello
13:42.43canberkmay i ask you to call 1013@sip.teknopet.com
13:42.46canberkwith voip
13:42.58canberki need it to work however it is not working why do you think is this
13:43.31*** join/#asterisk zeeesh (i=zeeesh@14-237-154-202.wol.net.pk)
13:43.32zeeeshhi
13:44.13[TK]D-Fendercanberk: We are not PSYCHIC, and you've shown us nothing.
13:44.54UatecI have an SPA1001, how should i know what dialplan to put in it's configuration/
13:44.56Uatec?
13:46.34[TK]D-FenderUatec: take a look at how you want it to dial.  this is YOUR decision.
13:47.19*** join/#asterisk reber (n=reber@cl-158.dub-01.ie.sixxs.net)
13:47.31cpm[TK]D-Fender, I don't know what I am doing, can you tell me what I am doing?
13:47.56*** join/#asterisk Jon335 (n=Jon335@unaffiliated/jon335)
13:48.09canberkplease try calling 1013@sip.teknopet.com
13:48.24canberkand tell me if it works or not
13:49.01[TK]D-Fendercanberk: call it YOURSELF.  You're more than able.
13:49.05Uatec[TK]D-Fender, not in asterisk
13:49.11Uatecin the device itself
13:49.21Uateci just want it to send all the numbers dialed straight to asterisk
13:49.36Jon335Does anyone here have a Grandstream HT-488 (or any Handytone)?  I'm wondering about echo.  I currently have a SPA-3000, but the echo is awful, would this be a good replacement?  If not, what would be?
13:49.47*** join/#asterisk Stephnie (i=Stephnie@u15157627.onlinehome-server.com)
13:49.50Stephniehi
13:50.13[TK]D-FenderUatec: (x.T|#.T|*.T) would seem to be the quickest "STFU and just send it" dialplan for it.
13:50.13Stephniedoes RxFax/TxFax work with SIP?
13:50.14Stephnie?
13:50.22[TK]D-FenderJon335: TDM400P or Sangoma A200d.
13:50.43[TK]D-FenderStephnie: Work, yes, reliable.... get your hads off that crack-pipe
13:51.05tzanger[TK]D-Fender: hahaha
13:51.21[TK]D-Fender(c) JerJer
13:51.27Uatec[TK]D-Fender, what does that mean?
13:51.45[TK]D-FenderUatec: it means drugs=bad!
13:53.08*** join/#asterisk Mercestes (n=Merceste@rrcs-71-41-157-70.sw.biz.rr.com)
13:53.25mostyStephnie, fax on top of voip is silly
13:54.02JTStephnie: you should not fax with voip
13:54.09*** join/#asterisk tsurko (n=tsurko@77.70.24.142)
13:55.10MercestesFaxing with voip is warm and tasty
13:55.30Stephniebut it should work atleast.
13:55.38JTwrong.
13:55.40Stephnieplease check http://www.pastebin.ca/574208
13:55.40MercestesIf you *have* to fax over voip, google hylafax+iaxmodem.  But...my suggestion is...avoid with great prejudice.
13:55.50JTit should not work
13:55.56MercestesWhy not???
13:56.04creativxbecause fax is the work of the devil
13:56.07Stephniewhy not rxfax / txfax ?
13:56.17JTStephnie: they're for zap channels
13:56.22JTthat are physically connected
13:56.22*** join/#asterisk kova (n=kova@tech.quentris.com)
13:56.23JTnot voip
13:56.28kovaHi all!
13:56.29Stephnieo ou!
13:56.50JTvoip is not designed to reliably transport modem signals
13:56.54MercestesI mean, your only taking optical input, converting it to a digital format, then converting it to analog sound, and then converting that into a digital T-signal, then converting that to an analog sound signal, then converting that into digital pulses, and then converting that nito a different digital format, and then converting that into optical output.
13:56.59kovapeople here with experience in the gtalk connection?
13:57.03JTespecially over non-optimal networks like the Internet
13:57.14Mercesteswhy wouldn't *that* work?
13:57.16[TK]D-FenderStephnie: Since when do you answer an incoming call to SEND a fax?!
13:57.18creativxno reason Mercestes
13:57.24creativxthis like those tend to work automagically
13:57.32creativxthings even
13:57.42MercestesI knew it!
13:57.47Mercestes:D
13:58.11MercestesStephnie, Fax over voip is a conspiracy, kinda like Loch Ness.
13:58.20Stephnie[TK]D-Fender : rxfax is for zap channels.... then there is not remedy for my prb .. I am using DID through SIP
13:58.38[TK]D-Fender"automagically" is another of a long list of terms the technology-challenged use.  All things computer oriented fall under the class of Wizardry and require ritual sacrifice.
13:58.40Mercestespeople *say* they have seen it, there is even some evidence of it, but...no one of any reputable intelligence will admit beliving in it openly.  But it is possible.
13:58.42MercestesLoch Ness I mean.
13:58.51Stephniehehe
13:58.52Stephnieok :)
13:58.59creativx[TK]D-Fender: have you not heard of the Magic.Wand() activex object?
13:59.04JTStephnie: did you check to see if it was technically possible before trying it?
13:59.19[TK]D-Fendercreativx: Sounds like an erotic play-time toy ;)
13:59.34*** join/#asterisk anthm (n=anthm@CPE-72-131-113-50.wi.res.rr.com)
13:59.34*** mode/#asterisk [+o anthm] by ChanServ
13:59.34Stephnieanyone who could hold my finger and show me the right path? I dont want to waste time on a wrong way atleast....
13:59.39[TK]D-FenderMercestes: We knew ;)
13:59.40creativxhah
13:59.42creativxmust be the x in active
13:59.43MercestesHold still while I molest you with something in C#.
13:59.46JTT.38 is your only hope using ip
13:59.47creativxthat set you all off
13:59.53StephnieJT: yes I read alot before jumping into RX/TXFAX stuff
13:59.55mostyStephnie, the right path is to give up now and simply scan and email images
14:00.10mostyor find a fax to email provider
14:00.10creativx<3 TIFF
14:00.12Stephniehehe
14:00.16[TK]D-FenderStephnie: Get a completely seperate analog line that has NOTHING to do with * and put a FAX MACHINE on it.
14:00.24JTStephnie: you must've missed the bit about not faxing over voip
14:00.30MercestesStephnie, or use PRI.
14:00.44creativxi would recommend a fax modem and somethign that can convert it to tiff
14:00.57Stephniewhat about Asterfax?
14:01.02Stephnieit doesn't work either?
14:01.22[TK]D-FenderYay, Slackware 12 w/ 2.6 series kernel by default!
14:01.23Stephnieover the ip ?
14:01.24mostyStephnie, any fax over voip system will be unreliable, not worth using
14:02.03JTFoIP, however, is different
14:02.28Stephniehmmmmm
14:02.38_DAWT.38 has treated me OK.
14:02.42creativxlies!
14:02.56JTT.38 is FoIP designed to carry fax information
14:03.30mostyStephnie, find a t.38 provider (and software) or a fax to email provider. asterisk isn't really capable of helping you (yet)
14:03.44Stephniemosty: not even hylafax+iaxmodem?
14:04.11JTdesigned for local connections
14:04.29mocker:q
14:04.35mockerer, wrong window.
14:04.36mostyStephnie, if voip is part of the process, it will be lousy, especially if the voip part is across the internet
14:05.07JTStephnie: i hope you are not relying upon VoIP over Internet for business purposes
14:05.11Stephnieyes I can understand..voip is not that reliable for fax
14:05.35[TK]D-Fender(hope)
14:05.51Stephnie:-)
14:05.57mostyStephnie, the answer is don't use voip for fax. google our alternative suggestions
14:06.09kovapeople here with experience in the gtalk connection?
14:06.10tzanger[TK]D-Fender: don't you hate when you take the time to write something like that up, send it off and discover you left out the part that makes it make sense?
14:06.45*** join/#asterisk coolbeans (n=null@adsl-074-247-038-249.sip.bhm.bellsouth.net)
14:06.50creativxhaha
14:07.00Stephnieok....
14:07.01mockerJust plan on never making sense.
14:07.03kovathat care to share there experience ...
14:07.09mockerE
14:07.14mockerEverything is easier that way.
14:07.22coolbeansHey all, I'm getting: "Rotated Logs Per SIGXFSZ" and  "file.c:252 ast_writestream: Translated frame write failed" every few seconds in an Asterisk 1.2.18 install, any suggestions?
14:07.24[TK]D-Fendertzanger: I don't know whasjgasjhgewouiytsd;klhasd;klhasdm.adfk;hg !
14:07.26[TK]D-Fenderduh!
14:07.38JTcoolbeans: .18 is a dud,  move on
14:08.42coolbeansJT: It's been working great for months .. It's in heavy production so i can't just take if offline for the .19 update.. Any idea what these errors are?  I thought it was simply way too many log files so I deleted old files but it didn't clear it up.. It's not affecting calls..
14:09.02*** join/#asterisk penguinFunk (n=penguin@unaffiliated/penguinfunk)
14:09.24Stephnieok I should forget about faxing through voip...as I already have spent 2 days on spandsp and rx/txfax
14:09.49Stephnieis it possible  ??    DID ==> asterisk => MSN or GTalk
14:10.01Stephnievoice session ?
14:10.08[TK]D-FenderStephnie: Yes
14:10.16kovaStephenie: exactly my question
14:10.30[TK]D-FenderStephnie: Excelt a DID is not a "thing".  it lands at a telco and how it gets to YOU is another matter.
14:10.36Jon335[TK]D-Fender, I'm looking at the Sangoma boards, but they don't offer anything with 2FXO/2FXS, and the Digium hardware is quite expensive for my budget.
14:10.36Stephnieshow me the right path then ...dont want to waste my 2 more days :)
14:10.54[TK]D-FenderJon335: Yes, they certainly DO.
14:10.59Stephniekova: are you dont with configuration ?
14:11.08Stephniedone*
14:11.15[TK]D-FenderJon335: Sangoma A200d can have that exact configuration, though I never recommend PCI based FXS anyways.
14:11.29coolbeansIt's creating multiple messages, event, and queue logs, all 40 bytes in size, over and over again... It's acting like the disk is full but it's not.. No quotas..
14:11.50Jon335[TK]D-Fender, so for FXS I should get an ATA?
14:12.03*** join/#asterisk rmayorga (i=rmyorg@unaffiliated/rmayorga)
14:12.10Stephniekova: ?
14:12.13[TK]D-FenderJon335: I highly recommend it.
14:12.47Jon335[TK]D-Fender, recommendations for an ATA with one or two FXS ports?
14:13.23[TK]D-FenderJon335: http://www.telephonydepot.com/product_p/105-052-a200brme.htm + 1 FXO module (2 ports).  for ATA : http://www.telephonydepot.com/product_p/105-054-212.htm
14:13.23*** join/#asterisk SirThomas (n=tomc@mail.kendeco.com)
14:13.30*** join/#asterisk mihinomenest (i=gCnx@cerebus.clandestineresearch.com)
14:15.29Jon335[TK]D-Fender, I think PCI interfaces are outside of my budget, are there any ATAs that have a good FXO port?
14:15.51*** part/#asterisk mattfletcher (n=matt@88-97-179-134.dsl.zen.co.uk)
14:15.54[TK]D-FenderJon335: Good, no.  Passable, perhaps, but You'll be taking a crap-shoot at that.
14:16.03coolbeansHow do I disable the "queue logger" in asterisk 1.2.18?
14:16.16[TK]D-FenderJon335: At which-point : 2 x http://www.telephonydepot.com/product_p/105-054-312.htm
14:19.37coolbeansMy event and queue loggers keep restarting with an error: Rotated Logs Per SIGXFSZ (Exceeded file size limit), any suggestions?  The disk isn't full...
14:20.08[TK]D-Fendercoolbeans: upgrade. quick & easy.
14:20.20[TK]D-Fendercoolbeans: "restart when convenient"
14:20.59coolbeans[TK]D-Fender: That's what I though.. lol.. it doesn't seem to be affecting calls but we sustain about 40-50 calls all day long on this particular box.. I'll restart when they're not looking, lol, thanks.
14:21.44[TK]D-Fendercoolbeans: I gave you the "set & forget" command to do that.  You don't need to sit around for it personally.
14:22.52*** join/#asterisk rsd99 (n=rsd095@h-67-103-23-130.phlapafg.covad.net)
14:23.57*** join/#asterisk AvoidingDeadlock (n=brian@65.222.246.35)
14:25.24coolbeans[TK]D-Fender: eh?  Set and forget?
14:25.50[TK]D-Fendercoolbeans: Fire that off in * CLI and walk away, it'll restart when there are no calls in progress
14:25.56rsd99has anyone built asterisk 1.4.x for mac OS X?  i keep getting a compile error when i run make
14:26.03Polis_ttti get "/usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status
14:26.03Polis_ttt"
14:26.04[TK]D-Fendercoolbeans: So you don't have to sint and front and stare at it waiting
14:26.11Polis_tttwhat's my problem? :)
14:26.11coolbeansAhh!  Got it.
14:26.14coolbeansThanks, TK! :)
14:26.16jeri've got an * server set up using realtime backed by mysql for all my extensions. i want to turn off voicemail on one extension; now i have to do this in extensions.conf, but i'm not exactly sure how to do it. anybody have any site they can direct me to, or ... ?
14:26.45[TK]D-Fender~wikis
14:26.46jbotwell, wikis is http://www.voip-info.org
14:26.47coolbeans[TK]D-Fender: I thought you actually mean restart the daemon when it's convienient.. lol.. Totally forgot about that function..
14:26.48[TK]D-Fender~book
14:26.48jbotmethinks book is a book called  Asterisk: The Future of Telephony which is found at http://www.asteriskdocs.org/modules/tinycontent/index.php?id=11
14:26.55[TK]D-Fender^^^^^^^^^^^^^^^
14:27.10jer[TK]D-Fender, thanks
14:27.13*** join/#asterisk jcmoore (n=jcmoore@unaffiliated/tgrman)
14:27.58rsd99this is the error i get when i try to build 1.4.5 under mac osx 10.3.9: /SourceCache/gnumake/gnumake-108/make/expand.c:523: failed assertion `current_variable_set_list->next != 0'
14:30.29[TK]D-Fenderrsd99: Good question I'm sure, but there are very few Mac user with * running on it, and I'd bet substantially fewer attempting Zaptel.  That in mind you may soon be forced to use the mailing list.
14:31.50rsd99i know there a few installer packages out there, but the versions are ancient
14:32.07[TK]D-Fenderrsd99: And 1.3.9 is cutting edge ;)
14:32.17[TK]D-Fenderrsd99: 10.3.9*
14:32.18cpmanyone have a diagram for the fuse panel of a '84 F250 6.9 diesel pickup?
14:32.43coolbeansIs it possible for a channel to get 'hung' in an up state?  I have a SIP channel originating from a SIP phone that's been up for about 3 days.
14:33.13[TK]D-Fendercpm: There you go!
14:33.17blitzragecoolbeans: yes!!!
14:33.24rsd99lol
14:33.25blitzragecoolbeans: what version of Asterisk?
14:33.28cpm[TK]D-Fender, Hey thanx!
14:33.35coolbeanslol, so 'restart when convienient' isn't going to work for me..
14:33.37coolbeanssh*t
14:33.54blitzragecoolbeans: I say that with enthusiasm because we have an open bug that we're trying to get information about all hung channels about
14:33.59blitzragecoolbeans: not running 1.4.5 are you?
14:33.59[TK]D-Fendercoolbeans: I'm sure you can nuke those channels by HAND...
14:34.34coolbeansyea, I did.. Thanks, [TK].
14:34.35blitzrage*CLI> soft hangup SIP/jimmy-4593abc
14:34.42coolbeansThanks, blitzrage.
14:34.48blitzragecoolbeans: what version of Asterisk are you running?
14:35.32JerJerpatent pending
14:35.56blitzrage:)
14:37.34[TK]D-Fenderblitzrage: we need something like : *CLI> terminatewithextremeprejudice [channel] <-----
14:37.35blitzragemocker: I'm sure you've got a ways to catch up to me :)
14:37.41blitzrage[TK]D-Fender: :)
14:37.54[TK]D-Fenderblitzrage: * is WEAK! ;)
14:38.00blitzrage[TK]D-Fender: *CLI> yesreallyhangupthechannel SIP/jimmy-1234abcd
14:38.10coolbeansblitzrage: 1.2.18
14:38.18coolbeansblitzrage: Heavy production...
14:38.24[TK]D-Fenderblitzrage: *CLI > nukethisbitch [channel] <----
14:38.25blitzragecoolbeans: ahhh... so not 1.4.x then
14:38.25*** join/#asterisk Chris-NB (n=chris@ng1.kurtkrenn.com)
14:38.28JerJercoolbeans:  stop now
14:38.29JerJer:)
14:38.48coolbeansJerJer: Yea, I wish... there's about 70 active calls rightnow...
14:38.59[TK]D-Fender<- warm & fuzzy.... in a "left at the bottom of the fridge too long" kinda way
14:39.27JerJercoolbeans:  then using your load balancing solution, route calls to another machine then wait for those 70 calls to drop
14:39.30JerJerthen fix that machine
14:39.44mockerpsh, just hang them all up.
14:39.47mocker:)
14:40.07JerJerbut wait, you aren't running load balancing?
14:40.15coolbeansThat's basically what we've done with OpenSER, but we have 4 sets of servers in 4 different datacenters, so it takes a few hours to 'drain' everything out and redirect to alternate boxes...
14:40.41JerJermeaning each call is a few HOURS long ?    eek
14:41.05coolbeansJerJer: We host a conferencing solution amoung other things.
14:41.07JerJerthe phone sex must be HOT
14:41.13*** join/#asterisk |dennis| (n=dennis@200.32.233.82)
14:41.16coolbeanslol, no clue, but probably
14:41.36UatecJerJer, only if you're using asterisk
14:45.35*** join/#asterisk coppice (n=chatzill@10.198.17.210.dyn.pacific.net.hk)
14:47.02A-Dataany one know germany "free DID" SIP Provider?
14:50.06*** join/#asterisk coastal_mark (n=mark_coa@70.88.63.221)
14:54.27coastal_markis there a way to match wildcards (i.e. extension 4XX) in the dialplan for purposes of setting outbound cid? It only seems to match if I use the specific extension number for the originating extension -- exten => _X./401 (this works) extn => _X./4XX (this doesn't)?
14:54.58ManxPowercoastal_mark: But _X./_4XX would work
14:55.06ManxPoweryou have TWO pattern matches on the line.
14:56.20coastal_markmanxpower: ahhh, that makes sense will give that a shot
14:58.18A-Dataany one know germany "free DID" SIP Provider?
14:58.41mostyA-Data, not since you last asked. try google.
14:59.23JTwhy would people give you DIDs for free?
14:59.30*** join/#asterisk DrAk0 (n=ljd@nelug/coreteam/luisjose)
15:00.36coastal_markJT: its not like they're that expensive in the first place - a buck a month isn't really a bank breaker
15:00.54JTindeed
15:00.54mostycoastal_mark, then just fork out the money yourself!
15:01.01A-DataJT i just need 1 number i don`t understand dutch .. i found sites but in dutch
15:01.17JTpeople seem to think it costs nothing to host the equipment to provide DIDs
15:01.27JTA-Data: then pay money
15:01.31_DAWthe dutch have cornered the market on german DID's
15:01.38JThaha
15:01.42*** join/#asterisk _Raptor_ (i=sirasenn@faui08r.informatik.uni-erlangen.de)
15:01.54A-DataJT if it`s like that why usa and uk have free DID numbers?
15:02.06JTbecause some providers are on crack
15:02.13JTor have different funding models
15:02.22A-DataCrack on Numbers how come
15:02.40mostyA-Data, sometimes the did's are free but you have to pay other fees in order to get them
15:02.41JTbecause they are suffering the effects of drug induced psychosis
15:02.52JTdo you have any idea how much it costs to run a DID provider?
15:03.03A-Datamosty i can list 3 companies don`t get one cent for usa and uk DID
15:03.08*** join/#asterisk neverblue (n=neverblu@unaffiliated/neverblue)
15:03.09_Raptor_hello, can anyone tell me how to fix this problem: i get following message multiple times on CLI:
15:03.10_Raptor_[2007-06-18 16:58:03] WARNING[16683]: chan_sip.c:2585 sip_write: Asked to transmit frame type 4, while native formats is 1 (read/write = 64/64)
15:03.15[TK]D-Fender_DAW: "We need breathing room!" - Adolph Hitler,1939 (next day : invades Poland)
15:03.35JTA-Data: "other companies overseas do it" isn't a justification
15:03.37mostyA-Data, i can't speak for those countries, but in my did's aren't handed out for free, even to telcos
15:03.50*** join/#asterisk Daejeo1 (n=chatzill@124.62.150.49)
15:04.03Daejeo1http://www.pastebin.ca/574352 what package should I select from http://asterisk.hosting.lv/
15:04.08coolbeansAnyone know how to convert an mp3 to an sln with sox?
15:04.15JTA-Data: so stop being stingey and just pay up if you want a working did
15:04.36Daejeo1JT: Hello
15:04.36A-DataJT again i repeat not matter of money but matter of test
15:04.40[TK]D-FenderDaejeo1: Don't expect any real help, but you pick the one that matches your machines archetecture.
15:04.49JTA-Data: matter of test, what?
15:04.53HarryRcoolbeans:  need to convert it to wav first
15:04.53JTDaejeo1: hi
15:05.14HarryRcoolbeans: mpg123 -w bah.wav blah.mp3; sox -V blah.wav -r 8000 -c 1 -w blah.raw
15:05.30coolbeansAhh! Raw.  Thats' what I was missing.  Thanks.
15:05.50Daejeo1[TK]D-Fender: do you have personal problem?
15:06.22[TK]D-FenderDaejeo1: Several, but I have a psychiatrist for those and wouldn't burden you! :)
15:06.25rob0IRC is a personal problem in itself.
15:06.37Mercestes<PROTECTED>
15:06.38[TK]D-Fenderrob0: No, just an ENABLER ;)
15:07.00Mercestes[TK]D-Fender, Hey...can I get your psychiatrists number, btw?  I'm ....in the market.....for a friend. >.>
15:07.10rob0911
15:08.07*** join/#asterisk irule (n=irule@189.164.43.19)
15:08.48[TK]D-FenderMercestes: "I went to a shrink, To analyze my dreams, She says it's lack of sex that's bringing me down, I went to a whore, He said my live's a bore, And quit no whining cause it's bringing her down"
15:08.50Daejeo1[TK]D-Fender: how about talking on the phone. I can fix your problem.
15:12.36mockerguh.
15:12.46mockerdundi + regexten looks freaking awesome.
15:13.20mockerbesides the whole 'rework the entire dialplan' part
15:13.39Qwell[][TK]D-Fender: I learned something quite amusing this weekend.
15:13.41mostywhat's regexten?
15:14.17Qwell[][TK]D-Fender: the company my dad founded nearly 20 years ago, ended up being acquired by Mitel.
15:16.21Qwell[]regexten rocks
15:16.24mostymocker, hmm interesting- it sort of gives you a poor quality multi-server peer lookup
15:16.25coolbeansIs there a way to prevent moh from starting over after an announce-holdtime in a queue in asterisk 1.2?  I have a really long audio that I want to just play entirely then restart not affected by the holdtime announcement.
15:16.41*** join/#asterisk anonymouz666 (n=anonymou@re366.compuland.com.br)
15:16.47Qwell[]It adds a priority 1 to an extension, which you can hint on, to tell if something is registered
15:16.57[TK]D-FenderQwell[]: Excellent work Secret agent 237!  Your infiltration will be hailed!
15:17.13mostyQwell, is there an iax equivalent?
15:17.19Qwell[]mosty: not sure
15:17.29Qwell[]there's a skinny implementation of it on the bug tracker though :p
15:18.09*** join/#asterisk Taadow (n=super@70.70.0.33)
15:18.14*** join/#asterisk rgsteele (n=rgsteele@nat-pool.agora-net.com)
15:18.25coastal_markcoolbeans: can you accomplish it by way of its own menu context - or does it need to be global hold music?
15:18.46*** join/#asterisk CunningPike (n=CunningP@204.239.8.149)
15:18.51coolbeansAhh.. start music on hold before entering the queue?  Is that what you're suggesting?
15:20.04rgsteeleHey folks.  After specifying a log name and relevant information in logger.conf, where do I actually tell asterisk to use that directive?
15:20.22coastal_markcoolbeans: yes, backgound on the way into the queue - http://www.voip-info.org/wiki/view/Asterisk+cmd+Queue see examples
15:20.25mostyrgsteele, "logger reload"
15:20.32coolbeansThanks!
15:21.11coastal_markcoolbeans: then once in the queue you can use the playback command (see further down in the examples)
15:21.25coolbeanscoastal_mark: Thanks, mark.
15:21.43_VoiceMeUp_COMmosty you fix your E1's ?
15:22.17rgsteelemosty: Thanks
15:23.14mosty_VoiceMeUp_COM, no, i had to run to catch my flight. the aapt tech is going to call me in the morning, i will check if they need a specific callerid setting
15:23.29_VoiceMeUp_COMyeah k
15:23.31_VoiceMeUp_COMsounds like it
15:23.37mostythanks for the help today
15:23.45_VoiceMeUp_COMcoz that happends when we have bad calleird and send to pri for a 800 number
15:23.49_VoiceMeUp_COMget a progresscode 38
15:24.06_VoiceMeUp_COMso that could be calleird issue
15:24.23ManxPower_VoiceMeUp_COM: and what does your handy Q.93 reference card say that 38 is?
15:24.54_VoiceMeUp_COMhehe
15:24.59_VoiceMeUp_COMno idea you need to point me to it
15:25.03_VoiceMeUp_COMbtw im not sure its 38
15:25.27_VoiceMeUp_COMbut whatever it was i just fixed the callerid for noobs that sent wrong info on the fly
15:25.28_VoiceMeUp_COMand all good
15:25.52_VoiceMeUp_COMalso sending 11 digits instead of 10 will do that
15:26.06*** join/#asterisk zpertee (n=zach@oh-69-34-21-229.sta.embarqhsd.net)
15:26.42ManxPowerResults 1 - 10 of about 72,400 English pages for q.931 cause code AND "asshole too lazy to use Google "   (0.12 seconds)Ā 
15:27.00_VoiceMeUp_COMlol
15:27.02ManxPoweryou need to know the cause codes
15:27.05*** join/#asterisk hunger (n=tobias@pd95b0676.dip0.t-ipconnect.de)
15:27.22zperteedoes anyone know of a way that I can automatically test to see if my two incoming lines are working and if not then notify me
15:27.39ManxPowerzpertee: call them.
15:27.45ManxPowerthat is the only way to be sure.
15:27.46cpmthen tell yourself
15:27.51hungerHow can I change the password for the admin user in asteriskNow? I am forced to change it in the webgui, but the form doing the change doesn't do anything.
15:28.03ManxPowerhunger: that is a question for *gasp* #asterisknow
15:28.09_VoiceMeUp_COMzpertee
15:28.14_VoiceMeUp_COMi did that this weekend
15:28.41hungerManxPower: Yeap... but there is nobody there and I need to get that damn server up and running again soonish:-( Boss is pretty pissed already.
15:28.41zpertee_VoiceMeUp_COM, how?
15:28.42mostyManxPower, i had disconnects with cause code 1
15:28.53*** join/#asterisk jtknapp (n=skip@65-126-63-1.dia.static.qwest.net)
15:29.22_VoiceMeUp_COMBox A dial trough net...  to a ptsn number attached to box B..          Box B answers waits 4, sends dtmf "3332124" or something .. Box Reads that and compares.. if ok then Gotoif ok else gotoif bad
15:29.30mockerAnyone using MySQL ODBC?
15:29.31_VoiceMeUp_COMif bad then system ssh runscrip.sh
15:30.05Corydon76-workmocker: yep
15:30.07_VoiceMeUp_COMso if bo x b doesnt asner or soemthing its also going to compare 33422344 but with an empty string"" and fail as well
15:30.14mockerCorydon76-work: What version of MyODBC are you using?
15:30.25mostyManxPower, but until 5 minutes ago i didn't know what q.931 was, the best i can find so far is "unallocated number" or "unassigned number"
15:30.30*** part/#asterisk hunger (n=tobias@pd95b0676.dip0.t-ipconnect.de)
15:30.32Corydon76-workmocker: it's not the version of MySQL that matters, it's the connector
15:30.38ManxPowerzpertee: are you prepared to build another asterisk box?
15:30.46Corydon76-workmocker: make sure you're using the latest version of the connector
15:31.00mockerCorydon76-work: Isn't that the MyODBC?
15:31.01_VoiceMeUp_COMmosty i think taht unallocate dis the callerid casue it said CALLER information
15:31.11ManxPowermosty: it is the 2nd damn link on the damn google page.  http://www.quintum.com/support/xplatform/network/Q931_Disconnect_Cause_Code_List.pdf
15:31.16_VoiceMeUp_COMcan you repaste the out ?
15:31.20TaadowJun 18 08:24:32 DEBUG[7412] channel.c: Avoiding initial deadlock for 'SIP/140-0078ad40'
15:31.26Corydon76-workmocker: yes, but it's called the ODBC connector
15:31.28TaadowThat bad?
15:31.48ManxPowerTaadow: stop running in DEBUG mode and you won't see that debug message
15:31.56mostyManxPower, the second link i get is wikipedia, which is just a stub :P
15:32.06TaadowManxPower: trying to find an elusive problem on company pbx
15:32.07Corydon76-workmocker: you should be using 3.51.15.  3.51.12 had a rather nasty segfault on reconnect bug
15:32.07mockerCorydon76-work: ugh, my distro is using a really old version.
15:32.16ManxPowermosty: I guess you didn't use the search terms I posted.
15:32.20_VoiceMeUp_COMoh
15:32.29mocker2.50.39, when I connected Asterisk to it, Asterisk died unhappily.
15:32.41Corydon76-workmocker: yeah, that's ancient
15:33.19Corydon76-workIIRC 2.50 was ODBC 2.  Asterisk uses ODBC 3 calls
15:33.31ManxPowermosty: you, of course, catch the cause codes and play the correct local message, right?
15:33.33mostyManxPower, so it's saying that the dialled number is unroutable, i take it.
15:33.58mostyso perhaps the telco requires prefixes
15:34.04ManxPowermosty: no, 1 is unallocated number, at which time you should play a message to the caller
15:34.37mostyManxPower, i was dialing valid phone numbers, ie stuff that would normally work on any regular telephone
15:34.49_VoiceMeUp_COMyeah
15:35.00_VoiceMeUp_COMunless you need to dial somethign special for 04..mobiles in autrs
15:35.03_VoiceMeUp_COMfor pri i mean
15:35.05_VoiceMeUp_COMah
15:35.16ManxPowermosty: you didn't do something right
15:35.16_VoiceMeUp_COMyou got other ones configured exaclty the same right ?
15:35.25_VoiceMeUp_COMzapata says same things ?
15:35.42mostyManxPower, i know, but i am still trying to figure out what that thing is
15:36.04coolbeansIs moh supposed to restart after a announce-holdtime in 1.2?
15:36.13ManxPowermosty: I really can't help you unless I know the number you are dialing, and where you are locatd.
15:36.16mostyanyway, the telco should be able to help me when they re-open tomorrow
15:36.17_VoiceMeUp_COMswittype and prilocaldialplan and pridialplan etc all the same on yout other boxes ?
15:36.29_VoiceMeUp_COMhes in aus
15:36.37_VoiceMeUp_COMdialing a cell 04XXXXX
15:36.42mosty_VoiceMeUp_COM, yes but my other boxes use a different pri provider
15:36.48_VoiceMeUp_COMyeah
15:36.57_VoiceMeUp_COMtry that
15:37.14ManxPowermosty: you should, of course try removing the pridialplan options
15:37.21mockerCorydon76-work: thanks for the tips.
15:37.23mockerUpdating now.
15:37.32mocker(and hopefully not crashing asterisk)
15:38.57mostyManxPower, i have already
15:39.40Qwell[]time for my random thought/rant of the day
15:39.55Qwell[]I was in the store the other day, and there was this gallon jug/bottle of "juice"...
15:40.07Qwell[]in fairly large letters, it stated "0% juice"
15:40.29mostyManxPower, thanks for pointing me in the right direction. i am sure with the help of the telco i will be able to fix my setup tomorrow
15:40.36mosty_VoiceMeUp_COM, night
15:41.32coolbeansIs moh supposed to restart after a announce-holdtime in 1.2?
15:43.57*** join/#asterisk L|NUX (n=linux@unaffiliated/lnux/x-10290)
15:44.27_VoiceMeUp_COMshould
15:45.24coolbeansHow do I prevent it from restarting?
15:45.27coolbeansIn a queue...
15:46.12ManxPowercoolbeans: don't specify hold music on the queue line
15:47.08*** join/#asterisk KpoH (n=AID@host-86-106-208-182.moldtelecom.md)
15:47.10coolbeansManxPower: Queue(test|tT|||600)
15:47.15coolbeansThat's what I have now...
15:47.22KpoHhello2all
15:48.34*** join/#asterisk fnordus (n=dnall@24.85.128.203)
15:48.37ManxPowercoolbeans: you did a "show application queue" right?
15:48.53KpoHanybody know why asterisk hangup line during sending fax (t38 passthrought)
15:48.55ManxPowercoolbeans: you cannot change the hold music when you are in a queue.
15:49.11KpoHin the middle of scanning process
15:49.14ManxPowerJust playback what you want them to hear before they get into the queue
15:49.23ManxPowerKpoH: what verison of Asterisk?
15:49.45coolbeansManxPower: Right, I just want it to keep playing from where it left off after a holdtime announcement, it starts over right now, but I want it to just continue playing the moh... (i.e., it's a long audio file with some ads in it)
15:49.47KpoH1.4.4
15:50.11ManxPowercoolbeans: I don't believe you can do that unless you use mpgq123
15:50.16coolbeansAhh.
15:50.19*** join/#asterisk putnopvut (i=putnopvu@nat/digium/x-7e4f85f2429d410c)
15:50.20coolbeansThat makes sense.
15:50.29ManxPowerand even then, they won't year the entire message
15:50.50ManxPowerthe MoH will keep playing muted while they hear queue announcements
15:51.09ManxPowercoolbeans: So basically, you can't do what you want to do.  Find another way.
15:51.15coolbeansManxPower: Right, which is what I want, but with native..
15:51.20coolbeanslol, yep.  Thanks! :)
15:51.29ManxPowerplay the announcement once before they get into the queue.
15:51.44coolbeansOr If I could do random periodic announcements...
15:51.49coolbeans... in 1.2
15:55.56*** join/#asterisk AndrewGearhart (n=chatzill@h1.39.213.151.ip.alltel.net)
15:56.27AndrewGearhart[TK]D-Fender: you'd recommended a particular switch for PoE before... I think it was a D-Link
15:57.03*** join/#asterisk rmayorga (i=rmyorg@unaffiliated/rmayorga)
15:57.06AndrewGearhart[TK]D-Fender: can you help me remember the model?
15:59.33[TK]D-FenderAndrewGearhart: http://www.antonline.com/antonline.php?op=inventory&st=DES-1228P
15:59.49AndrewGearhart[TK]D-Fender: thanks. :)
16:02.35*** join/#asterisk ez` (n=ez@c66.110.149-45.clta.globetrotter.net)
16:12.13*** join/#asterisk ChkDigit (n=mrw@static24-89-65-166.regina.accesscomm.ca)
16:14.44*** join/#asterisk gerwinin (n=gerwinin@ip5457b30e.direct-adsl.nl)
16:15.21AndrewGearhartany recommendations for wireless headsets to go with Polycom phones?
16:16.24KpoHhow to "patch" asterisk from 144 to 145?
16:16.27*** join/#asterisk Hmmhesays (n=Neg@24-119-176-74.cpe.cableone.net)
16:18.51blitzragepatch -p0 < my_patch.diff
16:19.21russellbKpoH: we distribute a patch of 1.4.5 against 1.4.4
16:19.24russellbit's on ftp.digium.com
16:19.41russellband you apply it with what blitzrage said
16:19.42blitzragehttp://ftp.digium.com/pub/asterisk/asterisk-1.4.5-patch.gz
16:19.53blitzrageNEXT!!!
16:19.54russellbafter decompressing it with ... gunzip asterisk-1.4.5-patch.gz
16:20.56Qwell[]don't quote me on this, but I *think* GNU patch will let you patch from a gz file, if you use -i
16:21.06blitzrageinteresting
16:21.22Qwell[]I'm probably completely lying :p
16:21.41fileQwell[]: probably.
16:21.51brad_msswyou could just gzcat it and pipe it to patch in one line
16:21.53Qwell[]for some reason I recall that being the case though
16:21.58Qwell[]brad_mssw: yeah, that's cheating though
16:22.01blitzrageno need to make it so complicated :)
16:22.02KpoHrussellb: i understand, but i asked how to apply 145 patch to 144
16:22.10blitzrageKpoH: which I just told you how to do
16:22.13Qwell[]gzcat patch.gz | patch -p0
16:22.32KpoHblitzrage: yes, thank you, i done this :)
16:22.36Qwell[]my favorite is `svn diff ../1.2 | patch -p2`
16:22.41blitzragethen recompile, and reinstall
16:22.47blitzrageQwell[]: shush :)
16:22.50Qwell[]:D
16:22.57blitzrageslushi
16:22.58blitzragesushi
16:23.08blitzragesashimi
16:23.14Qwell[]salami
16:23.23blitzragesalamander
16:23.37Qwell[]You win.
16:23.42blitzragestrippers!
16:27.36KpoHdo i need to recompile asterisk-addons? (i use mysql)
16:29.05A-Dataany one located in Germany?? waana test somthing please with him
16:29.07*** join/#asterisk marv[work] (n=timr@24.214.206.254)
16:29.20*** join/#asterisk vel0x (n=felix@xdsl-87-78-98-150.netcologne.de)
16:29.31*** join/#asterisk DrAk0 (n=ljd@nelug/coreteam/luisjose)
16:29.39*** join/#asterisk drako (n=ljd@nelug/coreteam/luisjose)
16:29.46marv[work]hmm, if i exec a macro from inside an agi, what happens if that macro does a goto that jumps out of the macro?
16:29.56Hmmhesayswhat up folks
16:30.13HmmhesaysI think it is documented on the wiki
16:30.22vel0xhey guys. can i somehow bring asterisk not to choke upon a plus symbol in telephone numbers (eg: +1 416 xxxx)?
16:30.27Qwell[]marv[work]: one shouldn't goto out of a macro
16:30.49vel0xmy mobile phone saves them like this in the internal phone book and i use it at home as a normal handset via voip
16:31.07*** join/#asterisk spaceinvader (n=server@unaffiliated/spaceinvader)
16:32.38spaceinvaderCan anyone reccomend a cheap/budget ATA to use that has 1 FXO and 1 FXS for with use with Asterisk?
16:34.11Hmmhesaysthey still make the spa-3000?
16:34.35spaceinvaderyes but its somewhat expensive
16:34.41spaceinvaderlooking at the linksys clones on ebay atm
16:34.45[TK]D-Fenderspaceinvader: SPA-3102
16:34.57spaceinvaderin in bloody hong kong
16:35.01spaceinvader[TK]D-Fender: will look into it
16:35.03[TK]D-Fenderspaceinvader: 75$ USD
16:35.07Hmmhesaysexpensive?
16:35.33spaceinvader[TK]D-Fender: I'm in the UK
16:35.51[TK]D-Fenderspaceinvader: "That's nice" :)
16:36.00spaceinvader:P
16:36.15[TK]D-Fenderspaceinvader: So go find a local source.  thankfully Linksys doesn't have nasty import margins there unlike Polycom.
16:37.28coppicebut they make UK pricing so easy dollars==pounds :-)
16:38.00*** join/#asterisk canberk (n=cn@teknopet.com)
16:38.03canberkhello
16:38.08Jon335Has anyone tried the ZapMicro ZMD400P?
16:38.26russellbZMD?
16:38.27canberki want to do this, get the caller id name from my fxo device as a name and convert it to caller id number before sending to the phone
16:38.29[TK]D-FenderJon335: Very unlikely, and.....
16:38.32russellboh, zapmicro ...
16:38.34[TK]D-Fender~ygwypf
16:38.35jbotwell, ygwypf is You Get What You Pay For.  If the sole factor in your decision to purchase a product or service is that it's cheaper than everything else out there, don't be surprised if it's also worse in every other respect than everything else out there.
16:38.36russellbdigium clone, great.
16:38.45Jon335that's what I thought\
16:39.16[TK]D-FenderJon335: You wanna be a cheap-ass, don't whine when you end up disappointed by it.
16:40.04[TK]D-FenderJon335: Nobody credible said that a quality * setup was "cheap"
16:41.08*** join/#asterisk b1shop (n=b1shop@dsl081-149-253.chi1.dsl.speakeasy.net)
16:42.21blitzrageyou shouldn't install Asterisk necessarily to be cheap -- you install it for features and flexibility
16:42.25blitzrageand ROI
16:42.52blitzrageinitial installation won't necessarily be cheaper, and if you don't know what you're doing, you're going to hate Asterisk if you don't have the time or skills to really learn it
16:43.28[TK]D-Fenderblitzrage: And the best part : Its all OUR fault :)
16:43.36blitzrage[TK]D-Fender: totally
16:43.42[TK]D-Fenderblitzrage: Never forget the inevitable deflection!
16:43.46canberkhow can i set callerid in asterisk
16:43.52canberkast_func_write: Function CallerID not registered
16:44.02[TK]D-Fendercanberk: CASE SENSITIVE :
16:44.09[TK]D-Fendercanberk: "show function CALLERID"
16:44.11Qwell[]${CALLERID()}
16:44.21Qwell[]well, write, so just CALLERID()
16:44.34canberkasterisk*CLI> show function callerid
16:44.34canberkNo function by that name registered.
16:44.48[TK]D-Fendercanberk: ****CASE SENSITIVE**** <----------------------
16:44.50[TK]D-Fendercanberk: "show function CALLERID"
16:44.51blitzrageshow function CALLERID
16:45.03[TK]D-Fendercanberk: ...
16:45.03canberk<PROTECTED>
16:45.05canberk..
16:45.05blitzragebtw: it's case sensitive
16:45.06[TK]D-Fender~osmosis
16:45.06jbotwell, osmosis is the act of beating yourself on the head repeatedly with THE BOOK, until some measure of absorption has occured ...  or at least until your unconsciousness restores peace to the channel ...
16:45.20A-Dataany one located in Germany?? waana test somthing please with him
16:45.32blitzrageA-Data: no one answered 5 mins ago -- pls don't repeat
16:45.51rob0Is osmosis case-sensitive too?
16:46.17blitzragerob0: sometimes... depends on the mood it is in
16:46.54canberkthanks guys
16:46.59canberki was spending my whole day on it
16:47.05canberkit worked with CALLERID
16:47.26rob0Last night I was asking if SetCallerId was deprecated, and now I suppose CALLERID() is the way to do that?
16:47.30*** join/#asterisk niekie (n=niekie@bergnet.xs4all.nl)
16:47.34canberkyes
16:48.12*** join/#asterisk Trevor_b (n=tbenson@69.12.220.201)
16:48.47Corydon76-workrob0: correct
16:48.49*** join/#asterisk toot (n=toot@84.19.255.123)
16:48.54[TK]D-Fenderrob0: Welcome to 2005....
16:49.32Corydon76-work[TK]D-Fender: actually, it would have been deprecated in 1.2, but there was an oversight
16:49.54Corydon76-workSo it's deprecated in 1.4 and will be removed in the version after 1.4
16:50.45*** join/#asterisk frenzy (n=frenzy@unaffiliated/frenzy)
16:50.59*** join/#asterisk jm|laptop (n=jm|home@dilbert.jamiem.com)
16:51.41rob0exten => cpm,1,Play(tt-weasels)
16:52.06cpmtrade ya a peer for a peer
16:52.38rob0[TK]D-Fender: could we take that back a year, and maybe replay that election? :)
16:52.45*** join/#asterisk bcnl (n=mike@S010600131078957c.vc.shawcable.net)
16:53.02cpmrob0, wouldn't matter
16:53.05bcnlso what's the verdict on 1.2.19?  Anyone notice any issues with it yet?
16:53.54rob0cpm: I know, but a joke is a joke.
16:54.02*** join/#asterisk guigouz (n=guigouz@unaffiliated/guigouz)
16:54.11Corydon76-workbcnl: if we knew of issues, don't you think we would have fixed them?
16:55.48[TK]D-FenderCorydon76-home: it IS gone in 1.4.... where do you see ${CALLERID} now? :)
16:56.00[TK]D-FenderCorydon76-home: the function came in in 1.2 and remains current.
16:56.26Corydon76-work[TK]D-Fender: The SetCallerID app remains in 1.4
16:56.41Corydon76-work[TK]D-Fender: the SetCIDName and SetCIDnum apps are gone in 1.4
16:56.50[TK]D-FenderCorydon76-home: WTF?!
16:57.00[TK]D-FenderCorydon76-home: RETARDED
16:57.02Corydon76-workLike I said, it was an oversight
16:57.08bcnlCorydon76-work: no, I doubt there would have been a release right away but there might have been patches commited
16:57.58Corydon76-workbcnl: nothing major
16:58.14bcnlthat's what I was looking for :)
16:58.43bcnlissue 23723: asterisk starts random fires in orphanages
16:59.01Corydon76-workbcnl: in fact, nothing since the release
17:00.35coppicebc: unless you can product a repeatable test case of a burned down orphanage, there is little change of getting it fixed
17:01.24bcnlheh
17:04.28TaadowWhen certain peers register and attempt to make a call with our company pbx the system temporarily becomes unresponsive, ie no peers afterwards can register or make a call, but existing calls are unaffected.  I enabled DEBUG logging and got the following when the offending peer caused this event to occur.
17:04.29Taadowhttp://www.pastebin.ca/574562
17:04.45TaadowAnyone come across this or know what's happening?
17:05.46*** join/#asterisk hfb (n=hfb@pool-72-87-254-188.lsanca.dsl-w.verizon.net)
17:06.06*** join/#asterisk phillipk (n=pkey@216.248.143.87)
17:08.12*** join/#asterisk jeffgus (n=jeffgus@greengables.zimage.com)
17:08.23guigouzgood afternoon, quick question. I have an analog PABX and want to have a remote extension using asterisk. If I use an FXO card would it work ? people would dial "123" (my ext number) and my sip phone (connected to the asterisk server) would ring ?
17:11.33Corydon76-workguigouz: it could be programmed to work, yes.  But Asterisk starts off with a blank slate.  We aren't a key system.
17:12.01guigouzCorydon76-work: oh yeah, I know, just wanted to be sure FXO is what I need and not FXS
17:12.34Corydon76-workguigouz: does your analog PBX provide or expect dialtone?
17:12.51guigouzit provides dialtone
17:12.58Corydon76-workThen you need an FXO card
17:13.11guigouzok, thanks a lot. any recommended brand ?
17:13.18Corydon76-workDigium works fine
17:13.45guigouzthanks
17:15.23guigouzCorydon76-work: could asterisk be configured to dial to an external sip provider when someone dials that extension (in the example, 123) ?
17:15.38Corydon76-workYes
17:18.18phillipkIs there a way to enable recording on a call through the Manager API? I have an autodial system set up that is using the Originate action to create calls and I'd like to be able to cause some or all of them to be recorded.
17:20.22[TK]D-Fenderphillipk: Its your dialplan.. do whatever you want : "show application monitor"
17:21.12Taadowhttp://www.pastebin.ca/574562   Anyone seen anything like this?
17:23.29[TK]D-FenderTaadow: unload cha_brokenrecord.so
17:25.51Taadow[TK]D-Fender: That'll fix my issue w/ certain peers registering and then causing failure for all subsequent registrations/calls until the original offending peer shuts off their softphone?
17:26.16TaadowIn this case ext 127.
17:27.37*** join/#asterisk Koshatul (n=evangeli@ppp188-33.static.internode.on.net)
17:28.14*** join/#asterisk zpertee (n=zach@oh-69-34-21-229.sta.embarqhsd.net)
17:28.25zperteehow can I record dtmf
17:28.38[TK]D-FenderTaadow: no, it'll fix the problem of you repeating the same question over and over when we heard you the first time and had we the answer to your problem, we'd have given it to you.
17:28.54*** join/#asterisk fakhir (n=Fakhir@unaffiliated/fakhir)
17:28.57[TK]D-Fenderzpertee: "show application read"
17:29.03file[TK]D-Fender: you're funny
17:29.19[TK]D-Fenderfile: And thats just my reflection! ;)
17:29.42TaadowCorrection rude person.  You heard me over and over.  Ever heard of someone who leaves an irc window open, walks away from their desk, comes back, and missed a whole bunch?
17:30.30TaadowHow bout you keep your comments to yourself instead of trying to make yourself feel good by taking cheap shots at someone who is simply trying to resolve an issue for their company.
17:30.35coppiceyeah, we hear of rude people all the time who ask questions and don't wait for the answer
17:30.45blitzrageTaadow: it's call scrollback -- and it's generally rude to repeat your question over and over
17:30.51[TK]D-FenderTaadow: I saw the requests in the same 3/4 of my screen which is lower resolution than most of my friends use, and most scroll back a few lines to see what they missed.
17:32.03TaadowThen you understand my urgency.  Regardless, thanks for the suggestion.  Guess I'll call Digium support.
17:32.35blitzragethis isn't really the channel for urgent issues
17:32.44blitzragewe're all here voluntarily
17:32.57coppice#asterisk-laidback
17:33.01blitzragecoppice: :)
17:33.44[TK]D-Fenderblitzrage: OUCH
17:35.07marv[work]my wife got one of those memory foam pads for our bed. it's pretty nice
17:35.52coppicewhat does it do? replay orgasms?
17:36.08marv[work]no, but that would be interesting
17:36.26[TK]D-Fendermarv[work]: I spend a vacation at a B&B with a king size one.  you fall with a resounding "thud" and even turning takes a real effort :)
17:36.58[TK]D-Fendercan't....escape....bed.....
17:37.02marv[work]it's just foam, the memory part refers how it springs back when you get off of it instead of going flat
17:37.26marv[work][TK]D-Fender: that was probably an actual memory foam bed. this is just a pad that attached to our existing bed
17:37.34[TK]D-Fendermarv[work]: Or more like SLOWLY returns
17:37.43[TK]D-Fendermarv[work]: OOHHH yeah... 100% MF
17:38.06marv[work]I don't recall mine taking a long time to return...
17:38.17*** join/#asterisk brea (n=brea@c-71-195-248-169.hsd1.ma.comcast.net)
17:38.29breaHow do I get CALLERID name to show up on my SIP phone?
17:39.52*** join/#asterisk _charly_ (i=kroseneg@sunrise.schmidham.net)
17:40.43MercestesHeh, anyone need an asterisk sysadmin?  Going quick, place your bids now.
17:42.51breaIs there something in the dial command I need to set to send CALLERID name?
17:46.19*** part/#asterisk mog (n=mog@c-71-207-214-192.hsd1.al.comcast.net)
17:46.22[TK]D-Fenderbrea: Nope.
17:48.03*** join/#asterisk mog (n=mog@c-71-207-214-192.hsd1.al.comcast.net)
17:48.03*** mode/#asterisk [+o mog] by ChanServ
17:48.56*** join/#asterisk ELBunce (n=erik@kde/developer/bunce)
17:51.46brea[TK]D-Fender: It's just supposed to work?
17:55.28*** join/#asterisk grantm (n=grantm@thenetrouter.users.xmission.com)
17:55.45Mercestesbrea:  (tm)
17:55.57Mercestesbrea:  You should set the callerID name to something but otherwise....yes.
17:57.02*** part/#asterisk docelic (n=docelic@212.91.116.101)
17:58.02*** join/#asterisk ToyMan (n=Stuart@74-32-60-38.dsl1.mdl.ny.frontiernet.net)
17:58.46breaMercestes: Just was it to show up on the SIP phones, but it only shows CallerID number twice.
17:59.02_DAWbrea: try setting it in sip.conf
17:59.24brea_DAW: For inbound calls?
17:59.32Mercestesbrea:  yes.
17:59.48Mercestesbrea:  callerid = "name" <number>
17:59.49_DAWYou mean from the pstn? or phone to phone?
18:00.09breaFrom the PSTN to SIP
18:00.18_DAWDo you subscribe to name service?
18:00.23breaCalls are coming in on a PRI
18:00.29breaYeah... they get name in the CDR
18:00.57*** join/#asterisk Fulk (n=fulk@87-194-176-39.bethere.co.uk)
18:01.52_DAWThen disregard that sip.conf recommendation.
18:02.01_DAWNot really relevant here.
18:02.29_DAWWhat type of phone?
18:03.21breaPolycom 650, SPA-942
18:03.24*** join/#asterisk zpertee (n=zach@oh-69-34-21-229.sta.embarqhsd.net)
18:05.00zperteedoes anyone know of any automated way to check my iax2 connections.  for example I know that iax2 show registry command will show me the status but I need this automated
18:05.40breaLooking at SIP DEBUG... nothing about caller name is in the stream.
18:09.36[TK]D-Fenderbrea: Yes, should work fine.
18:10.05[TK]D-Fenderbrea: And you SHOULD be setting your phones CID in the sip.conf entry.
18:10.18[TK]D-Fenderbrea: in the same format as Mercestes provided
18:11.25Mercestes:)\
18:18.22*** join/#asterisk Nuitari (n=Nuitari@142.46.207.230)
18:19.08*** join/#asterisk djs_2_6 (n=DJS@cpe-075-182-081-167.nc.res.rr.com)
18:21.47*** join/#asterisk mindCrime (n=chatzill@cpe-065-190-188-124.nc.res.rr.com)
18:22.31A-DataTo: <sip:+49897210 what will be the pattern i used +498 but i don`t route
18:23.06*** join/#asterisk WindBack (n=jorge@host29.190-136-242.telecom.net.ar)
18:23.10*** part/#asterisk mog (n=mog@c-71-207-214-192.hsd1.al.comcast.net)
18:23.55[TK]D-FenderA-Data: Description = worthless, pastebin = priceless
18:24.19*** join/#asterisk jetlagmk2 (n=jetlag@pool-70-106-84-71.hag.east.verizon.net)
18:24.25A-Data[TK]D-Fender don`t get ur point
18:24.38[TK]D-FenderA-Data: pastebin your sip debug & your dialplan.
18:24.55*** join/#asterisk matsk (n=mk@83.233.97.210)
18:25.15WindBackI'm using asterisk 1.4 and I discover a lot of command in AGI that not found. Somebody know about thats problems with asterisk 1.4????
18:25.16*** join/#asterisk tzafrir_laptop (n=tzafrir@bzq-88-153-47-145.red.bezeqint.net)
18:25.18A-Datawhich site i use for paste?
18:25.25macTijnpaste-it.net
18:25.42WindBackPerhaps I have to use asterisk 1.2??
18:28.08WindBackwhen I try to use the AGI command GET DATA, it don't play the stream file
18:28.24A-Data[TK]D-Fender http://paste-it.net/2590
18:28.37WindBackAnybody know this problem??
18:29.27[TK]D-FenderA-Data: And the rest?  So far INVITE sip:s@217.52.103.94 SIP/2.0 means it'll land on "s" and your CID should show up accordingly.
18:29.53*** join/#asterisk mog (n=mog@c-71-207-214-192.hsd1.al.comcast.net)
18:29.53*** mode/#asterisk [+o mog] by ChanServ
18:30.20A-Data[TK]D-Fender i don`t uderstand this part .. slowly please so that i can understand
18:30.38MercestesYou want him to type slowly so you will understand?
18:30.42[TK]D-FenderA-Data: Wheres your DIALPLAN that I asked for, and that surely isn't all the SIP debug you should have for that call...
18:31.26A-Data[TK]D-Fender i am using GUI i add it as Provider then route the calls to extension
18:31.38A-DataMercestes no but i am noob so trying to learn that`s all
18:31.41MercestesA-Data:  We don't do GUIs here.
18:32.26bkruseha
18:32.29bkruseyes we do. :]
18:32.33MercestesNo we don't.
18:32.37[TK]D-FenderA-Data: If you can't even provide it, then we can't help you here.
18:32.40[TK]D-Fender~osmosis
18:32.41jbotmethinks osmosis is the act of beating yourself on the head repeatedly with THE BOOK, until some measure of absorption has occured ...  or at least until your unconsciousness restores peace to the channel ...
18:32.42bkruseAsterisk, if you did not know, has a gui.
18:32.42[TK]D-Fender^^^^^^^^^^^^^^^^^
18:32.42bkruse#asterisk-gui is more for you though
18:32.53tzangerhahaha
18:32.55tzanger[TK]D-Fender: is that one of yours?
18:33.13[TK]D-Fenderbkruse: yes/no .... * itself doesn't.... Digium just happens to distribute one
18:33.21[TK]D-Fendertzanger: Is it that obvious? ;)
18:33.26tzangerthat's awesome
18:33.32[TK]D-Fendertzanger: I thought so :)
18:33.43[TK]D-Fendertzanger: just like :
18:33.44Mercestesand we dont' support it. :)
18:33.45[TK]D-Fender~gs
18:33.46jbotGrandSuck phones & gateways are cheap junk which should be avoided with extreme prejudice.
18:33.47[TK]D-Fender^^^^^
18:33.49Mercestesand....
18:33.51Mercestes~mercestes
18:33.53jbotmercestes is definitely a total nub
18:33.54Mercestes^^^^^^^^^^^^^^^^
18:33.57blitzragenice
18:33.59tzangerindeed
18:34.02[TK]D-FenderMercestes: pwned ;)
18:34.04blitzrage~tzanger
18:34.05jbotfrom memory, tzanger is the raddest fcking dude alive
18:34.06tzangerdid someone fill mine in?
18:34.08Mercestesyou rmom.
18:34.08tzangerhahahaha
18:34.09blitzrage:)
18:34.15blitzrage~mom
18:34.15jbotno, blitzrage, I'm not your mother
18:34.26tzangertime for my favourite
18:34.28A-Datawhere is teh dialplan file name
18:34.34tzanger~seen my dick in three years and god am I depressed about it
18:34.54jbottzanger: i haven't seen 'my dick in three years and god am i depressed about it'
18:34.54blitzrageextensions.conf
18:35.08Mercesteslol
18:35.10MercestesNice
18:35.12A-Datablitzrage i know .. but i learn faster by testing any how ty
18:35.28blitzrageyou'll only get so far with that method
18:35.30blitzrageAsterisk is huge
18:35.40tzangerblitzrage: my dtmf issues seem to be back :-(
18:35.45tzangerbetter than before but still not great
18:35.48blitzragetzanger: oh joy... I'm having some too
18:35.59A-Datablitzrage that`s why i learn by test huge programs u can`t deal with docs as far as i know
18:36.16blitzrageA-Data: wow... that's about the most backwards way of looking at it I've ever heard
18:36.42*** join/#asterisk myiagy (i=myiagy@201.31.20.47)
18:37.20WindBackwhen I try to use the AGI command GET DATA, it don't play the stream file
18:37.20*** join/#asterisk [hC] (n=hardcore@66.119.167.162)
18:37.22WindBackAnybody know this problem??
18:37.24myiagy[TK]D-Fender hey, solved the monitor and UNIQUEID mixing problem.. i had to downgrade sox. apparently the last version can't handle more than 1 dot in the filename
18:37.27[TK]D-FenderA-Data: Stop now.  Ditch the GUI.  Read the BOOK. In that order.
18:37.29A-Datablitzrage belive me i learned alot of things using the same way.. for example linux administration i can list thounds of boxes are u going to read or test and google and ask the person with more expert ....
18:37.30myiagythanks for your help earlier
18:37.42WindBackI'm using asterisk 1.4
18:37.43[TK]D-Fendermyiagy: Sounds acceptable :)
18:38.11blitzrageA-Data: you don't even know what file your dialplan is in... you should really save yourself some time and at least learn some fundamentals
18:38.23MercestesA-Data:  And thus, waste the time of all those that did read before you?  sounds like a lazy way to approach IT to me.
18:38.29blitzragepretty much
18:38.39blitzrageif you won't read anything, why should we help?
18:38.55blitzragesince according to your method, you shouldn't be reading my typing
18:38.58MercestesA-Data:  I am afraid to say that you are doomed to failure in the IT field if you refuse to read, since information is constantly changing and new documentation is written daily for it.
18:39.09A-Datawhy they made the GUI then ?? any how every one has his way and ty for the way as usual in this channel
18:39.34A-DataMercestes i never failed in IT ... any how u don`t have the right to judge me ok
18:39.37MercestesA-Data:  #asterisk-gui is the channel dedicated to the asterisk-gui.
18:39.46MercestesA-Data:  Yes, I do.  I'm in IT.
18:39.53Mercestesand I live in America.
18:39.57MercestesThat's really I all I need.
18:39.58bkruselies
18:40.08Mercesteshe
18:40.10Mercesteshe's right...
18:40.18MercestesI work in an Ice Cream shop. :(
18:40.24A-DataMercestes if u don`t know my experince u can`t judge me only u judge me in * beacuse u see my experince in it
18:40.43[TK]D-FenderMercestes: Spin up "Ice Cream Man" from Van Halen ;)
18:40.47blitzrageA-Data: we judge you because you're asking simple questions that would be answered simply by reading a couple of pages of documentation
18:41.06blitzrageI write documentation so people don't need to answer those questions in here
18:41.48[TK]D-FenderA-Data: Let me put it this way.  You don't know the basics.  The * GUI does NOT do it all for you like FreePBX does so you WILL have to get your hands dirty.  You WILL need to read.  Your serious aversion to the cost of proper hardware is discouraging and leading you down the "easy path to hell"/
18:42.23A-Datablitzrage that`s my way of learning may be culture different but every one have his point of view . but no one have the right to judge other untill he see his full experince
18:42.56A-Data[TK]D-Fender i aperciate how u talk i will follow what u say beacuse u said GUI don`t help
18:43.00blitzrageA-Data: ok, then when you ask a question that would be answered simply by reading a few pages, then I'm sure you'll get scolded enough
18:43.11blitzrage[TK]D-Fender: but what do we know right? We're stupid.
18:43.12*** part/#asterisk [Airwolf] (n=airwolf@voip.ymav.nl)
18:43.17blitzrageBecause all I want to do is...
18:43.43[TK]D-FenderA-Data: Well it does a CERTAIN amount for you, but not everything, and it will not be "kind" and walk you through absolutley everything.  it was DESIGNED as a part-way solution.
18:43.47[TK]D-Fenderblitzrage: ! ! !
18:44.05blitzragei.e. "framework"
18:44.08Mercestesblitzrage, google for free porn.
18:44.17blitzrage~google free porn
18:44.22eliterHey, we are trying to setup a hylafax server with an iaxmodem........I don't think the iaxmodem is initializing correctly because when the iaxmodem's number is dialed and I send an answer it doesn't do anything.......anyone have any experience with this stuff?
18:45.19A-DataMercestes hope u got my point of view
18:45.33Mercesteseliter:  search svn.netdomination.org for the gentoo+asterisk install.  There is some hylafax+iaxmodem information in that howto
18:45.38Mercesteseliter:  It's old, but, mostly applicable.
18:45.46elitergreat thanks!
18:46.00MercestesA-Data:  not really.  You seem rather narrowminded to critique and assume I have to know you to apply a universal truth to you.
18:46.04Mercesteseliter: NP
18:46.35*** join/#asterisk sysreq (n=sysreq@219.64-ppp.3menatwork.com)
18:46.56A-DataMercestes let the time show up and make the truth to me
18:47.08MercestesA-Data:  Maybe I should amend my statement to "doomed to fail in IT given proper competition" to account for the possibility that you are the only IT person available in your ....situation.
18:47.25[TK]D-FenderMercestes: cool it...
18:47.25*** join/#asterisk kombi (n=kombi@213.160.14.18)
18:47.49[TK]D-FenderA-Data: You can feel free to just tune him out.... his line is cast and the motor is running...
18:47.50Mercestesyour one to talk. :P
18:47.56[TK]D-FenderMercestes: I AM :)
18:48.05MercestesPrecisely.
18:48.15[TK]D-FenderMercestes: If you're worse than ME, then you're defiantely bad ;)
18:48.32kombiwhat is the mp3 stream client of choice to send asterisk audio to icecast?
18:48.35[TK]D-Fenderdefinitely*
18:48.55Mercestes[TK]D-Fender, You don't have the right to judge me if you don't know me and my experiences in my culture.
18:49.07Mercestes>.>
18:49.14[TK]D-FenderMercestes: .... my morning YOGURT has more culture that you!
18:49.31kombigentlemen?
18:49.37[TK]D-FenderMercestes: as for experience....
18:49.41[TK]D-Fender~Mercestes
18:49.42jbotmercestes is definitely a total nub
18:49.44[TK]D-Fender:O
18:49.52Mercestesheh, you wrote it.
18:50.01MercestesIf they didn't ban me from jbot yours would be worse.
18:50.33iruleI see a million messages per second scroll down with this. what is it? [Jun 18 12:00:53] WARNING[2838]: format_wav.c:233 update_header: Unable to find our position
18:50.33[TK]D-FenderMercestes: Almost Machiavellian of me, no? ;)
18:50.47MercestesI like Machiavellian
18:50.54kombiis there an alternative to ices0 to mp3 stream from asterisk?
18:51.29*** join/#asterisk guillote_GNU (n=guillote@host70.200-117-224.telecom.net.ar)
18:51.50kombiis there a machianvellian alternative to ices0?
18:52.06kombimachiavellian.. sorry
18:52.19kombiany of you actually read the guy?
18:52.58irulewhat guy?
18:53.07kombinever mind..
18:53.14irulejust kidding\
18:54.10blitzragehehe
18:54.30kombiwhen you write "Ices" in extensions.conf, does that actually mean/need ices or can it be any other source client?
18:54.38irulewhat is this? *CLI> [Jun 18 12:03:29] NOTICE[2914]: chan_iax2.c:5636 update_registry: Restricting registration for peer '200' to 60 seconds (requested 300)
18:55.36jm|laptop"Unable to handle indication 3 for ..."  :(
18:55.41jm|laptoponly on .call files, though
18:55.49*** part/#asterisk marv[work] (n=timr@24.214.206.254)
18:55.50jm|laptopI hear no ringtone
18:56.11tzangeranyone else having early audio troubles with unlimitel SIP?
18:56.23tzangercall a busy number, you get rinbusy busy busy busy tone
18:56.36tzangercall an avail number get rinRING RING RING
18:56.42*** join/#asterisk Lawbringer (n=Lawbring@84-45-215-247.no-dns-yet.enta.net)
18:57.02tzangeri.e. their gateway's sending a fake ringback... they claim that UAs with early audio do not have this issue, but asterisk very much DOES have early audio support
18:57.49*** join/#asterisk Innatech (n=daf@netblock-72-25-97-119.dslextreme.com)
18:58.03Innatechanyone consulting in the NYC area?
18:58.16MercestesInnatech, Depends on how much it pays
18:58.26MercestesI can be in NYC tomorrow given proper motivation. :D
18:58.27tzangerInnatech: I'm too far from NYC unless telework's an option
18:58.33tzangerI'm consulting for .il right now :-)
18:58.51irulecool http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Ices
18:58.54InnatechA relative of mine needs a straightforward 7 line * system installed, but I'm on the West Coast.
18:59.24tzangerInnatech: ah
18:59.27tzangeryeah you want local
18:59.28*** join/#asterisk |dennis| (n=dennis@200.32.233.82)
19:00.46Innatechmercestes, if you're interested in that kind of a job /msg me and I'll see what I can work out.
19:01.24*** join/#asterisk MikeJ (n=MikeJ@d149-67-175-107.try.wideopenwest.com)
19:01.29*** part/#asterisk MikeJ (n=MikeJ@d149-67-175-107.try.wideopenwest.com)
19:02.27jm|laptopodd
19:02.32[TK]D-Fendereven
19:02.37Mercestesindependent
19:03.16jm|laptop:P
19:03.27jm|laptopI get moh to play if I add ,,m to the Dial string
19:03.28*** join/#asterisk GothAlice (n=amcgrego@209.161.123.42)
19:03.36jm|laptopbut it won't give default ringing tone for .call placed call
19:04.23GothAliceSo, I have a net2phone MAX 410 4xFXO box that I want to connect to Asterisk for local calls.  How the h-e-double-hockeysticks do I do that?
19:04.50MercestesGothAlice, with a 4 port fxs card?
19:05.00GothAliceExternal box.  FXO, not FXS
19:05.01*** join/#asterisk tsurko (n=tsurko@77.70.24.142)
19:05.19MercestesGothAlice, Right...that's why you'd hook it to a 4 port FXS.
19:05.38MercestesGothAlice, FX ports are heterosexual, not homosexual.
19:05.41GothAliceThe point here is to connect landlines to Asterisk.
19:05.51GothAliceFXO is not what I need?
19:06.00MercestesGothAlice, Oh, for that you will need FXO ports then, and trash the Net2phone.
19:06.12Corydon76-workGothAlice: you need to figure out what protocol the net2phone box will talk
19:06.22Corydon76-workSIP?  MGCP?  H.323?
19:06.30MercestesTelapathy?
19:06.31[TK]D-FenderGothAlice: Go read it's manual.
19:06.40GothAliceYou are being very obtuse, Mercestes.  I have the net2phone MAX 410 for the purpose of bridging.  (And it speaks SIP.)  The manual is useless.
19:06.42[TK]D-FenderCorydon76-home: Its a SIP gatway
19:06.59MercestesGothAlice, Is it absolutely necessary?
19:07.00Corydon76-work[TK]D-Fender: I wasn't about to assume...
19:07.18MercestesGothAlice, If it speaks SIP then you create usernames in Asterisk and the Net2phone device so they can authenticate to each other.
19:07.18jm|laptop:(
19:07.22GothAliceThe local connection is in Panama.  I know of no DID provider that offers Panama numbers.
19:07.53Corydon76-workYay, government monopolies
19:07.56[TK]D-FenderCorydon76-home: Don't worry .... I Google like the best of them ;)
19:08.11MercestesGothAlice, Then see above.
19:08.26A-Data[TK]D-Fender ty alot also i do it without extensions.conf at all but ty alot for trying to help
19:08.29*** join/#asterisk flujan (n=flujan@200-160-115-020.static.spo.ctbc.com.br)
19:08.41GothAliceCorydon76-work: Duo-opolies, actually.  There's Cable & Wireless and Claro.
19:08.50[TK]D-FenderA-Data: ummm. do what without extensions.conf?
19:09.18A-Datathe error i showed u last time about the SIP provider
19:10.04A-Databut what was realy helpfull ur word that GUI don`t do alot of thinks
19:10.37mvanbaaknp: Jimmy Hendrix - Angel
19:10.44[TK]D-FenderA-Data: np, seriously though you can learn the basics pretty quick.  Getting a handful of sip phones up & running and dialing w/ VM etc is not a big deal.
19:10.52breaHow can I get incoming PSNT calls sent to SIP phones to include CALLERID name?
19:10.59breaPSTN
19:11.10[TK]D-FenderA-Data: You just need to accept the learning curve and avoid the unhealthy "shortcuts"
19:11.35[TK]D-Fenderbrea: it should by default unless you are overriding them in sip.conf with "fromuser"
19:12.31brea[TK]D-Fender: Nothing overiding it... I get the number, but never name.  The CDR logs then name though.
19:12.57breaAnd looking at the sip debug, nothing in the headers with the name either.
19:13.56mishehuI have a tdm400 that shows two of the four channels as offhook, though I know for a fact they are not off-hook.  any way to force it to hang up the zap channels without having to reload the wctdm kernel module?
19:14.11[TK]D-Fenderbrea: pastebin your sip.conf minus only passwords
19:14.24[TK]D-Fender~pb
19:14.24jbotpb is, like, a place to paste your stuff without flooding the channel - try  http://pastebin.ca, or http://channels.debian.net/paste, or at paste.lisp.org
19:14.24break
19:14.26[TK]D-Fender^^^^^^^^
19:14.40mvanbaakpastebin.three-dimensional.net
19:14.47[TK]D-Fendermishehu: "reload chan_zap.so"
19:16.47mishehu[TK]D-Fender: nada, still stuck in offhook state.  I even completely stopped asterisk and reloaded it.
19:16.59[TK]D-Fendermishehu: ick
19:17.05brea[TK]D-Fender: http://pastebin.ca/574861
19:17.09mishehuif I reload the wctdm module, all sound on the phones is fscked until I give the machine a reboot.
19:18.20*** join/#asterisk rikstah (n=rick@rhamnett.plus.com)
19:19.22[TK]D-Fenderbrea: Ok, NoOp the callerID inside the processing of an inbound call and pastebin the CLI output at verbose 10
19:20.00Mercestesverbose 11
19:20.04break
19:20.13Mercestes10 might not parse out the quotation marks we need
19:20.30MercestesBetter make it 15 just to be safe.
19:20.43breaI'll just hold V down for a few minutes
19:20.56Mercestesheh
19:21.05MercestesI thought that said "hold U down" and I was getting excited...
19:21.08Mercestesman what a let down
19:21.17breahaha
19:23.19*** join/#asterisk friedrich| (n=friedric@e177240205.adsl.alicedsl.de)
19:25.08*** join/#asterisk _VoiceMeUp_COM (n=_VoiceMe@modemcable159.131-56-74.mc.videotron.ca)
19:26.09*** join/#asterisk litage_ (n=nick@70.55.220.203.static.comindico.com.au) [NETSPLIT VICTIM]
19:27.34*** join/#asterisk anthm (n=anthm@CPE-72-131-113-50.wi.res.rr.com) [NETSPLIT VICTIM]
19:27.34*** join/#asterisk rikstah (n=rick@rhamnett.plus.com) [NETSPLIT VICTIM]
19:27.34*** join/#asterisk Lawbringer (n=Lawbring@84-45-215-247.no-dns-yet.enta.net) [NETSPLIT VICTIM]
19:27.34*** join/#asterisk _charly_ (i=kroseneg@sunrise.schmidham.net) [NETSPLIT VICTIM]
19:27.34*** join/#asterisk jeffgus (n=jeffgus@greengables.zimage.com) [NETSPLIT VICTIM]
19:27.34*** join/#asterisk Hmmhesays (n=Neg@24-119-176-74.cpe.cableone.net) [NETSPLIT VICTIM]
19:27.34*** join/#asterisk SirThomas (n=tomc@mail.kendeco.com) [NETSPLIT VICTIM]
19:27.34*** join/#asterisk shay|work (n=shay@unaffiliated/shay) [NETSPLIT VICTIM]
19:27.34*** join/#asterisk keulin (n=cray@ifth-pdcr2.infotheme.fr) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk webman (n=adamg@gw1.websitemanagers.com.au) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk inv_arp[work] (n=junya@c-71-229-122-61.hsd1.fl.comcast.net) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk Toerkeium (i=oo@201.216.206.221) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk andrew` (n=andrew@69-12-140-101.dsl.dynamic.sonic.net) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk aksnowman (n=john@rdbck-3402.wasilla.mtaonline.net) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk Iamnacho (i=Iamnacho@ip68-103-153-140.ks.ok.cox.net) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk mbranca (n=matteo@host-210-mi.linuxserver.it) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk JT_ (n=jon@unaffiliated/jt) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk Keltus (n=Keltus@about/cooking/nakedchef/beefstew/Keltus) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk mtoups (n=mtoups@HENSON.ISR.CS.CMU.EDU) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk tdi (n=tdi@gvf90.internetdsl.tpnet.pl) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk infernix (n=nix@unaffiliated/infernix) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk ido (n=ido@unaffiliated/ido) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk ixx (i=foobar@cpe-70-112-123-132.austin.res.rr.com) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk Gregabyte (i=wintermu@nat/digium/x-9ace61ce5bfd3f41) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk osiris (n=osiris@c-71-205-27-131.hsd1.mi.comcast.net) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk wotcha (n=jim@cust4716.qld01.aanet.com.au) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk wyrdough (n=wierdo@redwood.nwacg.net) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk tzanger (n=tzanger@gromit.mixdown.ca) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk rajiv (n=rajiv@gentoo/developer/rajiv) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk pkey (n=pkey@216.248.143.76) [NETSPLIT VICTIM]
19:27.35*** join/#asterisk Scrumps (n=scrumpy@smurfnet.xs4all.nl) [NETSPLIT VICTIM]
19:27.35*** mode/#asterisk [+o anthm] by irc.freenode.net
19:29.37*** join/#asterisk Corydon76-work (n=tilghman@pdpc/supporter/sustaining/Corydon76-home) [NETSPLIT VICTIM]
19:29.37*** join/#asterisk |dennis| (n=dennis@200.32.233.82) [NETSPLIT VICTIM]
19:29.37*** join/#asterisk Innatech (n=daf@netblock-72-25-97-119.dslextreme.com) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk kombi (n=kombi@213.160.14.18) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk WindBack (n=jorge@host29.190-136-242.telecom.net.ar) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk Nuitari (n=Nuitari@142.46.207.230) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk phillipk (n=pkey@216.248.143.87) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk hfb (n=hfb@pool-72-87-254-188.lsanca.dsl-w.verizon.net) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk guigouz (n=guigouz@unaffiliated/guigouz) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk bcnl (n=mike@S010600131078957c.vc.shawcable.net) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk Trevor_b (n=tbenson@69.12.220.201) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk b1shop (n=b1shop@dsl081-149-253.chi1.dsl.speakeasy.net) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk canberk (n=cn@teknopet.com) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk ez` (n=ez@c66.110.149-45.clta.globetrotter.net) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk putnopvut (i=putnopvu@nat/digium/x-7e4f85f2429d410c) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk anonymouz666 (n=anonymou@re366.compuland.com.br) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk irule (n=irule@189.164.43.19) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk neverblue (n=neverblu@unaffiliated/neverblue) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk _Raptor_ (i=sirasenn@faui08r.informatik.uni-erlangen.de) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk jcmoore (n=jcmoore@unaffiliated/tgrman) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk brad_mssw (n=brad@shop.monetra.com) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk eliter (n=eliter@66.179.79.69) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk mocker (n=mocker@198.247.173.227) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk [TK]D-Fender (n=joe@MTRLPQ02-1177745839.sdsl.bell.ca) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk Mavvie (n=edwin@ppp121-44-63-246.lns2.syd6.internode.on.net) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk zeedo (n=zeedo@reboot-robot.net) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk Sycofant (n=Dylan@ip-58-28-151-16.ubs-dsl.xnet.co.nz) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk DaPrivateer (i=Privatee@66.92.79.20) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk lwh (n=lwh192@66.212.165.24.tor.pathcom.com) [NETSPLIT VICTIM]
19:29.38*** join/#asterisk Cabal (n=Cabal@unaffiliated/cabal) [NETSPLIT VICTIM]
19:29.39*** join/#asterisk DaveCanoe (n=Dave@canoe404.dclg.ca) [NETSPLIT VICTIM]
19:29.39*** join/#asterisk RypPn (i=TuMbL@rosscom.demon.co.uk) [NETSPLIT VICTIM]
19:29.39*** join/#asterisk jkiff (n=jkiffmey@unaffiliated/vorondil) [NETSPLIT VICTIM]
19:29.39*** join/#asterisk ApEtc (i=apetc@ip70-162-197-214.ph.ph.cox.net) [NETSPLIT VICTIM]
19:29.39*** join/#asterisk sergee (i=kvirc@195.94.224.197) [NETSPLIT VICTIM]
19:29.39*** join/#asterisk ivanfm (n=ivanfm@c934f322.virtua.com.br) [NETSPLIT VICTIM]
19:29.39*** join/#asterisk perf3ktion (n=perf3kt@adsl-68-73-150-167.dsl.ipltin.ameritech.net) [NETSPLIT VICTIM]
19:29.39*** join/#asterisk alrs (n=lars@pozug.com) [NETSPLIT VICTIM]
19:29.39*** join/#asterisk jpablo (n=jpablo@200.94.130.197) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk r0d3nt (i=nobody@foster.stonedcoder.org) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk [jwb] (n=me@schizophrenia.paravolve.net) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk xzu (n=otto@brucester.a20.net) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk creativx (n=creadure@226.62-97-205.bkkb.no) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk Curus (n=Curus@hd5b9080a.c45-01-12.sta.perspektivbredband.net) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk SavageOne (n=savageon@206.53.71.224) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk Snake-Eyes (n=blog@70.55.220.203.static.comindico.com.au) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk Simon-- (n=sim@staff-nat.netnation.com) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk Ciber311 (n=Ciber311@user-12ld42j.cable.mindspring.com) [NETSPLIT VICTIM]
19:29.40*** mode/#asterisk [+o Corydon76-work] by irc.freenode.net
19:29.40*** join/#asterisk the_5th_wheel (n=edd@kalfu.slipgate.za.net) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk mmlj4 (n=jkelly@ip70-171-92-106.no.no.cox.net) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk pagec (n=pagec@cpe-74-73-191-68.nyc.res.rr.com) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk asterisknerds2 (n=asterisk@64.71.152.211) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk matdon (n=matdon@eagle.bsd.st) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk JerJer (n=PhatJ@pdpc/supporter/bronze/jerjer) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk jer (n=jtregunn@unaffiliated/jer) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk pipwerk (i=pip@ringbreak.dnd.utwente.nl) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk flenders (n=fserto@unaffiliated/flenders) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk bkruse (i=bkruse@nat/digium/x-feb61f267f53edc3) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk groogs[h] (n=gregm@cbl-66-102-80-229.wtccommunications.ca) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk Teccy (n=richard@82-71-32-9.dsl.in-addr.zen.co.uk) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk Black-Kakugane-1 (n=lonewolf@c-71-206-157-165.hsd1.va.comcast.net) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk themayor (n=jack@dsl081-200-011.nyc2.dsl.speakeasy.net) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk redax (n=redax@mail.caracom.hu) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk thevoke (i=michiel@missioncontrol.eng.gbxs.net) [NETSPLIT VICTIM]
19:29.40*** join/#asterisk joe (n=nnnnnnnj@ip66-107-33-195.z33-107-66.customer.algx.net) [NETSPLIT VICTIM]
19:29.41*** join/#asterisk fetcher (n=jnh@ip-209-172-35-240.static.privatedns.com) [NETSPLIT VICTIM]
19:29.41*** join/#asterisk bird_of_Luck (n=melifaro@secured.by.ipfw.ru) [NETSPLIT VICTIM]
19:29.41*** join/#asterisk e-ddie (n=oal@62.61.133.90.generic-hostname.arrownet.dk) [NETSPLIT VICTIM]
19:29.41*** join/#asterisk mishehu (i=mishehu@cshells.shavedgoats.net) [NETSPLIT VICTIM]
19:29.41*** join/#asterisk rue_mohr (n=rue@h24-207-90-24.cst.dccnet.com) [NETSPLIT VICTIM]
19:31.05*** join/#asterisk phearless (n=phear@host217-34-75-65.in-addr.btopenworld.com) [NETSPLIT VICTIM]
19:31.05Corydon76-workI prefer verbose 31337
19:31.05*** join/#asterisk sunsmasher (n=Beamer@66.251.47.154)
19:31.05breaThink I may have found my problem...
19:31.05*** join/#asterisk Ironhand (i=x@xyx.nl) [NETSPLIT VICTIM]
19:31.05*** join/#asterisk jm|laptop (n=jm|home@dilbert.jamiem.com) [NETSPLIT VICTIM]
19:31.05*** join/#asterisk errr (n=errr@fedora/errr) [NETSPLIT VICTIM]
19:31.54*** join/#asterisk mvanbaak (i=michiel@vanbaak.xs4all.nl) [NETSPLIT VICTIM]
19:31.54*** join/#asterisk AndrewGearhart (n=chatzill@h1.39.213.151.ip.alltel.net) [NETSPLIT VICTIM]
19:33.33*** join/#asterisk _charly_ (i=kroseneg@sunrise.schmidham.net)
19:33.48*** join/#asterisk waKKu (n=eurulo@unaffiliated/wakku)
19:34.02[TK]D-Fenderbrea: namely?
19:34.16*** join/#asterisk nuonguy (n=john@c-24-6-175-26.hsd1.ca.comcast.net)
19:34.28*** join/#asterisk coppice (n=chatzill@10.198.17.210.dyn.pacific.net.hk) [NETSPLIT VICTIM]
19:35.13*** join/#asterisk CunningPike (n=CunningP@204.239.8.149) [NETSPLIT VICTIM]
19:36.30*** join/#asterisk tsurko (n=tsurko@77.70.24.142) [NETSPLIT VICTIM]
19:38.26*** join/#asterisk denon (n=denon@tooth.decay.org) [NETSPLIT VICTIM]
19:38.26*** join/#asterisk Corydon76-home (i=gray@pdpc/supporter/sustaining/Corydon76-home) [NETSPLIT VICTIM]
19:38.26*** join/#asterisk johann8384 (n=johann83@gateway.myogre.com) [NETSPLIT VICTIM]
19:38.26*** mode/#asterisk [+oo denon Corydon76-home] by irc.freenode.net
19:38.31*** join/#asterisk rmayorga (i=rmyorg@unaffiliated/rmayorga)
19:38.35*** join/#asterisk vader-- (n=me@c-71-226-197-0.hsd1.nj.comcast.net)
19:38.37*** join/#asterisk ectospasm (i=Spasm@nat/digium/x-5dd343c3c1a0f7dc) [NETSPLIT VICTIM]
19:39.02*** join/#asterisk samy_b1 (n=baind@2001:49f0:1000:0:0:0:0:7) [NETSPLIT VICTIM]
19:39.13*** join/#asterisk stoffell (n=stoffell@fw.catsanddogs.com) [NETSPLIT VICTIM]
19:39.15brea[TK]D-Fender:  NoOp("Zap/16-1", """ <4085649871>"
19:39.31vader--anyone in here using plantronics bluetooth headsets with cisco phones?
19:39.35breaThe variable isn't getting name... but it's in the CDR?
19:39.51[TK]D-Fenderbrea: pastebin your dialplan and zapata.conf
19:40.19[TK]D-Fendervader--: Not me, but I have a suspicion I may have an answer to you real question...
19:40.56vader--whats my real question?
19:40.59vader--:-)
19:41.32[TK]D-Fendervader--: Haven't heard it yet....
19:42.36*** join/#asterisk macTijn (i=martijn@linda.net.insecure.nl) [NETSPLIT VICTIM]
19:43.26*** join/#asterisk Zion800 (i=Glitter1@guest-wireless-207-151-243-035.usc.edu)
19:44.37*** join/#asterisk john8675309tmm (n=chatzill@216.51.145.1)
19:44.46*** join/#asterisk Nockian (i=nockian@unaffiliated/nockian)
19:45.36Nockiani'm having an issue with mpg123 playing the music on hold .mp3 files REALLY LOUD to the point where it sounds like garbage. i can copy the .mp3 files to my local workstation and they sound fine. is there any way to adjust the volume in mpg123 somehow so it isn't so loud in asterisk?
19:45.58*** join/#asterisk |dennis| (n=dennis@200.32.233.82)
19:46.00mvanbaakI'm off
19:46.01mvanbaaklatero
19:46.20john8675309tmmhave your tried using quietmp3 in your moh conf file
19:46.41tzafrir_laptopbkruse, here?
19:46.42Nockianjohann8384: yes, i'm using it as the default
19:47.55john8675309tmmNockian: I am not sure then you could maybe use a program like normalize to just make the sound lower
19:48.33Nockianjohann8384: well, the problem is that even if i crank up the volume to 100% on my workstation, using the same .mp3 file, it sounds okay. but with asterisk using mpg123 it is garbage
19:48.54vader--tkd im looking to buy a few for the secretaries here
19:48.59vader--and we have cisco 7940G phones
19:49.50john8675309tmmNockian: I guess what you could do is define a custom app like madplay and tell it to play quietr
19:51.02[TK]D-Fendervader--: Nice idea, but all you're doing from a practicality standpoint it chaining them to their desk wirelessly.
19:51.20[TK]D-Fendervader--: they still have to be in front of the phone to actually do anything with the call.
19:51.40[TK]D-Fendervader--: Just like with any other phone.  The lifter will be a buly PITA if you even implement it
19:53.00vader--my boss wants them
19:53.08vader--:-/
19:55.48pipwerkeven with wired phones I like a decent headset, bt or other
19:56.12pipwerkjust to be able to type and talk without straining my neck
19:56.30*** join/#asterisk dcm_ (n=dcm@207.59.3.77)
19:57.12[TK]D-FenderSpeakerphone :)
19:57.13pipwerk(and then there is the law ;-) )
19:57.26pipwerk[TK]D-Fender :)
19:57.27[TK]D-Fendervader--: Lifters = ass, but hey, its his moeny and their sanity
19:57.48pipwerk[TK]D-Fender: seriously, not in a shared office
19:58.06[TK]D-Fenderpipwerk: I never promised it as being applicable to YOU now did I?
19:58.16pipwerkyou didn't :)
19:58.47*** join/#asterisk djconroy (n=dconroy@barracuda.niktek.com)
19:59.52pipwerkand most likely, speakerphones are not an option for secretaries either
20:00.14pipwerknot to say that they don't have their uses
20:01.58kombiI hear her but she doesn't hear me, why?
20:02.13*** join/#asterisk jkiff (n=jkiffmey@unaffiliated/vorondil)
20:02.39[TK]D-Fenderkombi: ...WHAT!?!?!?
20:03.04kombimeans the audio only travels one way
20:03.11kombi..
20:03.18SirThomaslast time I had that problem it was a NAT issue.
20:03.24Nockianjohann8384: okay, i've installed madplay but it's still using mpg123 for some reason. even though i have it specified to use madplay in my musiconhold.conf file - http://pastebin.com/931595
20:04.02kombiSir: I also though something to do with nat, but that can either be on or off, right?
20:04.35johann8384Nockian: am I who you mean to be talking to?
20:04.54kombi[TK]D-Fender: do you ever not chat?
20:05.05Nockianjohann8384: no, sorry... i meant john8675309tmm
20:05.19johann8384Nockian: np
20:05.27[TK]D-Fenderkombi: ...
20:05.29SirThomaskombi:  the NAT issue I had... I could hear audio, but was not sending audio.
20:05.31[TK]D-Fender~sipnat'
20:05.32[TK]D-Fender~sipnat
20:05.33jbotfrom memory, sipnat is for for more information about configurtion of Asterisk with SIP behind NAT, see http://voip-info.org/wiki/view/Asterisk+SIP+NAT+solutions
20:05.48john8675309tmmNockian: check this link out http://www.voip-info.org/wiki-Asterisk+config+musiconhold.conf
20:06.06kombithanks people, I best investigate!
20:07.00Nockianjohn8675309tmm: yeah, i was there prior to coming in here heh
20:07.40john8675309tmmNockian: that is what I suggest I have used that one a long time ago to make the mp3's quieter have you tried that?
20:10.01*** join/#asterisk A-data (n=asd@196.202.18.179)
20:11.34Nockianjohn8675309tmm: ah, i see what i was doing wrong... i had to change 'mode=quietmp3' to 'mode=custom' before my application= entry...
20:11.40Nockianit's working fine now with madplay, thank you
20:11.50john8675309tmmNockian: ahh that will do it!
20:12.45*** part/#asterisk Nockian (i=nockian@unaffiliated/nockian)
20:14.08*** join/#asterisk zeeesh (n=aadilism@202.125.143.69)
20:14.10zeeeshhi
20:17.39*** join/#asterisk logyati (n=suporte@201.29.73.49)
20:18.41*** part/#asterisk bcnl (n=mike@S010600131078957c.vc.shawcable.net)
20:18.52*** join/#asterisk bcnl (n=mike@S010600131078957c.vc.shawcable.net)
20:20.41*** join/#asterisk Defraz (n=t0tal@24-116-152-177.cpe.cableone.net)
20:21.12*** join/#asterisk Capps- (n=andrew@67-67-242-2.ded.swbell.net)
20:22.18*** join/#asterisk drako (n=ljd@nelug/coreteam/luisjose)
20:25.39zeeeshnobody is there
20:29.02*** join/#asterisk Deeewayne (i=dwayne@nat/digium/x-ef490cd84f6881f7)
20:32.11*** join/#asterisk eserra (n=ask@213-140-6-110.ip.fastwebnet.it)
20:33.51*** join/#asterisk lesouvage (n=lesouvag@cc341200-a.assen1.dr.home.nl)
20:36.50*** join/#asterisk Strom_M (n=strom@dsl-202-173-183-69.vic.westnet.com.au)
20:37.41*** join/#asterisk a-data (n=asd@217.54.224.153)
20:40.37a-datain xlite when i set use xtunles automatic .. the phone hangup . if i said alawys and i click answer it direct the caller to voicemail if i disabled it hangup
20:41.55*** part/#asterisk Trevor_b (n=tbenson@69.12.220.201)
20:49.46*** join/#asterisk [TK]D-Fender (n=Joe@64.235.216.2)
20:51.54*** join/#asterisk xheliox (n=jeff@pdpc/supporter/active/xheliox)
20:55.31*** join/#asterisk ManxPower (n=manxpowe@dpc67142183150.direcpc.com)
20:55.51*** join/#asterisk Marshall- (n=Marshall@cpe-76-181-166-161.columbus.res.rr.com)
20:57.32*** join/#asterisk shido6 (i=shido6@d221-68-200.commercial.cgocable.net)
20:57.33*** join/#asterisk eatmypiano (n=eatmypia@host81-155-21-242.range81-155.btcentralplus.com)
20:59.01*** join/#asterisk Al_Berto (n=Al_Berto@bandsal.at)
21:03.49*** join/#asterisk CBU[^_^]M`` (n=love@210.213.144.117)
21:05.21eatmypianoHi. I'm moving to Canada in a couple of weeks and I want to set up an Asterisk box in my new home. My phone line will be supplied by Rogers. What card do I need to get to use the phone line with Asterisk?
21:06.00Al_Bertohow can i test strings that contain "-" in conditional expressions?
21:06.33Al_Bertoi alway get "ast_expr2.y:696 op_minus: non-numeric argument" when i try something like If($[ ${VAR} : "from-there" ]...
21:07.32kombican anyone decipher for me: pbx.c:4976 ast_pbx_outgoing_exten: Local/102@stream-246f,1 already has a call record??
21:07.49kombiwhat is meant by it?
21:07.49Capps-eatmypiano: http://www.digium.com/en/products/hardware/tdm400p.php     I believe that is what we use at one of our client's.
21:09.12kombiI'm experimenting with the ices module, the above error is not coming from it though
21:10.20A-datawhat is the paste site?
21:10.24*** join/#asterisk mrdigital (n=rrrrr@207-172-229-100.c3-0.tlg-ubr2.atw-tlg.pa.cable.rcn.com)
21:10.37kombiuse pastebin.ca
21:12.09eatmypianoIs there a cheaper solution for a home user?
21:14.20Capps-eatmypiano: http://www.telephonydepot.com/product_p/105-050-100-a.htm
21:14.23A-dataplease i am learning .. no one say unwanted comments :< .... this is my sip.conf and extensions.conf why my xlite can`t enter now?
21:14.23A-datahttp://pastebin.ca/575107
21:14.24A-datahttp://pastebin.ca/575109
21:16.22*** join/#asterisk diclophis-work (n=jbardin@65.203.37.58)
21:16.25diclophis-workhello all
21:16.45diclophis-workif i am connecting with a 3rd party voip provider, i am going to need more than an IP from them right?
21:18.30Capps-heh
21:18.50*** join/#asterisk BSD_Tech (n=BSDTech@adsl-69-234-194-212.dsl.irvnca.pacbell.net)
21:19.05A-dataCapps- so can u help instead of the heh
21:19.57Capps-your question doesn't make sense.
21:20.13A-dataCapps- what exactky don`t make sense
21:20.26*** part/#asterisk mog (n=mog@c-71-207-214-192.hsd1.al.comcast.net)
21:22.00ManxPowerdiclophis-work: you do not get IPs from a voip provider.  you get ips from your ISP.  Your question does NOT make sense.
21:22.28diclophis-workno, i am not talking about like IP for connectivity
21:22.32*** join/#asterisk JT (n=jon@unaffiliated/jt)
21:22.46diclophis-workbut an IP address for their service
21:22.58[TK]D-FenderA-data, reading
21:23.00diclophis-workfor a "gateway"
21:23.00ManxPowerdiclophis-work: you use whatever they tell you to use.
21:23.21diclophis-workif they provide me with an ip adderss for a "gateway" what does that mean?
21:23.30diclophis-workis that what i put in the host= for the section of this provider?
21:23.40ManxPowerdiclophis-work: yes
21:23.46diclophis-workthey didnt provide any other types of authentication credentials or anything
21:23.52diclophis-workso i assume i won't need to use register
21:23.55diclophis-workstatements
21:24.02A-data[TK]D-Fender i am reading and following the tutorials but feel i am stuck
21:24.02[TK]D-FenderA-data, thats a start.  1 sip device configured, and I presume capable of calling...itself.  A little redundant, but step #1 good.
21:24.05ManxPowerdiclophis-work: then you need to cancel the account and go with a real company
21:24.08[TK]D-FenderA-data, You're doing FINE
21:24.19diclophis-workManxPower: please expand that stamtent?
21:24.25[TK]D-FenderA-data, and I see what I would guess is the inbound context for a Zaptel analog channel.
21:24.41diclophis-workwe are currently in the "test-drive" phase of getting connectivity from them
21:24.43[TK]D-FenderA-data, thisis PRECISELY how you should start.
21:24.49ManxPowerdiclophis-work: Any company that auths on IP addresses is not competent
21:24.55[TK]D-FenderA-data, Now add a LITTLE bit at a time to it.
21:25.04A-data[TK]D-Fender do u recommend tutorials or the TFOT?
21:25.09diclophis-workso far (after a long wait) they have only provided us 1 "gateway" ip address
21:25.21[TK]D-FenderA-data, Are you using a zap card with this setup?
21:25.21diclophis-workcould it be for the "test-drive" they leave authentication off the table?
21:25.32ManxPowerdiclophis-work: I would not expect it to work very well.
21:25.40ManxPowerdiclophis-work: do you have a dynamic IP address?
21:25.43diclophis-workseems to me that should be part of getting it working
21:25.44diclophis-workno
21:25.49A-data[TK]D-Fender no it will work only for VOIP no anlog cards if i understand the word zap right
21:25.53diclophis-workour systems have static ips
21:26.01ManxPowerdiclophis-work: then it should work.
21:26.03diclophis-workits not for a residential type setup
21:26.14[TK]D-FenderA-data, ok, do you [in1] context isn't actually being used yet, right?
21:26.44A-datayes [TK]D-Fender i put it for the Provider
21:27.33[TK]D-FenderA-data, Ok, sip providers generally won't land on the "s" exten, but lets leve that alone a little bit.  Can you setup another sip dives like asoft-phone on another PC or something?
21:27.45*** part/#asterisk BSD_Tech (n=BSDTech@adsl-69-234-194-212.dsl.irvnca.pacbell.net)
21:27.55[TK]D-FenderA-data, for the learning process its really best to be able to have 2 devices so you can call from one to ring the other, etc.
21:28.09A-datai already have xlite on my pc and connected to asterisk remotly with Putty
21:28.27A-datathe proplem that it even don`t register to the asterisk server it give me 404 not found
21:28.36[TK]D-FenderA-data, Can you install x-lite on one MORE PC?
21:28.59A-datayes
21:29.24A-dataput there is somthing [TK]D-Fender in asterisk console just noted  reload_config: Unable to load config sip.conf
21:29.30A-datawhen i typed reload
21:29.56[TK]D-FenderA-data, Here, and improvement for your SIP.CONF - http://pastebin.ca/575139
21:31.17[TK]D-FenderA-data, Better still, a complete replacement : http://pastebin.ca/575142
21:31.39[TK]D-FenderA-data, Did you completely reinstall another OS on your server or are you simply ignoring the GUI configs?
21:32.10A-datai don`t have Xserver on this server i connect to it using SSH
21:32.37A-databut i can reinstall clean asterisk if that what u recommend without the GUI
21:32.43[TK]D-FenderA-data, It hink you have misunderstood me.  Before you were working on a system installed by AsteriskNOW, correct?
21:33.10A-datano [TK]D-Fender i am working on Normal Linux distro and installed astrik then over it i installed asterisk gui
21:34.03A-dataif you want me to reinstall Asterisk from source code i can redo that .. and don`t install the GUI
21:35.50[TK]D-FenderA-data, no, no need.  erase the complete contexts of users.conf - this file may pose a problem.  Then take that sip.conf replacement I gave you as a head start
21:36.19A-dataok [TK]D-Fender i will do now hold a second
21:36.25*** join/#asterisk MikeJ (n=MikeJ@d149-67-175-107.try.wideopenwest.com)
21:36.47MikeJhey, is there a way in ztcfg to display what kind of modules are in a tdm-400 card
21:36.53MikeJor some other tool
21:37.05[TK]D-FenderMikeJ, "dmesg|more"
21:37.23A-datausers.conf wiped and recreated and take tne replace u made i complete learning now or i need somthing else before it
21:38.01[TK]D-FenderA-data, take it as-is and you will learn FROM it.  I'm going to help you a bit at the start to get your feet off the ground
21:38.04MikeJ[TK]D-Fender, looking for a tool that will actually display the kind of mods in each slot
21:38.14*** join/#asterisk magic_hat (n=geoffdou@h-74-2-87-16.chcgilgm.covad.net)
21:38.20[TK]D-FenderMikeJ, It will appear in there.
21:38.29A-data[TK]D-Fender can i pvt for a second
21:38.42MikeJ[TK]D-Fender, where?
21:38.42[TK]D-FenderA-data, if you must
21:41.33MikeJI see nothing that looks like it
21:42.15[TK]D-FenderMikeJ, make sure you've modprobed it.  You should see it.
21:42.24[TK]D-FenderMikeJ, pastebin the whole mess.
21:42.44MikeJsec..
21:43.16MikeJztcfg really doesnt display this stuff.. I was really looking for an api way of doing it.. playing with config tool ideas
21:44.23[TK]D-FenderMikeJ, it has for me.  Pastebin it.
21:44.23MikeJnothing... nothing in there at all
21:44.37MikeJwhat does it say in yours?
21:44.49magic_hathey everyone. My * server is functioning as expected, w/ the exception of call quality. I have five softphones going into the server, which is connected to broadvoice. Any way to start determining whether call quality would be improved by a different setup, better server, more bandwidth, or something else I'm not thinking of?
21:45.26[TK]D-Fendermagic_hat, What codecs are you using between your soft-phones & *, and with broadvoice?
21:45.29MikeJfound it :)
21:45.50MikeJok. so.. now is there a tool that does that..
21:46.01[TK]D-FenderMikeJ, PERL ;)
21:46.07MikeJlike somthing i can ioctl that will query the card..
21:47.01[TK]D-FenderMikeJ, I'm not a kernel hacker..... just a 2-bit hack ;)_
21:47.10MikeJ:)
21:48.24magic_hat[TK]D-Fender: I believe it's all ulaw... the call quality is fine sometimes and not great other times.
21:52.33*** join/#asterisk Jon335 (n=Jon335@unaffiliated/jon335)
21:52.36*** part/#asterisk Jon335 (n=Jon335@unaffiliated/jon335)
21:57.30walhalahi all does pickup work for st2030 ? In wich version of asterisk ?
22:00.35walhalado you know if pickup is include into the SVN version ? I just want to use my st2030 with this option
22:02.05[TK]D-Fendermagic_hat, Sometimes broadvoice jsut SUCKS too.... though ULAW is a BW hog
22:07.13*** join/#asterisk infernix (i=nix@unaffiliated/infernix)
22:08.54*** join/#asterisk nephfl (i=nephilim@wsip-70-184-144-158.ga.at.cox.net)
22:10.07*** join/#asterisk bkruse (i=bkruse@nat/digium/x-83f91c52bfc1b27d)
22:10.19*** join/#asterisk zotz (n=zotz@24.244.163.157)
22:14.17*** join/#asterisk jamon (n=jamon@ppp-70-225-71-255.dsl.covlil.ameritech.net)
22:16.18magic_hatTKD: is there anything I can do re codecs? BV seems like it only plays well w/ ulaw.
22:16.38[TK]D-Fendermagic_hat, You've answered your own question quite well.
22:17.08magic_hatlol.... well, I just wanted to make sure I wasn't missing anything. This is day 3 of my experience with * and VOIP.
22:17.17kombiwhere do you set i.e. g711 as codec again? in sip.conf?
22:17.36*** join/#asterisk bjohnson (n=bjohnson@i209-195-66-209.cia.com)
22:17.47nephfli have a problem... i have some people who were using a meridian/norstar system with phones that show trunk indicators and they just selected a line and dialed is there a phone that can add that funcionality to asterisk?
22:18.35magic_hatSo can I reasonably expect to run five softphones on a DSL line w/ 1500kbps down and 300 up?
22:18.56_DAWmagic_hat: Not with ulaw
22:19.05[TK]D-Fenderkombi, in the configuration of a VoIP device in its appropriate channel driver config file.
22:19.08ChkDigitnephfl: Aastra does that.
22:19.18magic_hat_DAW: crap! lol
22:19.24_DAWnephfl: Look at the 9133i
22:19.34_DAWVery nortelesq..
22:19.47[TK]D-Fendernephfl, how many lines?
22:19.49*** join/#asterisk BSD_Tech (n=BSDTech@adsl-69-234-194-212.dsl.irvnca.pacbell.net)
22:20.37[TK]D-FenderAastra should almost never make the suggested list ofver Polycom, esp not the 9133. 480 or higher at a MINIMUM
22:20.55magic_hatis there any way to know how much bandwidth I *do* need?
22:21.12[TK]D-Fendermagic_hat, 85kbps/channel
22:21.29nephfl4 incoming lines
22:21.46magic_hat[TK]D excellent. That helps a lot.
22:21.46[TK]D-Fendernephfl, Any particular reason for seeing the actual lines in use?
22:22.08nephflright now i have a tdm2421e with 8 extensions on aastra 9116 and they hate not being able to select a line and dial or see what lines are busy and call control
22:22.30[TK]D-Fendernephfl, typically you don't actually CARE which lines are busy, you just want a FREE one.
22:22.46[TK]D-Fendernephfl, and FORGET call control like grabbing a call on hold on one.
22:23.02nephfli understand that... they have used that logical model for years and are freaking out
22:23.09[TK]D-Fendernephfl, Thats what *'s call parking is for.
22:23.21[TK]D-Fendernephfl, culture shock is a good thing.
22:23.46[TK]D-Fendernephfl, time to learn to not have to THINK about everything you do.  like we NEED 10 more buttons on a phone *sheesh*
22:24.09_DAWnephfl:  http://www.asterisk.org/node/48342
22:25.05nephflits a medium sized oil company and the owner is freaking out...so im trying to find something logically similar to what they had... it seems like that aastra phone would work...but i would probably need one with built in switch and they also want something as big and heavy as possible
22:25.08[TK]D-Fender_DAW, a fugly hack at best.... I would never torture my users like that not make that the reason to choose my model of phone.
22:26.02mmlj4anyone have serious reservations with linksys phones?
22:26.09[TK]D-Fendermmlj4, Where are you located?
22:26.21mmlj4new orleans
22:26.25_DAWI prefer polycoms when I get to make that decision.
22:26.36_DAWmmlj4: really?  same here.
22:26.41[TK]D-Fendermmlj4, ^%#$ Linksys.  Polycom > all and on PAR in North America.
22:26.42kombican you rule out a silly misconfiguration responsible for one way audio? Is it most likely something nat related?
22:26.49mmlj4i know, even digium likes to push polycoms
22:26.53[TK]D-Fenderfor $
22:26.56mmlj4PAR?
22:27.17[TK]D-Fendermmlj4, Polycom IP 320 = $95 (less if you look really hard) and kill Linksys cold.
22:27.21mmlj4_DAW: heh, neat
22:27.31mmlj4wanna go private a sec?
22:27.55mmlj4ok, what's /wrong/ with linksys?
22:28.55[TK]D-Fendermmlj4, Shiity use of LCD, inferior call handling, base is way to light, second rate audio, flimsy standy, tinny speakerphone.
22:29.19[TK]D-Fendermmlj4, Also no presence support
22:29.20mmlj4ok, now those are actual qualities
22:29.50[TK]D-Fendermmlj4, Frankly Polycom's quality and featureset are rivaled only by Cisco in SCCP under CCM (not *).
22:30.00[TK]D-Fendermmlj4, And if your'e willing to do that... wel GTFO ;)
22:30.14mmlj4heh
22:30.27magic_hatdo i need to do anything in my dialplan to allow blind transfers from one ext to another?
22:30.35[TK]D-Fendermmlj4, fav feature : the "Join" soft-key"  kills the handling capabilities of all the competition.
22:31.12[TK]D-Fendermmlj4, Also Polycom has the BMicrobrowser for interactive services
22:32.26kombihmm, connecting straight with x-lite has audio both ways, going over asterisk hasn't.. what might it be?
22:33.06*** join/#asterisk fbffff (n=fbffff@dsl092-129-089.chi1.dsl.speakeasy.net)
22:34.13nephflso the polycom phones dont feel as cheap as the aastra phones?
22:36.03russellbpolycom phones <3 ... that is all
22:36.48*** join/#asterisk Strom_M (n=strom@60-241-200-26.static.tpgi.com.au)
22:37.44bkrusesame
22:37.47[TK]D-Fendernephfl, Correct.  I *LOATH* the Aastra 57i CT I have at my desk.  I'd sooner take a Polycom IP 301 over it...
22:39.39[TK]D-Fenderthings Aastra did right : AWESOME soft-keys (state-based and MANY including paging through them), screen size & backlight (pixel based... but RETARDED CHAR MATRIX FIRMWARE!), AWESOM attendant module capacity (LCD version is wicked).
22:40.02_DAW[TK[D-Fender: Do you notice that 57i lock up every now and again.  I am getting that as well as on a 480i CT.
22:40.27[TK]D-FenderBUT... if you have to have more than 1 registration... EWWWWW!!!! if you have a cordless connected that you hope to operate INDEPENDENT... EWWW!!! FIAILURE
22:40.45[TK]D-Fender_DAW, yes, random lockups after a few odd days of service.  Indeed.
22:40.48*** join/#asterisk znoG (n=gs@235-180-235-201.fibertel.com.ar)
22:41.21[TK]D-Fender_DAW, I'd forgive that if they cordless would STFU and not ring the BASE!.  Their DECT concept can KISS MY ASS.
22:42.31nephflif you can spend the money would you go polycom or cisco?
22:42.53_DAW[TK]D-Fender: Yeah, also I can regularly break the mute button by holding and picking up calls between the base and cordless.
22:43.22_DAWshame, cause its so perty.
22:43.39*** part/#asterisk BSD_Tech (n=BSDTech@adsl-69-234-194-212.dsl.irvnca.pacbell.net)
22:43.41[TK]D-Fender_DAW, Oh.. and don't get me started on the 5i series RUBBER FRIGGEN BUTTONS!
22:43.48[TK]D-Fender*** H8 ***
22:46.35nephflwhen an ip phone says it has multiple lines...does that mean it can run that many concurrent connections, or that it connects to that many different extensions?
22:47.28nephflor that many line appearances
22:47.48Daejeo1A-Data: are you there?
22:50.50bcnlcan anyone recomend a cheap(ish) SIP or IAX phone that I can use as a intercom in a industrial warehouse?
22:51.35bcnlbonus points for a wifi one that does WPA2 :P
22:53.05*** join/#asterisk |dennis| (n=dennis@200.32.233.82)
22:53.06*** topic/#asterisk by russellb -> Asterisk: The Open Source Telephony Application Platform -=- Asterisk 1.2.19 and 1.4.5 (June 15, 2007) *-addons 1.2.7 and 1.4.2 (June 18, 2007) -=- Join #asterisknow or #asterisk-gui for AsteriskNOW and Asterisk-GUI info -=- Join #asterisk-commits to monitor svn changes -=- Join #freepbx for freepbx/#trixbox for trixbox support.
22:54.01[TK]D-Fendernephfl, Depends on which company is using the term
22:54.40[TK]D-Fendernephfl, With poycom's "lines" refers to registrations to which you can assign any number of "line-keys" potentially handling a number of calls EACH.
22:55.14[TK]D-Fendernephfl, On Aastra a "line" is a "call appearance" upon which only a single call may be placed.
22:56.37perf3ktionquestion, if you config your extensions, sip can that get you an extension ringing?
22:56.45perf3ktionand yes I'm still reading the book
22:57.02[TK]D-Fenderperf3ktion, ... UH!?!/
22:57.45*** join/#asterisk ReDNeQ (n=ReDNeQ@cpe-66-68-37-190.austin.res.rr.com)
22:58.20*** join/#asterisk ReDNeQ- (n=ReDNeQ@cpe-66-68-37-190.austin.res.rr.com)
22:59.34nephflon the polycom can i set up the line appearances to show the state of the trunks?
23:00.47*** join/#asterisk SuperID (n=gary@c-65-96-225-97.hsd1.ma.comcast.net)
23:04.10[TK]D-Fendernephfl, Yes, though on the lower models you'd have to go into the "buddies" screen to get a more reasonable listing.
23:04.38[TK]D-Fendernephfl, But FORGET Norstar style functionality with *, its a new paradigm.
23:05.09*** join/#asterisk anthm][ (n=anthm@m815f36d0.tmodns.net)
23:05.36*** join/#asterisk anthm][ (n=anthm@m015f36d0.tmodns.net)
23:05.53nephflwell, it would be usefully to quickly know if all analog trunks are in use
23:06.02rob0dialplan debugging :( ... apparently when I dial a long-distance number, _91NXXNXXXXXX isn't matching, and I don't see anything in console.
23:07.11*** join/#asterisk anthm (n=anthm@m815f36d0.tmodns.net)
23:07.11*** mode/#asterisk [+o anthm] by ChanServ
23:09.12nephflwith the polycom 501 can i get the phone to ring while on call?
23:09.25nephflinstead of beeping for call waiting
23:09.41nephflor DND while in call with the softkey?
23:11.33[TK]D-Fendernephfl, thats what getting a congestion tone will tell you when you try dialing...
23:11.57[TK]D-Fendernephfl, as for ringing while on a call, I don't know ANY phone that will do that.
23:12.06nephflproblem is that when people call in and get constant ringing they dont know if there is trouble or full lines
23:12.33[TK]D-Fendernephfl, that last one made no semse.
23:12.37[TK]D-Fendersense*
23:13.13nephflwhen people complain after getting through, they dont know if the lines were all busy or the system just wasnt working
23:13.19[TK]D-Fenderrob0, either your * dialplan is rwong, your phone's dialplan (if applicable) is wrong, or its device setup is wrong in general
23:13.30_VoiceMeUp_COMyou coul d check in the ringtones of the polycom..
23:13.33[TK]D-Fendernephfl, WHO is getting through?
23:13.44[TK]D-Fender_VoiceMeUp_COM, Not for his needs.
23:13.49_VoiceMeUp_COMin the config you generate the sounds.. so make the saem for callwaiting notice as for the ringing sound
23:14.07_VoiceMeUp_COMwell hes talking about the receiver side right ?
23:14.11_VoiceMeUp_COMnot the caller
23:14.45nephfltoday, we had people call in complaing that the line rang continuously... but it was because the lines were full...since the phones dont have line appearances...the person answering didnt know that all lines had been busy for awhile
23:15.02_VoiceMeUp_COMah
23:15.27[TK]D-Fendernephfl, if all your inbound lines were full.... how is it that they hear RINGING?!  that'd mean the TELCO was doing some BS to them.
23:15.47_VoiceMeUp_COMsomething is weird
23:15.51JTor
23:15.55JTall his handsets were in use
23:15.56_VoiceMeUp_COMlike a queue with  a ring instead of moh ?
23:16.01JTbut he has spare lines to telco
23:16.18MikeJ[TK]D-Fender, you can get more calls than chans on pri :)
23:16.21[TK]D-Fendernephfl, You need to rethink your inbound call handling.
23:16.32[TK]D-FenderMikeJ, Do tell :)
23:16.43MikeJhold
23:16.52nephflwe just have 4 analog lines that roll over...
23:16.55MikeJjust only media for the number of chans you have at once....
23:17.22MikeJbuy you can suspend and resume calls if your pri supports suplimentary services..
23:17.45[TK]D-FenderMikeJ, what are you... a TELEMARKETER!?  Early media is almost exclusively used by ASSHOLES ;)
23:18.19MikeJearly media is used for... .. neat little things like ringing
23:20.02rob0[TK]D-Fender: Yes, I was confused about what context was included where. Found and fixed. Whew.
23:20.06Daejeo1TK]D-Fender:i am able to dial out but unable to dial in
23:20.27[TK]D-FenderDaejeo1, congratulations... you are precisely HALF WAY THERE!
23:21.11Daejeo1what could be the reason?
23:22.51[TK]D-FenderDaejeo1, considering the glorious amount of detail you have providerd... jsut about ANYTHING.
23:23.16*** join/#asterisk sysreq (n=sysreq@modemcable171.134-81-70.mc.videotron.ca)
23:25.49*** join/#asterisk ivanfm_ (n=ivanfm@c934f322.virtua.com.br)
23:27.37*** join/#asterisk mrdigital-work (n=ASFASDF@pool-72-94-138-204.phlapa.east.verizon.net)
23:31.24*** join/#asterisk Stridernzl (n=neville@125-239-160-54.jetstream.xtra.co.nz)
23:33.34*** join/#asterisk spatulamaan (n=ggilmore@207.188.8.252)
23:34.06*** part/#asterisk spatulamaan (n=ggilmore@207.188.8.252)
23:34.23mrdigital-workhey guys can anyone help me with my dialplan?
23:36.22snuffy22probably
23:36.33snuffy22anyone use sipp a lot?
23:36.48mrdigital-workhey snuffy22: do you know sql coding inside a dialplan?
23:36.56mrdigital-worki use sip
23:37.09*** join/#asterisk adorah (n=Michael@87.69.57.73.cable.012.net.il)
23:37.33rob0"exten => _91NXXNXXXXXX,1,Set(CALLERID(all,${CIDNAME} <${CIDNUM}>)": Is that right, or would I need to use GLOBAL() to get those variables?
23:38.29[TK]D-Fenderrob0, entirely improper use of that function, and Set
23:38.42rob0oops
23:39.16[TK]D-Fenderrob0, exten => _91NXXNXXXXXX,1,Set(CALLERID(all)="${CIDNAME}" <${CIDNUM}>)
23:39.27rob0ah! Thanks.
23:39.31[TK]D-Fenderrob0, Assuming those vars are properly populated
23:39.54rob0yes, it worked with SetCallerId application, but I want to set this up correctly.
23:40.04mrdigital-work[TK]D-Fender: i had to drop a project i was working on. to do another project but im back on the other one but since then i forgot how to do it can you help me?
23:40.13mrdigital-workill pastebin the code
23:41.43*** join/#asterisk Cyber-Dogg (i=Cyber-Do@24-178-240-97.dhcp.stls.mo.charter.com)
23:44.26mrdigital-workCyber-Dogg: what do you know about exten scripting
23:45.53Cyber-Doggnothing :-)
23:46.00Cyber-DoggI'm still trying to learn asterisk
23:46.12Cyber-DoggI'm yet to get a system working!
23:46.18Cyber-Doggwant to help me :-)
23:46.18Cyber-DoggLOL
23:46.38[TK]D-FenderThe blind leading the BLANK... welcome to #asterisk
23:46.38JTmrdigital-work: singling out people here is unlikely to make you very popular
23:46.56mrdigital-workwell when i ask my question no one answers
23:47.09JTmaybe no-one knows
23:47.10JTor cares
23:47.12JTit happens
23:47.12Cyber-DoggI'm trying to get zaptel.conf set up right...
23:47.15[TK]D-Fendermrdigital-work, telling us you're going to provide a pastbin, wasting 5 minutes and then jumping on the first guy to walk in instead wins you even FEWER
23:47.22JTif you want answers, pay a consultant
23:47.33Cyber-DoggI'm running freebsd 6
23:47.33[TK]D-Fendermrdigital-work, so where's the PASTEBIN!?
23:47.37mrdigital-workim working on a pastebin
23:47.48nephfllol...sucks when you are the consultant and are still pretty clueless
23:47.48mrdigital-workthe web server is being a pain
23:48.07Cyber-Doggdigium card has 3 fxs and 1 fxo daughter cards on it
23:48.09JTnephfl: yeah, that would suck, for the client
23:48.33Cyber-Doggmy config file has just one line in it right now
23:48.40Cyber-Doggfxoks=1
23:49.04Cyber-DoggI've tried with all numbers 1 to 4 trying to figure out which was which on my card...
23:49.14Cyber-Doggall options give me the same error
23:50.02*** join/#asterisk mosty (i=mostyn@60-241-198-194.static.tpgi.com.au)
23:50.04Cyber-DoggZT_CHANCONFIG failed on channel 1: device not configured (6)
23:50.07Cyber-Doggany thoughts?
23:52.35*** join/#asterisk mightnare (n=mike@s230165.ppp.asahi-net.or.jp)
23:52.52nephflwhat type of card?
23:53.02[TK]D-FenderBBIAB
23:53.37Cyber-Doggdigium
23:53.41Cyber-Dogg400p
23:54.14mrdigital-workhttp://pastebin.com/931718
23:54.19mrdigital-worki wanna add to that code
23:54.26mrdigital-workif the order status is shipped
23:54.43mrdigital-worki want it to say who it was shipping using
23:54.55mrdigital-workand i want them to press a # to get the tracking info
23:55.16JThrm
23:55.21mrdigital-work*who it was shipped with
23:55.27mrdigital-workthat code works
23:55.29JTusing the worst pastebin site on the face of the planet
23:55.30JTzzz
23:55.31mrdigital-worki just forgot it all
23:55.41mrdigital-workwhy worst?
23:55.44mrdigital-workwhat do you recommend?
23:55.59JTpastebin.ca
23:56.05mrdigital-worknot loading for me
23:56.11JTbecause .com seems to be hosted on a 286 computer
23:56.12mrdigital-workthus  i used this one
23:56.15JT~pb
23:56.15jbotfrom memory, pb is a place to paste your stuff without flooding the channel - try  http://pastebin.ca, or http://channels.debian.net/paste, or at paste.lisp.org
23:57.16mrdigital-workhttp://paste.debian.net/30843
23:57.19mrdigital-workbetter?
23:57.52JTit did load, eventually
23:58.02mrdigital-workany ideas on how to continue?
23:58.22JTread the book
23:58.24JT?
23:58.28mrdigital-workwhich one?
23:59.14JT~thebook
23:59.14jbotit has been said that thebook is a book called  Asterisk: The Future of Telephony which is found at http://www.asteriskdocs.org/modules/tinycontent/index.php?id=11

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