IRC log for #asterisk on 20130127

06:45.58*** join/#asterisk infobot (~infobot@rikers.org)
06:45.58*** topic/#asterisk is #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- Asterisk 11.2.1 (2013/01/22), 10.12.1 (2013/01/22), 1.8.20.1 (2013/01/22), DAHDI-linux 2.6.1 (2012/04/20), DAHDI-tools 2.6.1 (2012/04/20), libpri 1.4.14 (2012/12/20) -=- Visit the official Asterisk wiki: wiki.asterisk.org
06:49.00*** join/#asterisk KNERD (~KNERD@cpe-68-201-123-108.gt.res.rr.com)
06:49.49*** join/#asterisk LiuYan (~LiuYan@211.154.128.171)
06:54.19*** join/#asterisk evilman_home (kvirc@2.94.90.18)
06:56.11*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
07:00.54*** join/#asterisk fakhir (~fakhir@unaffiliated/fakhir)
07:35.30*** join/#asterisk elico (~Thunderbi@bzq-79-180-160-65.red.bezeqint.net)
07:49.03*** join/#asterisk tzafrir_laptop (~tzafrir@local.xorcom.com)
08:11.07*** join/#asterisk jmls (~somefake@77.107.171.82)
08:17.32*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
08:22.44*** join/#asterisk Coffeecoco (~warirc@unaffiliated/coffeecoco)
08:22.50Coffeecocohi guys
08:28.09*** join/#asterisk mihamina (~mihamina@ip-41-190-237-66.orange.mg)
08:39.48WIMPyWhen exactely does chan_sip allocate RTP ports? Or the other way round: If you immediately hangup a call would it be possible to skip that stage?
08:46.38*** join/#asterisk KNERD (~KNERD@cpe-68-201-123-108.gt.res.rr.com)
09:14.42*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
09:31.30*** join/#asterisk hehol (~Adium@2a01:198:71d:0:e8b7:f2ed:885:dfeb)
09:48.37*** join/#asterisk TimeRider (~steve@host217-36-208-184.in-addr.btopenworld.com)
10:03.43*** join/#asterisk TimeRider (~steve@host217-36-208-184.in-addr.btopenworld.com)
10:15.58*** join/#asterisk KNERD (~KNERD@cpe-68-201-123-108.gt.res.rr.com)
10:35.33*** join/#asterisk ghost75 (~trechber@dslb-178-002-158-242.pools.arcor-ip.net)
10:41.34wdoekesWIMPy: immediately hangup after 200? or hangup before the dialog is established?
10:42.40WIMPyThat's not a point where I have any influence.
10:42.54*** join/#asterisk gerhard7 (~gerhard7@82-168-115-40.ip.telfort.nl)
10:44.06wdoekesthe rtp ports need to be allocated when the sdp data is created.. which is in the initial invite (normally), or in the final ack (if you skip the sdp in the invite)
10:44.07*** join/#asterisk ra21vi (~ravi@122.177.147.80)
10:44.56ra21viif I have sip id, can I know anout the call connected to that SIP client and what IVR options were selected by caller? I hope it is something in AMI.
10:45.04WIMPyThat kind of defeats the idea of rejectiong call, doesn;t it?
10:45.18wdoekesasterisk doesn't know which ports it'll get until it gets them, so the allocation happens before the ports are published in the sdp
10:46.12ra21vihi WIMPy
10:47.51wdoekesI'm not sure where you're going, WIMPy
10:48.55WIMPyI'd like to minimise the impact of calls that won't be accepted anyway.
10:49.39wdoekesok.. the calls that get rejected, i.e. the ones without any 200
10:49.40WIMPyThe current shitstorms of malicious calls eats up lots of RTP ports that will never be used. That's kind of bad.
10:49.54wdoekesoh.. incoming calls
10:50.24WIMPyErr, should have mentioned that. Yes, incomming.
10:50.26wdoekesthat's.. well.. harder
10:50.34wdoekesor..
10:50.44wdoekesit shouldn't be..
10:53.55wdoekeswith allowguests?
10:54.04WIMPyyes
10:54.13wdoekeswhy?
10:54.48WIMPyWhat's the point of using voip without allowing guests?
10:56.10wdoekesmy customers just use it as replacement for pstn
10:56.25wdoekesbut ok.. what's the rejection criterion, no valid destination?
10:58.21WIMPyyes
11:00.31wdoekesok.. check_user initialized the rtp. handle_request_invite later checks the destination (for which it needs to know the right context)
11:01.27*** join/#asterisk fisted (~fisted@unaffiliated/fisted)
11:04.49wdoekesyou could certainly move the rtp_initialize and find_sdp to after the gotdest = get_destination()
11:05.15wdoekesbut you might need to add extra is-null checks to portions of code that assume you have initialized rtp
11:14.53*** join/#asterisk vlad_starkov (~vlad_star@178.176.244.44)
11:18.27*** join/#asterisk felimwhiteley (~quassel@89.101.203.26)
11:24.26*** join/#asterisk thecoda (~kevin@b0fc0bad.bb.sky.com)
11:25.22thecodaSo if I call out over DADHI (to my mobile) and my mobile's ringing, but the phone from which I'm calling isn't.  What have I overlooked?
11:26.37thecodaDidn't get this dialling out via my SIP provider, so the only thing changed is the argument to Dial()
11:26.55*** join/#asterisk TimeRider (~steve@host217-36-208-184.in-addr.btopenworld.com)
11:35.43thecodaanyone?
11:38.26jzawthecoda: you may have to wait a few mins or even an hour or so
11:42.15*** join/#asterisk danfromuk (~IceChat77@unaffiliated/danfromuk)
11:43.26kaldemarthecoda: start with showing a CLI output for the call.
11:44.17kaldemarthecoda: what kind of a phone are you dialing with?
11:44.36thecodaGigaset, going via SIP
11:45.04thecodadialplan is trivial:
11:45.06thecodaexten => _X.,1,Log(NOTICE,making external call to ${EXTEN})
11:45.07thecoda<PROTECTED>
11:45.27thecodait works if I use same => n,Dial(SIP/${EXTEN}@directvoip)
11:46.14kaldemarpastebin CLI output and sip debug for the call.
11:46.40WIMPyWhat's that "#" doing there after the number?
11:47.47thecodasomething I found via google :)
11:47.57thecodaI had the same issue without it though
11:48.50thecodaoh! This is new
11:49.19thecodaDrop the # but keep the r, I can hear ringing now - but it keeps on going even after I answer
11:49.54WIMPyI take it it's a POTS line?
11:50.10thecodayup
11:50.57WIMPyThen the hack that makes the channel answered immediately is probably the only option.
11:51.39thecoda<PROTECTED>
11:51.39thecoda<PROTECTED>
11:51.40thecoda<PROTECTED>
11:51.51thecodaThat's all I get, until I hang up
11:52.11thecoda(numbers changed to protect the innocent)
11:52.40thecodaWhich hack is this?
11:53.06*** join/#asterisk janmate (~janmate@aa2.nms.ba.cust.gts.sk)
11:53.57WIMPyI'm not familiar with analog stuff, but I'm sure someone else can tell you what options to set.
12:01.49jzawWIMPy: do you know anything about device status via xmpp ?
12:02.06WIMPynope
12:02.12jzawie when i pick up my phone to dial / its ringing/ or im on a call ... my xmpp status is updated as such
12:02.23jzawnp :)
12:02.44jzawi used to use mod_client_asterisk.beam from ejabberd
12:02.54jzawbut that doesnt seem to work any more
12:13.36*** join/#asterisk vlad_starkov (~vlad_star@178.176.244.44)
12:22.10*** join/#asterisk hehol (~Adium@2a01:198:71d:0:e8b7:f2ed:885:dfeb)
12:39.52*** join/#asterisk FiReSTaRT (~dlyh@unaffiliated/firestart)
13:01.39*** join/#asterisk _zoom_ (~zoom@196.1.219.122)
13:02.58_zoom_I'm trying to create the config files for sonagoma a102, I have no wancfg_dahdi my wanpipe-utils version is -3.5.20-0
13:03.01_zoom_help plz
13:06.11*** join/#asterisk fakhir (~fakhir@unaffiliated/fakhir)
13:12.33*** join/#asterisk elico (~Thunderbi@bzq-79-180-160-65.red.bezeqint.net)
13:18.41ra21viis it possible to know about the call info to a destination sip id.?
13:18.48ra21viusing any AMI commands>
13:21.14WIMPyra21vi: What call info?
13:23.24ra21viif there is inbound call to SIP, is there any AMI command which can give the details, like source no, dialled param etc
13:24.07ra21viWIMPy: there is one command I am looking - sip show peer <sip_id> .. but the output is so long, it just prints last 25 lines in my elastix tty
13:24.09WIMPyYou don't need an action for that. All information is supplied via events.
13:24.48ra21viWIMPy: I am trying to get the info of connection from A->B in another desktop app.
13:24.50WIMPyhow are thos two related?
13:25.00*** join/#asterisk vlad_starkov (~vlad_star@178.176.244.44)
13:25.28ra21viWIMPy: someone from out calls DID no, get transferred to Queue, at last some sip registered user picks call..
13:26.01ra21viso I want to see what IVR options were punched by caller.
13:26.04WIMPyWhat exactely do you want to know? And when/where?
13:26.16*** join/#asterisk ghost75 (~trechber@dslb-178-002-144-147.pools.arcor-ip.net)
13:27.14ra21viI want to know the caller info (number/ or caller ID), and the IVR options he selected to connect to a sip user.
13:28.11ra21viand these info will be queried by another app that is outside of Asterisk server, so it will connect using AMI
13:28.28WIMPyThe caller ID is supplied in an event when the call starts. What your IVR does and how that informations is stored or might be accessible is up to your dialplan.
13:29.52ra21viok
13:30.35ra21vione more question. Do you know how I can pipe output of command in asterisk -r (cli) to vim or some other pager app
13:31.16WIMPyJust like with any other command.
13:31.19ra21vidue to small tty (80x25), I am unable to see the full output of commands in cli, everything scrolls up
13:31.38ra21viWIMPy: I tried command | vim - , but it didn't work
13:31.43WIMPyAnd your terminal doesn't allow you to scroll back up?
13:31.52ra21viWIMPy: no
13:32.00WIMPyDid you use -rx?
13:32.07WIMPyGet a decent terminal then.
13:32.33ra21viI did only asterisk -r
13:33.16WIMPyThat keeps running. So you can't sensibly pipe that.
13:34.15ra21vioh Now i got you. You meant i should do -  asterisk -rx <command> . Is it right>
13:34.28WIMPyexactely
13:34.39ra21viok, let me try. Thank you WIMPy
13:34.50WIMPyBut changing to a terminal that allows you to scroll back up might be the better idea.
13:36.29ra21viWIMPy: yes. Since I am using Elastix distro, I am getting default stone-age tty, I don't know how to change that. There is no x-server.
13:37.16WIMPyOh, the console? You can sroll up there with Shift+PgUp.
13:38.00ra21vihaha. I didn't know that. That works :) Thank you.
13:38.36*** join/#asterisk gavimobile (~user@bzq-218-196-30.red.bezeqint.net)
13:41.15gavimobilefolks, im trying to use googletts here is my debug can someone give me a hand? http://pastebin.com/EaMqUT1v
13:53.51*** join/#asterisk asr33 (~asr33@unaffiliated/asr33)
13:54.39*** join/#asterisk KNERD (~KNERD@cpe-68-201-123-108.gt.res.rr.com)
13:56.46gavimobileupdated http://pastebin.com/nwJq8f4c
14:01.46thecodaAny hints for DAHDI not detecting a caller answer in the uk?
14:09.31ra21viWIMPy: I got the term for what I was doing. Its CTI in telephony world. Computer Telephony Integration.
14:36.56*** join/#asterisk pbxbrian (~pbxbrian@79.97.2.26)
14:40.17*** join/#asterisk danfromuk (~IceChat77@unaffiliated/danfromuk)
14:40.44danfromukHi, can GotoIfTime contain an Execif as one of the applications?
14:43.56*** join/#asterisk Minotaur01 (~minotaur0@S01060018e7f9c7df.hm.shawcable.net)
14:50.02*** join/#asterisk vlad_starkov (~vlad_star@178.176.181.243)
15:01.07*** join/#asterisk vlad_starkov (~vlad_star@178.176.181.243)
15:05.06*** join/#asterisk vlad_starkov (~vlad_star@178.176.181.243)
15:20.20*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
15:24.50*** join/#asterisk gusto (~gusto@2001:a60:11ff:1200:221:6aff:feb8:e0b2)
15:27.22*** join/#asterisk sparrowjs (~Jon@c-76-25-87-128.hsd1.co.comcast.net)
15:31.44ghost75if i use gosubif and jump to other context, the exten and prio has also to be specified, right?
15:33.07[TK]D-Fenderghost75: Context is the LEAST important of those parameters
15:33.37ghost75yes but context requires exten?
15:34.41[TK]D-Fenderghost75: clearly.  You should see that right in the instructions
15:36.23leifmadsenghost75: you can either specify priority, exten and priority, or context, exten and priority
15:36.55leifmadsencontext -> exten -> priority  (requires)
15:41.27ghost75my dialplan gets so long on the incoming part oO
15:41.46leifmadsenthen break it into subroutines
15:42.12ghost75different contexts?
15:42.17leifmadsenGoSub()
15:42.50*** join/#asterisk sparrowjs (~Jon@c-76-25-87-128.hsd1.co.comcast.net)
15:43.02*** join/#asterisk astra05 (~astra05@94.23.143.195)
15:43.06astra05greetings
15:45.00ghost75and use there _X. ?
15:45.18leifmadsenghost75: see asteriskdocs.org in the chapters on dialplan for information on using GoSub()
15:46.57[TK]D-Fenderghost75: When do you not want to go somer specific?  Why shuould you be needing a pattern match?
15:47.17[TK]D-Fendersomewhere*
15:47.38*** part/#asterisk sparrowjs (~Jon@c-76-25-87-128.hsd1.co.comcast.net)
15:47.43ghost75the other context could be used for multiple exten then
15:48.21[TK]D-Fenderghost75: That's as good as only having ONE, not "multiple"
15:50.46*** join/#asterisk thecoda (~kevin@b0fc0bad.bb.sky.com)
15:51.02leifmadsenthat's the gist yes; reusable dialplan
15:52.20thecodaanybody got any experience with DAHDI over POTS in the uk?
15:52.38thecodaI'm calling out, but the answer isn't being detected
15:53.13thecodadialling out over a sip trunk works
15:53.24thecodabut not dahdi :(
15:55.55*** join/#asterisk pabelanger (~pabelange@asterisk/contributor-and-bug-marshal/pabelanger)
15:55.55*** mode/#asterisk [+o pabelanger] by ChanServ
15:59.10gavimobileI am trying to get the googletts.agi to work, what can I provide to help debug why this agi doesn't work? this is what I have http://pastebin.com/AMKN8UdY
15:59.36gavimobilehere is my dialplan http://pastebin.com/r6huKETU
16:03.48*** join/#asterisk vlad_starkov (~vlad_star@178.176.181.243)
16:05.40[TK]D-FenderCheck that your AGI is actually in the right place with the Asterisk user being the owner, and the contents are right,e tc
16:06.54*** join/#asterisk JuStIcIa_ (~JuStIcIa_@190.166.31.8)
16:07.08din3sh@leifmadsen: sorry to bother, I am using Gareth's Presence patch for Cisco Phones [https://issues.asterisk.org/jira/browse/ASTERISK-13145], I am getting loads of Publish authentication requests. Is there a fix for this?
16:07.29leifmadsendin3sh: no idea, check the issues tracker. I don't know anything about that issue.
16:09.15din3shOk thnks
16:09.49gavimobile[TK]D-Fender: I believe the agi is in the correct place  /var/lib/asterisk/agi-bin/, I don't have an asterisk.conf file. I've never played with agi scripts yet. as for my ownership -rwxrwxrwx 1 root root  8468 Jan 17 23:34 googletts.agi
16:10.40[TK]D-Fendergavimobile: If you aren't running your * as root then that is wrong
16:10.46leifmadsenI suggest starting with a simpler agi to make sure your agi stuff is working fine
16:10.55gavimobile[TK]D-Fender: ok ill change it to my asteriskuser
16:10.56leifmadsenotherwise, there is nothing in your output that shows anything of use for debugging
16:10.58[TK]D-Fendergavimobile: If you are running * as root, everything is wrong
16:11.20gavimobile[TK]D-Fender: and what about chmod
16:11.28[TK]D-Fendergavimobile: chown <-
16:11.35gavimobile[TK]D-Fender: I used chown already
16:11.43gavimobile-rwxrwxrwx 1 asteriskpbx asteriskpbx  8468 Jan 17 23:34 googletts.agi
16:12.04[TK]D-FenderI'm pretty sure you don't need EVERYONE to have access to it
16:12.15gavimobileso 755?
16:12.27*** join/#asterisk srp_ (~sandeep@223.238.152.55)
16:12.39gavimobileI mean 775
16:13.03gavimobileno 755
16:13.15[TK]D-Fenderbetter
16:13.32gavimobileregardless it still doesn't work even with 777
16:14.13[TK]D-FenderAnd that was only a small part of what I said
16:14.28gavimobile[TK]D-Fender: ill go back and have another look at what you said
16:15.04astra05man, asterisk is uber complex
16:15.19gavimobileCheck that your AGI is actually in the right place with the Asterisk user being the owner, and the contents are right,e tc    so the agi is in the right place. asterisk user is now the owner of the files and what do you mean about content being right?
16:15.24leifmadsenwith power comes complexity :)
16:15.58[TK]D-Fendergavimobile: How do i know what is in that file is a proper AGI?
16:16.32gavimobile[TK]D-Fender: I didn't expect the channel to support it. its from http://zaf.github.com/asterisk-googletts/
16:16.59[TK]D-Fendergavimobile: I'm not seeing YOUR file
16:17.08gavimobile[TK]D-Fender: just a sec
16:19.30gavimobile[TK]D-Fender: here is my googletts.agi file. is this what you wanted or did I misunderstand you http://pastebin.com/Dza0ptPZ?
16:19.36gavimobilehttp://pastebin.com/Dza0ptPZ
16:19.55gavimobilethe second link please
16:20.50[TK]D-Fendergavimobile: #!/usr/bin/env perl <--- and is that right?
16:21.04[TK]D-Fendergavimobile: Is your perl executable there?
16:21.38gavimobile[TK]D-Fender: unfortunetly, I have no idea
16:21.42[TK]D-Fendergavimobile: Have you tried executing it from CLI direct?
16:21.55gavimobile[TK]D-Fender: nope
16:21.56[TK]D-Fendergavimobile: Have you considered looking?  That usually helps the "knowing" part
16:25.20astra05so i am fairly newb and i intend not to waste anyones time, but what configuration would be the issue if asterisk is registering the sip service, but there no dial tone and calls are not atoned for
16:25.29gavimobile[TK]D-Fender: thanks for pointing out these questions. I now have a direction
16:25.30astra05maybe tcp/ip config issue me thinks
16:26.12*** join/#asterisk gerhard7 (~gerhard7@82-168-115-40.ip.telfort.nl)
16:26.13[TK]D-Fenderastra05: What "sip service" are you talking about with regards to this registration?
16:26.37[TK]D-Fenderastra05: And what is this that you are listening for "dial tone" on exactly?
16:26.42astra05registering with the voip/sip provider, the company that is handling the tcp/ip to regular phone convesion, in this case, callcentric
16:27.28astra05[TK]D-Fender: as in calling the number i've paid for; though, i suppose with asterisk you would define you own tone
16:27.42[TK]D-Fender[11:26][TK]D-Fenderastra05: And what is this that you are listening for "dial tone" on exactly?
16:27.51astra05calling from my cell phone
16:28.13[TK]D-Fenderastra05: As in ?
16:28.27astra05[TK]D-Fender: excuse my daftness, but i fail to understand you last question
16:31.10ghost75next release will be called uber * ?
16:31.27astra05[TK]D-Fender: scenario is this: pay for a sip service with a registered 10 digit phone number. have asterisks handle the SIP and connections from the softphones, use an extension per softphone
16:32.42[TK]D-Fenderastra05: You said you didn't head dial tone.  That is something you hear on a phone.  As in something physical you hold to your head.  I asked precisely what phone you were using and expected to hear dial tone relating to Asterisk on.
16:33.00[TK]D-Fenderghost75: Feel free to start your petition now.
16:33.24astra05[TK]D-Fender: my wirelss phone dialing the SIP i've obtained; i simply dial it as you would any other phone
16:34.09[TK]D-Fenderastra05: What do you mean "dialing the SIP"?  This term does not make sense.  And "wireless" is too vague.
16:34.55WIMPyghost75: Isn't if fynny how '*' becomes less when you increase it by one?
16:34.58astra05[TK]D-Fender: my wireless, cellular phone from a wireless courier, like ATT or TMobile. I am using a samsung device to dial the phone number i've purchased
16:36.18[TK]D-Fenderastra05: Why is Asterisk supposed to give you dialtone then?  If I have a PBX with ana analog phone directly connected to it and pick it up, THEN I expect to hear dialtone... BEFORE I DIAL.  That is what dialtone is.  BEFORE you dial.
16:36.22ghost75WIMPy: then its in a cloud?
16:36.28[TK]D-Fenderastra05: I suspect you have a lot of terms mixed up.
16:36.42[TK]D-Fenderastra05: So please rephrase your question
16:36.45astra05[TK]D-Fender: probably, i've done a voice project before
16:36.58astra05*never
16:37.16astra05[TK]D-Fender: i really appreciate you trying to help
16:37.19[TK]D-Fenderastra05: If you've ever owned or used a phone before you should know what "dialtone" is
16:37.37[TK]D-FenderHear tone.  dial. "dial tone"
16:37.46astra05[TK]D-Fender: true, i supposed it would be artificially generated by my SIP provider
16:38.02[TK]D-Fenderastra05: So please rephrase the chain of what you're doing, and what is happening, and what is not happening that should
16:38.46[TK]D-Fenderastra05: No, your cell doesn't have "dialtone" in the first place.  It si a digital device that sends the complete # you dial directly to your cell phone company
16:39.08[TK]D-Fenderastra05: You are still using the wrong term for the SOUND you are tying to describe
16:39.53[TK]D-Fenderastra05: Dialtone is BEFORE you dial.  If you haven't dialed anything on your cell then where does Asterisk ever come in?  Your cell network hasn't even recieved the call from you.
16:40.00astra05[TK]D-Fender: from scratch. I bought a SIP service that is bound to a 10 digit +1 number. As such, I've configured sip.conf to register and "bind" to the providers servers. I have confirmed via the asterisk console and with my provider than the asterisk box is connecting on standard SIP TCP.
16:40.24astra05[TK]D-Fender: my exterme confusion; the RINGING sound that typically accompanies a succesful dial of a real number
16:40.31[TK]D-Fenderastra05: BETTER
16:40.44[TK]D-Fenderastra05: So is the call actually arriving to your * server?
16:41.26astra05facepalms
16:41.28astra05nothing in the log
16:41.44astra05yet, it registerd on their servers, so obviously a communication issue
16:42.52[TK]D-Fender"sip set debug on" , "sip reload" <- pastebin both where we can see your actual registration atempt
16:48.19astra05[TK]D-Fender: http://pastie.org/private/2rxwzic4be8mjffjvpfia
16:48.31[TK]D-Fenderastra05: New pastebin WITHOUT masking
16:49.19astra05[TK]D-Fender: do you really need the CCID ?
16:49.19[TK]D-Fenderastra05: And try an incoming call there too
16:50.27*** join/#asterisk TimeRider (~steve@host217-36-208-184.in-addr.btopenworld.com)
16:50.36*** join/#asterisk KNERD (~KNERD@cpe-68-201-123-108.gt.res.rr.com)
16:52.10ghost75is there a way to automatically start mixmonitor in dialplan only when the call was picked up?
16:52.58*** join/#asterisk dpilon (~dpilon@c-50-138-178-238.hsd1.ct.comcast.net)
16:53.18[TK]D-Fenderghost75: "core show application mixmonitor"
16:54.08astra05[TK]D-Fender: http://pastie.org/private/htvij5r2mkavpai1zaao8q de-sensitized
16:54.46ghost75<PROTECTED>
16:58.40[TK]D-Fenderastra05: Where are you relative to your * server?
16:59.00[TK]D-Fenderghost75: Does that not sound like exactly what you asked for?
16:59.41ghost75but it will still create a new file as soon its started right?
16:59.44[TK]D-Fenderastra05: Did you try a call before posting that pastebin?
16:59.58[TK]D-Fenderghost75: Did you try it?
17:00.05ghost75no :p
17:02.15astra05neg
17:03.50thecodaAnyone here a guru on answer detection over dahdi/pots?
17:07.20astra05[TK]D-Fender: are you looking for data from the call log as well?
17:08.34[TK]D-Fenderastra05: * CLI with SIP debug.  Place a call.
17:11.30astra05[TK]D-Fender: i have, it is going to the provder vm directly, not touching the server as far as i can tell from the logs
17:11.59*** join/#asterisk vinhdizzo (~vinh@cpe-66-74-182-202.socal.res.rr.com)
17:16.29[TK]D-Fenderastra05: [11:58][TK]D-Fenderastra05: Where are you relative to your * server?
17:17.04[TK]D-Fenderastra05: <--- SIP read from UDP:204.11.192.159:5060 ---> <---- this also doesn't look like TCP to me.
17:20.32astra05[TK]D-Fender: or UDP, IP datagrams in general. this is a home setup, running on my firewall device in order to remove any additional machine dependencies
17:21.07astra05[TK]D-Fender: this is one of the few projects i've done where i have zero idea of most what needs to be configured. i reading through documention, I think i just need to a cheive a higher understanding
17:21.11[TK]D-FenderasSo your * server is also your router?
17:21.20astra05[TK]D-Fender: aye
17:21.51*** join/#asterisk phunguy (santas@will.one.day.hack-the-pla.net)
17:21.55[TK]D-Fender"iptables --list' , "ifconfig"
17:21.57[TK]D-Fender^
17:22.08astra05[TK]D-Fender: you are going to hate me, but this is running on FBSD
17:23.37[TK]D-Fenderequivalents.....
17:27.25astra05<PROTECTED>
17:39.04*** join/#asterisk mihamina (~mihamina@252.217.74.41-ip-dyn.orange.mg)
17:39.37*** join/#asterisk davlefou (~david@unaffiliated/davlefou)
17:40.59astra05[TK]D-Fender: i really appreciate all of your help
17:41.28astra05[TK]D-Fender: i am going to start from scratch again, i am thinking the problem now is connecting to the SIP provider, thank you so much
17:42.13[TK]D-FenderIt changed somewhere along the way?
17:45.11astra05i just have zero idea of what i am doing
17:45.13astra05tbh
17:45.27astra05i thought it would be simpler, though i was wrong
17:45.56dpilonif it was easy..everyone would do it
17:46.04astra05true enough
17:46.06astra05just a last question
17:46.27astra05so i bought a sip service for POTS 10 digit phone number number
17:46.46*** join/#asterisk TimeRider (~steve@151.227.126.40)
17:47.07astra05so you will simply need to configure sip.conf and extensions.conf to A) Have sip.conf connect to the sip provider and define extensions and B) have extensions.conf define how to hanlde VM, and softphone/IP clients?
17:47.42[TK]D-Fendersoftphone/IP clients <- also sip.conf
17:47.53[TK]D-Fenderextensions.conf is for how to process CALLS from all of these
17:48.10[TK]D-FenderYou define the devices & services in sip.conf and process the actual calls in extensions.conf
17:48.12astra05so extensions would handle voicemail routing and busy signals?
17:48.32[TK]D-Fender"what to do when the call comes in" <- all of that
17:48.41astra05gotcha
17:48.51astra05so if i wanted to test outgoing calls, that would be sip.conf, no?
17:51.16[TK]D-Fenderonly the part of telling * how to call your provider
17:51.50[TK]D-FenderThe part where * even gets the request from your phone is extensions.conf processing to choose what to do with the number you dialed which in your case is expected to dial out.
17:51.53astra05[TK]D-Fender: i almost tempted to hire a freenlancer to help with initial configuration
17:52.08astra05that explains a lot, thanks [TK]D-Fender
17:52.19[TK]D-Fender~book
17:52.19infobotAsterisk: The Definitive Guide, 3rd Edition (ISBN 0-596-51734-3) available at http://oreilly.com/catalog/9780596517342 - Asterisk: The Definitive Guide is released under a Creative Commons License (http://creativecommons.org/licenses/by-nc-nd/3.0/us/) and is available for reading online at http://www.asteriskdocs.org/ or see ~buybook
17:52.21[TK]D-Fender^^^
17:52.23dpilonFender is available :)
17:57.51jpsharpI think most people here are available.
17:58.10dpilontrue
18:05.04*** part/#asterisk mihamina (~mihamina@252.217.74.41-ip-dyn.orange.mg)
18:07.37*** join/#asterisk nantou (~phonetic@gateway/tor-sasl/martinphone)
18:23.24*** join/#asterisk pabelanger (~pabelange@asterisk/contributor-and-bug-marshal/pabelanger)
18:23.24*** mode/#asterisk [+o pabelanger] by ChanServ
18:30.35*** join/#asterisk k610 (~K610@cable-78.29.241.186.coditel.net)
18:53.35astra05hip hip hooray for [TK]D-Fender
18:56.40*** join/#asterisk TimeRider (~steve@timerider.plus.com)
19:11.19[TK]D-FenderI didn't really do much, but you're welcome
19:16.22*** join/#asterisk k611 (~K610@cable-78.29.241.186.coditel.net)
19:23.15*** join/#asterisk mjordan (~mjordan@216.186.152.216)
19:23.15*** mode/#asterisk [+o mjordan] by ChanServ
19:34.26astra05throws book at *
19:34.37astra05back to step 1 yet again
20:54.16*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
21:14.40ChannelZyawns
21:20.47*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
21:29.10*** join/#asterisk mmmamiens (6dbe125a@gateway/web/freenode/ip.109.190.18.90)
21:29.23mmmamiensBonjour/hello
21:30.02ChannelZyes both
21:31.40mmmamiensI search to use say.conf for Voicemailmain, is possible? for grouping number to two in saying 03 22 22 22 22 in place of 0 3 2 2 2 2 2 2 2 2
21:41.47*** join/#asterisk dpilon (~dpilon@c-50-138-178-238.hsd1.ct.comcast.net)
21:43.00*** join/#asterisk danfromuk (~IceChat77@unaffiliated/danfromuk)
21:43.37danfromukIn call queues, is there an option for the caller to be able to press 1 if they want to exit the queue and leave a message?
21:44.26danfromukCurrently, i time out of the queue and go to an ivr saying press 1 to leave a message or nothing to continue to hold. But the caller loses their position.
21:45.11[TK]D-Fenderdanfromuk: Yes
21:47.01mmmamiensI search to use say.conf for Voicemailmain, is possible? for grouping number to two in saying 03 22 22 22 22 in place of 0 3 2 2 2 2 2 2 2 2
21:47.16*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
21:47.56[TK]D-Fendermmmamiens: No, because it is saying the "digits" vs the "number"
21:48.21danfromuk[TK]D-Fender: do you recall what the option is called? I can't seem to find it.
21:48.28*** join/#asterisk Wildblue (~guy@c-69-140-154-17.hsd1.md.comcast.net)
21:48.30[TK]D-Fendermmmamiens: "core show application saydigits" vs  "core show application saynumber".
21:48.36*** part/#asterisk Wildblue (~guy@c-69-140-154-17.hsd1.md.comcast.net)
21:48.40mmmamiensI have to change app_voicemail.c?
21:48.41[TK]D-Fenderdanfromuk: It's in the sample config....
21:48.45[TK]D-Fendermmmamiens: Yes
21:48.49mmmamiens:(
21:48.52danfromukI thought so but i can't locate it.
21:50.16[TK]D-Fenderdanfromuk: http://svn.digium.com/svn/asterisk/branches/11/configs/queues.conf.sample
21:51.50danfromukI have that file but can't see an option to allow the caller to leave the queue
21:52.20mmmamiensYou do not have an example, I'm not very undersheet C
21:55.55[TK]D-Fenderdanfromuk: It is right there...
21:56.00[TK]D-Fenderdanfromuk: Top 1/3rd ....
21:56.43[TK]D-Fenderdanfromuk: The wording is very obvious
21:58.53danfromukI'm sorry. I really dont see it.
22:00.40[TK]D-Fender"if the user types a SINGLE digit extension while they are in the queue, they will be taken out  of the queue and sent to that extension in this context"
22:02.10danfromukAh. Thank you. I must be tired
22:02.14danfromukSorry about that.
22:16.17*** join/#asterisk timahvo1 (~rogue@41.212.120.45)
22:24.56*** join/#asterisk KNERD (~KNERD@cpe-68-201-123-108.gt.res.rr.com)
22:47.25*** join/#asterisk mjordan (~mjordan@nat/digium/x-aibnccaczdnpirfh)
22:47.25*** mode/#asterisk [+o mjordan] by ChanServ
22:47.37leifmadsenmjordan: phai
22:47.42leifmadsenerrr... ohai
22:48.04leifmadsenand thanks for the answer on the named groups; was pretty sure that was the solution in later versions
22:48.15leifmadsenthought it had been bumped to 128 for some reason, but appears as though it was not the case
22:50.04filedon't stop believin'
22:51.27[TK]D-Fenderhang on to that feelin'
22:55.23leifmadsen:)
22:55.26leifmadsenruns away
23:01.21*** join/#asterisk fisted (~fisted@unaffiliated/fisted)
23:10.54*** join/#asterisk k1ng (~k1ng@unaffiliated/k1ng)
23:15.59*** join/#asterisk |KNERD| (~KNERD@cpe-68-201-123-108.gt.res.rr.com)
23:23.44*** join/#asterisk zhando (~user@c-67-161-122-77.hsd1.wa.comcast.net)
23:26.51zhandocan anyone comment on asterisk internals these days? I've been using 1.4.17 forever as a household pbx and i'd like to upgrade to asterisk 11. just curious if 11 is that much better internally..
23:27.36[TK]D-FenderYes
23:27.53zhando[TK]D-Fender: in what ways?
23:28.39[TK]D-FenderTons of performance fixes, preventing deadlocks, the massive number of critical security fixes you're missing , timing issues, etc.
23:29.31[TK]D-FenderYour version is over 5 YEARS old
23:29.51[TK]D-FenderAnd has a giant target on its ass so to speak
23:33.12zhando[TK]D-Fender: oh yeah my system is a dino a 2.4ghz Pentium 4 that I want to upgrade to an athlon 64 x2.. my server is behind the typical home firewall but I suppose the SIP ports are exposed in some way to the outside world.. Are they that vulnerable to certain attacks?
23:33.34[TK]D-FenderOnly a ton of them
23:33.45[TK]D-FenderAnd well documented
23:34.13zhandoAnd 11 shuts all that down?
23:34.21[TK]D-FenderAll the ones they found so far
23:35.41zhandointeresting.. thx..
23:35.56*** join/#asterisk tamiel (~tamiel@c-67-169-76-114.hsd1.ca.comcast.net)
23:37.43*** join/#asterisk quintana (~sylvain@aghnar.doowan.net)
23:44.33zhando[TK]D-Fender: Is this a fairly complete listing of * vulnerabilities over the years: http://www.cvedetails.com/product/3085/Digium-Asterisk.html?vendor_id=1802
23:46.13*** part/#asterisk tompaw (~tompaw@tompaw.xxx)
23:52.40[TK]D-Fenderno idea
23:53.52[TK]D-FenderBut taken at face value, that's a lot since 2007
23:57.49*** join/#asterisk Carlos_PHX_ (~Carlos@ip68-2-231-146.ph.ph.cox.net)

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