IRC log for #asterisk on 20101125

00:03.25*** join/#asterisk Alagar (~avaithiya@193.220.61.145)
00:13.10*** join/#asterisk Tech_Travis (~Travis_El@cpe-76-168-191-127.socal.res.rr.com)
00:20.32russellbthere are 97 files in the directory of sample configuration files
00:20.34russellbthat's just insane
00:21.39greezmunkeymakes it a bit daunting to say the least.
00:22.14russellbluckily you don't need most of them
00:22.26russellbmost people will only use a handful of them
00:22.30russellbthere's just a ton of optional features
00:26.52theharEveryone have a great Turkey day.
00:27.32greezmunkeyman this works [xxxx](template), this does not [xxxx] (template) - nice
00:28.26greezmunkeystupid space...
00:30.28*** join/#asterisk wesphillips (~wphillips@adsl-99-161-158-136.dsl.hstntx.sbcglobal.net)
00:37.04yonahwthehar: have yourself a great Turkey day as well
00:39.00yonahwI am dialing using Dial(${ARG1},10,wW) console shows phone is ringing but doesn't pass the ringing tone back to the caller. Is this to be expected? Wiki indicates that r is only to override normal tones and that ringing is passed as appropriate
00:44.09*** join/#asterisk Fruchthoernschen (~Fruchthoe@77.13.142.77)
00:49.41*** join/#asterisk tty234 (prank@freeshells.hypershells.com)
00:52.49*** part/#asterisk Tech_Travis (~Travis_El@cpe-76-168-191-127.socal.res.rr.com)
00:53.52p3nguinIf you add the 'r' dial option, do you then hear ringing?
00:54.23p3nguinIf you add the 'm' dial option, do you hear music?
00:59.31p3nguinyonahw: ^
01:03.03*** join/#asterisk Sipster_ (~Sipster@modemcable045.5-200-24.mc.videotron.ca)
01:03.06*** join/#asterisk seanbright (~sean@asterisk/contributor-and-bug-marshal/seanbright)
01:03.56yonahwp3nguin: didn't try. I was working from home but going to go back to the office now that the wife came home. Will check it out in a few minutes and post back.
01:07.16*** join/#asterisk jaytee (~jforde051@unaffiliated/jaytee)
01:11.19*** join/#asterisk csnook (~chris@209-6-38-66.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
01:12.02beekIf you add the 's' dial option, do you then hear swearing?
01:13.19drmessanoI added the 'p' option and my night got way better
01:14.54beek:D
01:15.33*** join/#asterisk avena (~avena@189.5.49.29)
01:20.08greezmunkeyI need to just walk away for a while...
01:24.00*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
01:28.36*** join/#asterisk Alagar (~avaithiya@193.220.61.145)
01:32.56*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
01:36.37yonahwso "s" produced no swearing and "p" didn't improve my night at all
01:36.49yonahw"r" produced nothing but "m" did play music
01:37.00*** join/#asterisk corretico (~corretico@201.201.44.82)
01:42.01p3nguinIf you hear music, then you know you have media flow.
01:42.41yonahwindeed media flow exists. if the call is answered there is two way audio it being an incoming call.
01:42.58yonahwI still haven't gotten around to troubleshooting my nat issues yet but I don't think that is the issue here
01:47.10*** join/#asterisk jblack (~jblack@71.181.209.104)
01:52.24*** join/#asterisk cesar_CR (~cesar@celord.ice.co.cr)
01:55.21*** part/#asterisk wesphillips (~wphillips@adsl-99-161-158-136.dsl.hstntx.sbcglobal.net)
01:55.28*** join/#asterisk Alagar (~avaithiya@193.220.61.145)
01:59.14*** join/#asterisk thansen (~thansen@74-47-186-12.dr01.hmdl.id.frontiernet.net)
02:00.50greezmunkeyI have followed the book to set the system up. I have made some progress, but I can't run this problem down: chan_sip.c:21289 handle_request_invite: Call from '' to extension '1002' rejected because extension not found in context 'unauthenticated'. I placed my configs here:
02:00.55greezmunkey[#asterisk] not found in context 'unauthenticated'. I placed my configs here:
02:00.56greezmunkeyoops
02:01.04greezmunkeypastebin:
02:01.04greezmunkey[#asterisk] not found in context 'unauthenticated'. I placed my configs here:
02:01.29greezmunkey...http://pastebin.com/9FzcfCc4
02:02.07yonahwgreezmunkey: where are you dialing from? what device?
02:02.45yonahwgreezmunkey: you set in sip.conf to be in context unauthenticated but you didn't create the context in extensions.conf
02:03.24greezmunkeyyonahw: I am setting up a test system. I have the asterisk server connected to an access point, and have two spectralink 8020 phones. The phones register, firwall ports are ok
02:04.05yonahwgreezmunkey: see my second comment, it definitely won't work without fixing that
02:04.22greezmunkeyyonahw: so the line context=unauthenticated needs to go?
02:05.22yonahwwell based on your extensions.conf you should probably change it to "context=LocalSets" without the quotes of course
02:06.02greezmunkeyyonahw: testing now...
02:11.59greezmunkeyyonahw: hmm, I don't get the bad auth message now. I get this instead, which is where I was hours ago: chan_sip.c:21289 handle_request_invite: Call from '' to extension '1002' rejected because extension not found in context 'unauthenticated'. Unable to create channel of type 'SIP' (cause 20 - Unknown) == Everyone is busy/congested at this time (1:0/0/1)
02:12.38p3nguinYou assign a context for every peer.  The context you assign needs to exist.  That's where calls start.
02:13.16p3nguinYou're calling 1002, but extension 1002 does not exist in the unauthenticated context.
02:13.48greezmunkeyp3nguin: so the context is not set in the [brackets]? I assumed it was.
02:14.00p3nguinWhere?
02:14.22greezmunkeyp3nguin: in sip.conf
02:14.25yonahwwhat does sip show peers say
02:14.39greezmunkeyp3nguin: I'll pastebin that.
02:14.48p3nguinThe info in the brackets in sip.conf is the name of the device.
02:14.59p3nguin[phil] for example
02:15.06yonahwif you are calling from phone01 and it is setup properly it should already be in context LocalSets which has an extension 1002
02:15.13p3nguinYou would call that device by Dial(SIP/phil)
02:15.23greezmunkeyhere is is: http://pastebin.com/g0q2K2D0
02:15.58p3nguinYou have no devices associated with those two peer entries.
02:16.26p3nguinLet's start at the beginning.  Okay?
02:16.38greezmunkeyp3nguin: that would be great
02:16.43p3nguinChoose a name for a phone.  Make it something sensible.
02:17.02greezmunkeyp3nguin: phoneA
02:17.08p3nguinIn sip.conf
02:17.15p3nguin[phoneA]
02:17.21p3nguintype=peer
02:17.28p3nguinwait, let me put it in pastebin.
02:17.37greezmunkeyp3 thanks
02:18.02greezmunkeyThere is a logical jump here I guess I am not getting straight
02:19.13p3nguinWhat will be the extension number used to reach phoneA?
02:19.24greezmunkeyp3nguin: 1001
02:19.31yonahwwhat is the cause of a phone which registers with asterisk and can make calls but doesn't show up in sip show peers and can't receive calls?
02:20.13p3nguinhttp://pastebin.com/DBefZXvB
02:22.04greezmunkeyyonahw: I ran across that in the book, appendix B, section Asterisk ad VoIP
02:24.27drmessanoyonahw, it's not registered.  It can auth to asterisk and make calls, but is not regged
02:24.49yonahwdrmessano: got it. phone thinks its registered but clearly it isn't
02:25.02*** join/#asterisk okado (~kotoshi@unaffiliated/okado)
02:25.03p3nguinPhones need not be registered to make calls.
02:25.36greezmunkeyp3nguin: and that ties back to the extensions file as exten => 1001,1,Dial(SIP/PhoneA), right?
02:26.03p3nguinexactly
02:26.43greezmunkeyp3nguin: ok, I'll incorporate those changes and see what it does.
02:27.11p3nguinBut before we get there, note that we need to build an hierarchical dial plan so that phones can access various contexts, but not all contexts have access to each other.
02:27.28greezmunkeyp3nguin: oh...
02:27.38p3nguinSo I chose contexts=phones ...
02:27.59p3nguin[phones]  will include other contexts that phones should be allowed to access.
02:28.15greezmunkeyp3nguin: making notes...
02:28.58p3nguinperhaps an internal context where phones' extensions will be, and an outbound context where extension patterns for dialing out through a telco will be, and possibly some others.
02:29.09okadoi am having prob connecting to asterisk with client
02:29.13okadohere's is my config
02:29.14okadohttp://pastebin.com/qtTNZU4v
02:29.25greezmunkeyp3nguin: ok
02:29.55okadohttp://pastebin.com/H8zqVxC7
02:30.03okadosorry this is the new one
02:30.18p3nguinThen you will want to have an inbound context where calls will be routed from the telco.
02:30.44p3nguinThat inbound context will very likely include your internal context, but never the context that allows calling outbound.
02:32.18greezmunkeyp3nguin: are you going to pastebin this?
02:32.38p3nguinWorking on an example.
02:32.49greezmunkeyp3nguin: ty
02:34.49*** join/#asterisk rrb3942 (~rbullock@cpe-67-252-100-238.stny.res.rr.com)
02:35.21okadogreezmunkey, can you look at my config please?
02:35.42p3nguinhttp://pastebin.com/hJVFKVvi
02:36.20p3nguinoops
02:36.53p3nguinhttp://pastebin.com/fjeqUzNa   bug fix
02:37.57okadop3nguin, is that ur extension.conf?
02:38.02p3nguinno
02:38.22p3nguinmine =   -= 293 extensions (984 priorities) in 66 contexts. =-
02:39.02okadomine = blank?
02:40.23okadop3nguin, this is what i have
02:40.28okadohttp://pastebin.com/H8zqVxC7
02:40.50okadoi am not able to connect client (softphone) to asterisk
02:41.12*** join/#asterisk boodu (~antoine@host-115-126-167-240.adsl.nautile.nc)
02:41.17booduhello
02:41.38p3nguingreezmunkey: Are you with me on my example?
02:42.37greezmunkeyp3nguin: yes, looking for the reason for your bug fix, it was subtle, no?
02:42.38p3nguingreezmunkey: Based on my sip.conf entry I gave you, program the phone with UID of "phoneA" and a password of "password" and see if it will register.
02:43.00p3nguinYes, I fouled up a priority on the extension in the inbound context.
02:43.38p3nguinIt went 1, n, 1, but should have been 1, n, n.
02:43.39greezmunkeyp3nguin: I see it. 1, n, 1 to 1, n, n
02:44.21p3nguinI sometimes paste before double-checking my work.
02:45.26greezmunkeyp3nguin: programming the phones is a pita, my options are username and password. I used 1001:1001 on one phone, and 1002:1002 on the other. Can I use those in your example instead?
02:45.46greezmunkeyp3nguin: sometimes I double paste an improper copy!
02:46.06p3nguinIf you use my entry for sip.conf, change username to phoneA and password to password.
02:46.26greezmunkeyp3nguin: ok, I'll do it...
02:46.42p3nguinMake sure you run sip reload after making the changes to sip.conf.
02:47.43greezmunkeyp3nguin: I will also have to add entries for the second phone, ie phoneB, etc etc.
02:47.53greezmunkeyworking...
02:47.53p3nguinsip reload for sip.conf, dialplan reload for extensions.conf
02:48.05greezmunkeyp3nguin: ;)
02:48.43p3nguinYou might be surprised how many people restart asterisk entirely for each change.  Some even reboot the computer!
02:49.13greezmunkeyp3nguin: I did get something out of reading...!
02:49.38p3nguinDo you have an ITSP already?
02:50.37greezmunkeyp3nguin: no, I have an audiocodes MP-118 to connect to, but I'm doing one thing at a time. So, make two phones call eachother, then worry about a gate.
02:51.09p3nguinIf you can get the phones to register and authenticate, the rest is cake.
02:52.48greezmunkeyp3nguin: have a look at this, I have a question about the general section: http://pastebin.com/UZN9nbJE
02:53.12greezmunkeyp3nguin: the context= line should read??
02:53.22greezmunkeyphones?
02:53.38p3nguinIf you're going to use my example dialplan, yes phones.
02:53.48greezmunkeyp3nguin: working
02:54.05yonahwso I am back to tackling my nat issues. I am confused partially because * box is both outside of and behind nat depending on the interface. Incoming calls are coming in on the edge nic and working perfectly. Outbound calls are originating from the nic behind nat seeing as they are coming from the local network but being sent out to the world on the edge nic presumably since that is the default route and also the only ip calls will be accepted from.
02:54.14p3nguinWhat the context line does is tell Asterisk where the call starts when it comes from that device.
02:55.36greezmunkeyp3nguin: ok, here is the dialplan: http://pastebin.com/Bz7EWTHY
02:55.42okadop3nguin, which sip.conf and extensions.conf did you give to greezmunkey ?
02:55.53okadoi can not get phones to authenticate
02:56.43greezmunkeyp3nguin: programming phones...
02:57.38p3nguingreezmunkey: That should allow dialing 1001 to reach phoneA and dialing 1002 to reach phoneB.  Each one will go to voicemail after 30 seconds of not answering the ringing phone.  At that point, the call will fall apart because we never configured voicemail.conf.  :)
02:58.12p3nguinokado: I gave greezmunkey the sip.conf and extensions.conf that I thought up in my brain and typed out so greezmunkey would have an example to work off of.
02:58.36okadoi came here late. i only saw part of the conv
02:58.38p3nguinvery basic examples, nothing fancy.
02:59.37okadomy soft phone client won't connect to asterisk
03:00.30p3nguinI guess it ran out of magic.
03:00.33okadothe commands for asterisk 1.4 and 1.6 is different
03:00.48p3nguin"commands" huh?
03:00.55p3nguinWhat "commands" are you referring to?
03:01.03okadohttp://pastebin.com/H8zqVxC7
03:01.14okadoto shut down asterisk
03:01.21okadocore stop now
03:01.36okadovs older is something stop now without the 'core' word
03:01.41greezmunkeyp3nguin: need to modify the tftp files, brb
03:02.27p3nguinI prefer to not shut down asterisk.  It doesn't process calls very well if it isn't running.
03:03.27okadoi need to stop it to run -cvvv
03:04.00p3nguinWhy do you need to run it that way?  Why can't you do core set verbose 3 and get the same result?
03:06.09greezmunkeyp3nguin: sip_PhoneA.cfg : http://pastebin.com/CyqMQQC0
03:07.38p3nguinI know nothing about the phone configuration.
03:08.22greezmunkeyp3nguin: ok, I had to fix PhoneA anyway. done. restarting the phones.
03:08.38p3nguinMake sure you know which field does what and use the right info... and it should work.
03:09.29greezmunkeyp3nguin: the auth line is simple "user:secret", so since we changed username from 1001 to PhoneA, I reflected those changes.
03:09.46greezmunkeyp3 I now have PhoneA, and PhoneB !!
03:10.04p3nguinI hope you made the passwords match between asterisk and phone.
03:10.09greezmunkeyp3nguin: I have wireshark running, if necessary
03:10.16greezmunkeyp3nguin: ;)
03:10.32p3nguinMy example used "password" as the secret, but your phone looks like it uses 1001 as the secret.
03:10.37greezmunkeyp3nguin: they look regestered, I'll chec sip show peers
03:11.33greezmunkeyp3nguin: sip show peers: http://pastebin.com/15JmeTWQ
03:11.51greezmunkeyp3nguin: looks eerily similar to what I had before...
03:12.20*** join/#asterisk coppice (~chatzilla@113.160.224.49)
03:12.47p3nguinAre the phones even trying to register?
03:12.56greezmunkeyp3nguin: shouldn't the ip address of * show up?
03:13.05p3nguinwhere?
03:13.13greezmunkeyp3nguin: the phones look registered on their displays
03:13.35greezmunkeyp3nguin: in sip show peers, where it show (unspecified)
03:13.52p3nguinThat should show the IP address of the peer.
03:14.03p3nguinthe phone
03:14.40greezmunkeyp3nguin: I agree. This has been an issue from the start. I think that maybe my access pint is causing an issue.
03:14.44p3nguinDoes wireshark show there was a SIP registration attempt?
03:14.47greezmunkeys/pint/point
03:15.02greezmunkeyp3nguin: I'll run that...brb
03:17.14*** join/#asterisk Maliuta (~scooby@kiev.lusan.id.au)
03:17.15p3nguinsip debug should also show registration attempts.
03:19.26greezmunkeyp3nguin: looking there next, wireshark shows traffic between the AP and the *, but there is registration traffic...
03:19.40p3nguinThe phones are wireless phones?
03:20.41greezmunkeyp3nguin: yes, wireless - here is a sample of the cli output: http://pastebin.com/4fyFjmfS
03:21.20*** join/#asterisk chilicuil (~chilicuil@unaffiliated/chilicuil)
03:22.01p3nguinWhat is the IP address of your Asterisk system?
03:22.16greezmunkeyp3nguin: X.X.11.10
03:22.49p3nguinSo the registr packets look fine.
03:22.58p3nguins/registr/register/
03:23.04greezmunkeyp3nguin: subnet 192.168.11, *=.10, AP=.200, PhoneA=.21, PhoneB=.22
03:23.51yonahwhappy to report that the source of my nat issues was a simple canreinvite=no. thought I had that in there but on closer inspection I did not.
03:23.52greezmunkeyp3nguin: Here is the cli output from a call attempt from PhoneA to PhoneB: http://pastebin.com/sbD7ES5q
03:24.10greezmunkeyyonahw: ftw
03:24.16*** join/#asterisk puzzled (~foobar@puzzled.xs4all.nl)
03:24.51greezmunkeyp3nguin: I just don't get it...
03:25.03p3nguinUntil sip show peers shows an IP address for both phones, you can't call to them.
03:25.18greezmunkeyp3nguin: fair enough...
03:25.26p3nguinI don't know why it isn't registering properly since the REGISTER is arriving at Asterisk.
03:26.19p3nguinI guess you could set the host statically in sip.conf and disable the phone from registering.
03:26.26greezmunkeyp3nguin: Perhaps because i statically defined everything. maybe it would behave better if I set up dns, and dhcp...
03:26.39greezmunkeyp3nguin: really...
03:27.09p3nguinDisable the phone from sending registration, set host=192.168.11.21 and .22 respectively.
03:27.16*** join/#asterisk felipe_ (~felipe@my.nada.kth.se)
03:27.31greezmunkeyp3nguin: I have this line in the general section: udpbindaddr=192.168.11.10:5060
03:27.48p3nguinThat's good.
03:27.59yonahwso now that I have solved my nat issue I am revisiting my lack of ringing tone issue. I have pasted the relevant bits from the dailplan here http://pastebin.com/YE3ua7ZF
03:28.05p3nguinWithout it, asterisk may not know what IP address and port to listen on.
03:28.22p3nguinWell, you could use 0.0.0.0 for the IP address.
03:28.29p3nguinI probably would have.
03:28.41greezmunkeyp3nguin: the host= line should go under the [PhoneA], and [PhoneB] sections??
03:29.09greezmunkeyp3nguin: I have three NICs here, so was defining it incase i used the others in the future.
03:29.18p3nguinYou should already have host= in both of them.  Change each from dynamic to the appropriate IP address for each phone.
03:29.39greezmunkeyp3nguin: ah, ok...
03:29.50p3nguindynamic is for peers which register.
03:30.41greezmunkeyp3nguin: I'm not quite sure what to do to keep the phones from trying to register, will it matter if they do?
03:31.25p3nguinIt might.  Asterisk doesn't like it when static peers send registrations.
03:31.55*** join/#asterisk root52 (~root52@ip68-228-177-7.cl.ri.cox.net)
03:33.26greezmunkeyp3nguin: I went ahead and reloaded sip...there was a flurry of activity that seems to have subsided now!
03:33.57greezmunkeyresetting wireshark, and making a test call, brb
03:35.24root52Question. I want to set a channel custom variable on a SIP channel. (shared?) That part is no problem. I want to then do something in another channel based on weather or not that channel var is set and the same? So I guess I am having trouble understanding how to implement the "shared" channel vars. Does that question make sense?
03:37.39yonahwso apparently my other problem was that I was answering the call instead of just forwarding to the correct context
03:39.01p3nguin"forwarding" to a context?
03:39.04p3nguinGoto() ?
03:39.56yonahwyes goto rather than forwarding
03:41.23okadowhere is a list of asterisk functions?
03:41.43yonahwwell folks as much fun as its been sitting here at work until 10:30 pm, I think I'm going to take off
03:41.59greezmunkeyp3nguin: Interesting, I dialed 1002, from PhoneA, here is the result: http://pastebin.com/0Fk2qYYP
03:42.05greezmunkeyyonahw: g'night
03:42.13yonahwgood night
03:42.19yonahwgood luck with your setup
03:42.23WIMPyokado: core show functions
03:43.08p3nguinNo matching peer for 'PhoneA' from '192.168.11.200:1066'
03:43.17p3nguinSo your AP is breaking SIP.
03:44.02okadoWIMPy, thx
03:44.37greezmunkeyp3nguin: I've been wondering that for hours now...I've checked the configs and they look right. It's running dd-wrt.
03:44.59greezmunkeyp3nguin: I'm wondering if it's natting for some reason.
03:46.03p3nguinI doubt it's THAT intelligent that it can nat within the same subnet.
03:46.34greezmunkeyp3nguin: I know, but I've been questioning everything since I started this!
03:46.50p3nguinThe phones don't have Ethernet on them?
03:47.45greezmunkeyp3nguin: so, I'm not dense, or stupid. What I had configured before probably would have worked...The phones, unfortunately. I can probably rig up a couple of softphones pretty quick though.
03:48.09greezmunkeyunfortunately, no I should have typed...
03:48.50p3nguinThis is just one more case of wifi sip gone bad.
03:49.21greezmunkeyp3nguin: yeah, well the project that this was to lead to in the near future *is* wifi sip!
03:49.44p3nguinI'd say you may as well scrap it now.
03:50.50greezmunkeyI've been having issues with this AP from the start apparantly. The project will be using *qualified* gear, or so they say. Unfortuneatly I don't have access to the big boy right now.
03:51.56*** join/#asterisk coppice (~chatzilla@113.160.224.49)
03:52.18WIMPyWhat happened? The IP in the SIP message got rewritten?
03:52.45greezmunkeyp3nguin: I really apprieciate you working with me through this. It has been quite a learning experience. I will stick with it by setting up a couple of lappy's with softphones just to proove it works. I'll deal with the wireless later.
03:53.12greezmunkeyp3nguin: you're the bomb
03:53.14p3nguinAt least you now know how to set up a basic phone switch.
03:53.26greezmunkeyp3nguin: it has been awesome, ty
03:53.54WIMPygreezmunkey: What happened? The IP in the SIP message got rewritten?
03:53.55greezmunkeyp3nguin: I've been wanting to do this for a while now, and here it is!
03:54.57greezmunkeyWIMPy: yeah, it seems that the ap is natting on the same subnet as * and the phones. I dont see how, but I will find out.
03:55.26p3nguinIt's doing something because it looks like it is routing rather than just passing traffic.
03:55.30greezmunkeyI've got three lappy's here that I can use to test with
03:55.56WIMPygreezmunkey: rmmod nf_nat_sip
03:56.27greezmunkeyWIMPy: eh? in the dd-wrt ap?
03:56.35WIMPyyes
03:56.40*** join/#asterisk eject_ck (~eject_ck@haitek.cosmonova.net.ua)
03:57.10greezmunkeyWIMPy: hmm, what can it hurt...I'll check...
04:01.39p3nguinWouldn't it be something if it were that easy to fix?
04:02.35greezmunkeyWIMPy: ok, I was able to run that in the command window. I also set it to be saved for use at startup, I'll try a call...
04:02.54WIMPyHa
04:02.57greezmunkeyWIMPy: or should I reregister the phones first?
04:03.26p3nguinIf you didn't change host back to dynamic, registration is moot.
04:03.37WIMPyErm, im not fully into your setup. Just got in here.
04:03.54WIMPyBut you should be able to see that the IP doesn;t get changed any more.
04:04.12greezmunkeyp3nguin: you are right, I'll reverse that since it was troubleshooting to begin with, brb
04:05.32WIMPyThere still might be some natting going on. So registering might be the safe way.
04:05.53*** join/#asterisk TehRabbitt (~TehRabbit@pool-71-172-89-155.nwrknj.fios.verizon.net)
04:06.11TehRabbittp3nguin: ya around?
04:07.54WIMPyBTW: The other option would have been to switch of nat support in Asterisk. That should work as well. But I advise against using nf_nat_sip.
04:10.56greezmunkeyWIMPy: I have nat=no in the [PhoneA/B] sections...No love on the change btw, even after reregistering. I'm going to restart the AP, and try again.
04:11.33greezmunkeyWIMPy: are you kidding! I just loaded the image, I didn't look to see what was there! ;)
04:11.52greezmunkeycall me scriptmunkey
04:12.03WIMPyErr, what?
04:12.54greezmunkeyWIMPy: I was kidding about the AP, like I just installed dd-wrt without knowing what it really does behind the scenes.
04:12.59p3nguinyawns
04:13.11WIMPyI suspect it will do nat. But if you can;t fugure how to disable that you could switch nat support on now. Not the right way, but it should work.
04:13.27WIMPyaye
04:13.36TehRabbittnot sure why this is happening, but I can't dial out from my SCCP phone that I just set up.
04:13.47p3nguinwrong context
04:13.53TehRabbittah
04:14.03TehRabbittso change the context in sccp.conf?
04:14.13p3nguinyep
04:14.45*** join/#asterisk costal (~ivan@corpnat.comindico.com.au)
04:14.49costalHi
04:15.42costalI have a context on asterisk in that context I have 3 extensions with only a dial command
04:15.46costalexten => 0288100001,1,Dial(SIP/0288100001@10.61.52.55)
04:16.19costalbut when I try to call another extension I got this error
04:16.20costal-- Got SIP response 482 "Loop Detected" back from 10.61.52.55
04:16.37costalI've doing  a bit of google
04:17.10p3nguinI guess extension 0288100001 in the context on 10.61.52.55 where your call landed probably sent the call back to you.
04:17.13costalI still haven't figured out how to stop the loop
04:18.56*** join/#asterisk syntxerr (ae702326@gateway/web/freenode/ip.174.112.35.38)
04:19.01syntxerrhey all
04:20.29*** join/#asterisk superm1 (~superm1@ubuntu/member/superm1)
04:21.18syntxerrI have a weird problem... I had my mailcmd set to ssmtp and it was working for a long time... I recently noticed I wasnt getting any email but have no idea why
04:21.22superm1hey guys, in looking through res_jabber.c, it appears to potentially support 'invisible' mode if IKS_SHOW_INVISIBLE is defined.  i checked through iksemel source and didn't even see any references to this.  is there a special way to get invisible support working?
04:21.40syntxerrIve tried outputting my mailcmd to a file but that isnt working - or so it appears
04:25.47kaldemarcostal: 10.61.52.55 is the address of your asterisk box, right?
04:27.14costalhi
04:27.23costalyes 10.61.52.55 is my asterisk box
04:27.26kaldemarcostal: if you want to dial a sip device that you have defined in sip.conf, don't use an ip address, just SIP/devicename, where devicename is something inside brackets in sip.conf.
04:28.04costalthe problem that I have is I'm using realtime
04:28.08costalmysql sip_buddies
04:28.17costalall the sip users are there
04:28.21costalI can register in the asterisk box
04:28.27costalbut I can't call
04:28.46pabelangersuperm1: To my understanding no
04:29.49p3nguinIt's no wonder that calling yourself results in a loop.
04:31.14costalhaha you guys are awesome
04:31.16superm1pabelanger, that's weird to have that dead code there then :(
04:31.18costalI found the problem
04:32.20kaldemarcostal: no problem there. then you need a realtime switch in the context. switch => Realtime/...
04:32.36pabelangersuperm1: ya, res_jabber.c needs some love.
04:32.39pabelangerpatches welcome
04:33.05kaldemarcostal: then again, if your extensions are not in a CB, disregard my last statement.
04:33.14kaldemars/CB/DB/
04:34.37costalkdaldemar thanks for your help I was wrong in using SIP/0290080687@ipaddress
04:34.52costalI removed the ipaddres as you advice and its working fine
04:34.56costalthanks dude appreciate it
04:35.10superm1pabelanger, well if i get down to the bottom of why there was ever thought to be invisible support, i'll be glad to submit a patch to make it work.  i'll keep digging then
04:35.57superm1some random urls from google seem to show it in an iksemel source tree (http://www.koders.com/c/fidB35A848B8C5925C24BA0B299C4DAFB6E165B7279.aspx?s=search#L109) but it's not in the real upstream trunk
04:38.32*** part/#asterisk TehRabbitt (~TehRabbit@pool-71-172-89-155.nwrknj.fios.verizon.net)
04:39.25*** join/#asterisk coppice (~chatzilla@113.160.224.49)
04:41.25*** join/#asterisk Corydon76-dig (silver@c-69-137-80-31.hsd1.tn.comcast.net)
04:41.25*** mode/#asterisk [+o Corydon76-dig] by ChanServ
04:43.03*** join/#asterisk wimt_ (wimt@freenode/staff/wikipedia.wimt)
04:55.45greezmunkeywell, I'm pretty sure it's the AP at this point. p3nguin I wouldn't have come this far without you, thanks. I'll go about prooving the AP business tomorrow. I'll report back with what I find then. Happy Thanksgiving everyone.
05:01.24*** part/#asterisk root52 (~root52@ip68-228-177-7.cl.ri.cox.net)
05:01.43*** join/#asterisk lost_soul (~noymfb@cpe-67-249-141-227.twcny.res.rr.com)
05:14.46*** join/#asterisk FiReSTaRT (~dlyh@unaffiliated/firestart)
05:16.13*** join/#asterisk eject_ck (~eject_ck@haitek.cosmonova.net.ua)
05:17.40*** join/#asterisk tyman_ (~tyler@99-28-157-10.lightspeed.frsnca.sbcglobal.net)
05:24.02*** part/#asterisk skyion (~bradc@siza.thusa.net)
05:25.03*** join/#asterisk TehRabbitt (~TehRabbit@pool-71-172-89-155.nwrknj.fios.verizon.net)
05:25.32TehRabbittany way to get my asterisk install to let me reload the dialplan? it just says "dialplan reload" is not a valid option
05:25.47TehRabbittNo such command 'dialplan reload' (type 'help dialplan reload' for other possible commands)
05:28.10TehRabbittany ideas? :-\
05:28.22*** join/#asterisk thansen (~thansen@74-47-186-12.dr01.hmdl.id.frontiernet.net)
05:29.37drmessano1.4?
05:31.04TehRabbittyes
05:31.53TehRabbitti think i messed something up when I installed the chan_sccp_b driver because it did something with "autoadd dundi" or something
05:33.44TehRabbittdrmessano: any ideas how I can get it back to normal?
05:33.57TehRabbitt1.4.30
05:34.16*** join/#asterisk Tachoh (459e59dc@gateway/web/freenode/ip.69.158.89.220)
05:35.26p3nguinmodule reload pbx_config.so
05:36.30*** join/#asterisk jonmasters (~jcm@edison.jonmasters.org)
05:36.36TehRabbittp3nguin: still nothing :-\
05:36.59TehRabbitt[Nov 25 00:35:40] NOTICE[25700]: loader.c:685 ast_module_reload: The module 'pbx_config.so' was not properly initialized.  Before reloading the module, you must run "module load pbx_config.so" and fix whatever is preventing the module from being initialized.
05:37.14p3nguinIf dialplan isn't a valid command, then pbx_config.so is jacked up.
05:37.21Tachohi am trying to program a tsp for windows in c#, can anyone direct me anywhere i can get more info on how to do this? TAPI enabled stuff is very abundant, but making a regular old COM tsp seems like it's a massive task.
05:37.26TehRabbittso basically just recompile?
05:37.31p3nguinno
05:37.37TehRabbittaight..
05:37.38p3nguinYou could restart asterisk.
05:37.46TehRabbitti've tried it, multiple times
05:38.58TehRabbittso i'm basically stuck :-\
05:39.38kaldemarmodule unload pbx_config.so and then module load...
05:39.46p3nguinInstalling chan_sccp.so involves compiling it and copying it to the modules directory.  I don't see how that could break pbx_config.so.
05:50.36*** join/#asterisk dee-kay-tee (~D@120.28.174.172)
06:01.10TehRabbittp3nguin: well i ran some command afterwards following a guide on the site which i think might have set it to automaticlaly think it was realitime
06:01.29TehRabbitthttp://chan-sccp-b.sourceforge.net/doc_setup.shtml
06:02.28TehRabbitti don't have mysql installed
06:02.30TehRabbittso it can't be setup
06:02.49TehRabbittbut i ran the original sccp.conf file with the following:
06:02.59TehRabbittdevicetable=sccpdevice                           ; datebasetable for devices  linetable=sccpline                                     ; datebasetable for lines
06:03.12TehRabbittso idk if that did something automagically
06:03.24p3nguinThe only file installed from chan_sccp is usr/lib/asterisk/modules/chan_sccp.so
06:03.37TehRabbittthis sadly works:  server1*CLI> dialplan show sccpregistration
06:03.54TehRabbittcorrection it doesn
06:03.54TehRabbitt't
06:04.18TehRabbittthoth*CLI> dialplan show sccp [ Context 'sccp' created by 'SCCP' ]
06:04.37TehRabbittthe phones should be registering to the "users" context
06:04.41TehRabbittwhich is in the dialplan
06:04.42p3nguinDo you have an sccp context?  I bet you don't.
06:05.04p3nguinSo go change it in sccp.conf like I suggested multiple hours ago.
06:05.14TehRabbitti did
06:05.16TehRabbittto "users"
06:05.37TehRabbittbut it wont read the extensions.conf file and it seems like it wont change context either
06:06.05TehRabbitthttp://pastebin.com/eLjnJxbu
06:06.06p3nguinI've tested chan_sccp on at least asterisk 1.4.36 and .37 ...
06:06.14p3nguinDid you consider an upgrade?
06:06.24TehRabbittthats what i'm considering right now since i'm on 1.4.3
06:06.30TehRabbitt.30
06:06.54p3nguinNow you've created the sccp context anyway?
06:07.15p3nguinNice workaround for a misaligned context setting.
06:07.17TehRabbittI created it in extensions.conf but i can't reload dialplan so it's not seeing that sccp context exists
06:07.52TehRabbitt[users] should and i mean *should* be the default context for the phones
06:07.57TehRabbittbut it won't take the change
06:07.58*** join/#asterisk eject_ck (~eject_ck@haitek.cosmonova.net.ua)
06:08.08p3nguinNormally, a change to the context setting in sccp.conf to the correct context, followed by reloading chan_sccp, would solve it.
06:09.04TehRabbitthttp://pastebin.com/nLM010D3
06:10.07TehRabbitthttp://pastebin.com/VZ2FRkf2
06:14.07TehRabbittp3nguin: http://pastebin.com/uMSzWt31
06:14.18TehRabbittyou might remeber that setup from like last winter heh
06:19.05*** join/#asterisk golikwid|mac (~chrislees@rrcs-67-78-200-57.se.biz.rr.com)
06:21.20*** join/#asterisk shamelessn00b (~chatzilla@58-65-172-114.nayatel.pk)
06:27.31TehRabbittp3nguin: how can i remove the old copy of asterisk before installing the new copy? or just a new make install will overwrite it?
06:29.16TehRabbittanyone here know how to remove a source-built install of asterisk?
06:30.15costalquit
06:30.16costalexit
06:33.46*** join/#asterisk mintos (~mvaliyav@nat/redhat/x-ewueqbzkqrrlzbbc)
06:35.45*** join/#asterisk dee-kay-tee-2 (~D@112.198.147.194)
06:36.29*** join/#asterisk thansen (~thansen@74-47-186-12.dr01.hmdl.id.frontiernet.net)
06:36.40kaldemarTehRabbitt: make uninstall
06:39.09TehRabbittok so i'm upgraded to the latest version, i can now reload dialplan (thank god), but I still can't dial out / seem to be having issues with my context :-\
06:39.23TehRabbittcontext is set in extensions.conf right?
06:41.29*** join/#asterisk dee-kay-tee (~D@112.198.146.56)
06:47.10ChannelZwell no, extensions are IN contexts
06:47.23ChannelZchannels/devices are assigned to contexts
06:47.28TehRabbittChannelZ: so where would I deifine the context? :-\
06:47.34TehRabbittwhich .conf file?
06:47.36ChannelZ(in sip.conf, iax.conf, or whatever the device might be)
06:47.42kaldemarTehRabbitt: depends what you mean by setting the contetxt.
06:48.03TehRabbittI have X number of phones, I want them to all be able to dial eachother and also dial outside
06:48.09*** join/#asterisk tish (~dna6@unaffiliated/tish)
06:48.11TehRabbittI put them all as "context=sccp"
06:48.21TehRabbittwhat do I need to put in extensions.conf for it to see that :-\
06:48.28TehRabbittjust [sccp]?
06:48.38ChannelZthings under [sccp] will be in that context
06:48.44kaldemarthen you need a context by the name of sccp in extensions.conf that has extensions for your phones.
06:49.13TehRabbitt[sccp] exten => 5000,1,Dial(SCCP/5000@11,45,m) exten => 5000,n,VoiceMail(4000@default)
06:49.16TehRabbittso that should work in theory
06:49.40ChannelZyes
06:50.09*** join/#asterisk AndyRomano (~Adium@195.34.154.20)
06:50.10ChannelZassuming whatever device tries to dial 5000 is in the sccp context
06:50.21TehRabbittand if i assign the phones to the "[users]" context in extensions.conf, and "include" each other context, it should let me dial anywhere within the system, right?
06:50.23AndyRomanoecho 'hello world' :)
06:50.42ChannelZYou assign phones to contexts IN THE DEVICES' CONFIG
06:51.04ChannelZGroups of extensions belong to contexts as set in extensions.conf
06:51.26TehRabbittOhhh
06:52.11TehRabbittso if i set the context in sccp.conf to "myContext", and then i put "[myContext" and include 3 other contexts, any devices within "myContext" should be able to dial the other 3 context's devices?
06:52.36ChannelZwell not exactly
06:53.54ChannelZIf you include one context from another in extensions.conf, the 'included' extensions sort of act as if they are in the 'included-in' context
06:55.08ChannelZA device's context only tells asterisk where to start when that device dials something
06:55.32TehRabbittso what would I be doing wrong that I can't dial ANYTHING including other SCCP extensions?
06:55.44ChannelZAn extension can be programmed to do anything to pretty much any device no matter what context it happens to be in
06:56.36ChannelZ??  Your dialplan is mis- or non-configured I guess
06:57.14ChannelZpastebin it
06:59.07ChannelZGod, MacOS's remote desktop/VNC/whatever they call it implementation is a piece of shit
07:01.42*** join/#asterisk sourcode (~code@ppp-61-90-16-205.revip.asianet.co.th)
07:01.48TehRabbittChannelZ: http://pastebin.com/0xmeD9v1
07:01.53TehRabbittsorry it took a lil while
07:02.46ChannelZok and what exactly are you trying to do
07:02.56ChannelZor what isn't working when you do what
07:02.57TehRabbittI want to be able to place calls on my sccp phones
07:03.07TehRabbitti pick up the handset, i get a dialtone
07:03.14TehRabbitti type a number in, i get busy signal
07:03.27TehRabbittget *a busy signal
07:03.35ChannelZtoo basic.. what are you dialing
07:03.58TehRabbitt5002, 5566, 5905, 411, 18005551212
07:04.04TehRabbittno matter what I dial, it does the same thing
07:04.25ChannelZok.  Well you've said the device you're dialing from is set to the 'sccp' context in your config yes?
07:04.34TehRabbittafaik Yes.
07:04.44TehRabbittit doesn't say "context" it says "regcontext="
07:04.48ChannelZwell you should know
07:04.58TehRabbittand it does some sort of automagic "autoregistration"
07:05.05ChannelZthat's different
07:06.09TehRabbittChannelZ: http://pastebin.com/K6bgm8xt
07:06.12TehRabbitttheres my sccp.conf
07:06.18TehRabbittperhaps i missed something in there
07:06.38TehRabbittregcontext = sccp                    ; SCCP Lines will we added to this context in asterisk for Dundi lookup purposes
07:07.20ChannelZwell I see context=sccp in the [defaultline] macro.  So which device are you dialing FROM?  one of the 5000 ones?
07:07.34TehRabbittYes
07:07.54TehRabbittAh, maybe i missed that :-\
07:08.03ChannelZok.  Then based on your extensions.conf that device can only dial 5000, 5001, 5002, 5003, and 5004
07:08.42ChannelZIf it needs to dial to the outside world, it's got to be able to get to the extensions in your 'outgoing' context for instance
07:09.13TehRabbittor the "users" group would work?
07:09.15ChannelZsame for 'tollfree' or whatever.
07:09.44ChannelZYes, your users context includes everything else
07:10.12TehRabbitti set that to "context=users" and still no change after a reload
07:10.13TehRabbitt:-\
07:10.47ChannelZshow the console output of a failed call
07:11.53TehRabbittChannelZ: http://pastebin.com/mpgzQFyv
07:12.17ChannelZyou need to reload your sccp config, not the dialplan
07:12.31TehRabbittreloaded that one too buffer just didnt' show it in my console
07:13.31ChannelZsheesh this sccp outputs wierd crap
07:13.40TehRabbittChannelZ: http://pastebin.com/YRHRRKtZ
07:14.07ChannelZis this with verbose turned on?  To at least 3?
07:14.48TehRabbitthigher the number the more verbose, right?
07:15.00ChannelZyes
07:15.06TehRabbitt11 highest?
07:15.14TehRabbitti'll set to 5 and try again hold on
07:15.15ChannelZI have no idea but that's not necessary
07:16.17TehRabbitthttp://pastebin.com/atkGsmyL
07:16.47ChannelZnot debug... verbose
07:16.51ChannelZcore set verbose 3
07:17.10TehRabbittwhat should i set debug to then
07:17.11TehRabbittoff?
07:17.14ChannelZcore set debug off
07:18.32TehRabbittChannelZ: http://pastebin.com/YbczxV3R
07:19.33ChannelZhmm this doesn't look any different.  I don't see anything even hitting the dialplan so I have no idea what is going on
07:20.10ChannelZ== SEP0015632CDAC0: Ending call 4 on line 5000 (InvalidNumber)
07:20.13TehRabbitteverything in the conf looks fine though right?
07:20.44ChannelZThat's the only clue I see but I don't know why it thinks it's invalid.  This sccp channel doesn't output like other channels
07:21.24ChannelZThe only thing I can suggest is to make sure 5000 is in the 'users' context by specifically putting context=users under it's config
07:21.34WIMPyNo, it checks the dialplan itself instead of just entering it.
07:21.36TehRabbittwon't work
07:21.45TehRabbitthttp://chan-sccp-b.sourceforge.net/doc_setup.shtml
07:21.48TehRabbittthats what I followed
07:22.03ChannelZwell I'm not going to read all that shit and I don't have any skinny devices to test with
07:22.10WIMPyTehRabbitt: Have you tried restarting Asterisk?
07:22.20TehRabbittWIMPy: yes, AND reinstalling
07:22.36TehRabbittand upgrading lol
07:22.50WIMPyI wouldn't trust reload to work.
07:23.01ChannelZare there 'sccp' console commands or something that the channel driver provides?
07:23.18TehRabbittsome
07:23.31ChannelZ(for a SIP device I'd do "sip show peer Foo" for instance to look at Foo's config)
07:23.48TehRabbittadd, debug, dnd, message, no, reload, remove, reset, restart, show, system, unregister
07:24.22TehRabbittsccp show: channels, device, devices, globals, line, lines, mwi, sessions, softkeyssets, version
07:24.37ChannelZsccp show device 5000    maybe
07:25.23TehRabbitthttp://pastebin.com/zfkBgQpU
07:25.35TehRabbittit's a nice layout but doesn't say much to why it wont work
07:27.38ChannelZwell I don't see it mention the context anywhere, but maybe sccp doesn't.  I think I'm at the end of my help since I don't even run SCCP
07:33.28*** join/#asterisk schmidts (~schmidts@2001:858:4:0:66b9:e8ff:fec3:ae88)
07:33.31schmidtsgood morning
07:35.12ChannelZHidely-ho
07:35.16TehRabbittanyway i'm off to bed, night guys
07:35.31ChannelZnight
07:42.26*** join/#asterisk oej (~olle@2001:470:1f15:d79:225:ff:fe44:74ec)
07:50.00*** join/#asterisk bjornts (~BTS@2001:700:200:10:c62c:3ff:fe16:a044)
08:02.27*** join/#asterisk ketas (ketas@ketas6-sixxs.si.pri.ee)
08:03.36*** join/#asterisk pinoyskull (~pinoyskul@112.198.64.73)
08:03.40*** join/#asterisk werdan7 (~w7@freenode/staff/wikimedia.werdan7)
08:05.07*** join/#asterisk waschtl (~waschtl@3ed8a58a.d.d9tcloud.de)
08:09.59*** join/#asterisk csnook (~chris@209-6-38-66.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
08:15.16*** join/#asterisk hehol (~hehol@buero-gw.dortmund.loca.net)
08:28.31*** join/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
08:38.21*** join/#asterisk Alagar (~avaithiya@193.220.61.145)
08:40.54*** join/#asterisk Hatrix76 (~Hatrix76@164.Red-80-36-218.staticIP.rima-tde.net)
08:42.20*** join/#asterisk mpe (~mpe@94.127.49.1)
08:42.26Hatrix76Hello, is there some documentation about the event system? I do not seem to be able to find it. Is it possible for an external application to registier to recieve events? I want to receive events of agents in a queue when they receive calls and when they finished the call so we can display Click2Call in our website more accurate without having to bombard the AMI
08:44.22schmidtsdoes anybody use hylafax? i want to know if i can create a wildcard info file to set some parameters for a range of numbers
08:58.19*** join/#asterisk John_Mendlov (~John_Mend@ip174-71-87-246.om.om.cox.net)
08:59.04John_MendlovWith asterisk can you have a branch system?
09:13.21*** join/#asterisk Poincare (~jefffnode@v74.ampersant.be)
09:16.13*** join/#asterisk niekie (~niek@CAcert/Assurer/niekie)
09:25.54*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
09:29.57*** join/#asterisk niekie (~niek@CAcert/Assurer/niekie)
09:34.57*** join/#asterisk [netman] (~netman@109.Red-81-47-146.staticIP.rima-tde.net)
09:35.18*** join/#asterisk Tim_Toady (~moi@178.128.21.207.dsl.dyn.forthnet.gr)
09:37.15*** join/#asterisk coppice (~chatzilla@113.160.224.49)
09:38.44*** join/#asterisk _structz (~structz@gandalf.ai.unesp.br)
09:39.01_structzHi all!
09:39.13_structzDoes anyone knows some patch that allow asterisk 1.6 to pickup more than 63 groups(callgroup/pickupgroup)?
09:39.21WIMPyLo you!
09:39.38*** join/#asterisk ruben23 (~RLACUMBA@121.97.111.142)
09:39.52WIMPyhas seen the question before, but not an answer.
09:43.46*** join/#asterisk ickmund (~ickmund@cli-5b7e85e4.bcn.adamo.es)
09:45.21*** join/#asterisk jonmasters (~jcm@edison.jonmasters.org)
09:47.47*** join/#asterisk csnook (~chris@209-6-38-66.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
09:48.19*** join/#asterisk tamiel (~tamiel@213.30.183.226)
09:59.06*** join/#asterisk Faustov (~fst@gentoo/user/faustov)
10:02.34*** join/#asterisk TimeRider (~steve@188-220-33-123.zone11.bethere.co.uk)
10:02.38*** join/#asterisk garymc (~chatzilla@host81-148-30-237.in-addr.btopenworld.com)
10:05.03*** join/#asterisk lftsy (~lftsy@install.deckpoint.ch)
10:08.51*** join/#asterisk timahvo1 (~rogue@41.223.57.75)
10:10.52*** join/#asterisk X-Raimo (~asmpub@opensuse/member/raimoschmidt)
10:12.13*** part/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
10:13.52*** join/#asterisk kleszcz (tick@80.54.23.230)
10:15.00*** join/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
10:18.04*** join/#asterisk oej (~olle@static-213-115-251-100.sme.bredbandsbolaget.se)
10:18.24*** join/#asterisk bip (~bip@unaffiliated/bip)
10:18.27X-Raimohello. Does asterisk supports PBX delivers audio or something else
10:20.10X-Raimothe idea is our asterisk supports g729 codec. Most of our softphone doesn't have g729. We want to speak between softphones using g729. How does this possible?
10:24.01*** join/#asterisk kartooon (~kartoon@unaffiliated/kartooon)
10:31.45shamelessn00bX-Raimo: asterisk can do transcoding
10:39.41_structzDoes Asterisk 1.8 supports more then 63 callgroup/pickupgroup ?
10:41.28*** join/#asterisk sam_affable (sam@202.53.10.123)
10:41.31sam_affablehi
10:43.50*** join/#asterisk pinoyskull (~pinoyskul@112.198.64.73)
10:45.21*** join/#asterisk Gugge (~gugge@vlan2.dlxhosting.dk)
10:47.02X-Raimoshamelessn00b: what require to make asterisk do transcoding?
10:48.35sam_affablehey im new to asterisk , is there a decent guide to compile and install asterisk 1.8 on debian lenny ?
10:49.27*** join/#asterisk hrhrhr (~c1@unaffiliated/hrhrhr)
10:52.04Guggesam_affable: i dont think so ... its the standard ./configure; make; make install way
10:53.54sam_affableGugge: okie , i thought so ....just wanted to be sure ...if there'll be any dependency failures
10:54.41sam_affableGugge: ty i'll go ahead and install , will post if there's any error
10:54.51*** join/#asterisk telenieko (581adc52@gateway/web/freenode/ip.88.26.220.82)
10:55.45teleniekoHi ppl. In 1.4 what would be the SIP equivalent to a Dial string like that: IAX2/user:pass@host/extension ? (ie: SIP/user:pass@host/extension does not work)
10:57.52X-Raimotelenieko: Dial(SIP/extension,timeout)
10:58.24teleniekoX-Raimo: I need to specify the host where extension lives. I look up a DB and get host + extension from there, where host is another asterisk box
10:58.39teleniekoI am using IAX2 now (with the string above) but want a SIP equivalent for that
10:59.01teleniekouser & pass are from a peer defined, but the host needs to be set there ;\
10:59.54X-Raimotelenieko: i don't know, but we use Realtime for host definition
10:59.56*** join/#asterisk jblack (~jblack@71.181.209.104)
11:00.30teleniekoX-Raimo: I'll keep looking, thx!
11:10.59*** join/#asterisk PoTe (~PoTe@rev-200-40-119-222.netgate.com.uy)
11:15.52*** join/#asterisk ruyo (~psantos@a83-132-152-91.cpe.netcabo.pt)
11:18.23WIMPyCan someone perhaps help me out with a snippet of pri debug using NFAS?
11:19.33*** part/#asterisk AndyRomano (~Adium@195.34.154.20)
11:47.25*** join/#asterisk ruben23 (~RLACUMBA@121.97.111.142)
11:51.00*** join/#asterisk mpe (~mpe@94.127.49.1)
11:51.20*** join/#asterisk jkroon (~jkroon@dsl-241-240-112.telkomadsl.co.za)
11:52.59zambahow can i view asterisk variables through the console?
11:53.16zambavariables for the different channels
11:53.43X-Raimozamba: connect to asterisk -r
11:55.13Hatrix76<PROTECTED>
11:55.29zambaX-Raimo: and?
11:56.06WIMPyzamba: You can't. Except for what shows up in core show channel.
11:56.16zambaWIMPy: ok
11:56.59zambahow do i define the channel?
11:57.06zambatried sip show channels and specify one of them, but no
11:57.16zamba(Call ID)
11:57.29zambaasty*CLI> core show channel 7fad4c251f7
11:57.29zamba7fad4c251f7 is not a known channel
11:57.38WIMPycore show channels
11:58.06WIMPyYou can do sip show channel <sipid>
11:59.09zambayeah, but i don't get the variables then
11:59.30zambawill i get the HANGUPCAUSE variable when issuing a agi-script from DeadAGI()?
11:59.33WIMPyNo, only a selected few.
11:59.59WIMPyI would think so.
12:07.46zambaGET VARIABLE <var>, right?
12:20.35*** join/#asterisk cHarNe2 (~cHarNe2@217-211-55-108-no79.tbcn.telia.com)
12:25.52*** join/#asterisk a_bug (~abhinav@122.180.97.198)
12:26.33a_bugHi guys, a small question please - if I have a card with no h/w echo cancellation in it, will setting the tx gain and rx gain have an effect at all ?
12:26.47a_bugor does it have an effect only on cards with H/W DSP capabilities
12:27.55*** join/#asterisk leifmadsen (~Leif@asterisk/documenteur-extraordinaire/blitzrage)
12:27.55*** mode/#asterisk [+o leifmadsen] by ChanServ
12:29.11WIMPyThat's not related to hwec.
12:30.19WIMPyOh, and I think you misunderstood the meaning of inband information.
12:36.32*** part/#asterisk cHarNe2 (~cHarNe2@217-211-55-108-no79.tbcn.telia.com)
12:45.22a_bugoh
12:45.50a_bugbut I read here that it is : http://lists.digium.com/pipermail/asterisk-users/2005-December/131620.html
12:46.08a_bugit says that most people need a rx gain of 8.0 db to have decent echo cancellation
12:46.38a_bugya, I think I misundesratood the meaning on inband info :P Richard clarified it in his reply :( my bad
12:46.41a_bugthanks
12:51.22*** join/#asterisk puzzled (~foobar@puzzled.xs4all.nl)
12:59.06*** join/#asterisk Sipster_ (~Sipster@modemcable045.5-200-24.mc.videotron.ca)
13:02.17WIMPyYou shouldn't need/want to play with the gain unless using FXO/FXS.
13:07.08*** join/#asterisk [TK]D-Fender (~chatzilla@216.191.106.163)
13:20.26a_bugoh
13:20.36a_bugok thanks
13:42.44*** join/#asterisk qjb (~qjb@a83-163-158-168.adsl.xs4all.nl)
13:45.55*** join/#asterisk coppice (~chatzilla@113.160.224.49)
13:55.40*** join/#asterisk fofware (~Fabian@host186.190-225-12.telecom.net.ar)
13:57.35*** join/#asterisk fors1 (~forsen@pat-tdc.opera.com)
14:01.58leifmadsenDecember 2005 :)
14:05.06*** join/#asterisk Alagar (~avaithiya@193.220.61.145)
14:08.26*** join/#asterisk nzw (~rychu@85.11.67.125)
14:10.55*** join/#asterisk chuckf (~chuckf@ubuntu/member/chuckf)
14:11.31nzwHi all, i have problem with sending event: reboot to my cisco phone. It works if I Auth Resync-Reboot: No in my phone's configuration
14:12.00nzwdo somebody have any advices ?
14:13.16nzwAnyone have any experiece with that feature?
14:14.33*** join/#asterisk jblack (~jblack@71.181.209.104)
14:17.16*** part/#asterisk X-Raimo (~asmpub@opensuse/member/raimoschmidt)
14:35.19schmidtsnzw if i understood you right you dont want to set this phone option?
14:36.44nzwschmidts: yes
14:37.27nzwschmidts: i think i would be security problem when I set if to No
14:39.36*** join/#asterisk unspin (~unspin@S010600031d02196a.vc.shawcable.net)
14:39.44schmidtsnzw if your phone is reachable from outside with an external IP, maybe. but if its behind nat i wouldnt be a problem
14:41.19nzwschmidts: you're right, but we use ~300 linksys ATA, and in some cases, they use external IP
14:42.15schmidtsnzw maybe you should try it if a phone will reboot if this notify comes from another ip then this phone is registered to (a second asterisk for example)
14:44.53nzwschmidts: hmm. Good advice.
14:45.58nzwschmidts: i wrote a script, that sends notify to ATA's. It works, even with "Auth Resync-Reboot: Yes"
14:46.14schmidtsnzw :D
14:46.38nzwschmidts: i think, that asterisk has some kind of bug
14:47.13nzwschmidts: I set more verbose logging on ata
14:47.32nzwschmidts: when i look in logs, i see, that ATA send Z języka:polski▼Na język:angielski▼
14:47.54nzwschmidts: challenge-notify*
14:48.12nzwschmidts: but no response from asterisk
14:48.28nzwschmidts: event where i set sip debug on on that peer
14:48.39nzwschmidts: when*
14:48.51nzwschmidts: sorry for my terrible english :)
14:49.05schmidtsnzw the problem IMO is that asterisk doesnt have a "call" for this communication so its just a out of dialog message and will be ignored
14:49.32schmidtsnzw i am from austria and my english isnt much better ;)
14:51.11nzwschmidts: you're telling me, that isn't some piece of code, that will generate response to "challenge-notify" ?
14:51.46nzwschmidts: did i understood you right?
14:52.21schmidtsnzw thats one possible thing, but i think sending the notify to reboot is just a sip message which doesnt create a dialog in asterisk. this means asterisk will not resend it and even doesnt recognize any reply for this notify
14:52.40*** join/#asterisk Arsenick (~y@fedora/Arsenick)
14:53.37*** join/#asterisk coppice (~chatzilla@113.160.224.49)
14:54.26AdvoWorkany reason why id be getting this? Connect attempt from '127.0.0.1' unable to authenticate (im at the CLI (asterisk -rvvvv)
14:58.16nzwschmidts: thank you. i think that i should read some source code. maybe i'll find something interesting in it
15:00.05nzwthanks 4 help, bye
15:00.09*** part/#asterisk nzw (~rychu@85.11.67.125)
15:00.24schmidtsnzw: channels/chan_sip.c but i prefer doxygen: http://www.asterisk.org/developers/documentation
15:00.32schmidtsnp
15:15.31*** join/#asterisk af_ (~getsmart@78.134.21.206)
15:16.28*** part/#asterisk beek (~klinebl@pdpc/supporter/bronze/beek)
15:20.11*** join/#asterisk FiReSTaRT (~dlyh@unaffiliated/firestart)
15:37.54*** join/#asterisk Mhaddog (~Mhaddog@z65-50-116-17.ips.direcpath.com)
15:39.24*** join/#asterisk coppice (~chatzilla@113.160.224.49)
15:52.26*** join/#asterisk TSM (~the_softw@78-105-6-158.zone3.bethere.co.uk)
15:52.31*** part/#asterisk TSM (~the_softw@78-105-6-158.zone3.bethere.co.uk)
16:02.51*** join/#asterisk anonymouz666 (~anonymouz@187-28-37-118.poolip.RJO.embratel.net.br)
16:04.45anonymouz666don't know what happens but wct4xxp from dahdi 2.3.0.1 and 5th generation cards doesn't look so stable as before :(
16:05.03anonymouz666I'll contact the digium support
16:06.39anonymouz666another strange case... os spans are green... just the last one is yellow. i did some loop tests and everything telling that the port isn't working fine. then I removed the card from on machine to another... and the loop just works. exactly the same config.
16:20.12*** join/#asterisk dandre (~daniel@ble59-2-81-56-122-47.fbx.proxad.net)
16:24.18*** join/#asterisk root52 (~root52@ip68-228-177-7.cl.ri.cox.net)
16:25.35root52Hi Can someone help me figure out what I am doing wrong here? I am trying to increment a var like this. exten => 2,n(retry),Set(RETRYCOUNT=$[${RETRYCOUNT} + 1]) but all I get is a syntax error complaining about the '+'. I have done this in the past just fine. I am doing this for the first time now on 1.8.
16:25.43*** join/#asterisk rrb3942 (~rbullock@cpe-67-252-100-238.stny.res.rr.com)
16:27.46*** join/#asterisk Tim_Toady (~moi@178.128.21.207.dsl.dyn.forthnet.gr)
16:28.59*** join/#asterisk BMJ (~bmj@cpe-098-026-116-043.nc.res.rr.com)
16:28.59*** mode/#asterisk [+o BMJ] by ChanServ
16:29.41*** join/#asterisk moy (~moy@UNVLON55-1176057127.sdsl.bell.ca)
16:29.42root52[TK]D-Fender: Thanks!! as you pointed out I failed to initialize the var first. ::egg on my face::
16:42.30Hatrix76Can I bridge a call ringing in a queue to an agent via AMI?
16:43.14*** join/#asterisk eject_ck (~eject_ck@haitek.cosmonova.net.ua)
16:48.17*** join/#asterisk rrb3942 (~rbullock@cpe-67-252-100-238.stny.res.rr.com)
16:49.12*** join/#asterisk grEvenX (~even@cC0FD00C3.dhcp.bluecom.no)
16:51.59*** join/#asterisk jblack (~jblack@71.181.209.104)
16:59.23*** join/#asterisk ickmund (~ickmund@cli-5b7e85e4.bcn.adamo.es)
17:07.52*** join/#asterisk razu (~razu@razu.data.ee)
17:13.56*** part/#asterisk root52 (~root52@ip68-228-177-7.cl.ri.cox.net)
17:19.23*** join/#asterisk niekie (quasselcor@CAcert/Assurer/niekie)
17:22.00John_MendlovWith asterisk can you have a branch system?
17:23.44p3nguin~pbx
17:23.44infoboti guess pbx is a Private Branch eXchange
17:23.58p3nguinAsterisk allows you to build your own PBX.
17:24.20p3nguinSo I guess the answer to your question is yes, you can have a branch system.
17:24.24John_MendlovI mean Have the main asterisk system in a vps/ds and have one at each site
17:25.00p3nguinI meant that, too.
17:25.18John_MendlovHow do I do that, google had no help there
17:26.10p3nguinIt's not something we can discuss within just a few sentences.  Building a phone system with a main and several branch offices will take time and effort.
17:26.38John_MendlovI was asking does anyone know of any sites that would have infomation
17:26.44p3nguinI don't even know your needs.  Did you already design the system?
17:28.11John_MendlovIt will be all be over SIP I do not have any need for a pots line. I already have the hardware, I just wanted to know if it was possible to link tow outer asterisk boxes and the main uplink togeather
17:28.46p3nguinI would probably use IAX2 between the asterisk systems.  That's what it was made for.
17:28.54*** join/#asterisk niekie (quasselcor@CAcert/Assurer/niekie)
17:29.40*** join/#asterisk dobah (~dobah@cpe-98-150-177-51.hawaii.res.rr.com)
17:35.27*** join/#asterisk DelphiWorld (~VoIpGuy@41.221.20.10)
17:35.31DelphiWorldhi guys
17:35.42DelphiWorldi have no clue using aculab with dahdi
17:35.51DelphiWorldis unable to by detected
17:36.59*** join/#asterisk oej (~olle@2001:470:1f15:d79:225:ff:fe44:74ec)
17:37.04DelphiWorldtzafrir: :P
17:37.24tzafrirNot well familiar with aculab
17:37.51DelphiWorldtzafrir: :P don't mean help me;)
17:38.08DelphiWorldtzafrir: we spock about it allready befaure, so i know allready hehehe;)
17:38.46DelphiWorldtzafrir: your dahdi help is allready apreciated
17:39.19*** join/#asterisk shazaum (~shazaum@189.4.108.113)
17:39.23*** part/#asterisk shazaum (~shazaum@189.4.108.113)
17:41.32p3nguinPlayback() won't play mp3 files.  Is this normal?
17:42.48hefferif there's no mp3 codec yes
17:43.22hefferfor performance reasons you might want to convert sound files to their respective native formats
17:43.31hefferdepending on which codecs you use
17:43.58*** join/#asterisk angryuser_laptop (~angryuser@90-156-167-83.reverse.alphalink.fr)
17:44.22pabelangerp3nguin: format_mp3 installed?
17:44.44p3nguin/usr/lib/asterisk/modules/format_mp3.so
17:44.46p3nguinyes
17:45.25p3nguinIf that's all that is required to Playback mp3 files, then maybe it's a permission problem.
17:47.42p3nguinfile convert also can't convert the mp3 for me.  That was my first idea.
17:47.49p3nguinheffer: ^
17:48.57hefferp3nguin: i use sox to convert my files into slin16 wav first
17:49.16hefferi have a post on my blog for that here: http://fetzig.org/2010/07/24/converting-audio-files-to-g-722-for-use-with-asterisk/
17:49.28heffermostly as a note to myself :D
17:52.19heffera big pro being that you have the files available in the best quality and natively for VoIP
17:53.14p3nguinThe file does play fine through moh, but Playback chokes on it.
17:58.56DelphiWorldcompany?
18:02.05neurosysslaps DelphiWorld
18:02.24p3nguinslaps delphiworld with neurosys
18:02.28DelphiWorldslap neurosys
18:02.30neurosyshehe
18:02.40DelphiWorldslap p3nguin with digium
18:04.27neurosysmalcolmd:  You coming back to the ITEXPO East in 11'?
18:06.37ruben23hi guys any familiar on this notice----->http://pastebin.com/d6QpbzTV
18:08.48p3nguinAre you trying to use MGCP?
18:21.00*** join/#asterisk JerJer (~JerJer@asterisk/original-h323-guy/JerJer)
18:21.46*** join/#asterisk king313 (~king313@unaffiliated/king313)
18:24.20king313Hi. I have several doubts about Asterisk. Can I take multiple classic analogic phone calls simultaneously using a traditional one line system of the public telephony system?
18:24.50p3nguinno
18:25.07p3nguinYou'll take as many calls as the line has channels.
18:25.13king313thanks p3nguin
18:25.43p3nguinIf your line can ordinarily support only one call, hooking it to Asterisk will not increase the number of calls.
18:26.24king313and the last one, to make a call from a traditional analogic phone (called A) to a VoIP phone (B), having B asterisk installed
18:26.54king313its needed that the B system have both a telephone and internet access?
18:27.21p3nguinYou don't have to have an internet connection to have both IP and analog phones connected to Asterisk.
18:28.00king313I want to receive calls from a the traditional phone line
18:28.18king313to a VoIP phone
18:28.18p3nguinThen you must have said phone line connected to your Asterisk system.
18:28.25*** join/#asterisk Maliuta (~scooby@kiev.lusan.id.au)
18:28.26*** join/#asterisk merlin8282 (~merlin828@AStrasbourg-554-1-213-45.w86-204.abo.wanadoo.fr)
18:28.47king313yes, that is what I wanted to say
18:29.09p3nguinBut you don't need an internet connection for that to happen.
18:29.58p3nguinIf you do have an internet connection, though, you could send the call over a greater distance.
18:30.04king313True, I can make asterisk handle the analogic line as well
18:30.14king313thanks p3nguin, all doubt solved
18:30.51p3nguinWhat are your goals?
18:31.18*** join/#asterisk tish (~dna6@unaffiliated/tish)
18:33.02*** part/#asterisk DelphiWorld (~VoIpGuy@41.221.20.10)
18:33.44merlin8282Hi all ! I'm back after almost 2 years without doing things with asterisk...
18:33.54merlin8282Now I've a question (maybe more will come)
18:34.19merlin8282I have to set up an asterisk server for a client, who has an ISDN line in germany.
18:35.43merlin8282And I wonder what would be the best solution for him. I had set up a server internally that now works since 03/2009, it's bristuff-0.4.0-RC4-xr5.
18:36.14merlin8282With a Junghanns QuadBRI ISDN PCI card.
18:37.12merlin8282I see that there have been a couple of new versions of bristuff made by junghanns. Would it be a good choice to buy a junghanns card, or would you recommend something else ?
18:38.49*** join/#asterisk tish (~dna6@unaffiliated/tish)
18:43.16heffermerlin8282: depends. if you are happy with the junghanns support then they're a good choice
18:43.31hefferbut i'd go for hardware that is natively supported by dahdi
18:43.41hefferor has patches for it
18:44.26merlin8282so hardware such as ? Is there a list or something ?
18:44.30hefferi think the junghanns devices are supported by dahdi
18:45.22hefferthe quadrobri should be supported by qozap
18:48.20*** join/#asterisk Mango (~iMango@209.121.85.243)
18:49.16MangoA phone connected to a PAP2T, behind NAT, registered to Asterisk, will always ring.
18:49.29MangoHowever, sometimes when the call is answered, there is no audio in both directions.
18:49.38p3nguinYep.  You have a NAT problem.
18:49.52MangoReally?  I would have thought that since the phone rings, the NAT hole is open.
18:50.09p3nguinSIP isn't really affected by NAT...
18:50.29p3nguinSDP/RTP, on the other hand, break severely.
18:50.43MangoAhhh.
18:51.03merlin8282heffer: ok, thanks.
18:51.27p3nguinIf you watch your sip debug, you'll see that the invites are good and the call starts just fine.  You'll even see the right IP addresses.
18:51.41p3nguinIf you watch an rtp debug, you'll see the wrong IP address.
18:52.10MangoHrm, ok.
18:52.36MangoRTP debug on the Asterisk server?  So you think it's sending to a 192.168.x.x address?
18:52.53p3nguinyes
18:53.27Mangowould setting a STUN server on the PAP2T confirm that suspicion as well as watching the RTP debug?
18:53.57p3nguinnot sure
18:54.05Mangook, I'll give it a shot
18:54.06MangoThanks :)
19:04.24*** join/#asterisk qjb (~qjb@a83-163-158-168.adsl.xs4all.nl)
19:11.31*** part/#asterisk moquist (~moquist@173-13-101-253-NewEngland.hfc.comcastbusiness.net)
19:22.47*** join/#asterisk Alagar (~avaithiya@193.220.61.145)
19:33.53*** join/#asterisk flujan (~flujan@189.111.254.251)
19:34.21flujanhi guys, i am trying to build asteirsk 1.6 on a machine with postgresql installed.
19:34.30flujanasterisk is not compiling the engine pgsql
19:35.39*** join/#asterisk tyman (~tyler@99-28-157-10.lightspeed.frsnca.sbcglobal.net)
19:36.59flujanI am not finding the res_pgsql file too.
19:40.34*** join/#asterisk thansen (~thansen@74-47-186-12.dr01.hmdl.id.frontiernet.net)
19:51.54*** part/#asterisk flujan (~flujan@189.111.254.251)
19:55.18*** join/#asterisk ickmund (~ickmund@cli-5b7ee407.bcn.adamo.es)
19:58.56*** join/#asterisk pinoyskull (~pinoyskul@112.198.64.73)
20:02.01*** join/#asterisk csnook (~chris@209-6-38-66.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
20:05.37*** join/#asterisk tecnico (~tecnico@unaffiliated/tecnico)
20:11.16*** join/#asterisk golikwid|mac (~chrislees@rrcs-67-78-200-57.se.biz.rr.com)
20:17.27*** join/#asterisk ironm (~ironm@84-73-66-195.dclient.hispeed.ch)
20:20.15*** join/#asterisk leifmadsen (~Leif@asterisk/documenteur-extraordinaire/blitzrage)
20:20.15*** mode/#asterisk [+o leifmadsen] by ChanServ
20:20.51booduhello
20:22.34ironmgood evening - is there a source rpm for asterisk 1.8.0 or just the .spec file? - thank you in advance for any hints
20:22.34booduI have a problem with a phone, a draytek vigorphone 350. The phone works but there problem with moh. It is silent when doing transfer or press hold button.
20:22.44boodumoh works with other phone
20:23.38booduhere sip log when hold button is pressed :  http://pastebin.com/UfSrrZAq
20:28.41*** join/#asterisk Hanumaan (~Hanumaan@dslb-092-074-235-199.pools.arcor-ip.net)
20:31.50booduI don't see anything could be source of the problem
20:36.29*** join/#asterisk moy (~moy@UNVLON55-1176057127.sdsl.bell.ca)
20:40.53*** join/#asterisk ali533 (~ali533@2001:18e8:2:393:225:64ff:fe5c:ab4)
20:41.17ali533i have a question about srtp
20:42.30WIMPyCan someone perhaps help me out with a snippet of pri debug using NFAS?
20:42.54ali533anybody know to what extent srtp is supported and tested ?
20:44.13WIMPyali533: If you have a Snom Phone, Asterisk will crash.
20:45.36ali533k....what client can i use? SLEphone?
20:45.46ali533s/SLE/SLF
20:46.14ali533sorry mean SLFphone
20:46.26ali533*SFL* jeez
20:47.03ali533WIMPy: have you tried it your self
20:47.19WIMPyYes
20:48.35ali533WIMPy: anyother client you'd recommend ?
20:48.59WIMPyNo idea.
20:49.10WIMPyThat's the only one I have that supports srtp.
20:50.41ali533did you use any proxy in between? opensips maybe ?
20:50.50*** join/#asterisk krion (~seb@unaffiliated/krion)
20:50.51WIMPyno
20:51.24ali533won't the key exchange be in the open?
20:52.32WIMPyIt is, as usual.
20:54.16ali533not good
20:54.57ali533i guess i just need a softphone
20:55.02WIMPyThere's no other way unless you transfer a static key before making a connection.
20:55.10ali533yep....good idea
20:56.13ali533so if i install asterisk from the source, is there anything more i need to configure to make a simple phone call?
20:57.42WIMPyYou need at least a dialplan definig an extension and an account that lets you conect to it, or allow anonymous connections.
20:57.47WIMPy~book
20:57.47infobot[~book] Asterisk: The Future of Telephony 2nd Edition (ISBN 0-596-51048-9) --- Order yours at http://www.oreilly.com/catalog/9780596510480/ --- Free downloadable PDF at http://www.asteriskdocs.org --- HTML at http://astbook.asteriskdocs.org or see ~buybook, or http://ofps.oreilly.com/
20:57.48*** join/#asterisk chilicuil (~chilicuil@unaffiliated/chilicuil)
20:58.01WIMPyThat should be good reading.
21:04.41*** join/#asterisk csnook (~chris@209-6-38-66.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
21:08.56*** join/#asterisk mpe (~mpe@0xd99d3f8f.customer.cybercity.dk)
21:12.32*** join/#asterisk florz (nobody@2001:1a50:503c::1)
21:22.11*** join/#asterisk Kate6 (~six@184-100-222-210.ptld.qwest.net)
21:22.33Kate6Is there anyone around that I could ask for help with my dial plan from?
21:22.50*** join/#asterisk binbash_ (~peter@ip4da5c213.direct-adsl.nl)
21:26.54*** join/#asterisk jsjc (~jsjc@213.96.102.13)
21:30.54*** join/#asterisk srini (~srini@219.91.201.74)
21:31.01sriniHi room
21:31.18sriniIs there a backup script available for asterisk?
21:39.32pabelangersrini: bacula?
21:40.06*** join/#asterisk leifmadsen (~Leif@asterisk/documenteur-extraordinaire/blitzrage)
21:40.06*** mode/#asterisk [+o leifmadsen] by ChanServ
21:47.36Kate6Does anyone know if the new PITCH_SHIFT function only works on certain codecs?  And if so, which ones?
21:48.23WIMPyI'm pretty sure it will always transcode to/from slin.
21:49.15ali533WIMPy: thanks
21:50.53Kate6slin?
21:51.33WIMPysigned linear
21:52.23Kate6So I need this one?
21:52.23Kate6;load=format_sln.so             ; Raw Signed Linear Audio support (SLN)
21:52.25*** join/#asterisk csnook (~chris@209-6-38-66.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
21:52.37Kate6*tries it*
21:54.23Kate6Nope...  Still not getting any audio on any call that has pitch shift enabled.
21:54.48p3nguinI have a backup script for asterisk, but you'd have to alter it to work on your media.  I run it via cron.daily and it backs up to a connected backup media.
21:55.01p3nguinBut he left, anyway, so nevermind.
21:59.46*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
22:01.40*** part/#asterisk tty234 (prank@freeshells.hypershells.com)
22:05.41*** join/#asterisk patrick^ (~patrick_@2001:470:b0ea:1:219:21ff:fe4e:f5de)
22:15.59*** join/#asterisk krion (~seb@unaffiliated/krion)
22:16.26*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.218.194)
22:22.08p3nguinHuh.  Our rain just switched to snow.
22:26.07*** join/#asterisk jsjc (~jsjc@213.96.102.13)
22:26.16*** join/#asterisk qjb (~qjb@a83-163-158-168.adsl.xs4all.nl)
22:26.51jsjcany freelancer for a very small project?
22:48.15p3nguinjsjc: What do you have going on?
22:54.34pabelangerjsjc: #asterisk-consultants
23:12.29*** join/#asterisk robl^laptop (~robl@pdpc/supporter/active/robl)
23:13.19robl^laptopcan anyone explain how you tell parkandannounce where to go after timeout?
23:32.12*** join/#asterisk ho-ax (~hoax@dhcp-077-249-151-209.chello.nl)
23:35.52*** join/#asterisk tyman_ (~tyler@99-28-157-10.lightspeed.frsnca.sbcglobal.net)
23:48.39*** join/#asterisk aidinb (~Aidin@unaffiliated/aidinb)
23:57.38*** join/#asterisk chilicuil (~chilicuil@unaffiliated/chilicuil)

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