IRC log for #asterisk on 20110402

00:00.56ANurmithe only files in the folder were for a new message that was msg0016.txt I have also attempted to simply rename some of the existing to match the scheme, to see if i could delete it then but to no avail
00:01.30p3nguinmsg0016.txt is the only file?
00:01.54ANurmino there are all the regular files for msg0016.wav .gsm
00:02.57p3nguinIs msg0016 the only one?  Are there any other files?
00:03.39ANurmiyeah
00:04.00ANurmifor some reason msg0016.wav and msg0016.WAV
00:04.12p3nguinThose are two different formats.
00:07.18*** join/#asterisk csnook_laptop (~chris@c-76-19-64-161.hsd1.ma.comcast.net)
00:08.58p3nguinIf the msg0016 files are the only ones in the directory, what I personally would do is  mmv "msg0016.*" msg0000.#1  and then reload the voicemail module.
00:09.31p3nguinThat should turn them all into msg0000 files.  Then I'd call my voicemail to check my message.
00:10.51ANurmiI will give that a shot, thanks for your help.
00:26.58*** join/#asterisk Gugge (~gugge@vlan2.dlxhosting.dk)
00:27.21p3nguinanurmi: Let me know if my idea works out.
00:48.09*** join/#asterisk jetlag (~jetlag@pool-173-61-216-136.cmdnnj.east.verizon.net)
00:52.41*** join/#asterisk JAMMAN2110 (~james@unaffiliated/jamman2110)
00:55.12*** join/#asterisk fisted (~fisted@unaffiliated/fisted)
00:59.57*** join/#asterisk Greek-Boy (~Greek-Boy@41.191.92.13)
01:03.22*** join/#asterisk jetlag (jetlag@pool-173-61-216-136.cmdnnj.east.verizon.net)
01:31.03*** join/#asterisk killown (~killown@unaffiliated/killown)
01:37.11Dryantaand it director dude told me for all my hard work and his perfect performance review that i could have a class taught just for me as long as i could get 14 friends to sign up for html/unix, ccna class/cisco lab, autocad/high end workstations and plotter
01:38.47Dryantai picked cisco because i already knew at age 14 i wanted to be an internetworking engineer and systems/software engineering held no interest
01:40.07Dryantawhat i DID NOT know is one of the kids i got to sign up in exchange for tutoring him in ap calc had a dad that was a telco engineer at qwest, and when he got the letter with his class registration pulled strings with his boss to get us REAL carrier equipment in our lab
02:08.54*** join/#asterisk ks3 (~ksandy@cpe-184-57-144-100.cinci.res.rr.com)
02:09.07*** join/#asterisk seraphie (~erin@207.98.195.107)
02:13.21*** join/#asterisk Russ (foobar@ip70-176-251-1.ph.ph.cox.net)
02:22.34*** join/#asterisk fnordus (~dnall@S01060023693bfad4.va.shawcable.net)
02:42.34*** join/#asterisk Andrew__M (62712e05@gateway/web/freenode/ip.98.113.46.5)
02:44.33Andrew__MHow do I make Comedian Mail send email notifications to my ISP?  My ISP SMTP requires port 80 and username + password.
02:46.13ectospasmAndrew__M: get sendmail (man 1 sendmail) working, then Asterisk should work just fine
02:46.23Andrew__MComedianMail uses sendmail.  I either need to bypass sendmail, or somehow configure it.
02:46.26ectospasm(or whatever your MTA is)
02:46.42ectospasmAndrew__M: no, you need to configure it for SMTP authentication
02:46.52ectospasmWhich is outside the scope of #asterisk
02:47.23Andrew__Mectospasm: Is there a way to bypass sendmail?  It seems complex.
02:47.39pushpopAndrew__M, follow this how to
02:47.40pushpophttp://www.xm5design.com/?p=219
02:47.45pushpopif you have a gmail account
02:48.15ectospasmAndrew__M: I mean sendmail the console utility (provided by your chosen MTA), not THE SendMail service
02:48.56Andrew__MWhat is an MTA?
02:49.39Andrew__Mectospasm: I can probably make the changes on the link you sent me for my provider.
02:51.29ectospasmAndrew__M: MTA==Mail Transport Agent
02:51.46ectospasmAndrew__M: i.e., Postfix, exim4, SendMail, qmail, etc.
02:52.08ectospasmAndrew__M: if you can send a regular e-mail using the "mail..." command from the shell, then that's set up correctly
02:52.09*** join/#asterisk killown (~killown@unaffiliated/killown)
02:52.17ectospasmYou just need to tell Asterisk the command to use
02:53.09Andrew__Mectospasm: I have sendmail installed, but after a full day of reading different websites, it seems as complex as Asterisk itself.
02:53.37Andrew__Mectospasm: is "mail
02:53.39ectospasmAndrew__M: which is why you should go with something simpler, like Postfix or exim4
02:54.41Andrew__Mectospasm: The funny thing is: I have all the ports, credentioals, etc, and have no way of sending a message after reading and tweaking for a whole day.
02:55.02ectospasmAndrew__M: yeah, don't use SendMail proper
02:55.25ectospasmdon't use QMail either, the author and maintainer isn't interested in a userbase (or wasn't last I'd checked)
02:55.44Andrew__Mectospasm: I guess I basically need a client, like Mozilla, except CLI.
02:55.45ectospasmI have the most experience with Postfix, it's the most straightforward to setup
02:55.52ectospasmAndrew__M: bingo
02:55.59ectospasmAndrew__M: and an MTA is how to do it
02:56.33Andrew__Mectospasm: So postfix is an MTA you would recommend for simplicity...?
02:57.26ectospasmyes.  I hear exim is just as simple, I just have no experience with it
02:57.45ectospasmyou may want to google for "postfix gmail" for hints on how to get it working
02:59.54Andrew__Mectospasm: I have a godaddy account, but gmail must be similar.  Only my port 25 is blocked by FIOS.
03:00.37ectospasmwhat does godaddy have to do with this?
03:01.05ectospasmwhat port do you have to connect to your ISP's SMTP service?
03:05.46Andrew__Mectospasm: My email is hosted by godaddy.  I need ComedianMail to send through godaddy.  I can connect with port 80, or preferrably 465 with SSL/TLS.
03:07.23ectospasmAndrew__M: so set your MTA to send mail through Godaddy's SMTP service (SSL/TLS) on port 465
03:08.17Andrew__Mectospasm: Yes, that was the goal of today.  I guess I got fooled, being 4/1.
03:09.58ectospasmdon't ever give up!
03:10.50ectospasmactually, if you follow the postfix guides on getting SSL/TLS SMTP working with GMail, only replacing the gmail port, username, hostname, and certs with Godaddy's junk, it should... just... work...
03:11.21ectospasmI figure getting the Godaddy certs would be the most nontrivial thing about that.
03:12.10*** join/#asterisk gpled (~gpled@66.178.143.98)
03:12.57gpledhas anyone been able to use google.com/voice with asterisk?
03:13.27ectospasmI haven't tried
03:14.17ectospasmAndrew__M: it looks like Godaddy self-signed their cert (which is of course OK 'cuz they're a recognized CA)
03:15.50*** join/#asterisk slidesinger (~slidesing@c-68-44-99-163.hsd1.nj.comcast.net)
03:16.29Andrew__Mectospasm: Yes, i will try my luck with postfix.  Thanks a lot!
03:17.28*** join/#asterisk sahX (~sahX@99-105-56-250.lightspeed.sntcca.sbcglobal.net)
03:22.12*** join/#asterisk jaytee (~jforde051@unaffiliated/jaytee)
03:43.34*** join/#asterisk vinhdizzo (~vinh@pool-173-51-129-161.lsanca.fios.verizon.net)
03:45.18*** join/#asterisk Howlader (~Howlader@soft.bdcom.com)
03:54.53*** part/#asterisk Andrew__M (62712e05@gateway/web/freenode/ip.98.113.46.5)
04:06.30*** join/#asterisk Defraz (~Defraz@184-155-137-27.cpe.cableone.net)
04:08.15*** part/#asterisk gpled (~gpled@66.178.143.98)
04:13.43*** join/#asterisk citywok (~citywok@67-134-194-33.dia.static.qwest.net)
04:44.13*** join/#asterisk sahX (~sahX@99-105-56-250.lightspeed.sntcca.sbcglobal.net)
04:51.35p3nguinAlways a day late and a dollar short.  I could have had andrew__m emailing voicemail notifications in under 5 minutes.
05:07.02*** join/#asterisk killown (~killown@unaffiliated/killown)
05:09.19*** join/#asterisk g_r_eek (~g_r_eek@173-9-142-122-Miami.FL.hfc.comcastbusiness.net)
05:10.57*** join/#asterisk daxt (~daxt@112.135.101.178)
05:11.39daxtguys  i have to build an IVR on asterisk and struggling with it due to having no documentation , can somebody point me the right direction ?
05:12.15p3nguindaxt: What's the problem you're encountering?
05:12.43daxthi p3nguin  i have no clue of how to build an ivr
05:13.00p3nguindaxt: In your own words, what is an IVR?
05:13.12daxtInteractive Voice Response
05:13.12kaldemar~newbook
05:13.12infobotAsterisk: The Definitive Guide. A preview of the upcoming release is available at http://ofps.oreilly.com/titles/9780596517342/. The book is being released under a Creative Commons license: http://creativecommons.org/licenses/by-nc-nd/3.0/us/. Please consider supporting the authors generosity by purchasing a copy at http://oreilly.com/catalog/9780596517342.
05:13.15*** join/#asterisk Howlader (Howlader@soft.bdcom.com)
05:13.30kaldemardaxt: read on dialplans.
05:13.52p3nguinFor an actual IVR, you're going to need more than dial plan.
05:13.52daxtkaldemar  in that book ?
05:20.07*** join/#asterisk daxt (~daxt@112.135.75.95)
05:27.09*** join/#asterisk daxt (~daxt@112.135.83.208)
05:34.32benngardhmm. i am looking for a link, that descriebes hoto emulate/simulate the "R" button of a dect phone in the dialplane, but i cant remember where i saw it
05:35.01benngardand i cant remember how a googled it when i found it :(
05:37.35ChannelZWhat does that button do?
05:37.41*** join/#asterisk seraphie (~erin@207.98.195.107)
05:46.56*** join/#asterisk drdru (~Adium@76.77.182.145)
05:47.05drdruanyone ever done voice activity detection?
05:57.16*** join/#asterisk jkroon (~jkroon@dsl-242-7-86.telkomadsl.co.za)
06:02.34*** join/#asterisk jkroon (~jkroon@dsl-242-7-86.telkomadsl.co.za)
06:04.27*** join/#asterisk chilicuil (~chilicuil@unaffiliated/chilicuil)
06:08.35*** join/#asterisk Howlader (Howlader@soft.bdcom.com)
06:15.34*** join/#asterisk Iamnacho (~Iamnacho@ip174-70-138-161.ks.ks.cox.net)
06:17.27*** join/#asterisk citywok (~citywok@67-134-194-33.dia.static.qwest.net)
06:39.50*** join/#asterisk Howlader (Howlader@soft.bdcom.com)
06:45.17*** join/#asterisk [loy] (~nobody@95.73.22.120)
06:50.31*** join/#asterisk killown (~killown@unaffiliated/killown)
06:57.44*** part/#asterisk Dryanta (dryanta@dev.hockingits.com)
07:06.48benngardChannelZ: u answer n the dect, pressing [R] means u put caller on hold, dial a number, either just hang up an do a transfer or talk to the guy y called, verify that he accept the call hang up and do the transfer
07:07.30ChannelZthat's an attended transfer
07:07.46kaldemarbenngard: there's really nothing special needed in the dialplan for that.
07:08.10ChannelZShould be a function of the device if it's SIP for instance, or a # code in features.conf for dumb phones
07:25.12*** join/#asterisk killown (~killown@unaffiliated/killown)
07:43.27*** join/#asterisk gerhard7 (~gerhard7@82-171-103-215.ip.telfort.nl)
07:59.02jkroonkaldemar, benngard ChannelZ - some of the phones send the [R] button as a "flash" event via sip.
07:59.08jkroonasterisk doesn't know how to handle that.
08:03.11*** join/#asterisk manji (~manjiki@ppp-2-84-10-247.home.otenet.gr)
08:05.49kaldemarvia SIP or via RTP?
08:08.36kaldemarrfc 4733 deprecated hook flash via RTP, which was defined in rfc 2833.
08:11.26kaldemardoing it in a SIP INFO message was defined in a draft that expired in 2004.
08:23.20*** join/#asterisk Denial (Denial@drgi.co.uk)
08:32.11*** join/#asterisk dogatemycomputer (ridywd@69.41.179.204)
08:39.30*** join/#asterisk fskrotzki_ (~fskrotzki@cpe-66-67-121-128.rochester.res.rr.com)
08:42.53*** join/#asterisk lost_soul (shawn@cpe-74-78-191-114.twcny.res.rr.com)
08:47.24*** join/#asterisk dogatemycomputer (kxqwkk@69.41.179.203)
08:47.34*** part/#asterisk dogatemycomputer (kxqwkk@69.41.179.203)
08:47.46*** join/#asterisk dogatemycomputer (kxqwkk@69.41.179.203)
08:47.58*** part/#asterisk dogatemycomputer (kxqwkk@69.41.179.203)
09:02.00*** join/#asterisk TimeRider (~steve@188-220-33-123.zone11.bethere.co.uk)
09:06.18benngardyay BLINDTRANSFER over OOH323 to my cell phone worked perfect
09:06.27benngardsorry, wrióng window
09:14.33*** join/#asterisk AMindMobile (~AMindMobi@95-27-129-102.broadband.corbina.ru)
09:27.58*** join/#asterisk manji (~manjiki@2a02:580:8000:7c01::b00b)
09:31.54*** join/#asterisk bsaxon (~bsaxon@12.107.149.61)
09:40.57*** join/#asterisk voila (IceChat77@117.212.74.231)
10:01.15*** join/#asterisk manji (~manjiki@ppp-2-84-11-85.home.otenet.gr)
10:02.13voilai have put my php agi in /var/lib/asterisk/agi-bin , but still i m getting . no susch a file or directory ..
10:02.16*** join/#asterisk csnook_laptop (~chris@c-76-19-64-161.hsd1.ma.comcast.net)
10:10.11*** join/#asterisk bn-7bc (bjarne@macbook-pro.lan-sx.noare-1.holmedal.net)
10:34.18*** join/#asterisk drdru (~Adium@76.77.182.145)
11:09.49*** join/#asterisk hehol (~hehol@2001:1438:1009:200:59a9:ab41:7af7:fe73)
11:17.20*** join/#asterisk ruben23 (~RLACUMBA@121.97.111.142)
11:20.30*** join/#asterisk antoasla (~antoasla@athedsl-4551202.home.otenet.gr)
11:24.57antoaslahello i have a small problem with my asterisk configuration. I want to create a network with a pc that runs asterisk server and 2 other pc that are connected to the server. Should i post the sip.conf and extensions.conf and tell me what have i done wrong plz?
11:25.43kaldemarwhat problems are you experiencing?
11:26.34*** join/#asterisk wonderworld (~ww@port-92-201-73-120.dynamic.qsc.de)
11:27.31antoaslathe pc that runs asterisk has a softphone named twinkle and i managed to connect it to the asterisk. But when i try to register a softphone in my laptop (windows xp) i cant
11:30.06*** join/#asterisk gerhard7 (~gerhard7@82-171-103-215.ip.telfort.nl)
11:30.13kaldemarconnect to CLI with asterisk -vvvr to find a reason why.
11:31.12antoaslait says "Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)"
11:38.22antoaslaso is there a problem with my asterisk?
11:45.00antoaslahere are the sip.conf and extensions.conf http://pastebin.ubuntu.com/588587/ , they are quite simple but i cant figure why i cant make it work
11:52.32antoaslacan anyone plz try to connect to my asterisk (192.168.1.7) user tel2 pass tel2? plz i need some help
11:54.05*** join/#asterisk daxt (~daxt@112.135.78.195)
12:21.28voilahello
12:22.13voilawell ... like in internet we have unique ip address , what is unique in mobile network ??? caller id ???
12:29.18voilaguys . want to extract caller id of the user using phpagi , hwo can i do it
12:32.16*** join/#asterisk tstorm (~tstorm@c-98-207-90-194.hsd1.ca.comcast.net)
12:34.59*** join/#asterisk weta (~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com)
12:35.58voilaguys . want to extract caller id of the user using phpagi , hwo can i do it
12:39.32voilawill  "  $agi['callerid']  "  , will thsi give me caller id of the client ?? using php agi
12:45.36*** join/#asterisk drdru (~Adium@76.77.182.145)
12:47.42*** part/#asterisk drdru (~Adium@76.77.182.145)
12:50.44*** join/#asterisk fofware (~Fabian@200.82.53.47)
12:52.49voilaany one here
13:07.29*** join/#asterisk Shnootz (~Hanan@87.69.23.159.cable.012.net.il)
13:10.55*** join/#asterisk voila (IceChat77@117.212.64.226)
13:11.58voilacan i extract callerid of softphone using " $agi[callerid] " in php agi ???
13:18.07*** join/#asterisk wonderworld (~ww@port-92-201-73-120.dynamic.qsc.de)
13:22.27*** join/#asterisk cerberus_za (~coert@196-210-237-183.dynamic.isadsl.co.za)
13:22.29*** join/#asterisk gerhard7 (~gerhard7@82-171-103-215.ip.telfort.nl)
13:31.59voilai want to get the callerid of the client using php agi , how can i do it ???
13:32.03voilaanybody here
13:39.06jkroonvoila, why not just test it?
13:39.27jkroonand yea, for the entire pstn the caller id should be unique.
13:42.40*** join/#asterisk dhorner_mb (~dhorner_m@184.18.45.92)
13:46.48voilajkroon: there ?
13:47.42voilajkroon: point is ,i m using phpagi2.14 , i didnt' get anything using "$agi[callerid]"
13:48.49jkroonvoila, i'm not a phpagi user.
13:48.58voilaoh okies
13:49.01jkrooncan you do a print_r($agi) and get the output somewhere?
13:52.04voilajkroon: onething more , i m doing $agi = new AGI() .. then $agi[calllerid] ..
13:52.45*** join/#asterisk Sertys (~sertys@89.252.247.42)
14:06.50*** join/#asterisk corretico (~luis@201.201.44.82)
14:20.32*** join/#asterisk iprouteth0 (~iprouteth@unaffiliated/iprouteth0)
14:23.07voilasyntax to record a file ???  $agi->record_file("record",".wav",3000);  ... is it correct ??
14:26.23*** join/#asterisk p3nguin (~xwQ5kwYl6@cobalt.esxi.hosts.a2infotech.com)
14:28.13*** join/#asterisk cerberus_za (~coert@196-210-237-183.dynamic.isadsl.co.za)
15:11.19*** join/#asterisk vfabi (~fabi@h2-92.faust.net.ua)
15:22.23*** join/#asterisk ccccp123 (~IceChat77@cpc9-glfd5-2-0-cust157.6-2.cable.virginmedia.com)
15:24.13*** part/#asterisk ccccp123 (~IceChat77@cpc9-glfd5-2-0-cust157.6-2.cable.virginmedia.com)
15:24.15*** join/#asterisk ccccp123 (~IceChat77@cpc9-glfd5-2-0-cust157.6-2.cable.virginmedia.com)
15:24.37*** join/#asterisk p3nguin (~xwQ5kwYl6@cobalt.esxi.hosts.a2infotech.com)
15:35.41*** join/#asterisk csnook_laptop (~chris@c-76-19-64-161.hsd1.ma.comcast.net)
15:43.09*** join/#asterisk p3nguin (~xwQ5kwYl6@cobalt.esxi.hosts.a2infotech.com)
15:50.40*** join/#asterisk neurosys (~neurosys@c-65-34-188-197.hsd1.fl.comcast.net)
15:51.24*** join/#asterisk daxt (~daxt@112.135.89.230)
16:09.38*** join/#asterisk p3nguin (~xwQ5kwYl6@cobalt.esxi.hosts.a2infotech.com)
16:20.59*** join/#asterisk Defraz (~Defraz@tim.spudnik.com)
16:21.14*** join/#asterisk tasca (~tasca@189-31-76-168.fnses700.dsl.brasiltelecom.net.br)
16:23.44kaldemarvoila: http://phpagi.sourceforge.net/phpagi2/docs/
16:26.37*** join/#asterisk jkroon (~jkroon@dsl-241-237-206.telkomadsl.co.za)
16:50.48*** join/#asterisk jkroon (~jkroon@dsl-241-224-24.telkomadsl.co.za)
16:55.34*** join/#asterisk digiv (~mlhess@as2.si.umich.edu)
17:12.01*** join/#asterisk koffel (koffel@173-167-208-130-ip-static.hfc.comcastbusiness.net)
17:12.48koffeli have a question on this if i add custom ext to ext it should load custom ones? right?
17:15.05kaldemarkoffel: what are you talking about?
17:15.47koffelextensions
17:15.52koffelin asterisk
17:16.59kaldemarif you add something to extensions.conf and make asterisk read it... it will read it.
17:23.54*** join/#asterisk manji (~manjiki@2a02:580:8000:7e01::b00b)
17:36.38*** join/#asterisk doolph (~doolph@unaffiliated/doolph)
17:36.58*** join/#asterisk p3nguin (~xwQ5kwYl6@cobalt.esxi.hosts.a2infotech.com)
17:39.44*** join/#asterisk arnotixe (~arnotixe@cl-205.udi-01.br.sixxs.net)
17:49.38arnotixehi all I'm having a difficulty with the -CHANUNAVAIL suffix. When used with a fixed number, say "exten => 100-CHANUNAVAIL", it behaves ok, but when used like "exten => _85.-CHANUNAVAIL" then dialplan sorting is weird, see http://pastebin.com/CGStYxPh for "dialplan show" output...
17:50.01arnotixemaybe the -CHANUNAVAIL suffix is no good with wildcard extensions?
17:54.23arnotixethis one http://pastebin.com/AfnfKiRt has the extensions.conf sections listed, too
17:59.07*** join/#asterisk Nivex (~kjotte@atlantis.home.nivex.net)
18:00.09NivexI'm trying to get GTalk working with Asterisk 1.8.  With jabber debug on, I see an incoming call arrive, but asterisk doesn't seem to be doing anything with it.
18:01.34*** part/#asterisk doolph (~doolph@unaffiliated/doolph)
18:08.15p3nguinPaste your confs in the pastebin.
18:14.09Nivexhttp://dpaste.org/8AuP/
18:15.22p3nguinPaste your phones-kj context from extensions.conf.
18:16.21Nivexhttp://dpaste.org/ZwQZ/
18:17.09p3nguinWhat is the value of ${KJDEVS}?
18:17.43NivexKJDEVS=SIP/nlata1&SIP/nlata2&SIP/cisco&SIP/nivex&IAX2/nivex
18:17.51p3nguinalso, "exten => nivex6@gmail.com, 1, Dial(${KJDEVS})" won't work with those spaces present.
18:18.42p3nguinIs at least one of those five phones online?
18:18.56Nivexyep
18:19.14NivexI use that context for routing other calls, hence the 's' line there
18:19.39p3nguinCalls from google will go to the s extension.
18:21.34NivexI've got this sinking feeling there's some sort of disconnect between jabber.conf and gtalk.conf
18:24.51p3nguinI'll show you my google voice dial plan.  Maybe it'll be of some use to you.
18:26.29p3nguinhttp://pastebin.com/wbpuMZqe
18:27.14p3nguinThe Goto() takes it to a phone, if that wasn't obvious.
18:28.16Nivexproblem is, I'm seeing the incoming XML frame on the Jabber debug, but I'm not seeing any dialplan execution at all
18:29.36*** join/#asterisk Poincare (~jefffnode@2001:470:d6b3:4::2)
18:35.28*** join/#asterisk tzanger (~tzanger@gromit.mixdown.ca)
18:41.02*** join/#asterisk galba (~ldm@90.94.163.126)
18:49.24*** join/#asterisk CatLynx (~sione@173-11-77-182-SFBA.hfc.comcastbusiness.net)
18:49.42*** join/#asterisk seraphie (~erin@207.98.195.107)
18:52.37CatLynxhaving issues with extention"h"
18:53.38p3nguinWhat issues?
18:53.44CatLynxI am trying to make it play a wav file to the person who recived the call
18:53.53p3nguinThat's not going to happen.
18:54.00CatLynxarg
18:54.09CatLynxany ideas how to do that?
18:54.12p3nguinh is the hangup extension.  It runs after the call has ended.
18:54.48CatLynxif the person who made the call gets hanged up by the other end it works fine
18:54.51p3nguinI'm not sure how to go about that.
18:55.09CatLynxthanks
19:00.34voilahi .. is there any way to find out , where the problem in agi php script ??? some type of verbosity
19:00.35voila??
19:12.50Nivexsweet!  got it working!
19:13.01*** join/#asterisk killown (~killown@unaffiliated/killown)
19:15.10*** join/#asterisk p3nguin (~xwQ5kwYl6@cobalt.esxi.hosts.a2infotech.com)
19:16.26Nivexp3nguin: missed you in the pingout.  got it working.
19:28.26Nivexhas anyone here had a gtalk configuration with two different gtalk accounts routing calls to seperate paths?
19:34.21*** join/#asterisk drdru (~Adium@76.77.182.145)
19:34.29drdrudoes asterisk support VAD?
19:38.43p3nguinUh, what?
19:38.53drdruvoice activity detection
19:39.14p3nguinsilence suppression?  no.
19:39.21drdrudang
19:39.23p3nguinNot unless it was added in 1.8.
19:39.33p3nguinYou could check the new features for 1.8.
19:39.36drdruso we're always shipping bits even if nobody's talking?
19:40.15p3nguinI think silence suppression does just the opposite.
19:40.52p3nguinWhen no one is talking, the media stream goes silent.  Silence suppression adds comfort noise to make it seem like the line is still "open."
19:41.51p3nguinPrior to 1.8, Asterisk did not support silence suppression/comfort noise.  I don't know if 1.8 has it or not because I don't yet run my own 1.8 system and I have never looked for it in the new features.
19:42.59jkroontwo different things.
19:43.20jkroonasterisk will never support VAD as I understand it, that is the work of an end-point device.
19:43.37jkroonCNG (comfort noise generation) is a different matter though.
19:44.00jkroonthen again, VAD on dahdi/console channels might be something to look at.
19:44.25drdrusometimes the end point device isn't smart enough to do VAD
19:44.42p3nguinWhen running an end point with VAD enabled, Asterisk does gripe about not supporting comfort noise, so while they may be different, there's certainly a relationship.
19:44.50jkroonalbeit, my experience with VAD/CNG was that even directly between two SIP phones it's better to just switch it off, causes really nasty audio artifacts in general.
19:45.22drdruknow where I might be able to find a VAD algorithm?
19:45.28drdruI don't need it for asterisk
19:45.42drdruI'm trying to automate voice recording
19:45.54jkroonp3nguin, definitely there is a relationship.  but asterisk could (theoritcally I think) just pass the CNG parameters on to the next hop in the signalling path anyway.
19:47.00jkroonvad itself just stops sending rtp data, cng on the other hand sends noise parameters from the source to the destination so that the recipient can reproduce some whitenoise to hide the vad artifacts.
19:52.09*** join/#asterisk m0e (~Moe@41.34.24.66)
19:54.59*** part/#asterisk drdru (~Adium@76.77.182.145)
20:07.52*** join/#asterisk bmg505 (~leon@196-209-44-243.dynamic.isadsl.co.za)
20:10.36*** join/#asterisk Schreiber1337 (cee4b465@gateway/web/freenode/ip.206.228.180.101)
20:12.26Schreiber1337Anyone else have issues where a caller on 1.8.3.2 server doesn't hear rings on outgoing calls?
20:12.39*** join/#asterisk NightMonkey (debian-tor@pdpc/supporter/professional/nightmonkey)
20:14.39p3nguinschreiber1337: What channel tech is your phone using, and which channel tech is used for the outgoing leg (between Asterisk and the phone company or ITSP)?
20:16.30Schreiber1337P3nguin: The T1 with Verizon is :switchtype=national signalling=em_w is that what you are asking?
20:17.34p3nguinThat answers the second half.
20:17.49Schreiber1337P3nguin: Phones are using SIP w/ G711u codec
20:18.02p3nguinOkay, so SIP and PRI.
20:18.47Schreiber1337P3nguin: The T uses all 24 channels as BChannels... I think they refer to it locally as DTWink
20:52.49*** join/#asterisk iulius (~iulius@adsl-217-3-19.asm.bellsouth.net)
20:53.23Schreiber1337P3nguin: Did you have any ideas what's going wrong?
20:55.35p3nguinschreiber1337: Not sure... When you place a call from a SIP phone, the ringing sound is produced by the other end of the call.  In your case, the T1 probably isn't going to provide the ringing, so it would have to be produced by Dahdi.  I don't use Dahdi and I don't have any analog devices, so I'm not totally sure what setting you need to use to make it ring.
20:56.21Schreiber1337P3nguin: OK... thanks... Anyone else have any input?
21:13.47*** join/#asterisk weinerk (~weinerk@unaffiliated/weinerk)
21:36.18*** join/#asterisk seraphie (~erin@207.98.195.107)
21:36.36*** join/#asterisk minaguib (~mina@modemcable098.129-202-24.mc.videotron.ca)
21:37.33minaguibHey folks. I'm eyeing a Yealink phone as a main house phone. No need for fancy business stuff. Just a large easy to read display and good audio quality. YAY/NAY/other recommendations ?
21:41.33*** join/#asterisk csnook_laptop (~chris@c-76-19-64-161.hsd1.ma.comcast.net)
21:52.38*** join/#asterisk chilicuil (~chilicuil@unaffiliated/chilicuil)
21:53.47m0eis it normal for sip show peers to show the extension's private ip if hte extension is behind nat?
21:56.51p3nguinm0e: sip show peers doesn't show extensions at all, it shows sip peers.
21:57.06m0eit shows my extensions though *shrugs*
21:57.13p3nguinIf you want to see extensions, you'll be using dialplan show.
21:57.37p3nguinsip show peers does *not* show extension information.  Period.
21:58.33m0ewell.. my end shows name/username host dyn ...
21:58.41p3nguinIf you were so inclined to name your sip devices with numbers that correspond with the extension number used to dial such sip devices, that might be why you think it shows extension information.
21:59.07m0eaaah.. that could be it :$
21:59.10p3nguinname/username, correct.
21:59.38m0ewell.. in that case.. it still shows with the extension's private IP.. is that correct?
21:59.45p3nguinSo your question was if sip show peers shows the private IP address of the peer when it is behind a NAT on a remote network?
21:59.53m0eexactly
21:59.59p3nguinExtensions do not have IP addresses.
22:00.07p3nguinI just went over this.
22:00.16p3nguinPlease pay attention next time.
22:00.45m0eI read what you wrote.. its just that, it shows IP addresses here.. anyways.. assuming we are talking peers
22:00.54m0ea peer that is behind NAT on a remote network
22:01.01p3nguinsip show peers should not show the private IP address of a phone on a remote network.
22:01.20p3nguinIt should show the public IP address of that device.
22:01.51m0ethanks for the info.. I need to dig in to find out what's the problem then.. thanks.. just wanted to make sure this was odd behavior before going around in circles
22:02.03*** join/#asterisk chilicuil (~chilicuil@unaffiliated/chilicuil)
22:02.37p3nguinCheck your NAT settings for your own Asterisk system if it is behind NAT as well as the NAT setting for the peer.
22:03.14m0eAsterisk is on a public IP.. I might need to check the other end..
22:06.04*** join/#asterisk chilicuil (~chilicuil@unaffiliated/chilicuil)
22:06.29*** join/#asterisk Pimmetje (~Pimmetje@s5146b5f9.adsl.wanadoo.nl)
22:13.56*** join/#asterisk Pimmetje (~Pimmetje@s5146b5f9.adsl.wanadoo.nl)
22:21.50m0edefining a stun server on the NATed side seems to have fixed it.. though I thought it was only the asterisk server that needed to worry about NAT
22:25.56*** join/#asterisk Pimmetje (~Pimmetje@s5146b5f9.adsl.wanadoo.nl)
22:27.01p3nguinUnder normal circumstances, you need only configure your peer for NAT and Asterisk will take care of the rest.
22:29.03m0ehmm.. ok.. quick question (thought this might be a bit of a networking one.. not sure how this is handled by asterisk/sip in general).. If i use iptable's redirect.. though its listening on the public IP.. is this considered NAT (as it really is NAT)
22:29.30m0eredirect as in.. port redirection.. to be able to listen to port 12345 for instance
22:29.48m0eand then redirect it to 5060 to keep the "defaults"
22:42.34*** join/#asterisk juliocesarlhg (~jcesarg@190.234.185.191)
22:43.00juliocesarlhghelp with mgcp gateway
22:47.15*** join/#asterisk Pimmetje (~Pimmetje@s5146b5f9.adsl.wanadoo.nl)
23:01.51*** join/#asterisk Pimmetje (~Pimmetje@s5146b5f9.adsl.wanadoo.nl)
23:02.49*** join/#asterisk ariel_ (~abatista@99-1-236-49.lightspeed.miamfl.sbcglobal.net)
23:30.43*** join/#asterisk m0e (~Moe@41.34.24.66)
23:44.34*** join/#asterisk Russ (foobar@ip70-176-251-1.ph.ph.cox.net)
23:45.48*** join/#asterisk philippel_mac (~p_lindhei@50-46-123-25.evrt.wa.frontiernet.net)

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