IRC log for #asterisk on 20141127

00:00.36wasanzyhttp://pastebin.com/ikDQ5FZf
00:04.16wasanzyWhat I want is, the dial takes the user to the conference, then after x ms, the user is removed from the conference and put back again after the external application finished running successfully
00:07.52ChannelZwell you have a lot going on I can't test with these CURL requests, but what part is not happening the way you want?
00:08.30wasanzyThe t extension is not being called
00:08.54wasanzyso the call just drops after 5 secs and that is all
00:10.06ChannelZwell nothing is timing out
00:10.31wasanzyright so the t is just for timing out.
00:10.38ChannelZYou have to have been waiting for something to be dialed for it to be able to time out
00:11.05ChannelZIf autofallthrough is on, your dialplan hits runs out of things to do after the Playback and hangs up.
00:11.44wasanzyso should I turn off autofallthrough?
00:12.32ChannelZI don't know? Depends if that makes sense for your entire dialplan
00:12.50ChannelZIf you're expecting them to enter something though, you should probably actually do that.. with a WaitExten or something
00:16.10wasanzyam just thinking the wait you mentioned is the way to go. but where to put the wait is the problem now
00:17.05ChannelZpresumably after your Playback on line 27
00:18.30ChannelZYou dial local/join_conf@voicemenu-menu_level0 with a timeout, and the 'g' flag says 'continue on with the dialplan after the dial exits'.  Then you Playback your BILLED_STATUS_CHECK_NOTIFICATION bit, whatever that is, and presumably are then wanting the user to do something.
00:18.55ChannelZso you WaitExten.  And if they don't do anything, the t extension will execute.
00:19.22ChannelZI guess this is what you want to happen anyway?
00:22.25ChannelZshrugs
00:23.49wasanzythe line 27 only get called  when line 24  is false
00:25.09*** join/#asterisk ttyS3 (~o@gateway/tor-sasl/omlib)
00:25.34*** join/#asterisk u0m3 (~u0m3@92.80.68.195)
00:28.47ChannelZmmnoitdoesn't. It will execute when the Dial times out.
00:28.58ChannelZ(I mean also)
00:32.05wasanzyline 27 or the t extension?
00:33.59ChannelZline 27. Line 26 is the Dial with the 5 second timeout; once it boots them out of the conference to end the call, it actually continues on to line 27 because you also used the 'g' flag in the Dial which says "continue on with the next priority in the dialplan"
00:34.03ChannelZotherwise they'd just get hung up on
00:35.07ChannelZSo you need to do something interesting after the Dial, whatever that is.  It sounds like you really want it to go to the 't' extension, which is probably not the best place for that since 't' is a specific mechanism.
00:39.10wasanzywow, it worked
00:39.45wasanzybut not exactly as I expected, but is a head way, I think I need to do dial in the t extension as well.
00:42.39wasanzythank you so much
00:42.49wasanzyI will let you know in case I need more assistant
00:44.05[TK]D-Fender"t" is not for that
00:44.16[TK]D-Fender"t" is for background / waitexten
00:44.32wasanzy[TK]D-Fender: I don't understand
00:44.55[TK]D-Fender"T" has nothing to dow ith your dial
00:45.02[TK]D-Fenderdo with*
00:48.21ChannelZbasically I think we're suggesting that the 'hand;er
00:48.23ChannelZoops
00:50.10ChannelZthe 'handler' you have written currently sitting in the 't' extension, should be some other extension which you can jump to (or make it a macro you GoSub to.)  the 't' extension has a specific use, it gets called when Background or WaitExten times out, not when *any* operation times out (which is where I think your confusion lies;  the 'timeout' of your Dial  is really not a timeout but a call limit)
00:51.05[TK]D-Fender"t" is for IVR INPUT only
00:51.23[TK]D-Fenderhttp://pastebin.com/ikDQ5FZf <- Line 8
00:53.47ChannelZthen you can call that routine from other places, as it seems you are want to do, including from 't'
00:57.07wasanzyam rewriting it
00:58.12wasanzyexten => t,1,GoTo(1,1)
01:00.48*** join/#asterisk fstd_ (~fstd@unaffiliated/fisted)
01:00.53[TK]D-FenderYou have no invalid handler, and timout now leads to "1"
01:00.56[TK]D-FenderWhat's the point?
01:01.13*** join/#asterisk u0m3 (~u0m3@92.80.68.195)
01:01.30wasanzyis working
01:01.45[TK]D-FenderYou have a menu where all you can do is NOT hit 0,2-9, 8,# and you'll end up in the same place
01:01.53[TK]D-FenderThis is a dumb looking menu
01:02.17wasanzy[TK]D-Fender: am doing something like a loop
01:02.47wasanzyso, the caller is remove every x ms in the conference.
03:05.48*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
03:23.37*** join/#asterisk u0m3 (~u0m3@92.80.68.195)
03:25.37Kobazhmm
03:25.42Kobazi've never needed to use 't'
03:26.03KobazIf the Background or WaitExten times out, it just goes to the next line in the dialplan
03:31.53*** join/#asterisk michael_work (~michael_w@bzq-82-168-31-134.red.bezeqint.net)
04:10.51*** join/#asterisk vlad_starkov (~vlad_star@91.206.59.50)
04:18.25*** join/#asterisk Vutral (ss@mirbsd/special/Vutral)
04:28.12*** join/#asterisk ChannelZ (channelz@burner.com)
04:43.36flingOk I have mss and medooze mcu installed
04:43.47flingasterisk is configured to connect it via sip
04:44.03flingeverything is running but looks like I need to edit some medooze config files…
04:46.08*** join/#asterisk jcims (~rrich@oh-69-34-176-14.sta.embarqhsd.net)
04:49.11jcimsi've tried three different soft phones for linux, none will connect to a local asterisk install...running wireshark they don't even attempt to connect to port 5060 on the host, is there a lowest common denominator sip test client or something?
05:03.23*** join/#asterisk timahvo1 (~rogue@196.216.71.122)
05:05.03*** join/#asterisk gringo (~gringo@unaffiliated/gringo)
05:08.30*** join/#asterisk Vutral (ss@mirbsd/special/Vutral)
05:37.01*** join/#asterisk gryphon (~gryphon@82.140.120.164)
05:42.40*** join/#asterisk yokel (~yokel@unaffiliated/contempt)
05:45.59gavimobilemy tech support is telling me there is no solution for them to solve my clid issue. calls used to come in blocked, so they told me to add a paid header. I added it didn't solve the problem. then they told me to remove the paid header and they changed my routes. now my clid shows a 0 or two 00 before my clid number. they are telling me again that I should add a paid header but its not guarenteed because they aren't doing the final termina
05:51.35*** join/#asterisk NightMonkey (~NightMonk@pdpc/supporter/professional/nightmonkey)
05:58.55ChannelZall of those things might be true
05:59.34*** join/#asterisk fling (~fling@fsf/member/fling)
06:15.31gavimobilewhy can't a static did be set
06:19.21[TK]D-Fender<PROTECTED>
06:25.33gavimobile[TK]D-Fender: appoligies for not being clear, I would like to get information on having better control of my caller id. the following dialplan http://pastebin.com/PSiUU3jM apparently isn't sufficent.
06:26.23[TK]D-Fender<PROTECTED>
06:26.29[TK]D-FenderThat's what PEER SETTINS are for
06:26.35gavimobile[TK]D-Fender: how can I eliminate my clid in the following example from showing up with a zero in front of the clid and or eliminate it from being blocked
06:27.06gavimobile[TK]D-Fender: I've tried with and without that, however it doesn't solve my issue
06:27.12[TK]D-Fendersendrpid=pai
06:27.29[TK]D-FenderAnd I don't see the number that is being sent
06:27.41[TK]D-FenderYou show dialplan that references variables
06:27.51[TK]D-FenderDo you know how much I trust the contents of those variables?
06:28.15[TK]D-FenderI give you a hint: it's neither positive nor negative
06:28.20gavimobilelol
06:28.47gavimobilejust a sec, ill show my variables in just a momnet, also sendrpid=pai gets added to extentions.conf?
06:28.58gavimobilein [general]?
06:29.17[TK]D-Fender<[TK]D-Fender> That's what PEER SETTINS are for
06:29.37gavimobile[globals]*
06:30.31[TK]D-FenderPEER
06:31.24*** join/#asterisk D30 (~deo@222.127.13.226)
06:35.42*** join/#asterisk jhlavacek (~jirka@jix.nextradsl.cz)
06:40.31gavimobile[TK]D-Fender: here are the variables, http://pastebin.com/3x6KibM3
06:40.34*** join/#asterisk riess82 (~riessma@178-189-214-239.adsl.highway.telekom.at)
06:41.01[TK]D-FenderAnd the call?
06:46.43gavimobilejust a sec, does sendrpid=yes do the same as sendrpid=pai, cause sendrpid is currently set to yes in my sip.conf
06:47.25gavimobileI mean, ill show my cli with the call
06:48.28gavimobile[TK]D-Fender:  im using asterisk 11 btw
07:05.33*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
07:14.20*** join/#asterisk mirela666 (~mirko.bra@iecommailer.itaf.eu)
07:26.45*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
07:31.27*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
07:36.52*** join/#asterisk riess82 (~riessma@mail.p-riess.at)
07:39.10*** join/#asterisk bulkorok (~Benjamin@85.183.61.47)
07:55.48*** join/#asterisk hehol (~hehol@2001:1438:1009:200:fcfd:497e:57a2:4fc8)
08:04.03*** join/#asterisk Zogot (~Adium@D4B2620B.static.ziggozakelijk.nl)
08:15.33*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
08:25.54*** join/#asterisk jhlavacek (~jirka@195.70.143.8.adsl.nextra.cz)
08:30.19*** join/#asterisk tosar (~George@46.10.238.204)
08:42.35*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
08:53.55*** join/#asterisk plosak (2e0aeecc@gateway/web/cgi-irc/kiwiirc.com/ip.46.10.238.204)
08:54.35plosakhello i have a question
08:54.35*** join/#asterisk rox (~rox@BSN-142-168-6.static.dsl.siol.net)
08:55.05plosaki am successfully conencting to my SIP providers SBC with Asterisk 13 but when attemptiong an outbound call i recieve the following
08:55.14plosak-- No one is available to answer at this time (1:0/0/0)
08:55.19plosakand the SIP response
08:55.41plosakSIP/2.0 487 Request Terminated
08:55.46plosakReason: Q.850;cause=31;text="Normal Unspecified"
08:55.58plosakdoes anyone know if its something fromt he asterisk configuration or the SBC
08:56.23roxHello, I have a question regarding queue functionality. When a call is waiting in a queue, calls to queue members are being attempted all the time, except when the periodic announcement message is being played. This means, that if a member becomes free during playing of periodic announcement, the call has to wait for the announcement to end, before being connected. Is there a way to make Asterisk attempt connections to members even during peri
08:58.38*** join/#asterisk sekil (~sekil@78.24.104.73)
09:08.12*** join/#asterisk CeBe (~CeBe@port-92-206-60-175.dynamic.qsc.de)
09:19.55roxi guess i'll have to mix it into MOH
09:23.34*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
09:28.24*** join/#asterisk ChannelZ (channelz@burner.com)
09:36.18*** join/#asterisk FuriousGeorge (45736701@gateway/web/freenode/ip.69.115.103.1)
09:36.22*** part/#asterisk FuriousGeorge (45736701@gateway/web/freenode/ip.69.115.103.1)
09:45.08*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
09:50.50*** part/#asterisk riess82 (~riessma@mail.p-riess.at)
09:55.03*** join/#asterisk areski (~areski@80.174.128.55.dyn.user.ono.com)
10:24.23*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
10:34.25*** join/#asterisk tomodachi (~mamo@s-000802a0bdd3.04-30-73746f34.cust.bredbandsbolaget.se)
10:35.09tomodachiim using meetme for meetings, kind of like the features, but read that there is a new meeting application called confbridge now that ive upgraded, does it offer better sound quality?!
10:36.08*** join/#asterisk Zogot (~Adium@D4B2620B.static.ziggozakelijk.nl)
10:43.58*** join/#asterisk wonderworld (~ww@ip-176-199-164-4.hsi06.unitymediagroup.de)
10:47.38*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
10:52.02*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
10:54.47ChannelZtomodachi: yes
10:56.01ChannelZConfBridge can work in higher samplerates for g722/wideband conferences, can do noise reduction, silence detection..
10:56.44WIMPyCustom menus
10:57.37WIMPyAnd maybe multiple confbridges can even use multiple CPUs. Does anyone know for sure?
10:58.39ChannelZgood question. dunno if they are launched as threads or not
11:00.09tomodachiChannelZ: hmm interesting ive kind of always thought that peer to peer calls has much higher quality than calling into meetme
11:00.15tomodachii will give it a shot!
11:00.53tomodachibut i only have g711 phones though...
11:01.04ChannelZWell yes, you are taking multiple audio streams and making mixes for each party.. line noise adds up
11:01.16tomodachiwe only have two parties actually
11:01.27ChannelZnot really a conference then
11:01.30tomodachiconf telephone in one office (with up to 5 people)
11:01.37tomodachiand 5 people in another office , mostly
11:02.12tomodachiyeah I guess not occasionaly some one calls in ,but its not the norm really
11:02.15WIMPyWell, confbridge can be nice even for a normal 1-to-1 call, doing noise reduction.
11:02.24ChannelZyeah.
11:02.47tomodachiyeah maybe reducing background noise that probably is more apparent could help boost the sound quality
11:03.03tomodachihaving one phone in scandinavia and the other in china doesnt really do magic with the sound quality
11:03.30WIMPyGet better phones supporting more than just G.711.
11:03.47ChannelZwell it ain't gonna make crappy speakerphones sound any better
11:04.05tomodachithe conference phones are fairly good (i think)
11:04.06*** join/#asterisk marceloamorim (~marcelo@189-90-192-72.isimples.com.br)
11:04.26tomodachiwith expanded directional microphones, you think they will be enough if i switch to g722?
11:04.54WIMPyEnough?
11:04.57ChannelZYou'll get more clarity for sure if they support it
11:05.01WIMPyIf you can switch to G.722, do it.
11:05.15ChannelZ8khz is like talking into a soup can
11:05.52tomodachithe phones are actually fully analog
11:05.57*** join/#asterisk michael_work (~michael_w@bzq-82-168-31-134.red.bezeqint.net)
11:05.58tomodachiwith an ata converter connected to each one
11:06.26ChannelZwell.. hard to say then
11:06.27tomodachiso i would only swithc those boxes
11:06.35tomodachimy idea at least
11:06.50tomodachianything anyone can recomend (not to expensive preferably :)
11:07.44WIMPyI don't know any ATA that does more than G.711 and it probably wouldn't help anyway.
11:08.12tomodachithe analog phones are polycom conf phones, surely expensive whenever they were bought
11:08.37WIMPyAnd now they are outdated.
11:09.42tomodachiguess so thanks for all of your input ill google around and see what i found
11:09.46ChannelZCheapest solution would be get them on a softphone or something
11:10.14tomodachiyeah , thats actually a good way of testing it out initially
11:10.30WIMPyWell, those conference phones is what Polyvom is known for ROW.
11:10.43tomodachiROW?
11:10.58WIMPyRest Of the World
11:11.01tomodachiah
11:11.32eirirshvile av verdenen
11:12.38ChannelZbork bork bork
11:20.21*** join/#asterisk darkbasic (~quassel@host37-245-static.119-2-b.business.telecomitalia.it)
11:39.28plosakello i have a question
11:39.29plosak→ rox has joined
11:39.29plosakplosak
11:39.29plosaki am successfully conencting to my SIP providers SBC with Asterisk 13 but when attemptiong an outbound call i recieve the following
11:39.29plosak-- No one is available to answer at this time (1:0/0/0)
11:39.29plosakand the SIP response
11:39.29plosakSIP/2.0 487 Request Terminated
11:39.30plosakReason: Q.850;cause=31;text="Normal Unspecified"
11:39.30plosakdoes anyone know if its something fromt he asterisk configuration or the SBC
11:39.31plosakrox
11:39.31plosakHello, I have a question regarding queue functionality. When a call is waiting in a queue, calls to queue members are being attempted all the time, except when the periodic announcement message is being played. This means, that if a member becomes free during playing of periodic announcement, the call has to wait for the announcement to end, before
11:39.32plosak<PROTECTED>
11:40.58roxplosak: could you switch on SIP debug and drop the SIP communication into pastebin?
11:44.17plosakok
11:53.08plosakhmm i seem to be getting adifferent response now i will have to check it out
12:04.30*** join/#asterisk gryphon (~gryphon@82.140.120.164)
12:04.57*** join/#asterisk areski (~areski@145.Red-88-5-40.dynamicIP.rima-tde.net)
12:06.15*** join/#asterisk gryphon (~gryphon@82.140.120.164)
12:07.31*** join/#asterisk gryphon (~gryphon@82.140.120.164)
12:16.38*** join/#asterisk gryphon (~gryphon@82.140.120.164)
12:17.48*** join/#asterisk gryphon (~gryphon@82.140.120.164)
12:20.33plosakhttp://pastebin.com/66z1hpSv this bis the communication
12:22.23*** join/#asterisk gryphon (~gryphon@82.140.120.164)
12:26.13*** join/#asterisk gryphon (~gryphon@82.140.120.164)
12:27.22*** join/#asterisk gryphon (~gryphon@82.140.120.164)
12:42.48*** join/#asterisk calum_ (~calum_@remote.jrasltd.co.uk)
12:43.26*** join/#asterisk Davlefou (~davlefou@unaffiliated/davlefou)
12:43.58babakhi, is there any link to TeleYapper or similar scripts ?
13:00.51*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
13:07.58*** join/#asterisk Zogot (~Adium@D4B2620B.static.ziggozakelijk.nl)
13:17.56*** join/#asterisk plosak (2e0aeecc@gateway/web/cgi-irc/kiwiirc.com/ip.46.10.238.204)
13:22.22*** join/#asterisk [TK]D-Fender (~chatzilla@216-191-106-163.dedicated.allstream.net)
13:26.04*** join/#asterisk pederindi (~pederindi@31.34.133.37.dynamic.jazztel.es)
13:27.14*** join/#asterisk king1337-2 (~king1337@S0106c8fb2641d848.vs.shawcable.net)
13:34.55[sr]anyone has an yeastar voip gsm?
13:38.29*** join/#asterisk hellcorner (~hellcorne@gateway/tor-sasl/hellcorner)
13:59.40*** join/#asterisk pzn (~pzn@pdpc/supporter/active/pzn)
14:00.09*** part/#asterisk rox (~rox@BSN-142-168-6.static.dsl.siol.net)
14:00.19pznwhere can I find documentation about "manager cli events" flow control of calls and differences between asterisk versions?
14:01.43pzni've seen one asterisk sending "unlink" and other sending "bridge" to the same thing...
14:03.03*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
14:33.59*** join/#asterisk gusto (~gusto@2a02:810d:8640:da4:8219:34ff:fecf:17f0)
14:37.42plosakhttp://www.asteriskdocs.org/en/2nd_Edition/asterisk-book-html-chunk/index.html try here
14:42.03[TK]D-FenderThat link doesn't help him....
14:43.14jacobkierspzn: AMI has changed significantly in the past versions. Which versions are you talking about?
14:44.31jacobkiersAnd more in general: you can find changes between versions on the Asterisk WIKI, especially in the “New in <version>” sections: https://wiki.asterisk.org/wiki/display/AST/Home
14:46.21jacobkiersFinally, the exact order of AMI events for specific channels differs slightly based on whether the call is answered (or not) (and in the case of ISDN also the cause code / hangup code).
15:10.13*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
15:11.12*** join/#asterisk MadHatter42 (~MadHatter@unaffiliated/madhatter42)
15:16.06*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
15:32.47Kobazmerry merry
15:49.26*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
15:57.55*** join/#asterisk tzica (~tzica@unaffiliated/tzica)
16:16.02Kobazthat wasn't too bad
16:16.11Kobazmy ~400 line Fail2Ban clone that actually works
16:16.31Kobazcould make it a little smaller, i do have some extra bits
16:26.56tzicaHello, I have the following setup http://justpaste.it/i6ir and it the begining I want to place a call from PBX A1 through SIP provider
16:27.37tzicawhat to do to make it happen
16:28.14[TK]D-Fendertzica: "core show application dial"
16:29.29tzicaI have started to add an outbound route but I'm receiving an error
16:29.38tzicaNo matching endpoint found
16:30.23Kobazit'll be helpful to actually paste your log too
16:31.54[TK]D-Fendertzica: ...
16:31.57[TK]D-Fender~freepbx
16:31.57infobot[~freepbx] FreePBX is unable to be supported here. It is made up of complex dialplans and scripts which can't be easily supported by people who aren't deeply involved. Try joining #freepbx and asking there
16:31.59[TK]D-Fender^^^
16:53.02pznjacobkiers, I'm using asterisk from ubuntu packages. talking about differences between 11.7 and 11.11, the environment is the same, I just upgraded the ubuntu release and the AMI seems to be finishing calls in a different way, to my AMI event analyser does not work very well...
16:53.22pznjacobkiers, thanks for your hint, I'll read "new in version" section of docs
16:55.57*** join/#asterisk jhlavacek (~jirka@89.22.65.200)
16:56.14*** join/#asterisk mdhas (~mdhas@206.223.170.186)
17:01.14*** join/#asterisk _pll (~meru@190.233.225.89)
17:03.45_pllHello, I recently updated my Asterisk server and found that my CDR table was being populated with the unbridged ringings in a Queue instead of the previous behavior, which was only the bridged call that was added to the CDR, is there a way to prevent this? I looked through the configs in stasis.conf but it's not obvious at first glance.
17:04.31*** join/#asterisk coppice (~chatzilla@123203240102.ctinets.com)
17:05.36[TK]D-Fendercdr.conf <-
17:05.44*** join/#asterisk FreezingCold (~FreezingC@135.0.41.14)
17:09.29_pllunanswered=yes ; I'm guessing this one is affecting me. I had it on yes for previous versions and it didn't affect Queues.
17:10.20*** join/#asterisk MadHatter42 (~MadHatter@unaffiliated/madhatter42)
17:15.31*** join/#asterisk CeBe1 (~CeBe@port-92-206-60-175.dynamic.qsc.de)
17:17.21[TK]D-FenderPossibly due to what is being called (local channels vs direct device), etc
17:38.19*** join/#asterisk sparetire_ (~sparetire@unaffiliated/sparetire)
17:40.44*** join/#asterisk FreezingCold (~FreezingC@135.0.41.14)
17:49.04*** join/#asterisk gusto (~gusto@2a02:810d:8640:da4:8219:34ff:fecf:17f0)
17:52.35*** join/#asterisk CeBe1 (~CeBe@port-92-206-60-175.dynamic.qsc.de)
18:06.12_plleven with unanswered=no I'm getting the whole batch of calls made to all the members in the queue.
18:06.32_pllI restarted Asterisk after changing it by the way.
18:07.19_pllIt's not even consistant, only one of the calls will have the dchannel and dst fields but it's random among the no answer and answered.
18:09.17_pllsame with duration and billsec, which only the answered call will have but that row won't have the dst and dstcontext most of the time.
18:18.42pabelangerq: has anybody created an analog interface for the raspi for asterisk?
18:18.49pabelangervia USB or something else?
18:26.09_pllcore show channels displays location None.
18:26.21_pllwhenever they go to the queue.
18:26.42[TK]D-Fenderpabelanger: http://www.sangoma.com/products/usbfxo/
18:27.33coppiceInteresting. I thought they had stopped making that
18:29.38pabelanger[TK]D-Fender: thanks
18:31.25_pllI guess I can't use Asterisk 13 yet. Back to Asterisk 11. My only gripe is that GotoIfTime destroys dst,dchannel vars in this version even if I use gosub everywhere.
18:32.09_pllOr am I using it wrong? In Asterisk 13 it works just fine.
18:34.14*** join/#asterisk spicyramen_ (~Adium@cpc69054-oxfd25-2-0-cust736.4-3.cable.virginm.net)
18:57.15*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
19:29.33*** join/#asterisk child (b39b499f@gateway/web/freenode/ip.179.155.73.159)
19:30.35childwhat should I do to have a land line number on use on my voip ?
19:31.04*** join/#asterisk FreezingCold (~FreezingC@135.0.41.14)
19:31.13pabelanger~itsp-us
19:31.16ChannelZBuy one
19:31.31pabelanger~itsp
19:31.31infobot[~itsp] An ITSP is an Internet Telephony Service Provider (or VoIP telephone company). They allow you to either SEND calls to the PSTN (this is called termination), RECEIVE calls from the PSTN (called origination), or both. Some offer fixed rates, others $/min. Enter ~itsplist-us (USA) or ~itsplist-ca (Canada) for a listing of popular ITSPs.
19:31.33ChannelZUnless you mean an actual land LINE (POTS service)
19:31.44pabelanger~itsplist-us
19:31.44infobotHere are some popular ITSPs (USA) starting with the more respected ones: http://www.broadvoice.com, http://www.jnctn.com, http://www.sipstation.com, http://vitelity.net, http://voip.ms and http://flowroute.com
19:31.57childyeah but how it works? what should I know? to answer the phone calls online to my land number:?
19:32.20ChannelZThey come in as SIP calls like anything else
19:32.53ChannelZIf you have an existing number you want to move to voip, in most places you can port the number from your current telco over to the provider
19:34.14childI dont have a number.. so to have it I should contact the provider any way? ChannelZ
19:34.19ChannelZIf you are indeed in the US, several places like voip.ms and Vitelity are completely "self-service", you can login, buy a DID (a phone number) from a variety of locations, and start receiving calls right now.  On thanksgiving!
19:34.39doopThe joy of software robots
19:35.10ChannelZindeed
19:35.11childno Im in Brazil... and the provider dont offer this kind of service
19:36.09doopchild: do you have to have a brazilian number?
19:36.25childso my question is if is there a way to use a land line as voip using a hardware on computer or dont know how
19:36.26ChannelZhmm I don't know about ITSPs in Brazil.
19:36.46childyes doop
19:37.04ChannelZIf you mean an existing analog phone line, you can get it into asterisk yes with an ATA
19:37.38childI want people to call in my land line number, but I just answer in my voip service on mobile phone
19:39.14doopchild: in which city are you
19:39.21doopHeres one that offers numbers in manaus
19:39.24doophttps://www.voztovoice.net/index.php/en/component/didww/coverage/Brazil/Manaus/55-92/ITSP/Svanto?provider=Svanto
19:39.42childChannelZ: I'm in Minas Gerais state
19:39.52childtoo far from Manaus
19:40.05doopWhich city child
19:40.10childuberlandia
19:40.30doopNot helpful
19:40.34ChannelZAssuming your mobile carrier allows 3rd party voip on their data network (some get grumpy about it in the US) yes, you could go from your existing phone line -> ATA -> Asterisk and then forward that call over the internet to your mobile
19:41.21childdoop: is Uberlândia the name of my city
19:41.25childL)
19:41.29child:)
19:41.49doopchild: in english it seriously sounds like a made up fake name
19:41.53doophttp://www.voip-catalog.com/voip_cities_sao-paulo_1.html
19:41.56childChannelZ: so, I will try to read about it. Do I need have some especific hardware?
19:42.11doopChild: theres SP
19:42.12childdoop: its not friend
19:42.23doopLooking now for stuff in minas gerais
19:42.35childhttps://www.google.com.br/maps/place/Uberl%C3%A2ndia+-+MG/data=!4m2!3m1!1s0x94a4450c10bbbaef:0xae370c93616d5c9c?sa=X&ei=oH53VNKyPNOHsQSD84DoDw&ved=0CBwQ8gEwAA
19:42.38childhere we are
19:43.33childChannelZ: could you advice me some hardware if yes?
19:43.37ChannelZYes, the ATA.. Analog Telephone Adapter.  There are two types of connections, you need an FXO (to connect to a phone line, as opposed to an FXS which is for connecting an analog phone)
19:44.44ChannelZThe Cisco SPA-3102 has one of each for instance.  I can't comment on the international support though
19:46.24doopchild: check out http://directcall.com.br
19:46.38doopYour portuguese is presumably better than mine
19:47.20childnot in my city
19:47.26childhaha
19:47.40childI have searched... we dont have it
19:47.45childits a small city
19:48.52childChannelZ: with that router I dont need any other hardware? just plug in the server and it works with asterisk and linux?
19:49.17*** join/#asterisk mirela666 (~mirko.bra@95.180.126.160)
19:54.44ChannelZMore or less. It's an ethernet device
19:55.20ChannelZYou plug a phone line in one port, ethernet into another, and configure it to send calls to your asterisk
19:57.11WIMPypabelanger: IIRC Sangoma have something. Or off course xorcom.
19:57.58childChannelZ: I see... what if I want to sell this service here ? is there a hardware to do that for more than 50 lines for example?
19:59.07*** join/#asterisk gusto (~gusto@2a02:810d:8640:da4:8219:34ff:fecf:17f0)
20:00.36*** join/#asterisk CeBe1 (~CeBe@port-92-206-60-175.dynamic.qsc.de)
20:02.31ChannelZyes
20:11.49WIMPychild: Before you go to look for hardware, you should probably check the legal side.
20:12.50childyeah... WIMPy Im not looking to buy now.. just wondering the possibilities after have it working
20:13.17*** join/#asterisk hellcorner (~hellcorne@95.141.29.54)
20:14.10*** join/#asterisk areski (~areski@80.174.128.55.dyn.user.ono.com)
20:14.39*** join/#asterisk u0m3 (~u0m3@92.80.68.195)
20:14.46childChannelZ: thank you very much
20:14.55childthank you too doop
20:24.03*** join/#asterisk petris (sid19918@gateway/web/irccloud.com/x-xizeqrjadjmydddt)
20:50.30*** join/#asterisk tzafrir (~tzafrir@bzq-218-28-58.cablep.bezeqint.net)
20:54.47*** join/#asterisk Milos_ (~Milos@pdpc/supporter/student/milos)
21:00.06*** join/#asterisk cmendes0101| (~cmendes01@ip174-65-71-62.sd.sd.cox.net)
21:00.27*** join/#asterisk CeBe1 (~CeBe@port-92-206-60-175.dynamic.qsc.de)
21:13.37*** join/#asterisk D-Boy (~D-Boy@unaffiliated/cain)
21:26.57*** join/#asterisk Sipster_ (~Sipster@MTLXPQAK-1176264396.sdsl.bell.ca)
21:30.13*** join/#asterisk FreezingCold (~FreezingC@135.0.41.14)
21:30.33[TK]D-Fenderpacks up to head home
21:54.49*** join/#asterisk [TK]D-Fender (~joe@64.235.216.2)
22:02.31*** join/#asterisk Milos (~Milos@pdpc/supporter/student/milos)
22:05.28*** join/#asterisk wolrah (~wolrah@24.239.210.140)
22:26.32*** join/#asterisk ShapeShifter499 (~Raansu@unaffiliated/shapeshifter499)
22:28.52*** join/#asterisk hellcorner (~hellcorne@gateway/tor-sasl/hellcorner)
22:56.37*** join/#asterisk ShapeShifter499 (~Raansu@unaffiliated/shapeshifter499)
23:04.35*** join/#asterisk ShapeShifter499 (~Raansu@unaffiliated/shapeshifter499)

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