IRC log for #asterisk on 20100710

00:00.19*** join/#asterisk voxter (~voxter@macpro.daytonhome.voxter.net)
00:00.57ChannelZgrinder13: these don't make complete sense;  From Server A you are registering as 1001 on 192.168.1.2 - which server is that IP?  Because I don't see 1001 on Server B
00:03.42ChannelZalso it would help to see console output from one of the failed calls
00:03.43grinder13yes, need to clarify that. Server A is 192.168.1.2 and Server B is 192.168.2.2
00:04.06ChannelZok so you are registering to yourself, but at this point that's unrelated
00:05.07grinder13so my confs look ok?
00:06.17ChannelZwell, I think, without knowing what you're dialing and from where
00:08.14grinder13for example 1000@ServerA calls 2000@Server B (and generally 1XXX@ServerA<--->2XXX@ServerB)
00:10.26ChannelZre: show verbose console output because something doesn't add up
00:11.17ChannelZbut I'm at work and need to leave so I'll be MIA for a bit, someone else might be pick up
00:12.26grinder13well ok, thanx anyway. I 'll post again tomorrow, because I have to live as well and close the lab
00:12.40grinder13have to leave :p
00:14.04grinder13just a question: What about the pedantic option. I am not sure I understand what that is about by looking at the sip.conf it seems that it solved the problem for some people
00:14.27*** join/#asterisk joobie (~joobie@CPE-124-181-130-3.vic.bigpond.net.au)
00:16.21*** join/#asterisk kuku (~kuku@c-24-13-139-34.hsd1.il.comcast.net)
00:21.12*** join/#asterisk riddlebox (~james@75-132-225-75.dhcp.stls.mo.charter.com)
00:21.13*** join/#asterisk kuku (~kuku@c-24-13-139-34.hsd1.il.comcast.net)
00:22.01kukuI'm having an issue with two SIP calls getting glued together, even though I have canreinvite=no. http://pastebin.ca/1897574
00:22.30*** join/#asterisk imox1234 (~imox1234@p4FC5C4B3.dip0.t-ipconnect.de)
00:23.32russellbwhat is the problem?
00:24.08carrarPeople keep answer the phone!!!
00:24.12carraranswering
00:24.19russellbjerks
00:24.25carraryeah
00:24.56kukurussellb: The problem is that when the calls get joined, there is no more audio
00:25.23*** join/#asterisk eharris (~eharris@99-179-7-82.lightspeed.austtx.sbcglobal.net)
00:26.32sawgoodIf the user's on an Asterisk box (using SIP extensions) claim calls keep dropping after 5 minutes or less (and nothing like this shows in the switch logs), what would be a good Asterisk CLI process to try and capture this?
00:26.42sawgoodOr, should Wireshark be used instead?
00:29.18carrarYou have wireshark installed on a asterisk box?
00:29.56carraror using tcpdump on the asterisk box and using wireshark to view that capture?
00:30.06joobiekuku, sounds like you have a problem with RTP
00:30.10carrar(on another machine) :)
00:30.22carrar~sipnat
00:30.23infobotrumour has it, sipnat is Quick guide on configuring Asterisk + SIP behind NAT : http://www.aocomputing.net/?p=3 , otherwise check the WIKI at http://www.voip-info.org/wiki/view/Asterisk+SIP+NAT+solutions
00:30.44joobiekuku, can you make other types of calls on your setup? Is it just this type of call playing up?
00:30.44sawgoodI have both Wireshark (GUI and non GUI) and tcpdump installed on the Asterisk box
00:31.31kukujoobie: no issues dialing in and talking to a sip device, or other way around. Only when I dial into asterisk, and have asterisk forward the call (righ away, in the dialplan ) to an external number
00:32.15*** part/#asterisk rustyclarkson (~rusty@u53.sutus.com)
00:35.46p3nguin_People keep answering the phone...  THAT IS TERRIBLE!  :D
00:38.09kukujoobie: I will try to adjust rtp settings, but I'm worried that it reinvites the calls.
00:40.47*** join/#asterisk emora (~emora@213.37.33.105.dyn.user.ono.com)
00:43.19*** join/#asterisk dkirker-openmobl (~dkirker@openmobl/ceo/dkirker)
00:46.07joobiesawgood, sip debug
00:47.05joobiekuku, sip debug to the rescue
00:47.10joobiekuku, you can see if it's sending the invite
00:50.29kukuok
00:50.58emoraHow does Asterisk select the appropriate codec to use for each call?
00:52.00joobieemora, you can specify a preference in the config
00:52.03Tim_Toadyit doesnt, its just relies on the allowed codecs you have specified
00:54.00joobiewhich is how asterisk can select the appropriate codec
00:54.21emorajoobie: I know I can specify a format. But the case is that I can specify several. In reality, if I dont Aasterisk will be forced to transcode.
00:55.06emoraIf I allow G722 and alaw, what criteria does it use to select the appropriate codec
00:55.38kukujoobie: there is an Invite
00:55.39emoraActually, I will have g722, g729, alaw and ulaw
00:56.14kukujoobie: I do have insecure=port,invite
00:56.48joobieemora, in sip.conf, allow= is in order of preference
00:57.27joobiejust do disallow=all in your global and then allow=codec1,codec2, etc in your user section
00:58.13emoraPrecedence is established exclusively by the order of allow= directives in sip.conf ?
00:58.48joobiekuku, my knowledge for your problem is limited - but if you are seeing the calls bridge from the control channel
00:58.56joobiethen it will just be rtp that is falling over
00:59.07joobiein which case look at sip debug and see what rtp ports are being used
00:59.18joobieand make sure there's no firewall / routing issues in the way
00:59.53joobieemora, nod, so long as you disallow=all in global
00:59.56emoraI dissallow all then allow the codecs I want my endpoint to support.   But what happens when my endpoint supports wideband (g722) and a call comes in with alaw?  My endpoint supports alaw too.  Will asterisk opt for alaw or will it transcode?
01:01.36joobieemora, im not sure.. but i'd guess that if you specify allow=g722,g729,alaw and a call came in only supporting alaw.. it would use alaw
01:02.03joobiei dont think it would transcode - otherwise it would negate the disallow=all allow=specific_codecs_only options
01:03.41emoraMy question is because I'm looking to understand what criteria Asterisk uses to select a codec.   On the one hand, I want the best call quality possible when wideband is available but I want to avoid transcoding when a narrowband call comes in.
01:03.42*** join/#asterisk GameGamer43|Mac (~GameGamer@CPE-65-27-76-78.new.res.rr.com)
01:04.09joobiedood
01:04.12joobiedisallow=all
01:04.18joobiemeans dont accept any codec
01:04.31joobieallow=specific_codec, means allow only these codecs, in the order specified
01:05.07joobieso if you want to support wideband when it's avaialble as your "first priority", throw it in as the first allow option
01:05.14joobiethen put your other codecs after that
01:05.23emorajoobie: dont get me wrong, but you are stating the obvious
01:05.23joobiethen bob's your uncle
01:05.52joobieemora, no shit.. i don't understand what you mean then
01:06.26joobieif you have an endpoint connected to asterisk with ulaw
01:06.40joobieand a call comes in connected to asterisk via alaw
01:06.49joobieof course it will transcode?
01:06.52emorawhat will asterisk do when an alaw call comes in on a channel that supports alaw and then bridges that call to bridge it to a endpoint that supports g729 and alaw?
01:07.04joobieahh
01:07.11joobieit will transcode
01:07.23joobieim guessing
01:07.28joobiejust test it bro
01:07.34joobieand feed back the response
01:08.29kukujoobie: but I don't want to reInvite... I want to keep the call
01:09.16kukujoobie: plus the rtp port is just 5060: Via: SIP/2.0/UDP 192.168.1.11:5060;branch=z9hG4bK58e3d50e;rport=5060;received=1
01:09.53joobiekuku, send us your dialplan for that portion so i can see what ur trying to do
01:13.16sawgoodWhy is it so 'hard' to find an ITSP offering DID numbers in Alaska?
01:13.39kukujoobie: the dialplan ? Call comes in, and its a one liner,   dial(sip/XXXXXX@voicepulse-primary)
01:16.07kukujoobie: I also made the astersik box DMZ
01:16.32p3nguin_That's part of the problem, I'm sure.
01:17.02p3nguin_Why do all these people think they need to put their asterisk systems in a DMZ when they don't even understand what a DMZ is?
01:21.30joobiewerd
01:21.40joobiekuku, what are the firewall rules on your DMZ
01:22.25kukuits all open
01:25.06kukuI made some changes
01:25.13carrarsawgood, cause there's only like a couple providers in AK and they make it pricy
01:25.24kukuNow I get Auto fallthrough, channel 'SIP/Epd66Nvn97-b7909ad0' status is 'NOANSWER'
01:25.32carrarACS, GCI & AT&T
01:25.43carrarmaybe more now
01:26.05carrarACS being the incumbent
01:26.14joobiehow is it a dmz if its all open?
01:26.23carrarhaha joobie
01:26.30p3nguin_Why it is so hard to forward port 5060 for SIP and a range (often 10000-20000) for RTP, rather than inappropriately assigning a DMZ.
01:26.32carrarI wasn't gonna say anything on that
01:26.55kukuwell, this dmz assigns 1-to-1
01:27.28kukup3nguin_: I did that. In case the comcast router was doing it inproperly, and added dmz.
01:27.56kukup3nguin_: the comcast router allows only 5000 ports, so I did from 10000-14000, I also updated rtp.conf to reflect those changes.
01:28.11kukuI also stopped/started astersik ( not reload )
01:29.51*** join/#asterisk neurosys (~neurosys@c-71-196-20-208.hsd1.fl.comcast.net)
01:30.59*** join/#asterisk pabelanger-lap (~pabelange@CPE001fe2a8fd1d-CM0012254094b2.cpe.net.cable.rogers.com)
01:45.04kukuok. Somehow it started working...
02:09.02*** join/#asterisk evil_gordita (~evilgordi@ip70-188-50-186.rn.hr.cox.net)
02:09.11p3nguin_majik
02:12.07*** join/#asterisk chuckf (~chuckf@ubuntu/member/chuckf)
02:47.25*** join/#asterisk s519 (~steve@87-194-151-213.bethere.co.uk)
02:53.01*** join/#asterisk Carlos_PHX (~Carlos@ip68-99-199-10.ph.ph.cox.net)
03:05.40*** join/#asterisk blaines (~blaines@75-171-89-104.phnx.qwest.net)
03:14.52*** join/#asterisk neurosys (~neurosys@c-71-196-20-208.hsd1.fl.comcast.net)
03:16.32*** join/#asterisk pabelanger-lap (~pabelange@CPE0013f7abc09a-CM0013f7abc096.cpe.net.cable.rogers.com)
03:19.27*** join/#asterisk jasonwert (~w3rt@97-83-98-83.dhcp.trcy.mi.charter.com)
03:37.12*** join/#asterisk mindCrime (~chatzilla@cpe-075-189-213-049.nc.res.rr.com)
03:46.39*** join/#asterisk coppice (~chatzilla@202.64.175.107)
03:57.07*** join/#asterisk blaines (~blaines@75-171-89-104.phnx.qwest.net)
04:07.41ChannelZClap your hands
04:27.06*** join/#asterisk joako (~joako@opensuse/member/joak0)
04:30.06joakoIn the dialplan how can I get a variable number of digits input?
04:43.55*** join/#asterisk jasonwert (~w3rt@97-83-98-83.dhcp.trcy.mi.charter.com)
04:48.47*** join/#asterisk blaines (~blaines@ip70-190-252-87.ph.ph.cox.net)
05:00.26*** join/#asterisk digitalirony (~digitalir@my.ass.looks.just.like.your-face.info)
05:10.03*** join/#asterisk AJ707 (AJ707@S0106001310779db4.vs.shawcable.net)
05:25.14*** join/#asterisk SiNGLer (~singler@81-7-123-162.static.zebra.lt)
05:31.19*** join/#asterisk jasonwert (~w3rt@97-83-98-83.dhcp.trcy.mi.charter.com)
05:37.08DogBoyjoako, http://astbook.asteriskdocs.org/en/2nd_Edition/asterisk-book-html/asterisk-book.html#asterisk-CHP-5
05:37.18DogBoy"dialplan basics"
05:37.48joakoI ended up doing: exten => getdigit,1,Background(silence/5); exten => 0,1,Set(OURNUMBER=${OURNUMBER}${EXTEN}); exten => 0,2,Goto(getdigit,1); exten => #,1,Set(CALLERID(number)=${OURNUMBER}); exten => #,2,Goto(voicemenu-custom-10,s,1)
05:38.04joakoNeed to pass callerid between ivrs on pstn link that won't pass correct callerid
05:50.45*** join/#asterisk Jumpie (~zz@ip68-98-28-19.ph.ph.cox.net)
06:08.09*** join/#asterisk mindCrime (~chatzilla@cpe-075-189-213-049.nc.res.rr.com)
06:23.41*** join/#asterisk pif (~ldm@zenon.apartia.fr)
06:35.14*** join/#asterisk uqlev (~yuriy@91.184.221.31)
06:38.36*** join/#asterisk RobH (~robh@wikimedia/RobH)
06:47.35*** join/#asterisk aidinb (~Aidin@24-176-216-154.dhcp.lnbh.ca.charter.com)
06:54.35*** join/#asterisk aidinb (~Aidin@24-176-216-154.dhcp.lnbh.ca.charter.com)
07:06.42*** join/#asterisk Arsenick (~y@modemcable022.82-21-96.mc.videotron.ca)
07:09.24*** join/#asterisk g_r_eek (~g_r_eek@109.178.164.51)
07:17.04*** join/#asterisk raden (~J@66-168-15-100.dhcp.stpt.wi.charter.com)
07:18.23radenI have a PAP2T connecting to asterisk over the internet !!! not LAN !!!  I can call from the PAP2t everything is fine audio both ways   if i call the pap2t from any phone I can hear person on pap2t but they cannot here me
07:20.20radenoh jesus now its working WTF
07:21.32radenIt works yea
07:21.36radenjust dont know why
07:37.54*** join/#asterisk RobH (~robh@wikimedia/RobH)
07:41.13*** join/#asterisk pinoyskull (~pinoyskul@112.198.64.94)
07:44.53*** join/#asterisk Godfather_ (~Godfather@35.Red-88-7-6.staticIP.rima-tde.net)
07:48.16*** join/#asterisk mattwj2002 (~Matt@wikisource/pdpc.active.mattwj2002)
07:48.24mattwj2002hi all
07:57.02*** join/#asterisk aceio (c2cbd7fe@gateway/web/freenode/ip.194.203.215.254)
07:57.34aceiohello
07:58.28aceioiam trying too prevent international call how too i create it
08:06.47*** part/#asterisk mattwj2002 (~Matt@wikisource/pdpc.active.mattwj2002)
08:07.20*** join/#asterisk BANSAL (~bansal@117.199.123.204)
08:08.23*** join/#asterisk lhz (~shrekz@c-dba672d5.021-158-73746f34.cust.bredbandsbolaget.se)
08:08.34ChannelZaceio: change your dialplan so it's not possible to dial whatever international codes
08:14.40aceioChannelZ: can you show me an example plz
08:17.25aceioChannelZ: this how i  allow outbound calls exten => _X.,1,Dial(DAHDI/g1/${EXTEN},${DIAL_TOUT},HrS(600)TWK)
08:18.29*** join/#asterisk FILLVAIO3 (~v_agarkov@79.165.89.20)
08:19.05*** join/#asterisk RobH (~robh@wikimedia/RobH)
08:22.02*** join/#asterisk af_ (~getsmart@78.134.21.122)
08:29.48*** join/#asterisk emora (~emora@213.37.33.105.dyn.user.ono.com)
08:31.03FILLVAIO3Hi guys
08:32.56*** join/#asterisk RobH (~robh@wikimedia/RobH)
08:34.45*** join/#asterisk E-bola (~bola@x1-6-00-13-46-83-e5-04.k976.webspeed.dk)
08:35.35E-bolaIf i can play audio out through my soundcard through both ALSA and OSS with various players, why cant i get asterisk to use either of them through the console?
08:35.54E-bolai have both modules compiles, but neither of them are able to produce any audio output over my speakers :(
08:36.39E-bolathis is newest asterisk 1.6.2.9
08:56.37*** join/#asterisk BANSAL (~bansal@117.199.125.158)
08:57.36*** join/#asterisk FutureWeb (~Ftwb@213.165.166.162)
08:58.13*** join/#asterisk RobH (~robh@wikimedia/RobH)
08:59.41*** join/#asterisk emora (~emora@213.37.33.105.dyn.user.ono.com)
09:02.14ChannelZaceio: you basically have a complete wildcard, people can dial anything they want.  Make the pattern more specific.  I don't know what normal local/long distance numbers look like to you compared to international numbers
09:02.22*** join/#asterisk puzzled (~foobar@puzzled.xs4all.nl)
09:04.27ChannelZHere in the US for instance we generall need an 'exit code' of 011 to dial another country... so we don't allow 0 to be the first digit since no numbers in the US ever start with 0
09:06.18aceioChannelZ: okay gotcha
09:06.20ChannelZI think from the UK international always starts with 00 so you'd construct your pattern accordingly
09:06.54aceioChannelZ: that is  correct
09:06.55ChannelZanyway you can use various pattern characters for the extension to match only certain digits
09:07.07*** join/#asterisk emora (~emora@213.37.33.105.dyn.user.ono.com)
09:08.07aceioso once i get the pattern right, how to i drop the call
09:08.21ChannelZWell the idea is to match the stuff you DO want to allow, not the stuff you don't.
09:08.49ChannelZBut otherwise you can just 'Hangup'
09:08.55ChannelZOr maybe play back an error message first
09:08.58ChannelZbut anyway
09:11.45aceiookay thank you..
09:12.02*** join/#asterisk pif (~ldm@zenon.apartia.fr)
09:12.55ChannelZthe Z character might help you, which means only digits 1-9, and N which is 2-9
09:14.00ChannelZso  _0NX.  would be 'a 0 followed by 2-9 followed by any numbers of 0-9'
09:15.48*** join/#asterisk Omid (~chatzilla@92.42.55.26)
09:17.30*** join/#asterisk Tim_Toady (~moi@178.128.16.115.dsl.dyn.forthnet.gr)
09:18.59aceiocool i willl try that
09:19.25ChannelZwell that wasn't necessarily a useful pattern for you, just an example. So construct accordingly :)
09:19.31ChannelZoff to bed for me
09:20.13aceioChannelZ: sure i shall let you know how it go's
09:22.57FILLVAIO3Guys, is there anybody know software for collect and manage call statistics?
09:24.00*** join/#asterisk nickzxcv (nick@schmalenberger.us)
09:24.22nickzxcvdoes anybody know about compiling dahdi on sparc64?
09:24.37nickzxcvi just tried to compile the freebsd port and I got ===>  dahdi-2.3.0rc2 is only for i386 amd64, while you are running sparc64.
09:36.42emoraHow should I interpret output of core show translation:  alaw & ulaw -> g729 encoding is at 12000 microseconds.  ??
09:37.57*** join/#asterisk RobH (~robh@wikimedia/RobH)
09:43.19*** join/#asterisk Cain` (~Geek@unaffiliated/cain)
09:52.07*** join/#asterisk wonderworld (~ww@ip-62-143-22-226.unitymediagroup.de)
10:14.18*** join/#asterisk DelphiWorld (~Delphi@196.20.95.121)
10:14.29DelphiWorldnickzxcv: ask here about dahdi :D :P xD :-;)
10:14.37nickzxcvlol
10:14.58DelphiWorldrussellb: you are new for me;)
10:17.20nickzxcvso i'm compiling dahdi on freebsd on sparc64, and apparently BIAS is already defined in machine/frame.h and its redefined in drivers/dahdi/dahdi-base.c
10:17.51nickzxcvi'm trying to figure if its a redefinition of the same thing, or different things with the same name
10:18.21*** part/#asterisk DelphiWorld (~Delphi@196.20.95.121)
10:23.14nickzxcvfrom the comment /* define the add-in bias for 16 bit samples */ i think its a namespace collision, so i'm renaming it DAHDIBIAS :-/
10:25.12nickzxcvah, unknown opcode :(
10:25.25nickzxcvi guess dahdi really isn't portable to sparc64 :(
10:32.20*** join/#asterisk Yoda_1204 (~chatzilla@12.111.169.98)
10:38.27*** join/#asterisk SiNGLer (~singler@81-7-123-162.static.zebra.lt)
10:48.02*** join/#asterisk aidinb (~Aidin@71-95-223-217.dhcp.mtpk.ca.charter.com)
10:51.49nickzxcvit looks like the assember parts of dahdi, are its versions of test_and_set_bit and test_and_clear_bit
10:53.03nickzxcvi suppose linux has a sparc64 implementation of those and bsd doesn't have them at all, and the author of the bsd port of dahdi only ported the i386 version?
10:59.26nickzxcvinteresting, in linux for sparc i think it doesn't even use assembler to do the function
10:59.53nickzxcvbut its still sparc specific i guess, because the point of it is to test the cpu about this
11:01.32nickzxcvthere should still be a more portable way to do the test maybe though?
11:08.27nickzxcvthis sounds like a good solution http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg25708.html ?
11:14.29*** join/#asterisk mva (mva@desktop.mva.name)
11:14.37mvahi there!
11:15.06mvacan somebody tell me, how i can fix this:
11:15.12mva== Registered translator 'lintog722' from format slin to g722, cost 999
11:15.12mva[Jul 10 17:47:49] WARNING[14801]: translate.c:654 __ast_register_translator: plc_samples 160 format f
11:15.15mva?
11:19.43*** join/#asterisk pa (~pa@unaffiliated/pa)
11:22.09*** join/#asterisk Trixboxer (~Trixboxer@115.124.115.69)
11:24.55nickzxcvapparently the portable way to do test_and_set_bit and test_and_clear_bit on freebsd, is to use atomic_cmpset to emulate them?
11:52.50*** join/#asterisk arpu (~arpu@chello062178159144.10.14.univie.teleweb.at)
11:53.36*** join/#asterisk BANSAL (~bansal@117.199.125.158)
12:48.17*** join/#asterisk coppice (~chatzilla@202.64.175.107)
12:50.33*** join/#asterisk tzafrir_laptop (~tzafrir@bzq-218-155-148.cablep.bezeqint.net)
12:54.33*** join/#asterisk grinder13 (~grinder@146.176.165.57)
12:59.19grinder13hello guys! I have a problem with a "482 loop detected" error. the setup is two servers over a SIP trunk.  here are my confs: http://pastebin.com/9Xqqf5Q1 (for ServerA with IP 192.168.1.2) and http://pastebin.com/2tYU1N2Z (for ServerB with IP 192.168.2.2). and here a log when I am trying to call extension 2000@ServerB from extension 1000@ServerA using the "channel originate" command
12:59.41grinder13http://pastebin.com/KDV8EhtB
13:01.09*** join/#asterisk Bartockbatz (~chatzilla@c-24-62-161-95.hsd1.nh.comcast.net)
13:06.41*** join/#asterisk Bartockbatz (~chatzilla@c-24-62-161-95.hsd1.nh.comcast.net)
13:10.18*** join/#asterisk af_ (~getsmart@78.134.21.122)
13:13.07*** join/#asterisk RobH (~robh@wikimedia/RobH)
13:30.09af_where could i find pinout for a E1 cable?
13:30.22af_normal and crossover
13:32.34*** join/#asterisk rossand (~aross@CPE485b390978ce-CM00159a025ad4.cpe.net.cable.rogers.com)
13:32.50*** part/#asterisk rossand (~aross@CPE485b390978ce-CM00159a025ad4.cpe.net.cable.rogers.com)
13:35.02WIMPy1 Tx+  2 Tx-  4 Rx+  5 Rx-
13:37.45af_WIMPy, that's normal or cross?
13:38.42WIMPyThat's the pin-out. For a normal cable any patch cable will do. For X-Over you need to cross 12 and 45.
13:39.32af_patch cable? mmmh
13:40.18af_like a bri S cable? any wire in the same position?
13:43.43*** join/#asterisk [Outcast] (~anonymous@24-151-142-169.dhcp.oxfr.ma.charter.com)
13:43.45*** join/#asterisk dailylinux (~fedora@s0021-0018.dsl.start.no)
13:43.51WIMPyFor a BRI you usually only have a 8P4C cable. A normal Cat5+ patch cable will fit both BRI and PRI.
13:54.39af_WIMPy, you mean I can use ethernet cables?
13:55.08WIMPyyes
14:03.09chuckfloves standards
14:06.07*** join/#asterisk hipitihop (~denis@203.132.229.236)
14:07.15*** join/#asterisk RobH (~robh@wikimedia/RobH)
14:07.25*** join/#asterisk MiserySoft (~Lee@nat66.mia.three.co.uk)
14:19.08*** join/#asterisk Lantizia (~Lantizia@erebus.seaquake.net)
14:32.12*** join/#asterisk teknon (~teknon@c-76-97-236-128.hsd1.ga.comcast.net)
14:36.45*** join/#asterisk grinder13 (~grinder@146.176.165.57)
14:38.49grinder13hello! anybody for this? I have a problem with a "482 loop detected" error. the setup is two servers over a SIP trunk.  here are my confs: http://pastebin.com/9Xqqf5Q1 (for ServerA with IP 192.168.1.2) and http://pastebin.com/2tYU1N2Z (for ServerB with IP 192.168.2.2). and here is a log when I am trying to call extension 2000@ServerB from extension 1000@ServerA using the "channel originate" command: http://pastebin.com/KDV8EhtB
14:42.28*** join/#asterisk Nwab (~Benwa@unaffiliated/benwa)
14:56.26*** join/#asterisk korcan (~korcan@ip65-44-169-66.z169-44-65.customer.algx.net)
15:00.10hipitihopanyone here familiar with integrating asterisk with mythtv ? in particular I'm tryong to follow these instructions, but the OSD does not show any caller details. http://www.voip-info.org/wiki/view/Asterisk+tips+MythTV+integration
15:00.10*** join/#asterisk hehol (~hehol@buero-gw.dortmund.loca.net)
15:02.56russellbhipitihop: start by trying to run the mythtvosd command manually, not from asterisk
15:03.05russellbthen go back to messing with asterisk once you have it working as you expect
15:06.42*** join/#asterisk TimeRider (~steve@109.224.131.68)
15:11.56*** join/#asterisk Nwab (~Benwa@unaffiliated/benwa)
15:12.08*** join/#asterisk pinoyskull (~pinoyskul@112.198.64.94)
15:18.27*** join/#asterisk jaytee (~jforde051@unaffiliated/jaytee)
15:26.12*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.218.194)
15:30.50*** join/#asterisk slidesinger (~slidesing@c-68-44-99-50.hsd1.nj.comcast.net)
15:41.39*** join/#asterisk binbash_ (~peter@ip4da5c213.direct-adsl.nl)
15:45.16grinder13anyone for this? It's a problem with a "482 loop detected" error. the setup is two servers over a SIP trunk.  here are my confs: http://pastebin.com/9Xqqf5Q1 (for ServerA with IP 192.168.1.2) and http://pastebin.com/2tYU1N2Z (for ServerB with IP 192.168.2.2). and here is a log when I am trying to call extension 2000@ServerB from extension 1000@ServerA using the "channel originate" command: http://pastebin.com/KDV8EhtB
15:47.51[TK]D-Fendergrinder13: Line 91 : sending to 192.168.1.
15:48.01russellbgrinder13: an invite is begin sent from .1.2 to .1.2
15:48.03[TK]D-Fendergrinder13: Line 91 : sending to 192.168.1.2
15:48.19russellbso it's telling you "wtf?"
15:48.21[TK]D-Fendergrinder13: Line 97 : Contact is 192.168.1.2
15:48.29[TK]D-Fendergrinder13: it IS call itself.
15:49.20russellband this is Asterisk sending a call to SIP/1000, which is apparently itself
15:49.58[TK]D-FenderWait.....
15:50.14[TK]D-Fendergrinder13: Is SIP/1000 a softphone RUNNING on your * server as well?
15:50.24grinder13yes, I 've seen what you are saying. but where is the error?
15:50.25[TK]D-Fenderreaches for his ClueBat (tm)
15:50.29*** join/#asterisk Tim_Toady (~moi@178.128.16.115.dsl.dyn.forthnet.gr)
15:50.30grinder13Fender, no
15:50.48[TK]D-Fendergrinder13: What is it?
15:50.50grinder13SIP/1000 is registered by ServerA
15:51.09grinder13check my confs. you 'll see exactly what I 'm doing
15:51.20Trixboxergrinder13, if its a trunk dont use it as extension over ServerA
15:51.46[TK]D-FenderTrixboxer: that makes no sense...
15:51.48russellbgrinder13: you're having the server register with itself?
15:51.53russellbthat doesn't make any sense
15:52.20Trixboxer"SIP/1000 is registered by ServerA" and used as extension on the same server
15:52.26grinder13russell, I have it like that because I want to generate calls from ServerA->ServerB
15:53.12russellbok, well, the whole SIP/1000 thing needs to be ripped out of the picture, it's not necessary and it is what is causing this problem
15:53.18[TK]D-Fendergrinder13: SIP/100 is SereverA.  You are having * call itself.
15:53.26[TK]D-Fender1000*
15:53.42[TK]D-Fendergrinder13: Why is ServerA registering to ITSELF?
15:54.10russellbchange SIP/1000 to something that is a peer defition for serverb
15:54.15[TK]D-Fendergrinder13: And what is the point of Having A call itself to call out to B?
15:54.33[TK]D-Fenderrussellb: I think he should be using a LOCAL channel on A to call out to B.
15:54.44[TK]D-Fenderrussellb: He just seems to shove SIP in every place he can.
15:54.55russellbwell, maybe ... point is, SIP/1000 is bogus
15:55.03[TK]D-Fenderrussellb: Indeed..
15:56.10grinder13I 've tried with local as well. the thing is that I 'm getting these errors with other calls as well, eg from 1001@ServerA->1002@ServerA or 1001@ServerA->2000@ServerB
15:56.17grinder131001, 1002 are softphones
15:56.33grinder13i 'll post the logs from home to see.
15:56.43grinder13i have to leave the lab now :(
15:56.50[TK]D-Fendergrinder13: grinder13 If 1000 is a softphone why is ASTERISK REGISTERING AS IT <----
15:56.52russellbbefore you go any further, you need to convince yourself of why SIP/1000 is wrong
15:57.15russellbit's pretty important for understanding
15:57.15grinder13Fender, 1000 is NOT a softphone
15:57.33[TK]D-Fendergrinder13: <grinder13>1001, 1002 are softphones <--------------
15:57.38[TK]D-Fenderoops
15:57.38*** join/#asterisk joako (~joako@opensuse/member/joak0)
15:57.42[TK]D-Fenderdigit fail
15:57.47russellb[TK]D-Fender: you lose
15:58.07grinder13as I said I just want to generate calls from 1000@ServerA -> 2000@ServerB and do traffic measurements
15:58.11[TK]D-Fendergrinder13: Still 1000 IS that server itself .  Why are you having * call itself?
15:58.30Trixboxergrinder13, exchange the register => statement on both the servers
15:58.31grinder13but I am NOT calling 1000 from 1000
15:58.39grinder13thats what I am saying
15:58.57[TK]D-Fendergrinder13: You are
15:59.00russellbdude, I'm telling you, Asterisk is not doing anything wrong here.  It is doing what you tell it to.  trust me.  :-)
15:59.01grinder13I am doing a "channel originate SIP/1000 extension 2000"
15:59.13russellbthat statement tells Asterisk as step 1, to call SIP/1000
15:59.31russellbbefore extension 2000 is even brought into the picture, step 1 is to call SIP/1000
15:59.34russellbthat's what you see in your log
15:59.42grinder13hmm, ok
15:59.48[TK]D-Fendergrinder13: http://pastebin.com/9Xqqf5Q1 <--- line 4.  It ir registering to ITSELF. Line 15. we can SEE where ServerB is ...
16:00.04[TK]D-Fendergrinder13: B is 2.2
16:00.11[TK]D-Fendergrinder13: So A is point to ITSELF
16:00.17grinder13I 'll post the logs from the other calls from home as I said
16:00.31grinder13security guy wants me out of the lab
16:00.35russellbI don't need to see any more logs :-)
16:00.48russellbtell the security guy to STFU
16:01.09russellbtell him you have work to do and for him to go eat a doughnut
16:01.38grinder13i told him so, but hell :(
16:01.56russellboh well
16:02.03[TK]D-Fendergrinder13: here are my confs: http://pastebin.com/9Xqqf5Q1  (for ServerA with IP 192.168.1.2) <------------then why is there a REGISTER in this pastebin pointing to ITSELF
16:02.12[TK]D-Fendergrinder13: WAKE UP
16:02.18grinder13talk to you soon
16:02.22russellb[TK]D-Fender: CALM DOWN
16:02.23russellb:-p
16:02.24Trixboxergrinder13, exchange the 'register => ' statement on both the servers
16:02.36Trixboxer:)
16:03.13[TK]D-Fendero/
16:03.41russellbwelcome to Saturday, folks
16:03.50*** join/#asterisk RobH (~robh@wikimedia/RobH)
16:03.51[TK]D-Fenderrussellb: Where the crazies run free...
16:04.42*** join/#asterisk TimeRider (~steve@109.224.131.68)
16:18.04xhelioxyawns
16:19.26p3nguin_shoves in a stale twinkie
16:20.08*** join/#asterisk Benwa (~Benwa@unaffiliated/benwa)
16:32.37*** join/#asterisk pabelanger-lap (~pabelange@CPE001fe2a8fd1d-CM0012254094b2.cpe.net.cable.rogers.com)
17:00.13*** join/#asterisk ruben23 (~ITadmin@125.212.40.2)
17:02.41*** join/#asterisk BANSAL (~bansal@117.199.125.158)
17:10.06*** join/#asterisk AJ707 (AJ707@S0106001310779db4.vs.shawcable.net)
17:17.20*** join/#asterisk aidinb (~Aidin@71-95-223-217.dhcp.mtpk.ca.charter.com)
17:20.11*** join/#asterisk grinder13 (~grinder@cpc2-sgyl2-0-0-cust1286.sgyl.cable.virginmedia.com)
17:20.54*** part/#asterisk bn-7bc (bjarne@raskerepc.holmedal.net)
17:21.18grinder13hello again! here to sort out the 482 issue i was talking earlier
17:24.26[TK]D-Fender[12:02]<[TK]D-Fender>grinder13: here are my confs: http://pastebin.com/9Xqqf5Q1  (for ServerA with IP 192.168.1.2) <------------then why is there a REGISTER in this pastebin pointing to ITSELF
17:24.57[TK]D-Fendergrinder13: pastebin is for server whose IP is 192.168.1.2.  It has a register for 1000 that points to its OWN IP.
17:25.06[TK]D-Fender'griIs this now entirely clear?
17:25.10[TK]D-Fendergrinder13: Is this now entirely clear?
17:25.30[TK]D-Fendergrinder13: WHY is it pointed to itself?
17:26.09*** join/#asterisk bn-7bc (bjarne@raskerepc.holmedal.net)
17:26.37[TK]D-Fender\o/
17:27.11*** join/#asterisk grinder13 (~grinder@cpc2-sgyl2-0-0-cust1286.sgyl.cable.virginmedia.com)
17:30.21[TK]D-Fendergrinder13: So did you get that before your connection flaked out?
17:31.08grinder13well, ok. i was studuying what you were saying earlier and I think that i got it
17:31.55grinder13so the question no is: how can I generate calls from ServerA to ServerB? maybe with the "console dial" command?
17:32.22[TK]D-Fendergrinder13: You both adeed a useless layer to this.. and then broke it.
17:32.28grinder13no softphones involved
17:32.36[TK]D-Fendergrinder13: what do you want o have on each side of the call?
17:33.15grinder13I want to A to call B and B to answer by playing a pre-recorded message
17:33.32grinder13and then do performance measurements
17:34.03grinder13nothing hard for the experienced Asterisk user
17:34.54*** join/#asterisk Ad-Hoc (~nimbus@62.1.167.9.dsl.dyn.forthnet.gr)
17:36.31grinder13and repeat the experiment with the IAX protocol
17:36.31[TK]D-Fendergrinder13: originate local/extentodialotherserver@dialplancontextthathasit extension extenwithplaybackstuffetc@context
17:37.24grinder13ok, i c
17:37.49grinder13what about the "console dial" command?
17:41.03*** join/#asterisk blaines (~blaines@wsip-98-174-253-36.ph.ph.cox.net)
17:41.37*** join/#asterisk [sr] (~Unknowned@pal-213-228-140-150.netvisao.pt)
17:41.45[sr]hi WIMPy
17:41.52*** join/#asterisk Benwa (~Benwa@unaffiliated/benwa)
17:41.57[sr]WIMPy: my kernel modules mISDN crash when i disconnect a call :S
17:51.32[TK]D-Fendergrinder13: No
17:51.43[TK]D-Fendergrinder13: Console dial is to use the CLI as a softphone
17:51.58[TK]D-Fendergrinder13: You want to send an automated recording.
17:52.36[TK]D-Fendergrinder13: You could remove 1 side of the local dialplan by doing :
17:53.01[TK]D-Fendergrinder13: originate SIP/peerforserverB/number extension extenwithplaybackstuffetc@context
17:54.46grinder13if "console dial" works as a softphone from the CLI then isn't that want exactly I want to do? generate a number of calls with the "console dial" cmd from ServerA to ServerB and ServerB answer by playing the pre-recorded message?
17:55.06grinder13also I didnt get the second part of what you just said
17:57.24[TK]D-Fendergrinder13: You want A's callout to be automated and to play a recording to B.
17:57.35[TK]D-Fendergrinder13: This is not a "person" talking
17:58.09[TK]D-Fendergrinder13: Actually... this is A calling and sending.  if you just want a to call out.. you could potentially use console dial
17:59.05grinder13Ino, I want A to call and B to answer and play the message back to A
18:05.38ChannelZyawns and stretches
18:06.10ChannelZgrinder13: so have you removed the bogus 'register' lines in your sip.confs?
18:06.32grinder13not yet
18:06.42ChannelZyou should
18:06.44grinder13the security guard kicked me out of the lab
18:07.07grinder13will do tomorrow
18:07.09*** join/#asterisk Tim_Toady (~moi@178.128.16.115.dsl.dyn.forthnet.gr)
18:11.01ChannelZssh....
18:11.14*** join/#asterisk riddlebox (~james@75-132-225-75.dhcp.stls.mo.charter.com)
18:12.32grinder13i can't ssh. the routers/workstations we have at the lab are not connected to the Internet. they are just there for our Cisco stuff, etc
18:15.01[TK]D-Fendergrinder13: then "console dial exten@context" and make that exten dial out using server B's peer entry
18:15.15[TK]D-Fendergrinder13: You don't even need registrations for anything ehre that I can see
18:18.24*** join/#asterisk grinder13 (~grinder@cpc2-sgyl2-0-0-cust1286.sgyl.cable.virginmedia.com)
18:21.42[TK]D-Fender[14:15]<[TK]D-Fender>grinder13: then "console dial exten@context" and make that exten dial out using server B's peer entry
18:21.44[TK]D-Fender[14:15]<[TK]D-Fender>grinder13: You don't even need registrations for anything ehre that I can see
18:23.33grinder13ok, got it
18:23.42grinder13thanx :)
18:23.54*** join/#asterisk Tim_Toady (~moi@178.128.16.115.dsl.dyn.forthnet.gr)
18:30.57*** join/#asterisk aidinb (~Aidin@71-95-223-217.dhcp.mtpk.ca.charter.com)
18:33.31*** join/#asterisk pabelanger-lap (~pabelange@CPE0013f7abc09a-CM0013f7abc096.cpe.net.cable.rogers.com)
18:35.22*** join/#asterisk blaines (~blaines@wsip-98-174-253-36.ph.ph.cox.net)
18:38.23*** join/#asterisk Alagar (~Administr@122.164.32.153)
18:42.05*** join/#asterisk Carlos_PHX_ (~Carlos@ip68-99-199-10.ph.ph.cox.net)
18:44.46*** join/#asterisk githogori (~githogori@adsl-66-123-22-146.dsl.snfc21.pacbell.net)
18:56.03*** join/#asterisk utahsaint (~utahsaint@mail.ntegratedsolutions.com)
19:06.49*** join/#asterisk brezular (~brezular@adsl-dyn128.78-98-85.t-com.sk)
19:07.33*** join/#asterisk knctrnl (~aembrey@user-69-1-12-224.knology.net)
19:08.36*** join/#asterisk brezular (~brezular@adsl-dyn128.78-98-85.t-com.sk)
19:09.17*** join/#asterisk JerJer (~PhatJ@asterisk/original-h323-guy/JerJer)
19:16.27*** join/#asterisk eliel (~eliels@186.18.131.44)
19:40.56*** join/#asterisk pabelanger-lap (~pabelange@CPE001fe2a8fd1d-CM0012254094b2.cpe.net.cable.rogers.com)
19:48.32*** join/#asterisk crazybyte (~crzp@unaffiliated/crazypenguin/x-000001)
20:21.19*** join/#asterisk nicoAMG (~nicoamg@201.237.49.131)
20:29.00knctrnli am passing a call over to an IAXMODEM through a macro. My DID is coming through on the iaxmodem as "s" from the macro. is there anyway i can have it maintain the original extension?
20:29.00knctrnlexten => 211,1,Macro(Dialfax)
20:29.00knctrnl[macro-Dialfax]
20:29.01knctrnlexten => s,1,Dial(IAX2/faxiax01/${EXTEN})
20:30.09knctrnlnevermind found it
20:30.14knctrnlMACRO_EXTEN
20:35.40elielknctrnl: yes, MACRO_EXTEN or passing it as a parameter to the macro
20:50.33nightwalkI know there are several settings that affect it...anyone know off-hand which setting would be *most likely* to cause (dahdi-based) calls to be dropped in the middle?
21:10.29*** join/#asterisk dailylinux (~fedora@s0021-0018.dsl.start.no)
21:10.53*** join/#asterisk obnauticus (~obnauticu@about/windows/regular/obnauticus)
21:25.06*** join/#asterisk my007ms (~my007ms@email.msamir.net)
21:25.49*** join/#asterisk uqlev (~yuriy@91.184.221.31)
21:29.44[TK]D-Fendernightwalk: "callprogress=yes" <- synonymous with "disconnectmycallswhenleastconvenient=yes"
21:31.12*** join/#asterisk nicoAMG (~nicoamg@201.237.49.131)
21:34.04russellb:-)
21:35.08ChannelZWow.  http://www.newegg.com/Special/ShellShocker.aspx?cm_sp=ShellShocker-_-11-129-046-_-07102010
21:35.16ChannelZThey managed to make this thing look like a VCR from the 90s.
21:44.06[sr]nice
21:49.52[sr]i like nostalgic hardware :)
21:50.06[sr]also stuff's like my spectrum 128k with k7's
21:50.16[sr]DataGeneral Servers with DG/UX
21:50.45[sr]oh well... time flies!!!
21:58.08*** join/#asterisk bkruse (~bkruse@75.76.105.124)
21:58.08*** mode/#asterisk [+o bkruse] by ChanServ
21:58.36bkruseCan I haz the asterisk?
21:59.47ChannelZYes.  Fo free even
22:00.05russellbbkruse: !
22:00.47*** join/#asterisk joako (~joako@opensuse/member/joak0)
22:00.51bkruseHey russellb! How are you my friend?
22:01.10russellbgood, you?
22:01.17bkruseI am doing pretty good my friend, thank you!
22:02.30*** join/#asterisk ruben23 (~ITadmin@125.212.40.2)
22:12.03*** join/#asterisk mboehn (mathias@mboehn.alfa-skk.pr0jectX.net)
22:30.58*** join/#asterisk mattwj2002 (~Matt@wikisource/pdpc.active.mattwj2002)
22:31.05mattwj2002hi all
22:38.09*** join/#asterisk tlir (~tlir@bzq-82-81-131-17.red.bezeqint.net)
22:53.58*** join/#asterisk root52 (~root52@ip24-252-251-246.cl.ri.cox.net)
22:56.52root52Hey All Anyone have experience wiring a sangoma a200 in Australia? I have my 4pin rj11 from the PTSN that has dialtone when plugged into a POTS phone. I plug it into the sangoma FXO port and using the wanpipemon tool see no line voltage voltage on the port. Any trick I missed?
23:12.49*** join/#asterisk pyite_mac (~dman@unaffiliated/pyite)
23:12.53*** part/#asterisk pyite_mac (~dman@unaffiliated/pyite)
23:41.35*** join/#asterisk tzafrir (~tzafrir@212.179.75.202)
23:51.41*** join/#asterisk JerJer (~PhatJ@asterisk/original-h323-guy/JerJer)
23:58.18*** join/#asterisk luckyaba (~lucky@ip72-194-218-169.sb.sd.cox.net)
23:58.25*** join/#asterisk Mhaddog (~Mhaddog@adsl-32-170-204.mia.bellsouth.net)

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