IRC log for #asterisk on 20140922

00:00.23*** join/#asterisk fstd (~fstd@unaffiliated/fisted)
00:01.43dan_jWeird. A reboot seems to have sorted it.
00:20.01*** join/#asterisk fury_ (~fury@znc.hq.codexterous.com)
00:21.58kb3ienDarn. Looking for the explanation of the Marked Mode in ConfBridge...
00:22.59kb3iendoes Set(CONFBRIDGE(user,end_marked)=yes) mean when the last Admin leaves I get booted?
00:28.49kb3ienmeetme had this: x - Leave the conference when the last marked user leaves.   does this still exist in ConfBridge ? In what form ?
00:30.42*** join/#asterisk carrar (~tim@osburn.jp)
00:34.06*** join/#asterisk bmurt (~brendan@208-58-116-232.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com)
00:34.36kb3ienIt should. > https://wiki.asterisk.org/wiki/display/AST/ConfBridge+10?src=search
00:35.10*** join/#asterisk Dovid (~Dovid@ool-2f113961.dyn.optonline.net)
00:56.53kb3ienWell the Options MAY work, but Dial(,,G) doesn't pass my variables to the n+1 priority so NUTS TO ME.
00:58.35kb3ienits a known issue, but I can't say I like it.
00:58.41kb3ienhttp://forums.asterisk.org/viewtopic.php?f=13&t=88570
01:05.22kb3ienI think that there should be an inherit option to extends G and U, but that's me.
01:17.28*** join/#asterisk mjordan (~mjordan@75.76.55.191)
01:17.28*** mode/#asterisk [+o mjordan] by ChanServ
01:33.01*** join/#asterisk cyborg-one (~cyborg-on@79-140-0-136.broadband.tenet.odessa.ua)
01:54.59*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
02:33.51kb3ienWell the ConfBR is almost working in lieu of MeetMe, but still no video. How does one proceed debugging confBridge ?
03:10.40*** join/#asterisk raspberrypifan (~raspberry@186.42.33.108)
03:18.29*** join/#asterisk jameswf (uid27319@gateway/web/irccloud.com/x-zrkgiixfqlckjgzs)
03:23.16kb3iendtmf_passthrough=yes isn't parsed properly.... odd...
03:33.07kb3ienWell MeetMe didn't do video, and now ConfBridge can't do it if use use Dial(,,G()) to get there...
03:36.55*** join/#asterisk JuStIcIa_ (~JuStIcIa_@190.167.116.80)
03:37.02*** join/#asterisk jsjc (~Adium@5.9.67.27)
03:49.05*** join/#asterisk mjordan (~mjordan@75.76.55.191)
03:49.05*** mode/#asterisk [+o mjordan] by ChanServ
04:23.07*** join/#asterisk timahvo1 (~rogue@mail.cickenya.com)
04:38.47kb3ienast_openstream_full: File pbx-transfer does not exist in any format     oh, really? ls can find it. Where is it looking, i wonder...
05:01.06*** join/#asterisk raspberrypifan (~raspberry@186.42.33.108)
05:01.30raspberrypifanis elastix still used
05:06.39[TK]D-FenderI'm sure someone is still using that distro
05:06.55raspberrypifanbut in general?
05:07.21[TK]D-FenderYes, many people still use it.
05:07.33*** join/#asterisk hos7ein (~chatzilla@94.101.189.1)
05:07.50raspberrypifaninteresting
05:10.45kb3ienpbx-transfer not found,but where is it looking. I don't feel like strace the whole of asterisk...
05:11.59kb3ienAnnouce Template:pbx-transfer:PARKED
05:12.09kb3ienAnnounce:pbx-transfer
05:12.25kb3ienast_openstream report it does not exist in any format...
05:13.39[TK]D-Fender"core show settings"
05:13.56[TK]D-FenderVarLib + /sounds /(language)
05:14.11[TK]D-FenderDid you install sounds files with *?
05:15.02[TK]D-FenderAre you loading FORMATS so that * can read in those files?  What about CODECs so the it can transcode if they aren't matching the one used by the channel?
05:15.40kb3ienyep, /var/lib/asterisk/ is VarLib directory
05:17.04kb3ienI have /var/lib/asterisk/sounds/fr/pbx-transfer.alaw ; the very file It cannot find.
05:17.13*** join/#asterisk gerhard7 (~gerhard7@77-172-20-151.ip.telfort.nl)
05:17.19[TK]D-FenderWe aren'te seeing the full call....
05:17.32[TK]D-FenderPASTEBIN is your friend....
05:27.14kb3ien<PROTECTED>
05:30.48[TK]D-FenderShow us the files as well...
05:30.53[TK]D-Fenderand your modules.conf
05:30.58kb3ien:/var/lib/asterisk/sounds# find . | grep pbx-transfe | grep alaw |grep fr
05:31.01kb3ien./fr/pbx-transfer.alaw
05:32.57kb3ienwhat's in modules.conf ?
05:33.10[TK]D-Fendergo show us
05:33.35kb3ienI updated the one pastebin.
05:35.06[TK]D-FenderIt gives you a new link.,..
05:35.28kb3ienhttp://pastebin.com/mPJrpMVr
05:35.30kb3ienindeed so.
05:37.06[TK]D-Fendernow lets try REALLY looking at the file....
05:37.31[TK]D-Fenderls -la /var/lib/asterisk/sounds
05:39.10kb3ienhttp://pastebin.com/GeMXN9YC
05:39.52[TK]D-Fenderthose folders being owend by ROOT looks like a very bad idea
05:40.03[TK]D-FenderConsidering Asterisk isn't running as root.
05:40.14[TK]D-FenderFix your ownership
05:40.30kb3ienreadable and executeable. should work x is like r on folders.
05:40.53[TK]D-FenderFix them
05:41.11[TK]D-FenderAnd go look at the files in those folders
05:43.45*** join/#asterisk W0rmDr1nk (~wormdrink@unaffiliated/wormdrink)
05:44.56kb3ienno change.
05:45.32kb3ienchown asterisk:asterisk pbx-transfer.* assuming no write needed.
05:45.39kb3ienactually it got write anyway.
05:46.21[TK]D-FenderGo show the fully corrected paths
05:46.40[TK]D-FenderAnd set core debug to 5 so we can prove exactly what i'ts looking for
05:52.25kb3ienls -l $(locate fr/pbx-transfer.alaw)
05:52.34kb3ien-rw-r--r-- 1 asterisk asterisk 8308 Oct 24  2013 /var/lib/asterisk/sounds/fr/pbx-transfer.alaw
05:55.05*** join/#asterisk AAmit (~amit@1.39.15.44)
06:02.20*** join/#asterisk AAmit (~amit@1.39.15.44)
06:03.11[TK]D-FenderGo verify that you have to proper format & codec modules present and loaded
06:03.33kb3ienwell nuff of this for one night.
06:19.55*** join/#asterisk zpotoloom (~quassel@tom.data.ee)
06:21.59*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
06:25.36*** join/#asterisk hehol (~hehol@2001:1438:1009:200:14d3:2f4d:30e1:28a9)
06:40.05*** join/#asterisk jhlavacek (~jirka@ata35-1-78-208-220-3.fbx.proxad.net)
06:41.21*** join/#asterisk Skten (~Sktenau@monitor.ic.ipera.net.au)
06:41.27*** part/#asterisk Skten (~Sktenau@monitor.ic.ipera.net.au)
06:41.42*** join/#asterisk Skten (~Sktenau@monitor.ic.ipera.net.au)
06:43.25*** join/#asterisk Zogot (~Adium@D4B2620B.static.ziggozakelijk.nl)
06:47.33*** join/#asterisk Zogot (~Adium@D4B2620B.static.ziggozakelijk.nl)
06:53.24*** part/#asterisk Zogot (~Adium@D4B2620B.static.ziggozakelijk.nl)
07:03.04*** join/#asterisk kleszcz (tick@linuxmafia.pl)
07:32.00*** join/#asterisk hos7ein (~chatzilla@94.101.189.1)
07:47.04*** join/#asterisk Faustov (~fst@gentoo/user/faustov)
07:50.48*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
08:01.53*** join/#asterisk bkruse (~Adium@24.42.207.11)
08:11.19*** join/#asterisk sekil (~sekil@78.24.104.73)
08:13.35*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
08:17.15*** join/#asterisk g_r_eek (~g_r_eek@78-109-50.adsl.cyta.gr)
08:21.57*** join/#asterisk skrusty (~skrusty@168.63.14.171)
08:28.45*** join/#asterisk LiohAu_ (~LiohAu@bac69-8-88-165-4-152.fbx.proxad.net)
08:31.07*** join/#asterisk nickfennell (~nickfenne@unaffiliated/nickfennell)
08:31.09*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
08:34.31*** join/#asterisk zpotoloom (~quassel@tom.data.ee)
08:35.37*** join/#asterisk areski (~areski@80.174.128.93.dyn.user.ono.com)
08:52.07*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
08:55.01*** join/#asterisk al_nz1 (~bigal.nz@118-92-134-150.dsl.dyn.ihug.co.nz)
08:55.37al_nz1What files should I look at to check if TCP is enabled for asterisk and for a extension?
08:58.35*** join/#asterisk fling (~fling@fsf/member/fling)
09:07.43*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
09:22.17*** join/#asterisk stevenm (~stevenm@stevenm.keele.netcentral.co.uk)
09:31.07*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
09:35.23*** join/#asterisk jiku (~jiku@182.73.253.194)
09:54.19*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
10:00.03*** join/#asterisk CeBe (~CeBe@p5488BD6E.dip0.t-ipconnect.de)
10:24.24*** join/#asterisk hos7ein (~chatzilla@94.101.189.1)
10:34.44*** join/#asterisk areski (~areski@130.98.135.37.dynamic.jazztel.es)
10:37.50*** join/#asterisk AAmit (~amit@1.39.14.155)
10:44.48*** join/#asterisk [[thufir]] (~thufir@S0106c8fb2677e8ca.vs.shawcable.net)
10:50.08*** join/#asterisk tzafrir (~tzafrir@local.xorcom.com)
11:02.07*** join/#asterisk jiku (~jiku@1.22.37.118)
11:03.49*** join/#asterisk jiku (~jiku@1.22.37.118)
11:05.24*** join/#asterisk jiku (~jiku@1.22.37.118)
11:06.56*** join/#asterisk jiku (~jiku@1.22.37.118)
11:08.14*** join/#asterisk jiku (~jiku@1.22.37.118)
11:16.39*** join/#asterisk drmessano (~nonya@pdpc/supporter/active/drmessano)
11:21.39*** join/#asterisk calum_ (~calum_@remote.euroaerials.co.uk)
11:36.08*** join/#asterisk LiohAu_ (~LiohAu@bac69-8-88-165-4-152.fbx.proxad.net)
11:42.57*** join/#asterisk jiku (~jiku@182.73.253.194)
11:48.05*** join/#asterisk aurs (~aurs@84.48.58.187)
12:13.34*** join/#asterisk [TK]D-Fender (~chatzilla@216-191-106-163.dedicated.allstream.net)
12:14.54*** join/#asterisk bulkorok (~Benjamin@91.64.155.69)
12:16.37*** part/#asterisk marceloamorim (~marcelo@189-90-192-72.isimples.com.br)
12:17.11*** part/#asterisk bulkorok (~Benjamin@91.64.155.69)
12:19.35*** join/#asterisk Tuju (~tuju@214.204.50.195.sta.estpak.ee)
12:23.53*** join/#asterisk Dovid (~Dovid@static-173-63-105-210.nwrknj.fios.verizon.net)
12:27.06Tujuwhat is the difference in line settings between 'domain' and 'fromdomain' ?
12:32.24[TK]D-Fenderfirst matching INCOMING, the other is OUTGOING (goes into the "From:" header)
12:33.03sekilbtw how can one set the domains in invite r-uri and to field w/o using host?
12:33.14sekilthat is ...when set to host it tends to resolve
12:33.23sekilwhich sometimes is not desirable
12:37.05*** join/#asterisk Faustov (~fst@gentoo/user/faustov)
12:38.30*** join/#asterisk jasonwert (~jasonwert@71.89.137.28)
12:47.51*** join/#asterisk aross42 (~aross@CPE000e84807d02-CMbcc8100f7698.cpe.net.cable.rogers.com)
12:51.40Tujuack
12:52.11Tujui understood, that domain= is typically set in general level and fromdomain= in each line settings.
12:56.24*** join/#asterisk bmurt (~brendan@8.39.115.8)
13:02.35*** join/#asterisk jwr__ (~quassel@205.196.167.54)
13:07.02Tujufor some reason, one of my trunks sends line@1.2.3.4  instead of line@example.com.
13:07.11Tujuand hence registration fails.
13:08.06kb3ienI'm back lets see if I can debug that pbx-transfer.ulaw today!
13:11.09[TK]D-FenderTuju: First, stop using the term "trunk".  Second, "register =>" lines have nothing to do with any peer entry you may have.  Those use [general] settings ONLY.
13:12.00[TK]D-FenderTuju: There is a directive to use peer settings in 11+ instead of a sparate REGISTER" directive
13:12.04Tujui understood that the latter part, example.com/plaaa     <---- plaa connects to line name.
13:12.11[TK]D-Fenderno
13:12.20Tujui read it somewhere.
13:12.26[TK]D-Fenderthat sets the return CONTACT
13:12.45[TK]D-FenderYou read wrong or they simply had no clue what they're talking about.
13:12.57Tujuthat's the result that we don't have correct instructions nor documentation.
13:13.23Tujuthere are zillion sites that publish their version of configuration.
13:13.54Tujui also wiped out most of my sip.conf comments as those appeared to be from old version.
13:14.30Tujunor there was no descriptions of those line settings regardless that people here claim that that's the only authorative source.
13:15.02*** join/#asterisk jameswf (uid27319@gateway/web/irccloud.com/x-sfrynrxdjgrsxeto)
13:15.28[TK]D-Fender[09:13]Tujui also wiped out most of my sip.conf comments as those appeared to be from old version. <- the SAMPLE configs that * provides are documentation.
13:15.29*** join/#asterisk madax (~madax@c42-156.i07-11.onvol.net)
13:15.41Tujui thought that was the sample.
13:16.07sekilsample files are documented
13:16.07[TK]D-Fender[09:13]Tujuthere are zillion sites that publish their version of configuration. <- What about *'s OFFICIAL wiki?  Or at least the old voip-info one (with caution)?
13:16.22sekilI think that's what he's referring to
13:17.18Tujuhttp://fpaste.org/135434/14113917/ centos 6.0
13:17.35Tujui don't call that documentation.
13:17.47sekilTuju: host should provide you the domain part for invite r-uri and To-uri
13:17.59sekilTuju: host directive
13:18.00[TK]D-FenderTuju: that is not a complete sample config
13:18.05kb3ienseems that fileexits_core got some 'splaining to do.
13:18.10Tujusekil: i try that
13:19.37sekilTuju: also there's outboundproxy to use if needed
13:20.12*** join/#asterisk LiohAu_ (~LiohAu@bac69-8-88-165-4-152.fbx.proxad.net)
13:21.08*** join/#asterisk brad_mssw (~brad@shop.monetra.com)
13:21.17[TK]D-FenderTuju: Sample config seems to offer a direct options for setting the domain.
13:21.35[TK]D-Fenderrealm would require a peer for sure
13:21.47[TK]D-Fender(with a built-in register driective)
13:23.16madaxHi all, i have a little question please. I have configured an atd and have recorded some greeting message. I know i'm supposed to convert them in 8Khz, 16 bit mono file, but my question is it possible to use a better quality format  ?
13:24.05sekil[TK]D-Fender: can realm be set in peer/friend?
13:24.52[TK]D-Fendermadax: set it to match whatever your call is going to actually use
13:25.47[TK]D-Fendersekil: sekil Actually that appears to be global only there
13:26.08madax[TK]D-Fender: you mean like alaw or ulaw ?
13:26.21sekil[TK]D-Fender: so only host is an option in peer/friend for domain part on invite ?
13:26.24[TK]D-FendermadI mean like precisely the codec your call is going to be using.
13:26.44Tujuwiki fails by using such vocubulary that expected audience is not familar yet.
13:26.49[TK]D-Fendermadax: I mean like precisely the codec your call is going to be using.
13:26.59sekilTuju: what is not working for you?
13:27.15sekilTuju: you need the invite to be 101@blah.com rather than 101@1.2.3.4?
13:27.26madaxah ok, let me try that.
13:27.31sekilTuju: or the REGISTER
13:27.34Tujusekil: i'm talking about wiki now.
13:27.41Tujubut yes, i've that problem you mentioned.
13:27.50Tujuin OPTIONS and REGISTER
13:28.32[TK]D-Fender[09:26]Tujuwiki fails by using such vocubulary that expected audience is not familar yet. <- the sample config explains registration options in full detail
13:28.58[TK]D-Fender[09:11]Tujui understood that the latter part, example.com/plaaa <---- plaa connects to line name. <- including this
13:29.02sekilTuju: register => udp://123456@ims.blah.com:secret:123456@ims.blah.com@10.0.0.2:5060/123456
13:29.28Tujusekil: i try that
13:29.34sekilTuju: this is an unusual example as the auth name required is user@domain rather than user
13:29.45sekilTuju: so you can change that
13:30.04sekilTuju: and there's outboundproxy as 10.0.0.2 set here
13:30.45Tujusekil: i had register => 1234:pwd@example.com/office-trunk
13:31.04Tujuand that example.com got changed to 1.2.3.4 ip-adress in From: field.
13:31.45sekilTuju:  register => [peer?][transport://]user[@domain][:secret[:authuser]]@host[:port][/extension][~expiry]
13:34.31[TK]D-FenderUse a peer entry to do your registration instead of a separate "register" directive if you want more control.
13:35.35madax[TK]D-Fender: it works thanks a lot
13:35.49[TK]D-Fendermadax: You're welcome
13:37.56*** join/#asterisk newmember (~chatzilla@static-66-11-81-75.ptr.terago.net)
13:40.24*** join/#asterisk mjordan (~mjordan@nat/digium/x-kqjjcpvcavajkgtm)
13:40.24*** mode/#asterisk [+o mjordan] by ChanServ
13:46.23kb3ienSo asterisk is looking for sounds in /usr/share/asterisk/sounds/ but installed them in /var/lib/asterisk/sounds/ not sure why...
13:49.55[TK]D-Fenderasterisk.conf <--------
13:51.19kb3ienwhich directive sets that?
13:51.20*** join/#asterisk theron_ (~theron@173.252.71.2)
13:51.36*** join/#asterisk gerhard7 (~gerhard7@77-172-20-151.ip.telfort.nl)
13:51.58[TK]D-Fendervarlib
13:53.10kb3ienthat IS EVEN MORE STRANGE astvarlibdir => /var/lib/asterisk NOT /usr/share/asterisk
13:53.48[TK]D-FenderGo check your startup script.....
13:54.11[TK]D-FenderPerhaps it's not even pointing to the config folder you think it is...
13:54.17kb3ienmaybe...
13:54.52kb3ienI did take a script I've been upgrading since 1.2 and try to pull it up to 11. It may not be that compatible anymore.
13:55.37kb3ienI build 1.2 on netbsd/ppc in like 2007
13:59.27Kattyoh man
13:59.35Kattyi'm beat.
13:59.40Kattydrmessano: ping
13:59.44kb3ienWell I symbolically linked around it for now, <<TRANSFER SEPT ZERO UN>>   it works! Ca marche!
14:03.09*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
14:03.52*** join/#asterisk david______ (515ecce2@gateway/web/freenode/ip.81.94.204.226)
14:04.01david______hi
14:04.48david______I am trying to play a message using early media
14:05.33david______same => n,Playback(ivr,noanswer)
14:06.05david______but issue is incoming call got hanged up after a minute
14:06.28*** join/#asterisk sgriepentrog (~sgriepent@nat/digium/x-qujqstyardadrbmk)
14:06.33david______Is any way to play an audio file which is one hour long
14:06.39[TK]D-Fenderdavid______: Go look at the call to see why
14:08.11david______[TK]D-Fender: Not come on cli. Call simply got hangup
14:08.33[TK]D-FenderIf you are looking at the call properly you will see why
14:08.52david______actually i want to  play file as ringtone
14:09.10[TK]D-Fender"playback" is not a ring-tone.
14:09.31david______playback with noanswer parameter
14:09.44[TK]D-FenderStill not a ring-tone
14:09.50*** join/#asterisk Quastor (~AndChat14@dD5778AB4.access.telenet.be)
14:10.02david______or any other expert openion
14:10.12[TK]D-FenderThis isn't an opinion.  This is a fact
14:10.41[TK]D-FenderdavAnd you aren't adding anything more to the description for the overall task you are attempting to accomplish
14:10.56QuastorHi is there a way to send the caller id when using a call pickup
14:11.24QuastorOr blf
14:11.38*** join/#asterisk sgriepentrog (~sgriepent@nat/digium/x-paacbegrirvhcqeu)
14:12.12david______[TK]D-Fender: my plan is to play an ivr of an hour on which no one bear cost not caller nor callee
14:12.36[TK]D-Fenderdavid______: Go look at the call and see why it is disconnecting then.
14:12.57[TK]D-Fenderdavid______: That is still not a "ring-tone"  that term in not appropriate for the description you've given.
14:13.12*** part/#asterisk sgriepentrog (~sgriepent@nat/digium/x-paacbegrirvhcqeu)
14:13.49david______want to send this ivr file as a early media. I am able to play an ivr for one minute
14:14.24[TK]D-Fenderdavid______: Go look at the call.
14:14.45*** join/#asterisk rmudgett (~rmudgett@nat/digium/x-ofomgfglpziklgkn)
14:15.39*** join/#asterisk anonymouz666 (~anonymouz@189-25-34-104.user.veloxzone.com.br)
14:17.54*** join/#asterisk sekil (~Ognjen@78.24.104.82)
14:18.55*** join/#asterisk putnopvut (~putnopvut@asterisk/master-of-queues/mmichelson)
14:18.56*** mode/#asterisk [+o putnopvut] by ChanServ
14:18.56Tujui got it working.
14:19.05Tujuis there something i could use presence for?
14:19.22Tujuit sounds useful, but i'm wondering does my devices support it anyhow.
14:19.34Tujudo my devices...
14:21.11[TK]D-FenderIt does what it says it does.  It reports the satates of your other device definitions in *, as well as other things like queue status, custom values, etc.
14:22.21Tujui was wondering could i somehow show my 'existence' next to phone like some instant message systems show
14:22.40[TK]D-Fenderdoes that as well.
14:22.59Tujuany idea do cisco phones support it anyhow?
14:23.15[TK]D-FenderIf you have a phone watching another peer, it'll report it as "not registered", "idle", "on call", "ringing", etc
14:23.27[TK]D-FenderTuju: Depends on the model & usage
14:23.49Tujui've got plenty of them :) the one next to me is c7975 with sip firmware.
14:24.15Tujubut that certainly sounds useful.
14:24.36*** join/#asterisk herrkin (~herrkin@190.78.119.16)
14:24.42Tujuideally it would have some minuteman-dead-man's-switch :)
14:25.43[TK]D-FenderI know 7940/60's don't support BLF with SIP.  Not sure on those ones.  I'd go search it up
14:26.53*** join/#asterisk darkdrgn2k (~darkdrgn2@209.90.253.66)
14:27.18darkdrgn2kHello all, any one know of a way i can prevent Asterisk from intercepting and regenerating DTFM tones (reinvite is not an option_
14:29.23Tuju[TK]D-Fender: i've those too, couple 7960's - a great workhorse if you have light to watch its display. and very nice to debug thanks to its software.
14:30.07Tujui need to try it in near future, like MWI etc, even i don't like messages.
14:36.35*** join/#asterisk gusto (~gusto@2a02:810d:8640:1dd0:221:6aff:feb8:e0b2)
14:52.30*** join/#asterisk darkbasic_ (~quassel@niko.linuxsystems.it)
14:52.36darkdrgn2kis core a dynamic module by any chance?
14:54.21pabelangerdarkdrgn2k, where do you see core?
14:54.29pabelangeron the filesystem?
14:55.03darkdrgn2khmm good point
14:55.12darkdrgn2ki need to modify ./main/dsp.c
14:55.17darkdrgn2kthats proably the main exec
14:56.54darkdrgn2kdoes asterisk detect all dtfm tones or is there a way to change the "country"
14:57.46*** join/#asterisk jrose_atDigium (~jrose_atD@nat/digium/x-sfwihunntjqknxnk)
15:10.48sekilTuju: working now?
15:12.08*** join/#asterisk puzzled (~patrick@puzzled.xs4all.nl)
15:16.51*** join/#asterisk jasonwert (~jasonwert@75-134-81-98.static.aldl.mi.charter.com)
15:17.56*** join/#asterisk ChannelZ (channelz@burner.com)
15:28.13WIMPydarkdrgn2k: That depends on the technology used and also on configuration.
15:41.32*** join/#asterisk iulhk (~iulhk@182.189.96.66)
15:41.50iulhki am using asterisk-11 , focus just sip to sip call, audio/video, in allowed codecs 'gsm;h264' , Issue peer 1000 calling to 2000 audio call, after ack, at receiver end video screen automatically opened, although caller started audio call, if i just enabled gsm, codec then both-end its audio screen, but in that case i can't start video as video codec not enabled. i want when user starting
15:41.51iulhkvideo call, it should start video at both-end when user starting audio call then at both end it should be audio call, is it possible ?
15:57.19*** join/#asterisk wonderworld (~ww@ip-62-143-157-238.hsi01.unitymediagroup.de)
15:58.10*** join/#asterisk theron (~theron@173.252.71.2)
16:14.05madaxguys, i have mapped the Queue function to an exten (100).It also launches a script via AGI. I'd like to send as argument the number of the extension who finally hangs up and not 100. Anyone knows how to do that ?
16:16.08[TK]D-FendermadYour description is confusing.  Show us what you have created alrady
16:16.15[TK]D-Fendermadax: Your description is confusing.  Show us what you have created alrady
16:19.51PenguinExtensions don't call others, phones do.  So the only extension involved here is the one that runs your application.
16:20.55PenguinIf you want to know the extension number associated with the phone calling extension 100, use the caller ID number.  This assumes the callerID number is configured in a sensible way.
16:29.30*** join/#asterisk riess82 (~riessma@188-22-46-191.adsl.highway.telekom.at)
16:33.41*** join/#asterisk aruntomar (~arun@49.248.156.175)
16:47.12*** join/#asterisk D-Boy (~D-Boy@unaffiliated/cain)
16:51.09*** part/#asterisk aruntomar (~arun@49.248.156.175)
16:52.37madaxi basically do that in the extensions.conf
16:52.51madaxexten => 100,1,Verbose(1,Caller ${CALLERID(all)} entering the "operateur" queue)
16:53.11madaxsame => n,Queue(operateur,rRtTxXwW,,,120,"test.php,${CALLERID(num)},${ARG2}")
16:53.40madaxmy question is for ${ARG2}
16:53.58madaxif i put ${EXTEN} i will have --> 100
16:54.41madaxbut i want the real number of the telephone who hangs up
16:56.02[TK]D-Fendermadax: Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI[,macro[,gosub[,rule[,position]]]]]]]]])
16:56.10[TK]D-Fendermadax: So far I see no option for passing parameters in the first palce
16:56.28[TK]D-Fendermadax: Next, that gets run right as the call is CONNECTED... not once it is HUNG UP
16:56.40[TK]D-Fendermadax: You don't seem to be thinking clearly in terms of timing
16:57.21[TK]D-Fendermadax: And you have also not showed us what kind of members you are using.
16:59.22madaxin queues.conf: member => SIP/101
16:59.22madaxmember => SIP/102
16:59.54[TK]D-Fendermadax: You still have all those other issues to answer first...
17:11.39*** join/#asterisk [TK]D-Fender (~chatzilla@216-191-106-163.dedicated.allstream.net)
17:12.58*** join/#asterisk AAmit (~amit@1.39.13.58)
17:22.11*** join/#asterisk bkruse (~Adium@24.42.207.11)
17:26.20*** join/#asterisk madax (~madax@c182-79.i06-14.onvol.net)
17:29.00*** join/#asterisk aruntomar (~arun@49.248.156.175)
17:41.53drmessano[12:19:51] <Penguin> Extensions don't call others, phones do.  <-- False, people do
17:42.51WIMPyNo, they just tell their phones.
17:54.20*** join/#asterisk nighty^_ (~nighty@static-68-179-124-161.ptr.terago.net)
18:00.10*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
18:00.53QwellNo, they tell their phones to ask the PBX to.
18:01.39WIMPyYou need a PBX to do it?
18:09.58madaxi'm trying to identify who has taken the call on a queue, and launch a macro (or a script AGI) with some args based on who takes the call
18:10.17*** join/#asterisk slav3_kitten (~frankthet@unaffiliated/slav3-kitten/x-0866809)
18:10.30madaxis it possible to give args to "membermacro" ?
18:11.13[TK]D-Fendermadax: use LOCAL CHANNELS as members and do the dial yourself and pass it there.
18:16.39aruntomari need to design a solution/architecture that could dial in excess of 7600 calls per minute. i've been using asterisk for couple of years but most of them are small & medium call centers. need suggestions/pointers while designing such a redundant solution from our community experts.
18:17.42madax[TK]D-Fender : ok i will do that, thanks (i can't right now..)
18:25.36*** part/#asterisk giany (~giany@shrek.x83.org)
18:33.33*** join/#asterisk Elv1313 (~etudiant@2607:fad8:4:6:a6ba:dbff:feba:26d8)
18:34.39Elv1313Hello, I am trying to use TLS. In wireshark, I see something that look like a full TLS handshake. However, both client and asterisk then timeout and nothing appear in rasterisk (I have sip set debug on)
18:48.14*** join/#asterisk ThoMe (~tm@tm.muc.de)
18:48.15ThoMehiho
18:48.24ThoMehave when i reboot my firewall the follow problem
18:48.25ThoMe[Sep 22 20:47:39] NOTICE[4173]: chan_sip.c:15067 sip_reg_timeout:    -- Registration for '777z3bugxj@fpbx.de' timed out, trying again (Attempt #26)
18:48.28ThoMei use asterisk 11.12.1
18:48.53[TK]D-FenderThoMe: You're not getting an answer
18:49.10ThoMeand now i cant register my asterisk at my trunk
18:49.24ThoMe[TK]D-Fender: hm. is this problem at my sip provider or me?
18:50.26ThoMethis problem is only if I reboot/redial my firewall (also my dsl interface=
18:50.30[TK]D-FenderThoMe: That message proves nothing as to why.  So far you aren't even really looking at what you're sending.
18:50.44*** join/#asterisk gusto (~gusto@2a02:810d:8640:1dd0:221:6aff:feb8:e0b2)
18:50.47[TK]D-FenderThoMe: You've giving us nothing to go on
18:50.53[TK]D-Fendergiven*
18:51.11ChainsawYour offering does not please the fender.
18:51.19ThoMe[TK]D-Fender: which infos you need for help me?
18:51.21ChainsawIt requires unadulterated, complete logs on pastebin
18:51.39ChainsawYou may not provide snippets without context.
18:52.00[TK]D-FenderThoMe: You aren't even bothering to look at the SIP debug of your registration attempt to prove where it is trying to contact, and what you are sending them for retrun adress, etc....
19:00.32ThoMe[TK]D-Fender: hmm. ok
19:01.03ThoMe[TK]D-Fender: http://pastebin.com/raw.php?i=7zxNaG08 sip debug.
19:02.00*** join/#asterisk areski (~areski@80.174.128.93.dyn.user.ono.com)
19:02.08ThoMe192.168.100.4 = my asterisk, 82.135.63.218 = my router, dsl box and 62.134.52.212 is my trunk sip provider
19:02.24[TK]D-FenderThoMe: Go double check any port forwarding you should have, make sure it's hitting whatever routers/firewalls it needs to along the way, and that the IP is sending them in your Contact: is accurate
19:02.44[TK]D-FenderThoMe: And while you're at it ... that the IP you are sending to is proper
19:07.30*** join/#asterisk LiohAu (~LiohAu@bac69-8-88-165-4-152.fbx.proxad.net)
19:10.41*** join/#asterisk CeBe (~CeBe@p5488BD6E.dip0.t-ipconnect.de)
19:12.01*** join/#asterisk aruntomar (~arun@49.248.156.175)
19:17.11*** join/#asterisk bkruse (~Adium@64.89.97.127)
19:26.43*** join/#asterisk W0rmDr1nk (~wormdrink@unaffiliated/wormdrink)
19:37.01*** join/#asterisk woopstar (~woopstar@unaffiliated/woopstar)
19:37.29*** part/#asterisk bkruse (~Adium@64.89.97.127)
19:37.40*** join/#asterisk mokmeister (~quassel@95.45.41.60)
19:38.27woopstarHi People. So, I'm testing the WebRTC to Asterisk thingy. Got sipml5 to connect through WSS to Asterisk. Setup DTLS succesfully and I'm able to do a call. But there is no audio at all, and the call is disconnected with "for lack of RTP activity in 11 seconds", because rtptimeout is set to 10. So it seems there is a problem with RTP ?
19:42.24woopstaris there a specific codec i need to use maybe? :)
19:46.26*** join/#asterisk calum_ (~calum_@cpc67428-harg5-2-0-cust142.7-1.cable.virginm.net)
19:49.44*** join/#asterisk hecatae (~hecatae@host-92-28-0-190.as13285.net)
20:13.09*** part/#asterisk aruntomar (~arun@49.248.156.175)
20:23.08mjordanwoopstar: which version of Asterisk?
20:23.35woopstarmjordan: asterisk-11.12.1
20:24.32*** join/#asterisk ipengineer (~zconkle@static-71-252-134-63.dllstx.fios.verizon.net)
20:24.34*** join/#asterisk almostworking (~almostwor@unaffiliated/almostworking)
20:26.54mjordanHm.
20:27.11mjordanWell, if you're getting an RTP timeout, it would be because RTP isn't able to make it from the browser to Asterisk and vice versa.
20:27.27mjordanWhich means, despite the best efforts of ICE, a media path couldn't be found.
20:28.12woopstarFor that we can agree. But I just don't get it. As all UDP ports are forwarded... But maybe it's a client issue...
20:29.32mjordanpossibly. If you're just looking to 'play around with it', I'd make the puzzle as simple as possible and do it without a NAT in the way. ICE/STUN/TURN do the best they can to get through NATs, but there's no guarantee that they will be able to punch through everything.
20:30.17woopstarYeah. I guess i'll put the asterisk server directly to the internet to prevent nat on the server side... preventing nat on client side is much more of a hazzle, right?
20:34.13mjordanNAT is pretty much just always a pain. Generally, configured correctly, ICE/STUN/TURN should find a way through. You may just need to tweak the settings some
20:38.37woopstarYeah... Thing is.. Seems like it's the RTP connection the the sip provider... It initiates a RTP connection to them, but times out...
20:44.03*** join/#asterisk areski (~areski@80.174.128.93.dyn.user.ono.com)
20:51.33*** part/#asterisk mjordan (~mjordan@nat/digium/x-kqjjcpvcavajkgtm)
21:06.35*** join/#asterisk alexw (~textual@unaffiliated/alexw)
21:07.55*** join/#asterisk marceloamorim (~marcelo@189-90-192-72.isimples.com.br)
21:08.51marceloamorimhello, there is anyway to send the ${DIALSTATUS} to another channel?
21:09.30*** join/#asterisk LiohAu (~LiohAu@bac69-8-88-165-4-152.fbx.proxad.net)
21:10.06marceloamorimI`m using the app Dial with option F(context^exten^priority)
21:19.52PenguinWhy would you need to send the DIALSTATUS of one channel to another channel?
21:20.50marceloamorimBecause I`m trying to build my own cdr, and so far I couldn`t do so much when the caller hang up the call
21:21.46marceloamorimI use the option g, and I`m fine when the called phone hang up, but when the caller hangup the best I could do so far is using the F option
21:22.29PenguinDid you consider the h exten and/or hangup handlers?
21:24.46marceloamorimwell, I didn`t consider, but H is for allow a dtmf sequence
21:25.13Penguinh exten!  Not H option for Dial() application.
21:26.25marceloamorimuhmm, let me check, I thought that options was for press some buttons and this buttons hangup the call
21:31.03marceloamorimPenguin: that featuremap for disconect?
21:31.11*** join/#asterisk alexw (~textual@unaffiliated/alexw)
21:31.22*** join/#asterisk tzafrir (~tzafrir@bzq-218-28-58.cablep.bezeqint.net)
21:31.27PenguinWhat part of EXTEN are you having trouble understanding?
21:31.35WIMPyHe said extension. Read about special extensions.
21:32.20PenguinYou're probably going to want a hangup handler, so read about that as well.
21:32.38marceloamorimok
21:36.13marceloamorimsorry, I was thinking about this " h: Allow the called party to hang up by sending the DTMF sequencedefined for disconnect in "features.conf". "
21:36.33PenguinI specifically told you no.
21:36.40PenguinI specifically told you the h extension.
21:36.59PenguinI specifically told you not the h option to the Dial() application.
21:37.46marceloamorimI realized that now
21:47.43marceloamorimthx guys, that was what I needed
21:48.01marceloamorimcooool \o/ yay
22:19.10*** join/#asterisk slav3_kitten (~frankthet@unaffiliated/slav3-kitten/x-0866809)
22:25.11*** join/#asterisk caveat- (hoax@2a01:4f8:191:9111:30::10)
22:29.58*** join/#asterisk hfp (~hfp@65.93.185.155)
22:49.24*** join/#asterisk mjordan (~mjordan@75.76.55.191)
22:49.24*** mode/#asterisk [+o mjordan] by ChanServ
23:09.11*** join/#asterisk alexw (~textual@unaffiliated/alexw)
23:12.06*** join/#asterisk caveat- (hoax@2a01:4f8:191:9111:30::10)
23:15.50*** join/#asterisk [[thufir]] (~thufir@S0106c8fb2677e8ca.vs.shawcable.net)
23:21.04*** join/#asterisk dhardison (uid20219@gateway/web/irccloud.com/x-evehgaizoqcetdtl)
23:24.27*** part/#asterisk dhardison (uid20219@gateway/web/irccloud.com/x-evehgaizoqcetdtl)
23:26.22*** join/#asterisk caveat- (hoax@2a01:4f8:191:9111:30::10)
23:26.28*** join/#asterisk theron (~theron@173.252.71.2)
23:38.47*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)

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