IRC log for #asterisk on 20130918

00:05.08rfreirenavaismo: thanks for stopping by, man! I'm doing a pretty simple & straightforward local SIP service for home. see logger.conf, cdr.conf and cdr_custom.conf: http://pastebin.com/jECH0t4E
00:10.01[TK]D-Fenderrfreire: And then you look in modules.,conf to see if it's even loading....
00:10.24rfreire[TK]D-Fender: ooo, /me looks
00:11.50PenguinYou can also check in asterisk with the "module show" command.
00:12.14rfreireno mentions to log on modules.conf. checking cli module show
00:12.57PenguinMost of the time, if you have autoload set to yes and you have not explicitly prevented the module from loading, if there is a valid conf for the module, it will load.
00:13.13rfreirePenguin: [TK]D-Fender hnm really no module. http://pastebin.com/bJ0rSenK
00:13.24[TK]D-Fenderyeah, that's what it's feel like
00:13.24rfreireautoload=no
00:13.26rfreirechanges
00:13.36[TK]D-Fenderrfreire: restart * and check "logger<tab>
00:13.48[TK]D-Fenderrfreire: change to autoload=es
00:13.50[TK]D-Fenderyes*
00:14.11PenguinWith autoload set to no, you have to explicitly load every single module that you want to use.
00:14.15rfreireoooooooo
00:14.17rfreirehere it comes
00:14.20PenguinWith it set to yes, all you have to do is supply a valid conf.
00:14.31rfreire[TK]D-Fender++ Penguin++ A-W-E-S-O-M-E
00:14.41rfreireThanks a LOT guys ;-D
00:15.16rfreireI was just frustrated; wrote crazy dialplans, everything working flawlessly... but couldn't manage to make a stupid log work! ;-D
00:15.35rfreireThank you very mucho again! \o
00:18.29navaismosee you all
00:22.55*** join/#asterisk serafie (~erin@24.96.64.240)
00:24.41rfreire[TK]D-Fender Penguin add this one: While /var/log/asterisk had proper access, /etc/asterisk/<some config files> file mode was 600 or 660 and user:Group were root:root, thus preventing the asterisk user to parse the file! /o\ me--
00:25.21PenguinIt isn't the first time that has happened.
00:27.50rfreirePenguin: yep. Upon initial Asterisk setup, I moved the original config fikes to /etc/asterisk/orig folder and then was crafting individually the needed/relevant files. However, when copying /etc/asterisk/orig/<Blah>.conf, it also inherited the permission, and thus, preventing asterisk:asterisk to read it.
00:38.04*** join/#asterisk jasonwert (~w3rt@96-42-150-164.dhcp.trcy.mi.charter.com)
00:45.42*** join/#asterisk suneye (~atcmmi@119.123.220.19)
01:24.19*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
01:31.56*** join/#asterisk andrewya_ (~andrewyag@syd02s26-fw01.thecore.net.au)
01:58.55*** join/#asterisk pensmit (~pensmit@unaffiliated/pensmit)
02:03.10ChannelZI know fail2ban uses gamin (if you have it) but does it notice when another process rotates the log?  I had a bunch of bad registrations that it seemed to ignore yet testing the regex against the log, it sees.
02:07.05PenguinI've got one AsteriskNOW box that the fail2ban was giving me trouble with, and I don't understand it either.  It apparently watches the log file correctly, because it adds the offending IP addresses to the correct chain in iptables.  But I continue to see the same hosts trying to make calls after they should be blocked.  And if I monitor iptables, the byte count on those lines do not increase.
02:07.31PenguinI realize it isn't exactly the same as what you said, but what you said made me think of this problem I encountered.
02:09.52ChannelZhmm
02:12.13ChannelZmy box at work just ignored the same IP.. what the hell
02:13.06pensmitAre WaitExten and Background the only apps that accept DTMF?
02:13.36pensmitThey seem to pause to long for me.  I'd like them to jump to the extension dialed as soon as one digit is pressed
02:13.42pensmitHope this makes sense
02:13.46ChannelZReadExten
02:13.59ChannelZThat has more to do with your extensions
02:14.27ChannelZIt's waiting for more digits because they might match another extension.
02:15.33pensmitahh
02:15.39pensmitHow do I stop that
02:15.46pensmitsay they only need to press one
02:15.54ChannelZone what? one digit?
02:15.58pensmityes
02:16.04pensmit1-9
02:16.15pensmitso as soon as that digit is pressed
02:16.19pensmitit moves on
02:16.50ChannelZYour WaitExten or whatever would need to be in a context that only contained those extensions
02:16.54*** join/#asterisk vinhdizzo (~vinh@cpe-98-154-220-20.socal.res.rr.com)
02:18.18pensmitahh
02:18.21pensmitmakes perfect sense
02:18.22pensmitthank you
02:19.40ChannelZyah
02:38.02*** part/#asterisk w9sh (~sph@50-79-224-193-static.hfc.comcastbusiness.net)
02:42.17*** join/#asterisk popers (~toxie@189.191.52.77)
02:42.24popersgood night
02:42.40popersdoes anybody know why console command doesnt work in asterisk 11.5
02:42.52ChannelZwhich one
02:42.59popersi put asterisk -rx 'console dial'
02:43.05popersbut it dont work
02:43.56popersim trying to dial from the console
02:44.05popersdoes anybody know how can i do this
02:44.14ChannelZdo you have chan_console loaded?  I think that's where that's provided
02:44.38ChannelZif you're trying to just originate a call through your dialplan, look at 'channel originate'
02:44.50popersok
02:46.21popershow can i restart modules in asterisk
02:47.35ChannelZdepends. some have reload commands of their own.  Otherwise you can 'module unload' and 'module load' them (or 'module reload
02:50.43*** join/#asterisk popers (~toxie@189.191.52.77)
02:51.32popersno such command 'console dial'
02:51.41popersi've restarted my system
02:51.46PenguinStop trying to use console dial, then.
02:51.47popersi've archlinux
02:51.53PenguinOr load the channel driver.
02:52.16popersthen how i dial from console
02:52.23PenguinTyping the command over and over again won't make it magically appear.
02:52.31PenguinWhat do you mean by "dial from console"?
02:52.47PenguinDo you mean initiate a phone call between two end points?
02:53.11popersyes
02:53.21Penguinchannel originate
02:53.25popersim following this tutorial
02:53.39popershttp://raspimods.blogspot.mx/2012/09/portero-ip-con-asterisk-y-tarjeta-de.html
02:54.05popersit is in spanish but i suppose that the commands are clear
02:54.25popersasterisk -rx 'console dial'
02:54.37popersin a bash script in the raspberry pi
02:55.34PenguinIf you are trying to call to one phone and then connect it to another phone, console dial is the wrong command.
02:55.45Penguinchannel originate   <------
02:57.32popersits kind of fuzzy for me
02:58.07poperscan you say me where can i find a good tuto about asterisk or a book or something
02:58.09ChannelZthe console channel is a very specific thing, a local ALSA channel (your sound card)
02:58.20ChannelZWhat is it you're actually trying to do?
02:58.35popersa call between my computer and a rpi
02:58.39popersraspberry pi
02:58.42PenguinIf you're trying to use a PHONE, then the console dial command isn't the right command.
02:59.09popersok correct me if im wrong
02:59.31popersmy raspberry pi can handle calls from asterisk whith s extension
02:59.51PenguinExtension s has zero to do with that.
03:07.11popersa book about new versions of asterisk
03:07.26popersbecause im reading the future of telephony
03:07.58popersand it is a little old
03:10.58*** join/#asterisk Iamnach0 (~Iamnacho@ip174-70-132-58.ks.ks.cox.net)
03:14.01*** join/#asterisk grongi (~gringo@unaffiliated/gringo)
03:14.14*** join/#asterisk drmessano^ (~nonya@pdpc/supporter/active/drmessano)
03:16.09*** part/#asterisk popers (~toxie@189.191.52.77)
03:19.44*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
03:25.58*** join/#asterisk j4jackj (jack@j4jackj-1-pt.tunnel.tserv21.tor1.ipv6.he.net)
03:37.57*** join/#asterisk j4jackj (jack@j4jackj-1-pt.tunnel.tserv21.tor1.ipv6.he.net)
03:46.38*** join/#asterisk mintos (mvaliyav@nat/redhat/x-pywunzazumqhwlut)
03:58.59*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
04:16.16*** join/#asterisk fakhir (~fakhir@unaffiliated/fakhir)
04:28.27*** join/#asterisk nix8n82 (~AndChat27@24.143.11.81)
04:31.20*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
04:33.02pensmitWhat's the :3 here?  exten => _011.,1,Dial(SIP/${EXTEN:3}@flowroute)
04:33.19pensmitIs this for international calls?
04:35.49*** join/#asterisk aruntomar (~Thunderbi@49.248.152.221)
04:36.57*** join/#asterisk zerick (~eocrospom@190.187.21.53)
04:43.38j4jackjpensmit: it's to strip the first 3 off.
04:46.43*** join/#asterisk hebber (~hebber@node-14pg.pool-125-25.dynamic.totbb.net)
04:50.32*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
04:56.01*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
04:58.21*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
04:59.13pensmitthanks
05:01.10PenguinIt's the offset.
05:01.36PenguinAnd the correct syntax would be Dial(SIP/flowroute/${EXTEN:3})
05:09.02*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
05:25.54*** join/#asterisk danjenkins (~danjenkin@cpc3-folk2-2-0-cust34.1-2.cable.virginmedia.com)
05:27.49j4jackjHi [TK]D-Fender
05:30.44*** join/#asterisk jhlavacek (~jirka@80.215.40.29)
05:51.12*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
05:51.19*** join/#asterisk eject_ck (~Eugene@95.67.72.22)
05:56.55*** join/#asterisk gerhard7 (~gerhard7@77-172-47-159.ip.telfort.nl)
06:11.44*** join/#asterisk jhlavacek (~jirka@80.215.9.31)
06:29.35*** join/#asterisk Gugge (gugge@kriminel.dk)
06:31.52*** join/#asterisk danjenkins (~danjenkin@cpc3-folk2-2-0-cust34.1-2.cable.virginmedia.com)
06:33.42*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
06:52.10*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
06:52.59*** join/#asterisk suneye (~atcmmi@121.34.40.137)
07:03.13*** join/#asterisk vlad_starkov (~vlad_star@109.188.125.15)
07:07.58*** join/#asterisk afidegnum (~chatzilla@41-218-228-104-adsl-dyn.4u.com.gh)
07:08.33*** join/#asterisk bulkorok (~chatzilla@85.183.61.47)
07:08.45afidegnumhello all, anyone online ?
07:10.44bulkorokhi
07:18.28ChannelZnope
07:20.52*** join/#asterisk bacobart (~bart@ionosphere.nl)
07:27.45*** join/#asterisk riantsoa (~CLAM@ram94-8-88-165-232-189.fbx.proxad.net)
07:28.37riantsoaHi guys, i tried everything but i cannot use reliabily DTMF inside asterisk
07:28.44riantsoahere is my config:
07:29.47riantsoaGSMPHONE <-> huawei 3g Dongle <-> chan_dongle <-> Asterisk <-> Diaplan
07:30.41riantsoaThe thing is that Freeswitch can handle flawlessly DTMF
07:31.42riantsoai played with all asterisk parameter but i cannot make it work
07:31.46*** join/#asterisk threesome (~threesome@customer-79-127-150-148.net.angelnet.cz)
07:37.25*** join/#asterisk threesome (~threesome@customer-79-127-150-148.net.angelnet.cz)
07:37.40*** join/#asterisk dash_ (~d45h@unaffiliated/dash-/x-7576607)
07:42.53riantsoai see on debug " DTMF begin '3' received on Dongle/dongle0-0100000007
07:42.54riantsoa[Sep 15 10:38:45] DTMF[1532] channel.c: DTMF begin ignored '3' on Dongle/dongle0-0100000007"
07:43.14riantsoawhy it ignored the digit???
07:43.32riantsoahe see the begening but it ignore it after
07:43.52riantsoahow can i solve that
07:43.53riantsoa?
07:45.33*** join/#asterisk danjenkins_ (~danjenkin@62.254.236.250)
07:46.10*** join/#asterisk hehol (~hehol@2001:1438:1009:200:e58a:93f8:c6ae:e26c)
07:50.04*** join/#asterisk alexscott (~alexscott@2a01:6380:fffd:1:223:32ff:fed0:93cc)
07:51.10*** join/#asterisk alexscott (~alexscott@2a01:6380:fffd:1:223:32ff:fed0:93cc)
08:00.05riantsoahuhu
08:01.15*** join/#asterisk wdoekes (~walter@wjd.osso.nl)
08:01.59*** join/#asterisk Wiretap (~wiretap@unaffiliated/wiretap)
08:04.51*** join/#asterisk Qwell (~north@pdpc/sponsor/digium/Qwell)
08:04.51*** mode/#asterisk [+o Qwell] by ChanServ
08:06.52riantsoano body can help?
08:07.15*** join/#asterisk caveat- (hoax@shell.bshellz.net)
08:12.10*** join/#asterisk eject_ck (~Eugene@95.67.72.22)
08:16.56afidegnumhi all, pls i am in a situtaion
08:17.26afidegnumI am looking for a way to get virtual number for SMS verification... anyone know anything good that can help?
08:17.58*** join/#asterisk jhlavacek (~jirka@dhcp192-73.enst.fr)
08:19.10ChannelZuhmmm.. what?
08:21.28afidegnumany answer ?
08:22.28ChannelZdoesn't understand the question
08:23.46wdoekesafidegnum wants a throwaway number on which he can receive sms
08:23.52wdoekesafaict
08:24.20ChannelZburner phone... google voice...
08:24.39afidegnumyes
08:24.54afidegnumgoogle voice is not working in my end... I am located in Ghana
08:25.56wdoekesmay we ask what verification you're attempting to bypass?
08:26.13ChannelZCredit card fraud! Are you a prince?
08:26.50wdoekesI'm not sure all africans are 419sters
08:26.59afidegnumnonono
08:27.12*** join/#asterisk CeBe (~CeBe@port-92-206-114-40.dynamic.qsc.de)
08:27.19afidegnumI am not into that... the truf is, I am creating various facebook pages to promote my site,
08:27.44afidegnumI am creating users who will also help promote my site
08:28.00afidegnumbut I am the one doing all that...
08:29.31wdoekesbloating the facebook database.. that is a noble cause in itself
08:29.51afidegnumI wanted to buy sim cards but we are monitored... against SIM box phone termination... I don't want any unecessary detention over how I don't know how I can explain to them I am creating facebook users for that.
08:30.57afidegnumI hope you understand my situation?
08:31.16*** join/#asterisk danjenkins (~danjenkin@62.254.236.250)
08:31.38*** join/#asterisk Takapa (vegard@junior.svanberg.no)
08:35.03TriJetScudnaw still prince
08:37.37ChannelZSo you want to create a bunch of fraudulent accounts so you can verify other fradulent accounts to promote a website that does I-can-only-imagine-what.
08:38.28TriJetScud^
08:38.38TriJetScudwhy don't we just say "we can't help you"
08:39.04TriJetScudbecause that's just what we can only do
08:39.06TriJetScudwe don't do fraud
08:40.20ChannelZwell that and Ghana is a problem. There's a few voip providers in the US that can do SMS but I'm assuming if he can't get ahold of a couple of cell phones that he's not going to get up on something with a credit card
08:40.55afidegnumsee... I repeat once again, I am not into fraud... Ghana being blacklisted for fraud doesn't mean all Ghanaians are fraudsters
08:41.29TriJetScudstill afidegnum, what you're doing constitutes fraud, creating sock puppets to promote a site
08:41.42afidegnumlet me remind you, the Real fraudsters are Nigerians they migrate into other countries to dirty the image of that country
08:42.10afidegnumTriJetScud: how do you promote your site?
08:42.13ChannelZNot condeming all of you (my original comment was a joke) but you are basically wanting to make a bunch of fake FB accounts
08:42.33TriJetScudafidegnum, I don't. I make good content and people come
08:43.05ChannelZI presume FB limits you from using the same phone number so you also want a bunch of fake ("virtual") numbers to verify your fake accounts.  So you're not on _that_ much of the straight-and-narrow.
08:43.21afidegnumI have a good content... how do you want users to come to your site when you don't promote your site?
08:43.39afidegnumunless you don't know the rudiment of website promotion.
08:43.39TriJetScudthis place is #asterisk, not ##seo
08:44.07TriJetScudyou have better luck on asking seo related questions at seo places
08:47.35ChannelZI got a good spam today from "Mr. John Kerry, the secretary of the state" (lower-case theirs) that my "CONTRACT/INHERITANCE Payment/Lotto winners price" was ready to be collected.. I guess he didn't know which.
08:49.42ChannelZIt seemed totally legit to me, that the Head of ATM CARD Department of CITI BANK OF NIGERIA has a gmail address.  He's a Reverend too!
08:51.12TriJetScudheh
08:53.49*** join/#asterisk nickfennell (~nickfenne@unaffiliated/nickfennell)
08:57.56*** join/#asterisk tzafrir_laptop (~tzafrir@local.xorcom.com)
08:59.00riantsoai see on debug " DTMF begin '3' received on Dongle/dongle0-0100000007
08:59.00riantsoa<riantsoa> [Sep 15 10:38:45] DTMF[1532] channel.c: DTMF begin ignored '3' on Dongle/dongle0-0100000007"
08:59.00riantsoa<riantsoa> why it ignored the digit???
08:59.00riantsoa<riantsoa> he see the begening but it ignore it after
08:59.00riantsoa<riantsoa> how can i solve that
08:59.01riantsoa<riantsoa> ?
08:59.24*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
09:02.54*** join/#asterisk nextime (~nextime@unaffiliated/nextime)
09:03.14nextimehello all
09:03.27nextimei'm experiencing this very same issue: https://issues.asterisk.org/jira/browse/ASTERISK-17410
09:03.46nextimeusing asterisk 1.8 from debian sid
09:04.03nextimei can assume is solved in more recent asterisk versions?
09:04.39*** join/#asterisk eject_ck (~Eugene@95.67.72.22)
09:14.10kaldemarnextime: Resolution: Unresolved
09:14.22kaldemarnextime: don't make any assumptions on that being fixed.
09:20.03nextimekaldemar : well, thanks. sad that is a huge issue for me.
09:39.20*** join/#asterisk hehol (~hehol@2001:1438:1009:200:e58a:93f8:c6ae:e26c)
09:44.07*** join/#asterisk nantou (~phonetic@gateway/tor-sasl/martinphone)
09:46.02*** join/#asterisk dash_ (~d45h@unaffiliated/dash-/x-7576607)
09:54.02*** join/#asterisk DaveCanoe (~Dave@2001:1928:0:ffff::2)
10:02.54*** join/#asterisk andrewyager (~andrewyag@8-104-141-114.static-dsl.realworld.net.au)
10:09.55*** join/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
10:09.57*** part/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
10:20.59*** join/#asterisk vlad_starkov (~vlad_star@109.188.125.6)
10:24.58*** join/#asterisk Galaxor (~Galaxor@208.67.250.157)
10:28.02*** join/#asterisk jhlavacek (~jirka@2001:660:330f:c0:3e97:eff:fe2d:1344)
10:29.28*** join/#asterisk Wiretap (~wiretap@unaffiliated/wiretap)
10:32.36GalaxorLet's say that asterisk negotiates two sip clients to talk to each other.  Does asterisk step out of the way and let traffic flow directly between the clients?  Or does all the traffic flow through the asterisk box?
10:36.04*** join/#asterisk asghar144 (~asghar144@host118-24-dynamic.8-87-r.retail.telecomitalia.it)
10:37.56*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
10:50.46wdoekesGalaxor: directmedia=yes makes the RTP flow between the clients
10:50.58wdoekesbut the SIP always passes through the asterisk
10:51.23*** join/#asterisk taylorbyte2013 (~cyberninj@139.218.237.26)
11:10.07*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
11:14.32*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
11:21.07*** join/#asterisk vlad_starkov (~vlad_star@46.39.44.24)
11:23.00*** join/#asterisk dash_ (~d45h@unaffiliated/dash-/x-7576607)
11:28.04*** join/#asterisk andrewyager (~andrewyag@syd02s26-fw01.thecore.net.au)
11:29.29asghar144hi, asterisk-1.8.23 send debug to cli with debug set off
11:30.00asghar144[Sep 18 12:22:05] DEBUG[21529]: channel.c:6390 ast_set_owners_and_peers: setting peeraccount to 9682092255 for SIP/
11:30.45asghar144how i can stop this
11:31.24kaldemarcore show help core set debug
11:32.16*** join/#asterisk andrewya_ (~andrewyag@8-104-141-114.static-dsl.realworld.net.au)
11:34.25asghar144it is already set off
11:34.53asghar144core set debug off
11:36.41kaldemarwhat does "core show settings" say about debug level?
11:38.32jmetroKatty: I've been onsite for the past...week. And am leaving in an hour for another. XD
11:38.44jmetroKatty: let me know how the cross-register went
11:38.48*** part/#asterisk jmetro (~nickserv@75-150-221-198-Illinois.hfc.comcastbusiness.net)
11:38.51*** join/#asterisk jmetro (~nickserv@75-150-221-198-Illinois.hfc.comcastbusiness.net)
11:40.10asghar144<PROTECTED>
11:40.10asghar144<PROTECTED>
11:43.07hebberexit
11:49.25*** join/#asterisk vlad_starkov (~vlad_star@109.188.125.221)
11:59.52*** join/#asterisk davlefouAMD (~david@197.15.33.146)
12:01.42asghar144ast_log(LOG_DEBUG, "setting peeraccount to %s for %s from data on channel %s\n",
12:02.45asghar144this is line number 6390 in channel.c
12:05.50*** join/#asterisk dongola7 (~dongola7@unaffiliated/blair/x-0911782)
12:07.20asghar144i can change to ast_debug(1, "setting peeraccount to %s for %s from data on channel %s\n",
12:07.45*** join/#asterisk protocoldoug (~doug@unaffiliated/protocoldoug)
12:07.59asghar144but i am not sure it is corract way
12:09.38*** join/#asterisk davlefouAMD (~david@197.15.33.146)
12:16.56kaldemarasghar144: that's how it is in newer versions (ast_debug(1, ...)).
12:17.26karl-sasghar144, check out ./includes/asterisk/logger.h
12:18.43karl-sI think you are OK with your change (but do you really want that to debug??? i'm sure you have a good reason)
12:24.05asghar144i am setting accountcode in dialplan so it maybe sometime usefull to debug.
12:27.57*** join/#asterisk brad_mssw (~brad@shop.monetra.com)
12:28.49asghar144ok changed, it should not be change also in upstream version_
12:28.52asghar144?
12:32.57karl-si checked 10.x and there is no AST_log that references peeraccount in channel.c
12:33.28*** join/#asterisk [TK]D-Fender (~chatzilla@216-191-106-163.dedicated.allstream.net)
12:33.52kaldemarkarl-s: it has been changed to ast_debug with level 1.
12:34.33karl-sthats what I figured except it looks like they changed the wording a little too. Which would be why i didnt see it from a cursory search
12:37.25*** join/#asterisk pensmit (~pensmit@unaffiliated/pensmit)
12:38.59*** join/#asterisk jhlavacek (~jirka@dhcp192-73.enst.fr)
12:42.08*** join/#asterisk vlad_starkov (~vlad_star@109.188.125.234)
12:44.53asghar144in asterisk-11.5 they changed to  ast_debug(1, "setting peeraccount to %s for %s from data on channel %s\n",
12:44.56*** join/#asterisk tuxx- (tuxx@2a02:2308::216:3eff:feac:73b6)
12:45.12tuxx-hiya. whats the best option to keep cdr records for realtime queues?
12:46.24*** join/#asterisk davlefouAMD (~david@197.15.33.146)
12:47.29*** join/#asterisk Turl (~Turl@cyanogenmod/maintainer/Turl)
12:48.33Turlhi
12:49.02TurlI am currently having an issue with calls when using tls
12:49.11*** join/#asterisk davidbowlby (~textual@99-67-52-166.lightspeed.clmboh.sbcglobal.net)
12:49.39Turlmy asterisk is behind a nat, and so is the remote phone
12:50.25Turlif I switch to using udp, it all works fine, but if I use tls it seems the remote phone never acks the 200 OK asterisk sends
12:51.44*** join/#asterisk danjenkins_ (~danjenkin@213.106.234.250)
12:53.04wdoekesTurl: if you're both behind NAT, you probably have an ALG that makes things work
12:53.11wdoekesthe ALG cannot read your TLS session
12:54.07Turlwdoekes: I'm pretty sure there's no ALG on asterisk's side and ports should be forwarded correctly
12:54.25Turlwdoekes: I have no control over the other nat (3G network)
12:54.48raidghostWhen i trunk doesnt show up with sip show registry, but does show up with sip show peers, What am i missing then?
12:55.08*** join/#asterisk Vann (~manny@c-76-97-51-58.hsd1.ga.comcast.net)
12:55.44*** join/#asterisk serafie (~erin@nat/digium/x-ixpyjmsznrgsyuod)
13:01.17Turlwdoekes: the other interesting thing is that if I call the other way (invert caller and called party) it works fine
13:02.51Turlso when caller is outside and calls inside it doesn't work (caller never acks), and if caller is inside and called party outside it works
13:03.53Kattyjmetro: it went just peachy!
13:04.04*** join/#asterisk amessina (~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e)
13:05.45*** join/#asterisk niplo (~panosm763@kmark38.static.otenet.gr)
13:07.33*** join/#asterisk putnopvut (~putnopvut@asterisk/master-of-queues/mmichelson)
13:07.33*** mode/#asterisk [+o putnopvut] by ChanServ
13:07.54niploAm trying to display greek characters on grandstream phone. Does anybody know what charset should i use? Am trying to setup CID
13:08.09niplocharacter set*
13:08.33*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
13:09.52*** join/#asterisk DaveCanoe (~Dave@2001:1928:0:ffff::2)
13:11.41*** join/#asterisk mjordan (~mjordan@nat/digium/x-ktryiwknpmiaufot)
13:11.41*** mode/#asterisk [+o mjordan] by ChanServ
13:13.47wdoekesTurl: and the Contact:-header in the 200 holds how you are reachable over the internet?
13:16.01Turlwdoekes: looks like so
13:16.14Turlwdoekes: hmm, except the port is wrong
13:16.24Turlsomehow it put a 5061 on there
13:18.00Turlon the UDP case it uses the correct port
13:21.30Turlwdoekes: adding a "externtlsport" option seems to do the trick, thanks for the pointers
13:22.35Turlit's weird that it uses 5061 when it's configured to listen on something else with tlsbindaddr=ip:port though
13:25.21Kattyhello my asterisk does not work at all how to fix plz is urgent thx
13:25.59QwellKatty: have you tried turning it off and then on again?
13:26.15Kattyhow to turn off plz????
13:26.43QwellKatty: rm -f /proc/power
13:27.15karl-shuh, that actually ran...
13:27.48karl-sroot@ast-dev-03-:~# rm -f /proc/power
13:27.56Qwellyes
13:28.11karl-swas hoping for more smoke though
13:28.19Qwellit'll shut down in 3 minutes
13:28.22bacobart/proc/power doesn't exist
13:28.26bacobartand rm doesn't complain about it
13:28.28Qwellbacobart: not anymore
13:28.29bacobartno harm done
13:29.25karl-sroot@ast-dev-03-:~# rm -rf /proc/acpi/ ??
13:29.36karl-srm: cannot remove `/proc/acpi/battery': Operation not permitted
13:30.00karl-sI probably should get back to coding instead of finding creative ways to break my system
13:30.02Kattyit does not work it says 'rm' is not recognize as an internal or external command, operable program or batch file?????
13:30.56bacobartsuperior operating systems do not support rm
13:31.22bacobartthey delete files when it senses you do not need it anymore
13:31.28bacobartor at random
13:31.32bacobartwhatever it feels like
13:31.47[TK]D-FenderNew system feature : "Feelings"
13:33.38asghar144my system feel pain when i write rm -f
13:35.03wdoekesTurl: file a bug report
13:35.26raidghost[TK]D-Fender: Trying to setup asterisk without freepbx, added trunk. But for some weird reason it doesnt show up with sip show registry. (i have added the registry string) so it should not be the issue. What could be wrong?
13:36.09Kattya severe lack of cookies.
13:36.21Turlwdoekes: I will, thanks
13:36.37[TK]D-Fenderraidghost: maybe you did it wrong.
13:37.22[TK]D-Fenderraidghost: Starting with the term "Added trunk".  Making a peer entry is just that.  A register statement is also somewhat independant of that technically.
13:37.43karl-sraidghost, unless you added a register statement, it wont appear with sip show registry
13:37.47karl-stry sip show peers
13:38.47[TK]D-Fenderthat won't show it
13:39.07raidghostsip show peers
13:39.09raidghostshows the trunk
13:39.13[TK]D-FenderIf you don't see your entry in "sip show registry" ... then you did it wrong.
13:39.57raidghostregistry statement as registry string?
13:40.06karl-snot too many commercial sip trunks require registration these days. its probably a 80% shot that when you say 'add a trunk' you just mean adding a peer
13:40.21karl-sraidghost, yes exactly
13:40.26raidghostallready added that
13:40.35raidghostBut it doesnt make a diff
13:40.37karl-sah well in that case
13:40.45karl-sno no, it may make the difference
13:41.02karl-sif you really did add a register string, it should appear in sip show registry
13:41.16[TK]D-Fenderraidghost: that would be the "did it wrong" part....
13:41.22karl-slike [TK]D-Fender said, it was probaly enter wrong
13:41.37karl-serr yea, what he said...
13:42.11raidghostregister => 47mynumber:password:47mynumber@sip.provider.com/XXXXXXXX
13:42.43karl-sbe sure its under the [general] heading
13:43.08raidghostSo thats a must? it cant be in the [My trunk] ?
13:43.17[TK]D-Fenderraidghost: NO
13:43.23[TK]D-Fenderraidghost: Location counts.
13:43.26Kattyyour mom's trunk.
13:43.36[TK]D-Fenderraidghost: at the end of [general], and before ny other heading
13:43.39karl-son command I use sometime to sift out those pesky comments is: grep -v ^\; /etc/asterisk/sip.conf | grep -v ^$
13:44.01*** join/#asterisk vlad_starkov (~vlad_star@109.188.125.243)
13:44.01[TK]D-Fenderany*
13:44.02karl-sthat will verify that you didnt accidentally put the register in the wrong place
13:44.13*** join/#asterisk petris (~petris@192.184.93.7)
13:44.51Kattyupdates Qwell's emergency contact info
13:47.04raidghostwell. ive added the info under [general] in the end, and no diff
13:47.36*** join/#asterisk petris (~petris@192.184.93.7)
13:47.44karl-syou did reload right? (have to ask)
13:48.16Kattyi'll reload your sip in a minute
13:48.32raidghostyes.
13:48.50raidghosti did reload, karl-s
13:49.00Kattydid you ...sip reload?
13:49.20raidghostsip reload or /etc/init.d/asterisk reload
13:49.31raidghostits the same
13:50.05karl-sgothca. Probably need a pastebin of sip.conf (unless you noticed wierd warnings during the sip reload)
13:50.19karl-stheres not too much to the sip registry string...
13:50.43Kattyi vote we blame leifmadsen
13:50.49Kattyhas not blamed leifmadsen in awhile.
13:50.56karl-si kinda agree with that
13:51.15karl-swe should force him to rewrite the book again
13:51.21raidghostBeen trying to find examples at google to use as a example how to setup the sip.conf
13:51.31raidghostBut of course NONE of the examples ive found made a diff
13:51.36Kattykarl-s: leifmadsen did a wonderful job writing the book
13:51.46leifmadsenKatty: sounds fishy
13:52.08karl-s:)
13:52.08Kattyspeaking of fish.
13:52.15Kattyleifmadsen: have any new recipes for me?
13:52.19Kattyfile: or you.
13:52.20leifmadsenI do not!
13:52.24filemoo.
13:52.24Katty:<
13:52.43Kattyhugs file
13:52.59karl-sraidghost, which ast version?
13:52.59filehugs Katty
13:53.10raidghost1.8
13:53.11Kattyfile: how's life n stuff n things?
13:53.30fileBUSY
13:53.49Kattyfile: that's good, yes?
13:53.53fileyes
13:54.23Kattyyay
13:56.25karl-syea sorry raidghost cant think of anything it should look something like this guys sip.conf: http://agix.com.au/blog/?p=2656
13:57.47afidegnumhello, can someone pls tell me what are teh steps of creating a virtual number right from my end?
13:58.09afidegnumthis number will be able to receive SMS messages
13:58.41Kattystep 1. locate a crayon and post it note
13:58.48Kattystep 2. write number on post it note
13:58.55Kattystep 3. post to monitor.
13:59.19raidghosthttp://pastebin.com/Gqi0MZBF
13:59.44*** join/#asterisk BK (ca7d90e3@gateway/web/freenode/ip.202.125.144.227)
14:00.01KattyBK: have it your way.
14:00.11afidegnumKatty: I don't get u
14:00.20Kattyyou're right. you don't.
14:00.56Kattythis conversation needs more drmessano
14:01.54*** join/#asterisk Stll0 (~tux@nethservice.nethesis.it)
14:01.56afidegnumok, can u please break it down? I don't understand
14:02.51Kattyi'm not nearly caffeinated enough for that yet.
14:03.40Kattydid anyone start gta 5 last night?
14:05.26Guest47772Hi. I am using chan_dongle to take calls from dongle device
14:05.39Guest47772in asterisk and dialout from asterisk
14:06.05karl-sraidghost, you got some errors
14:06.07afidegnumcan anyone assist ?
14:06.27karl-swell actually only 1 error raidghost. Move the useragent line under the [general] context
14:06.35Guest47772now my requirement to send a sms from console to recharge sim.
14:06.47karl-sbecause of that lingering line, sip.conf was refusing to load
14:06.58*** join/#asterisk asghar144 (~asghar144@host118-24-dynamic.8-87-r.retail.telecomitalia.it)
14:07.04Guest47772need assistance regarding to it
14:08.26raidghostkarl-s: i now learned that the useragent has nowhere to be other than below the [useragent]
14:08.50karl-s??? i didnt catch that one... sorry
14:09.24karl-sdid you mean [general] as opposed to [useragent] ?
14:10.15raidghostkarl-s: as putting the useragent = thingy below the [general]
14:10.26karl-syes! thats exactly it
14:10.33karl-sdoes sip show registry work ok now?
14:10.39raidghosthas to be in the [general] , ive learning.
14:11.04raidghostkarl-s: gotta change my firewall settings, cause im guessing that it needs forwarded some ports.
14:11.27raidghostMy freepbx server does use the 5060 port at the moment, so i need to change it to see if it makes a diff on the asterisk only server
14:11.37[TK]D-Fenderraidghost: It does, but that won't stop it from showing from CLI.  the worst that could do is cause it to fail
14:12.08*** join/#asterisk putnopvut (~putnopvut@asterisk/master-of-queues/mmichelson)
14:12.08*** mode/#asterisk [+o putnopvut] by ChanServ
14:12.18*** join/#asterisk gerhard7 (~gerhard7@77-172-47-159.ip.telfort.nl)
14:13.07raidghostso that only shows that my configs are not propper.
14:13.56raidghostcause it should say failed (as long as the 5060 port are in use by my freepbx computer.
14:14.05[TK]D-Fenderraidghost: Fix your other settings for port definitions, etc, and show us the new configs & dumps after
14:14.44raidghostport destinations, like the firewall?
14:14.47[TK]D-Fenderraidghost: You'll also have to set up a different RTP range <----------
14:15.01[TK]D-Fenderraidghost: what port you BIND for SIP
14:15.14raidghostgonna replace the freepbx computer with the asterisk none freepbx
14:15.38raidghostso to set up a different RTP range is not needed.
14:16.00raidghostBut now its dinner. Be back after dinner.
14:34.28*** join/#asterisk _Corey_ (~chatzilla@50-200-184-54-static.hfc.comcastbusiness.net)
14:38.03*** join/#asterisk monsterco (~monsterco@64.231.101.21)
14:47.13*** join/#asterisk aidinb (~aidin@unaffiliated/aidinb)
14:49.07*** join/#asterisk duchman (~paulo@41.190.2.54)
14:50.22raidghostthe bindaddress thingy in [general] is that the external voip ip to be entered or my asterisk server ip?
14:53.27*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
14:54.06mjordanraidghost: your IP.
14:55.22*** part/#asterisk monsterco (~monsterco@64.231.101.21)
14:55.25bacobartor just leave 0.0.0.0 to bind to all interfaces on your system
14:55.28[TK]D-Fenderraidghost: just leave as 0.0.0.0
14:56.01[TK]D-Fenderraidghost: and let * bind to all IP's on your server.  Yor WAN stuff is in the externaddr
14:56.12[TK]D-Fenderraidghost: Along with several otrher required settings for working from behind NAT.
15:00.11*** join/#asterisk danjenkins_ (~danjenkin@213.106.234.250)
15:01.15*** join/#asterisk aberrios (~aberrios@195.130.201.200)
15:04.04raidghosthttp://pastebin.com/CEcJQfNu
15:04.12raidghostIS how my sip.conf file looks like right now.
15:04.47raidghostand still it doesnt show up with sip show registry
15:05.58[TK]D-Fenderraidghost: register =>47xxxxxxxx:mypassword:47xxxxxxxx@sip.provider.com/71XXXXXX <- has to be at the END of [general]
15:06.10Qwell[TK]D-Fender: it shouldn't matter
15:06.25[TK]D-FenderQwell: register cuts off all the other [general] setting below it
15:06.34[TK]D-FenderQwell: Dawn-of-time issue
15:06.47*** part/#asterisk Qwell (~north@pdpc/sponsor/digium/Qwell)
15:06.51[TK]D-Fender:(
15:06.53raidghostOkey. but then i move it to the end of general. 2 sec
15:06.54*** join/#asterisk Qwell (~north@pdpc/sponsor/digium/Qwell)
15:06.54*** mode/#asterisk [+o Qwell] by ChanServ
15:06.57[TK]D-Fender:)
15:07.09[TK]D-FenderQwell: @boing
15:07.56Kattyjigs through the channel
15:07.59Kattyrandomly jazzhands
15:08.02Kattyjigs out
15:08.05raidghostdidnt make any difference
15:08.07*** join/#asterisk dash_ (~d45h@unaffiliated/dash-/x-7576607)
15:08.17raidghostSo i try to think where the issue could be.
15:09.04Qwellraidghost: show us what it says when you do sip reload
15:09.17Kattyhi mister Qwell
15:09.18[TK]D-Fenderraidghost: Along with the other status dumps we've asked for
15:09.23QwellKatty: ohai
15:09.35[TK]D-Fender[11:08]raidghostdidnt make any difference <_ SHOW, don't "say"
15:10.27*** join/#asterisk jasonwert (~w3rt@75-134-81-98.static.aldl.mi.charter.com)
15:10.31raidghosthttp://pastebin.com/yXngSZDt
15:11.26[TK]D-Fenderraidghost: show the new configs AND the CLI dumps for both.  And while you're at it -> "ls -la /etc/asterisk"
15:13.38raidghostNew configs? the one i just pasted 17:04 was the latest sip.conf , but now the ls -la is coming up in pastebin
15:15.45[TK]D-Fenderraidghost: after which we told you to make changes
15:15.53[TK]D-Fenderraidghost: so it should not be current
15:17.45raidghosthttp://pastebin.com/hDJvBeS3 (the ls -la
15:22.17raidghosti did make changes. been google some more, but still not show up as registered
15:23.46boom^timeI put a limit on my SIP channel for simultaneous outbound, I'm getting this Notice Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?)
15:23.48boom^timeWhich is great
15:23.53boom^timeBut the disposition is showing up as BUSY
15:24.24boom^timein my CDRs. Is there anyway to discern between the end point being busy and the local trunk being congested?
15:25.44boom^timeI have congestions=yes in my cdr.conf but it still logs as BUSY
15:27.18[TK]D-Fenderraidghost: I've asked for a complete set of updated configs, CLI dumps, and that folder dump.  What you have pasted in the past does not account for the file size I see there and I do not have those updated outputs as requested.  If you are not going to be thorough and consistent I will cease assisting you on this.
15:28.14raidghostWhen you say updated confings. i guessing you talk aboute other files than only the sip.conf file
15:28.24asghar144raidghost: are you sure asterisk reading from the sip.conf wich you changing and not from some other sip.conf? what are the content of asterisk.conf?
15:29.26raidghostasghar144: asterisk.conf doesnt have the same things as my sip.conf file
15:30.11raidghostasterisk got some [compat] stuff, and thats all.
15:30.55asghar144raidghost: asterisk.conf have config file locations
15:31.15[TK]D-Fenderraidghost: I am talking about your updated sip.conf.  It should have changed.  We don't see that.  The file size does not look like it matches what you have shown us in the past at all.  We don't see the nuew dumps from CLI
15:32.05raidghost[TK]D-Fender: Whats the point of showing new dumps of CLI when there is nothing changed. its the same text
15:32.37raidghostI have tried to pull together a sip.conf file. But you talking aboute change stuff. i dont know what more to change
15:33.12asghar144mine is astetcdir => /etc/asterisk in asterisk.conf
15:33.29raidghostits the same in my asterisk.conf file
15:33.41raidghosti didnt see on the top, where the file dir stuff was
15:35.56*** join/#asterisk danjenkins_ (~danjenkin@213.106.234.250)
15:39.53*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
15:41.45*** join/#asterisk navaismo (~navaismo@189.241.77.253)
15:43.37*** join/#asterisk camerin (hoax@elite.bshellz.net)
15:45.15[TK]D-Fendermoves on to other matters
16:02.18*** join/#asterisk ChannelZ-Wk (~bobm@spark.idolum.com)
16:10.56*** part/#asterisk Stll0 (~tux@nethservice.nethesis.it)
16:13.08*** join/#asterisk danjenkins (~danjenkin@cpc3-folk2-2-0-cust34.1-2.cable.virginmedia.com)
16:16.02*** join/#asterisk sawgood (~sawgood@unaffiliated/sawgood)
16:18.28*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
16:18.59*** join/#asterisk pcAngel (yoink@S0106602ad072bdf0.vc.shawcable.net)
16:19.38pcAngelHi guys, I am implementing queue member priorities today and we have some users with two phones (SIP/295 and SIP/296 - one being a desk phone, the other a soft phone)
16:20.07pcAngelIs there a way for us to tie the two phones together so that if either are on the phone, it considers this person to be unavailable (ie pause both or consider both to be inuse)?
16:20.40pcAngelI was thinking it may have something to do with adding them as a Local extension, with a single hint
16:21.00[TK]D-Fenderjust create the hint and specify it as the state_device
16:22.09pcAngeldo you know of any documentation or example that can help me with that?
16:22.31[TK]D-Fenderstate_device is where you add the memeber
16:22.41[TK]D-Fenderand composite hints are just & <-
16:24.05pcAngelso maybe have one phone register to 295A, the other 295B, and then create [context] exten => 295,hint,SIP/295A&SIP/295B \ exten => 295,1,Dial(SIP/295A&SIP/295B)    ?
16:24.38[TK]D-FenderI didn't say anything about a dial
16:24.42[TK]D-Fenderyour memeber is your member...
16:24.47[TK]D-Fenderthe hint is composite though.
16:25.00pcAngelis the hint supposed to be in the queue member config?
16:26.05[TK]D-Fenderyes
16:29.59pcAngelThanks I have enough to research now & am getting somewhere =)
16:35.23*** join/#asterisk threesome (~threesome@ip-94-113-13-143.net.upcbroadband.cz)
16:49.36pcAngelD-Fender:  do you have any suggestions on how I can get two queue members to share the same state_interface?  I've tried specifying the state_interface as SIP/FirstAccount&SIP/SecondAccount,  it didn't report in use or ringing, even though an extension hint set up that way reported both as InUse/Ringing from CLI core show hints
16:51.10fileyou can't join devices like that for a state interface, it allows only one
16:51.53pcAngelfile:  I'm trying to make it so that if a user with two phones has either phone in use, they aren't rang on the other phone, from a queue that has ringinuse=no
16:52.17pcAngelfile: do you have any suggestions?  I also tried adding the member through a Local/xxx@context with the hint set up and functioning
16:52.25filenot off the top of my head
16:55.12[TK]D-FenderpcAngel: You should be able to point to a singular hint directly
16:55.17*** join/#asterisk deweydb (~deweydb@athedsl-4465989.home.otenet.gr)
16:56.29deweydbhello.  I'm running Asterisk 1.8 and FreePBX 2.10, and for some reason it won't auto load app_stack.so on boot.  I've tried adding: "load => app_stack.so" into the /etc/asterisk/modules file but when i reboot, i still have no access to modules in that file, such as gosub.
16:56.30deweydbif i do: "core show application gosub " it says: Command 'core show application gosub' failed.  but i can do: "module load app_stack.so" and it loads fine.
16:56.30deweydbhow do i get it to always load app_stack.so automatically?
16:59.05*** join/#asterisk putnopvut (~putnopvut@asterisk/master-of-queues/mmichelson)
16:59.05*** mode/#asterisk [+o putnopvut] by ChanServ
17:01.04paulcpcAngel: How about making a Local channel agent for the two devices, and using a hint for that end point pointing to the both devices as previously discussed? Not 100% sure it'd work, but might be worth a try
17:01.38filehints indicate extension state which is an aggregation of device state
17:01.48filea state interface within app_queue is for device state
17:02.13paulcah.. ignore my ramblings then :)
17:02.15pcAngelyeah I tried that and it didn't work, depending on how I specified it, it showed as Invalid or Not in use
17:02.43fileI don't believe there is a "device" state which is actually a view of an extension state, although that could be interesting
17:03.00fileputting it into a loop would be hilarious
17:03.03pcAngelI think I need two extensions to share a device state-no idea how to do that.
17:03.06pcAngelI have a dirty idea
17:03.43pcAngelSIP/299A, SIP/299B, SIP/299   -- register the phones to SIP/299A and SIP/299B,     have asterisk register to 299@localhost
17:04.26pcAngelthen to call the extensions from the queue, call SIP/299A@299 & SIP/299B@299 from a Local/
17:04.31pcAngelwith device state set to SIP/299
17:05.38pcAngelUnfortunately I actually have five extensions to link for myself, four for another person, and a few other people with at least 2 or 3, so even if it works it'd be a configuration management nightmare..
17:08.18pcAngeloh.   I can check the device states on a local channel and reject the call if any of the set of devices are already InUse/Ringing
17:12.02*** join/#asterisk nantou (~phonetic@gateway/tor-sasl/martinphone)
17:14.05*** join/#asterisk tzafrir (~tzafrir@bzq-218-28-58.cablep.bezeqint.net)
17:14.16Kattyi need a new series to watch.
17:14.20*** join/#asterisk j4jackj (jack@99.199.11.127)
17:18.01fileI wonder what else such a device state provider could be used for...
17:21.24*** join/#asterisk danjenkins_ (~danjenkin@cpc3-folk2-2-0-cust34.1-2.cable.virginmedia.com)
17:36.51*** join/#asterisk luke_ftw (~luke_ftw@unaffiliated/luke-ftw/x-9245329)
17:39.30*** join/#asterisk serafie (~erin@nat/digium/x-ucsxntugbguvhtpy)
17:40.47paulcKatty: Have you seen Derek? (from Ricky Gervais)
17:41.03Kattydoesn't ring a bell
17:41.06Kattyis that a series?
17:41.30paulcKatty: Yeah.. http://www.youtube.com/watch?v=Hd5WdxGRNG8
17:42.21paulcOf course.. the British humour may not cross the pond successfully.. can be a bit hit and miss sometimes ;-)
17:53.34*** join/#asterisk ibercom (5121944c@gateway/web/freenode/ip.81.33.148.76)
17:58.32*** join/#asterisk serafie (~erin@nat/digium/x-emgeayqobiijqxws)
18:09.52*** join/#asterisk nantou (~phonetic@gateway/tor-sasl/martinphone)
18:11.58*** join/#asterisk danjenkins (~danjenkin@cpc3-folk2-2-0-cust34.1-2.cable.virginmedia.com)
18:12.39_Corey_Anyone know of a provider offering DIDs in Rwanda?
18:13.14*** join/#asterisk mic__ (~mic@0305ds4-vby.0.fullrate.dk)
18:16.39*** join/#asterisk roderickm (~roderickm@67.63.143.254)
18:21.25mic__channel.c: Didn't receive a media frame from SIP/provider-00000000 within 500 ms of answering. Continuing anyway
18:21.36mic__I checked networking etc.
18:21.47mic__and I am out of ideas.
18:22.16*** join/#asterisk viasanctus (~viasanctu@unaffiliated/viasanctus)
18:22.29*** join/#asterisk monsterco (~monsterco@64.231.101.21)
18:22.56monstercowhere can I find official documentation on parameters like "insecure=very", "insecure=port,invite" for various versions of Asterisk?
18:25.17[TK]D-Fenderver = 1.2 and lower
18:25.31[TK]D-FenderAnd was documented in the "upgrade.txt"
18:25.39[TK]D-Fendervery*
18:28.52monstercodoes Digium provide any official reading material on this online?
18:29.11[TK]D-FenderIt's in the tarball
18:29.18[TK]D-FenderThat is where the changes are documented
18:30.54Kattyheaddesks repeatedly
18:32.07[TK]D-FenderKatty: Target-lock acquired!
18:32.16[TK]D-Fenderwham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!wham!WHAM!
18:32.20Katty*hee*
18:32.36monsterco[TD]D-Fender - changes are there but how about documentation on those features? Is there any way I can pull that info from CLI? I mean what parameters I am allowed to use and what other options are available like mediartp or something like that I have seen before...
18:33.40*** join/#asterisk roderickm (~roderickm@67.63.143.254)
18:34.00[TK]D-Fendermonsterco: No, there is no "complete documentation" built into CLI.  That is what the changelogs descibe as far as what it was changed FROM is concerned.  For synax, that is what the SAMPLE CONFIGS help show you
18:48.56[TK]D-Fendermonsterco: There is also the official WIKi for more background.
18:51.14mjordanand, as an aside, while we at Digium does a lot of work and all on this stuff, documentation is a community affair. It's the overall Asterisk community that provides documentation, not just us.
18:51.20mjordans/does/do
18:52.13mjordan[TK]D-Fender: as a random aside, and only tangentially related, we did add CLI documentation for a *very* limited subset of configuration files in Asterisk 12 (but I'm pretty sure that isn't what he's running)
18:54.18[TK]D-Fendermjordan: Given the general stability of dev branches it'd be "skipping" at best ;)
18:54.42[TK]D-Fender"Look how much further it bounced!"
18:55.12mjordanWell, there are some rather large changes
18:55.14mjordan:-)
18:55.40mjordanBut, that's what standard releases are for: to get the architectural changes in so that we don't do that during an LTS
19:01.28monsterco[TK]D-Fender - so core show help or anything like that can't help with me with configs like "insecure" then?
19:02.25*** join/#asterisk modesto916 (~modesto@189-90-192-72.isimples.com.br)
19:02.57[TK]D-Fendermonsterco: No, that is in the sample config
19:03.03[TK]D-Fendermonsterco: and an ANCIENT one at that
19:05.07monstercoI don't see anything on Wiki pretaining to insecure or canreinvite
19:06.05[TK]D-Fender[15:02][TK]D-Fendermonsterco: No, that is in the sample config
19:06.52[TK]D-FenderApplications & APIs are documented on the WIKI, straight-up configs typically within the sample config files
19:08.13*** join/#asterisk roderickm (~roderickm@67.63.143.254)
19:10.39monstercoright - so I don't see canreinvite in Asterisk 1.8.2.3 sip.conf.sample - does that mean it's replaced by directmedia?
19:10.50monsterco[TK]D-Fender^^
19:11.26[TK]D-Fenderyes, in 1.6
19:11.33[TK]D-Fendermonsterco: You are looking at very old stuff
19:21.49*** join/#asterisk Vutral (ss@mirbsd/special/Vutral)
19:22.38boom^timeHey guys, what's a good way to limit the amount of simultaneous calls with AMI? With call files I can simply limit the amount of files in the dir. I can't figure out how to do it with an AMI connection.
19:22.58[TK]D-Fenderboom^time: there is none
19:23.05boom^timeI keep going back and forth between AMI and call files. I can't make up my mind I like them both.
19:23.19boom^time[TK]D-Fender, That's disappointing.
19:26.14boom^timeDarn, and the originate response action doesn't tell me when the call is finished so I can't manage it that way.
19:27.05*** join/#asterisk vlad_starkov (~vlad_star@109.188.127.87)
19:32.18boom^time[TK]D-Fender, I would like to defer to your expertise if you don't mind. What do you think is more practical for call origination? I like AMI because of TLS and connecting to multiple asterisk servers for load balancing, future scalability in both the number of servers and commands I can send. But call files are simpler to implement and I can manage the amount of simultaneous calls.
19:34.23[TK]D-Fendertons of ways to manage the count with AMI. and AMI doens't have to have FS access
19:35.40boom^timeHow can I manage the count, (I'm assuming you mean amount of concurrent calls)?
19:37.31[TK]D-Fenderdial local channel, use group count.
19:37.45[TK]D-FenderSet a channel variable.  Poll active channels for it
19:37.45*** join/#asterisk danjenkins (~danjenkin@cpc3-folk2-2-0-cust34.1-2.cable.virginmedia.com)
19:37.52[TK]D-Fenderres_psychic
19:37.55[TK]D-FenderTons of ways
19:38.00[TK]D-Fenderuse your imagination.
19:38.53mic__can someone throw a pointer - or a clue - when calling in locally -> busy tone ok. Calling from outside via mobile -> silence
19:39.10mic__(nah, not busy tone = waiting tone, sorry)
19:39.20boom^time[TK]D-Fender, thanks
19:40.41mic__when calling locally it gets immediately the RTP
19:41.09mic__when calling from outside asterisk throws a message "didn't receive a media frame from xxx within 500 ms". continuing anyway
19:48.22monstercodirectmedia is new - isn't it? I just solved a one-way audio issue with putting directmedia=no - this took few days - darn it - why change things around like that
19:50.46[TK]D-Fender[15:11][TK]D-Fenderyes, in 1.6 <- several years ago
19:51.05roderickmf/k/a canreinvite
19:51.07*** join/#asterisk jasonwert (~w3rt@96-42-150-164.dhcp.trcy.mi.charter.com)
19:53.19boom^time[TK]D-Fender, earlier you mentioned polling active channels for a channel variable. What's the best way to do that? I was trying something like core show channel sip/501-00000-00000001 and then searching for the variables section but I was hoping for a better way.
19:54.10[TK]D-Fenderboom^time: AGI Get Variable, raw dump, whatever, take your pick
19:58.18*** join/#asterisk aidinb (~aidin@unaffiliated/aidinb)
19:59.46mic__monsterco: well, it's not one way audio
20:00.21mic__I am more concerned about asterisk complainig, that it did not get any frame within 500 ms after I run ANSWER via AGI
20:05.35*** part/#asterisk monsterco (~monsterco@64.231.101.21)
20:05.59*** join/#asterisk vlad_starkov (~vlad_star@109.188.127.87)
20:13.11mic__smells both asterisk and the sip provide are waiting for RTP
20:13.19mic__and since nobody is sending, it's silence.
20:15.05*** join/#asterisk danjenkins (~danjenkin@cpc3-folk2-2-0-cust34.1-2.cable.virginmedia.com)
20:26.52boom^timeAnyone know how to tie an AMI originate to the Newchannel event associated with it?
20:28.35*** join/#asterisk MrUC (~MrU@cpe-70-95-157-210.hawaii.res.rr.com)
20:29.02boom^timeThis is what happens: http://pastebin.com/WDEd35QS
20:29.34boom^timeBut that Newchannel could be for any originate that is to SIP/501
20:30.43nextimeboom^time : se a channel variable in the originate call
20:30.48nextimeand trace this variable
20:30.51nextimes/se/set
20:31.34[TK]D-Fendercheckout time, BBIAB
20:32.14boom^timenextime, I set blah=hi just now and I don't see it anywhere after the originate
20:32.49boom^timehttp://pastebin.com/NaArEm0T
20:32.52*** join/#asterisk danjenkins (~danjenkin@cpc3-folk2-2-0-cust34.1-2.cable.virginmedia.com)
20:34.24nextimeboom^time : make the originate call an extension, in the extension use agi or fastagi to trace the call
20:34.52mic__ok - I fixed it
20:35.29mic__I just push some data on the channel, so that my side starts "talking" - and then it works ;)
20:36.15boom^timenextime, I'm sorry I'm a little confused on how that would work. Would you mind elaborating further? How does the AGI trace the call?
20:37.21nextimeboom^time : the agi or fastagi can detect the variable you set in the originate and then recognize the call. It can also get the source channel, and then pass it to the ami daemon to continue to trace it from ami
20:37.47nextimeso, you need to make the agi/fastagi side and the ami side communicate in some way
20:38.18nextimepersonally i have a daemon that implement both fastagi and ami to do that, using twisted python and starpy
20:38.30WIMPyIs there something I've missed? Why use an AGI?
20:38.32nextimebut of course there are other ways to do the same concept
20:38.51nextimeWIMPy : did you have a better way to do that?
20:39.05boom^timeWell if I could just follow the uniqueid of the channel that would be great except that isn't set at origination
20:39.23WIMPyIf you're using AMI you will see the variable getting set.
20:39.24nextimeboom^time : exactly, in the originate you don't know the unique id yet
20:40.06nextimeWIMPy : when you call an originate you have the return from the originate, but you don't know the channel that the originate will create as it doesn't exist yet
20:40.30nextimeand in the other events in the channel you don't see the var you set in the originate
20:40.33boom^timeWIMPy, here is an example, I don't see the variable blah=hi get set http://pastebin.com/Wi2EHyA4
20:41.44WIMPyHmm. Maybe not if you AMI originate? But you could always GetVar it.
20:42.25boom^timeWIMPy, how would that work exactly?
20:42.35WIMPySeems strange. Usually you get events for variables being set, even on channel creation.
20:43.06WIMPyWhen you see a channel being created, you could try to red your variable from that channel.
20:43.25WIMPyIf it exists, you know it's a channel you're interested in.
20:43.30boom^timeI see, doesn't seem very efficient.
20:43.57boom^timeI wish the ActionID would follow
20:44.04boom^timeseems like that's pretty much what it was designed for too.
20:44.25*** join/#asterisk Vutral (ss@mirbsd/special/Vutral)
20:44.30WIMPyMight be easiest to use a local channel.
20:44.57boom^timeI'm having a hard time envisioning how that would work, D-Fender suggested it to me earlier.
20:45.16nextimeWIMPy : no, you can't just use getvar in all events as i remember
20:45.42nextimeif i remember right, there is no way to get it in the newchannel event
20:46.13nextime( maybe i'm wrong, but i remember something like this for which i've implemented the way with a fastagi )
20:46.27WIMPyYou obviousely don't use it IN an event.
20:46.59WIMPyboom^time: What exactely are you doing?
20:47.56nextimeWIMPy : right, but what if i need to get the "newchannel" event and know that this newchannel is relative to my originate, or many if the originate fail and no channel is created?
20:48.04boom^timeWIMPy, would you mind explaining the local channel method for me?
20:48.16nextimebasically, if the originate fail your way using getvar won't work
20:49.16WIMPyWhat could make it fail without creating a channel? Other than originating something invalid?
20:49.28nextimeWIMPy : a busy line?
20:49.43nextimea non registered sip user?
20:50.01WIMPyYu can't find out somethign is busy without trying and that needs a channel.
20:50.18WIMPyOk, that might "work".
20:51.01WIMPyboom^time: With a local channel you go to your dialplan, where you can do whatever you want, like using UserEevent.
20:52.39boom^timeHow do you originate to a local extension? Action: Originate Channel: a8005551212
20:52.52boom^timeand then look for anyhing _a[NXXNXXXXXX]
20:53.09*** join/#asterisk danjenkins (~danjenkin@cpc3-folk2-2-0-cust34.1-2.cable.virginmedia.com)
20:53.18boom^timedo an odbc function ot upload the channels unique id to a database
20:53.25WIMPylocal/extension@context
20:53.30boom^timeThanks
20:53.40boom^timeDoes the rest of my guesswork sound right?
20:53.52WIMPychannel: local/extension@context that is.
20:54.08boom^timeI ugess i don't need the a prefix
20:54.13boom^timejust a custom context
20:54.20WIMPyYou can name your extensions anythiong you like. e.g. the peer you want to call or a number.
20:54.28WIMPyyes
20:55.06navaismodont forget the /n
20:55.23WIMPyWhy?
20:55.31boom^time/n?
20:55.41navaismoWIMPy: just in case
20:55.54WIMPyIn case of what?
20:56.37*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
20:57.14navaismoissue with vars if i recall
20:57.54boom^timeWhat if you just always assumed you wouldn't call the same channel during the same time. So you just followed the newchannels and cut off anything following -
20:58.48navaismoWIMPy: in the past not using /n on the local channel works weird for me, let me digg where i found the tip about using the /n
20:58.50WIMPyDon't use channel names. That will only work with luck.
20:58.55boom^timeie if I call SIP/501 I follow Channel: SIP/501-00000003
20:59.08*** join/#asterisk Chotaire (chotaire@chotaire-home.vipri.net)
20:59.34boom^timeOnly follow the uniqueid then?
20:59.36WIMPyThat seems to be true for chan_sip, but it's nether a documented behaviour nor true for other channeltypes.
20:59.43boom^timeGotcha, thanks for the warning
21:00.11WIMPyYou can use the channel name, once you have identified the cahnnel by other means.
21:00.16boom^timeOkay
21:00.36navaismoahahaha "Esoteric"--->http://www.voip-info.org/wiki/view/Asterisk+local+channels
21:00.42boom^timeThanks for all of the help guys I need to run. Will let you know how I do.
21:01.59*** join/#asterisk DaveCanoe (~Dave@2001:1928:0:ffff::2)
21:10.13*** join/#asterisk jpoz (~jpoz@184.169.152.1)
21:11.07jpozmaybe a newbie question but is there anyway via AMI or CLI to get a rrmemory queues order?
21:11.46jpozto know who's going to be the next agent a call will be connected to
21:17.00cuscoer
21:17.13cuscoI don't think so..
21:24.13MrUCfollowed the asterisk quick start guide... dialing 2600 from sip phone calls "IAX2/guest@pbx.digium.com/s@default"; problem is the call is not connecting to the IVR
21:24.39[TK]D-FenderIIRC Digium took down their IAX2 test server
21:25.13MrUCi was about to ask that; how could we verify if its online or offline?
21:25.55navaismoiax2 show peers
21:26.35MrUCstatus: unmonitored
21:26.53MrUCdemo/asterisk    216.207.245.47  (S)  255.255.255.255  4569          Unmonitored
21:27.43*** join/#asterisk danjenkins (~danjenkin@cpc3-folk2-2-0-cust34.1-2.cable.virginmedia.com)
21:28.00navaismoqualify it and check again hehe
21:28.31*** join/#asterisk jpoz (~jpoz@ec2-184-169-152-1.us-west-1.compute.amazonaws.com)
21:29.26MrUChow do you qualify it?
21:29.52MrUC(i'm new to * and i'm starting in the quick start guide)
21:30.57[TK]D-Fenderwhat "quick start guide" exactly?
21:31.11navaismoMrUC: below the iax2 peer config add qualify=yes
21:32.05MrUChttp://www.asterisk.org/sites/asterisk/files/mce_files/documents/asterisk_quick_start_guide.pdf
21:32.50jpozanyone who rrmemory queues are ordered?
21:34.50MrUClinked from http://www.asterisk.org/get-started
21:36.32[TK]D-FendermrcCould be a defunct carry-over...
21:36.45[TK]D-FenderMrUC: I would move on with other testing
21:41.19MrUCfender - sure. so i'm new to asterisk could you recommend other reads/guides available on the web? i ordered the * oreilly book; waiting it for to arrive
21:45.22*** join/#asterisk s14ck (uid6427@gateway/web/irccloud.com/x-wxaixdhhyrukmhql)
21:45.36s14ckhey yo
21:47.10[TK]D-FenderMrUC: you can view it online in the meantime
21:48.01mic__that was a productive day
21:48.19mic__only 16h at work and enden up with a sky-high headache :D
21:48.32MrUConly?
21:48.36MrUCouch
21:49.15mic__running your own business is fun
21:49.22mic__but sometimes it's also like that... ;)
21:49.40mic__and sometimes it's just bloody tears and PITA
21:49.55mic__:D
21:50.05MrUCcool - how long have ya been in business?
21:50.26mic__2.5 years
21:51.13MrUCvery cool
21:51.21MrUCi'm guessing IT/voip related?
21:52.49mic__open source, voip is a new thing
21:53.06mic__kind of started doing that "by mistake"
21:53.13mic__I went to a guy to fix his database
21:53.14mjordanMrUC: I've removed that guide you found. It's quite out of date. Asterisk: the Definitive Guide is the best book on Asterisk. You can read it online at asteriskdocs.org
21:53.40mic__MrUC: and then I ended up having VOIP on the menu some months later ;)
21:53.44mjordanMrUC: for supplemental stuff, you may want to check out the Asterisk wiki, which has command reference for the various versions, as well as some getting started/configuration sections (wiki.asterisk.org)
21:54.02*** join/#asterisk luke_ftw (~luke_ftw@unaffiliated/luke-ftw/x-9245329)
21:54.26MrUCmjordan - roger and thanks
21:55.25MrUCmic - databases... heh
21:59.00mic__MrUC: I recommend the asterisk book
21:59.43mic__MrUC: I was also going through Asterisk 1.6 from packt (not much use currently unless you have to deal with legacy stuff)
22:00.37MrUCthanks mic - good 2 know
22:00.38mic__MrUC: VoIP hacks (O'Reilly) was also interesting - inspired me to do a few nice things. And a book all other programmers here have to go through is "Packet guide to Voice over IP"
22:02.31mic__good night from this timezone ;)
22:02.33mic__&
22:02.48MrUCgood night
22:03.07*** join/#asterisk tamiel (~tamiel@abo-203-153-68.bdx.modulonet.fr)
22:03.40*** join/#asterisk xzarth_ (~krikkit@dh207-14-76.xnet.hr)
22:10.39*** join/#asterisk vlad_starkov (~vlad_star@109.188.127.87)
22:14.11*** join/#asterisk aidinb (~aidin@unaffiliated/aidinb)
22:14.24*** join/#asterisk Sjors (~sgielen@foo.kassala.de)
22:17.21*** part/#asterisk mjordan (~mjordan@nat/digium/x-ktryiwknpmiaufot)
22:23.57*** part/#asterisk asghar144 (~asghar144@host118-24-dynamic.8-87-r.retail.telecomitalia.it)
22:32.31*** part/#asterisk navaismo (~navaismo@189.241.77.253)
22:39.00*** join/#asterisk navaismo (~navaismo@189.241.77.253)
22:40.02*** join/#asterisk Sjors (~sgielen@foo.kassala.de)
22:41.09*** join/#asterisk Akuma (~Akuma@modemcable122.80-21-96.mc.videotron.ca)
22:50.47*** join/#asterisk MrUC (MrU@cpe-70-95-157-210.hawaii.res.rr.com)
22:51.48*** join/#asterisk j4jackj (jack@99.199.11.127)
23:01.22*** join/#asterisk roderickm (~roderickm@67.63.143.254)
23:26.26MrUCbroken link - http://devcon.digium.com/calendar/AsteriskDevCall
23:27.30MrUCfrom https://wiki.asterisk.org/wiki/display/AST/Asterisk+Developer+Conference+Call
23:52.00*** join/#asterisk newtonr (~newtonr@nat/digium/x-ujqmbfulhdtpcmua)
23:52.00*** mode/#asterisk [+o newtonr] by ChanServ

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