IRC log for #asterisk on 20131002

00:00.58redotisdamn
00:01.06redotisI can't get confbridge to work
00:01.40ChannelZ-Wkredotis: how so
00:01.55navaismoChannelZ-Wk, http://pastebin.com/cvbbK8qq
00:02.52redotishttp://hastebin.com/laxewivada.coffee
00:02.52snadgeok so no installation recommendations :P
00:03.13*** join/#asterisk threesome (~threesome@ip-94-113-13-143.net.upcbroadband.cz)
00:03.35ChannelZ-Wkredotis: module load app_confbridge
00:04.34redotisUnable to load module app_confbridge
00:04.34redotisCommand 'module load app_confbridge' failed.
00:05.18ChannelZ-WkWhat version of asterisk?
00:06.24redotis11.5.`
00:06.27navaismoChannelZ-Wk, this is with firewall off -->http://pastebin.com/iKyYMMRK
00:06.28redotis11.5.1
00:07.03*** join/#asterisk Pullphinger (~Pullphing@c-24-13-69-42.hsd1.il.comcast.net)
00:07.39ChannelZ-Wknavaismo: so let's see the output of   iptables -L INPUT -v -n   with the firewall up, and what port range do you have in rtp.conf
00:07.56ChannelZ-Wkredotis: did you build it yourself?
00:08.29redotisno
00:08.34redotisIt's AsteriskNOW
00:09.15ChannelZ-WkHmm. Well I don't know then.. if the module ain't there, it ain't there
00:09.28*** join/#asterisk serafie (~erin@24.96.64.240)
00:09.57redotiswtf
00:09.58redotisgreat
00:10.12redotisYou'd figure it would come with AsteriskNOW
00:10.36ChannelZ-WkI don't know much about NOW.. if it's freepbx, are they still MeetMe-centric?  I have no idea
00:11.19redotisyou got me
00:12.25ChannelZ-Wkwell you can double-check looking in /usr/lib/asterisk/modules/  (or maybe not, if they're somewhere else in NOW) for app_confbridge.so
00:12.26navaismoChannelZ-Wk,  the output --->http://pastebin.com/TKTn0xZt   ports in rtp.conf are 19000 to 20000
00:15.32ChannelZ-Wknavaismo: You don't have nf_conntrack_sip or nf_nat_sip loaded do you?  Is this a firewall script?
00:16.06redotishah
00:16.07redotisit's there
00:16.32ChannelZ-Wkredotis: did you type-o then, or is it listed as noload or something in modules.conf?  (not sure if that prevents a manual load, just a thought)
00:16.54redotisusr/lib64/asterisk/app_confbridge.so
00:17.02*** join/#asterisk vlad_starkov (~vlad_star@109.188.124.18)
00:17.47ChannelZ-Wknavaismo: also the IP you're calling from isn't being caught in your "blockhosts" table is it?
00:18.14navaismonope, if its in the blockhost i cant reach the server
00:18.22navaismoso blockhosts is not the issue
00:19.05redotiswtholy fuck
00:19.09redotisi have no clue
00:19.58navaismoredotis, check the full log maybe there is the cause why isnt loading the module
00:20.29redotiswhere is the log
00:21.58ChannelZ-Wk/var/log/asterisk/messages usually
00:22.15ChannelZ-Wkthough you should see verbose on the console
00:22.27navaismothey need to check at full log
00:22.30navaismoHE*
00:23.02ChannelZ-Wkassuming it's on
00:23.40redotisok
00:23.45redotisit's something in that file
00:23.47redotisyou need
00:23.53redotisi copied the sample over and it works
00:24.08redotisso there is some kind of bare minimum that must be in it
00:24.48navaismowell i just want to see if the full log tell you the cause about the module load error
00:25.10ChannelZ-Wkhttp://pastebin.com/4t8gGKfL
00:25.35ChannelZ-Wkwondering why the console isn't showing the load error.  Come to think of it your first paste of the 'core show application' looked odd/bare.
00:29.24redotisso looks like the log isn't on
00:29.27redotishow do i turn it on
00:30.11redotisWhy is the module not loading when i reload asterisk
00:30.46ChannelZ-Wkwell is it still failing on your config?
00:31.11ChannelZ-WkIf not, autoload in modules.conf probably isn't on, or it's set to noload that one
00:31.17redotisit loads when i type module load app_confbridge
00:31.33ChannelZ-Wkso check your /etc/asterisk/modules.conf
00:31.47redotisi renamed it to modules.conf.old
00:31.57redotisafter I initially had the problem
00:32.24ChannelZ-Wkwell.. that's one problem
00:32.41ChannelZ-WkI dunno what autoload defaults to. No I suppose.
00:32.46redotisyeah it's working now
00:32.57redotisthat i renamed modules.conf
00:33.17redotisok so apparently you have to have modules.conf with autoload=yes
00:33.26redotisand a bare minimum in confbridge.conf of
00:33.47redotis[default_bridge]
00:33.47redotistype=bridge
00:33.49redotisok
00:33.50redotisthanks guys
00:36.33redotishow do i enable logging
00:36.35redotislast question
00:36.41redotissince it's obviously important
00:36.45redotis:)
00:38.02navaismogot to go see you guys thanks to all
00:40.31ChannelZ-Wklogger.conf
00:41.00ChannelZ-Wksee if you have   console => notice,warning,error    at minimum
00:41.18ChannelZ-WkThere's probably a commented-out 'full => ...' line that you can uncomment as well
00:42.18*** join/#asterisk jpoz (~jpoz@ec2-184-169-152-1.us-west-1.compute.amazonaws.com)
00:43.20redotislol
00:43.23redotisthere's no logger.conf
00:43.27redotisi started from scratch
00:43.48redotisso i should just put console => notice,warning,erro
00:43.53redotisin it
00:43.56Kattyhowdy
00:44.50*** join/#asterisk serafie (~erin@24.96.64.240)
00:44.50*** join/#asterisk Weezey (~ohno@i.am.weezey.com)
00:44.57redotisI see the sample
00:45.02redotisthanks...i
00:45.07redotisI'll use that one
00:45.13redotisthank you guys
00:45.14redotislater
00:45.29*** part/#asterisk redotis (~redotis@nc-184-3-102-139.dhcp.embarqhsd.net)
01:14.38*** join/#asterisk Vutral (ss@mirbsd/special/Vutral)
01:17.01*** join/#asterisk vlad_starkov (~vlad_star@109.188.124.109)
01:20.46*** join/#asterisk sawgood (~sawgood@unaffiliated/sawgood)
01:26.14*** join/#asterisk darkbasic (~quassel@host37-245-static.119-2-b.business.telecomitalia.it)
01:39.09*** join/#asterisk sp00kz (~ilubj00@unaffiliated/sp00kz)
02:35.40*** join/#asterisk infobot (~infobot@rikers.org)
02:35.40*** topic/#asterisk is #asterisk The Open Source PBX and Telephony Platform (asterisk.org) -=- Asterisk 11.5.1 (2013/08/27), 10.12.3 (2013/08/27), 1.8.23.1 (2013/08/27), DAHDI-linux 2.6.2 (2013/03/08), DAHDI-tools 2.6.2 (2013/03/08), libpri 1.4.14 (2012/12/20) -=- Visit the official Asterisk wiki: wiki.asterisk.org
02:41.56*** join/#asterisk amizraa (~amizraa@gateway/tor-sasl/amizraa)
03:11.29*** join/#asterisk amessina (~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e)
03:18.05*** join/#asterisk vlad_starkov (~vlad_star@109.188.124.205)
03:26.35*** join/#asterisk Changos (~Changos@unaffiliated/changos)
03:28.14*** part/#asterisk w9sh (~sph@50-79-224-193-static.hfc.comcastbusiness.net)
03:50.16*** join/#asterisk mintos (~mvaliyav@1.186.103.234)
03:54.28*** join/#asterisk Draecos (~Draecos@106-68-80-210.dyn.iinet.net.au)
04:06.49*** join/#asterisk Dovid (~Dovid@74.123.202.211)
04:07.23*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
04:15.25*** join/#asterisk sawgood (~sawgood@unaffiliated/sawgood)
04:24.54*** join/#asterisk Dovid (~Dovid@74.123.202.211)
04:26.14*** join/#asterisk Vutral (~ss@mirbsd/special/Vutral)
04:29.36*** join/#asterisk jpoz (~jpoz@c-24-22-121-42.hsd1.or.comcast.net)
04:31.29*** join/#asterisk teeteewhy (~teeteewhy@no.ra.pe)
04:31.31*** join/#asterisk jpoz_ (~jpoz@ec2-184-169-152-1.us-west-1.compute.amazonaws.com)
04:34.12*** join/#asterisk Dovid (~Dovid@63.sub-174-236-66.myvzw.com)
04:44.35*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
04:49.13*** join/#asterisk vlad_starkov (~vlad_star@109.188.124.109)
04:53.01*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
05:03.06*** join/#asterisk evil_gordita (robert@ip70-188-56-12.rn.hr.cox.net)
05:03.22*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
05:08.25*** join/#asterisk gerhard7 (~gerhard7@77-172-47-159.ip.telfort.nl)
05:12.58*** join/#asterisk sgimeno (~sgimeno@163.117.206.10)
05:17.52*** join/#asterisk tzafrir_laptop (~tzafrir@bzq-218-28-58.cablep.bezeqint.net)
05:42.33*** join/#asterisk tulga (cb5b710a@gateway/web/freenode/ip.203.91.113.10)
05:43.37tulgais there any asterisk solution to enable iphone voicemail section? because my country not support by apple, and voicemal tab not working.
05:48.19*** join/#asterisk classix (salven@silenceisdefeat.com)
05:59.31[TK]D-Fendertulga: what "voicemail tab"?
05:59.44[TK]D-FenderAsterisk has nothng to do with the operation of an iPhone
06:08.05*** join/#asterisk Dovid (~Dovid@float-gw.core-fw-t.mypbxmanager.net)
06:12.00tulga[TK]D-Fender: iphone phone app has 5 tabs like favorite, recent, contact, keypad and voicemail
06:12.22[TK]D-Fendertulga: Asterisk has no relationship with the dialer app
06:12.53*** join/#asterisk peektoseen (~peektosee@193.105.235.1)
06:13.05peektoseenhi all!
06:13.06tulga[TK]D-Fender: I mean if install asterisk with voicemail feature, is it possible to connect this voicemail tab to asterisk
06:13.38peektoseenhow asterisk know, what peers unreachable?
06:14.07[TK]D-Fendertulga: There is no "connect"
06:14.23PenguinI still don't know what a voicemail tab is.
06:14.27tulga[TK]D-Fender: ok, only operator and apple
06:14.29[TK]D-Fendertulga: Asterisk will not in any way reconfigure your iPhone
06:14.46Penguinpeektoseen: SIP OPTIONS packets
06:14.49peektoseenI have unreachable/reachable host blinking, but peers ping is less than 1ms
06:15.17Penguinping is ICMP.  SIP OPTIONS is a much higher level of the OSI model.
06:15.19peektoseenif Options doesn't recive - host unreachable?
06:15.32[TK]D-FenderHost is CONSIDERED unreachable
06:15.45PenguinIf the device does not respond with something, anything, it will be considered unreachable.
06:15.51PenguinMost devices respond with something like a 404.
06:16.01PenguinBut it's a response, so asterisk considers it good.
06:16.22[TK]D-FenderIt is a method of A: seeing if they are alive, and B: keeping UDP traffic forwarded on remote NAT's to ensure incoming call can make it
06:17.30peektoseenok, I try sniff traffic for OPTIONS
06:17.47peektoseenthank you all
06:21.29*** join/#asterisk hrolf (~hrolf@unaffiliated/hrolf)
06:22.51*** join/#asterisk jhlavacek (~jirka@78.208.220.3)
06:40.28*** join/#asterisk CeBe (~CeBe@port-92-206-37-249.dynamic.qsc.de)
06:42.20*** join/#asterisk izbushka (~izbushka_@193.23.225.11)
06:44.26*** join/#asterisk joako (~joako@opensuse/member/joak0)
06:49.13*** join/#asterisk BKhan (ca7d90e3@gateway/web/freenode/ip.202.125.144.227)
06:49.20BKhanHi
06:49.52BKhanI have some issue call got drop in queue after 10 minutes. Please advise
06:50.03peektoseenI have a many time REGISTER message from peer, but asterisk doesn't answert to it, or aswer with 500(server error) or 401(unauth) :(
06:50.04peektoseenhttp://pastebin.com/raw.php?i=BR5nQ93X
06:53.43*** join/#asterisk mirela666 (~mirko.bra@iecommailer.itaf.eu)
07:01.01*** join/#asterisk bombev (~User@73.109.Globcom.Net)
07:01.43bombevhelllo :) is there application or function where I will be able to record data about the call into file
07:02.07*** join/#asterisk bulkorok (~chatzilla@85.183.61.47)
07:02.31*** join/#asterisk Blashyrkh (~michaeld@043-054-094-081.as39912.net)
07:02.37*** part/#asterisk Blashyrkh (~michaeld@043-054-094-081.as39912.net)
07:07.57*** join/#asterisk kazak1377 (c169f90a@gateway/web/freenode/ip.193.105.249.10)
07:08.15kazak1377hello everybody again.
07:08.31kazak1377Is there any kind of arrays in asterisk?
07:08.32PenguinAnd that was how I hacked kazak1377's asterisk.
07:08.39PenguinOh, hi there kazak1377.
07:09.02*** join/#asterisk hehol (~hehol@2001:1438:1009:200:41cf:761a:1fd0:bb9e)
07:09.10PenguinWhat kind of arrays?  What are you trying to do?
07:10.13kazak1377Penguin: i have an shell script, that returns something like this:
07:10.16kazak1377file1
07:10.18kazak1377file2
07:10.22kazak1377file3
07:10.28kazak1377so on so on.
07:10.49PenguinI'm with you so far.
07:11.14kazak1377I need to loop ControlPlayback for those files
07:12.22kazak1377so, how would be assigned an multi-line ${SHELL()} result?
07:14.40wdoekeskazak1377: I'd replace the linefeeds with comma's. you can "loop" over the result with CUT
07:15.40*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
07:17.02kazak1377wdoekes: hm... nice idea. Thanks)
07:22.36bombevPenguin do you know such application where I can record data about the call
07:24.29*** join/#asterisk Faustov (user@gentoo/user/faustov)
07:30.06*** join/#asterisk TobSnyder (~schneider@146-52-43-241-dynip.superkabel.de)
07:31.03TobSnyderis it still true that asterisk does not support multiple SIP registrations for one SIP account? e.g. when having a desktop and a notebook, each one running a SIP client and wants to register with same credentials at asterisk so that incoming call will ring both=
07:38.34*** join/#asterisk g_r_eek (~g_r_eek@ppp-94-68-130-240.home.otenet.gr)
07:43.16*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
07:46.44*** join/#asterisk amizraa (~amizraa@gateway/tor-sasl/amizraa)
07:47.25*** join/#asterisk threesome (~threesome@customer-79-127-150-148.net.angelnet.cz)
07:47.50*** join/#asterisk g_r_eek (~g_r_eek@ppp-94-68-145-53.home.otenet.gr)
07:50.07wdoekesTobSnyder: that is correct
07:50.26TobSnyderhmpf :(
07:50.28wdoekeswith chan_sip at least. it might be possible with chan_pjsip in asterisk 12
07:50.58TobSnyderwell I am running a quite old version based on Elastix
07:51.14wdoekescan't you put the desktop and notebook in a callgroup?
07:51.17*** join/#asterisk sekil (~Ognjen@78.24.104.82)
07:51.25wdoekesand ring them both on incoming call?
07:53.13*** join/#asterisk vlad_starkov (~vlad_star@109.188.127.126)
07:58.10*** join/#asterisk jpoz (~jpoz@c-24-22-121-42.hsd1.or.comcast.net)
07:58.30BKhanhi please advise : I have some issue call got drop in queue after 10 minutes
08:21.36*** join/#asterisk classix (salven@silenceisdefeat.com)
08:26.18*** join/#asterisk v0lZy (~Thunderbi@mail.silk-group.net)
08:26.25v0lZyhi
08:26.50v0lZyI was wondering if anyone could help me identify the root cause of my problem...
08:26.57*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
08:27.54v0lZyAudio quality is really bad for calls incoming through ITSP. Ringing tones are clear, MOH is clear, and if the callee places the caller on hold and then resumes the conversation, the sound quality magically becomes OK
08:28.37v0lZyhappens only for incoming calls, outgoing calls dont pose a problem
08:31.12*** join/#asterisk Blashyrkh (~michaeld@043-054-094-081.as39912.net)
08:31.25Blashyrkhhow can i see what debug and verbose levels are set in asterisk cli?
08:32.33*** join/#asterisk Neoti (~Thunderbi@cpc5-nott16-2-0-cust33.12-2.cable.virginmedia.com)
08:34.57*** join/#asterisk vlad_starkov (~vlad_star@109.188.126.69)
08:36.12*** join/#asterisk sekil (~sekil@78.24.104.73)
08:41.19*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
08:41.29bulkorokBlashyrkh: I "think" if you log in to CLI it tells you that right after it comes up
08:46.34*** join/#asterisk vlad_starkov (~vlad_star@109.188.126.69)
08:50.41Neotihi all
08:53.54*** join/#asterisk CeBe1 (~CeBe@port-92-206-37-249.dynamic.qsc.de)
08:55.25*** join/#asterisk jploh (~textual@122.2.37.42)
08:57.30*** join/#asterisk gnu_d (~gnu_d@92.53.49.179)
08:58.30*** join/#asterisk Faustov (user@gentoo/user/faustov)
08:58.59*** join/#asterisk classix (salven@silenceisdefeat.com)
08:59.53gnu_dHi, I'm trying to disable something in the code, it's not letting Firefox to do a call, in the c source file: chan_sip.c, there is a line with log: "Rejecting secure audio stream without encryption details:", this line is being executed if =crypto is not present, as I read Firefox doesn't send that line, is there a proper way to workaround it and why this line =crypto is used for ?
09:04.59*** join/#asterisk Prosouth__ (~sabayonus@62-2-198-100.static.cablecom.ch)
09:05.17Neotignu_d: i had the same prob i disabled the secure tls sll thing in modules.conf file...
09:05.48gnu_dNeoti: I don't need to hack the code ?
09:06.24Neotii just removed the modual and restarted asterisk and it worked...
09:06.56Neotii did not have the same prob with firefox.. the prob was with a actual phone and asterisk rejected the call ... so i disableed the mod simple...
09:07.21Neotii will be enabling it again as i need to do secure calls using certs .... :(
09:07.30*** join/#asterisk ketas (~ketas@135.216.191.90.dyn.estpak.ee)
09:08.07gnu_dNeoti: I can't find tls stuff inside the modules.conf file.
09:10.22peektoseenI have more than 10 SIP peers connected to asterisk. Each peer have qualify=yes . In tcpdump traffic I doesn't see any OPTIONS package. Why asterisk dont send OPTIONS?
09:11.21gnu_dNeoti: is this the one: tlsenable=yes ? - But this key is located in http.conf
09:12.05kaldemarpeektoseen: do you see them in asterisk with sip debug?
09:12.52kaldemarpeektoseen: and what does your "sip show peers" say?
09:14.39peektoseenkaldemar: i see them in ngrep - sniffer tool.
09:16.32peektoseenkaldemar: sip show peers
09:16.34peektoseenhttp://pastebin.com/raw.php?i=8HS2wHtt
09:17.26kaldemarpeektoseen: looks like your asterisk sends the qualify packets just fine.
09:19.52kaldemarpeektoseen: if you don't see the packets with tcpdump, that's an error on tcpdump usage on your part.
09:20.37peektoseenkaldemar: in 'sip debug' mode I also dont see any OPTIONS
09:21.43peektoseenonly REGISTER, 200 OK, 401, INVITE, etc
09:24.14peektoseenhere is the log: http://pastebin.com/raw.php?i=FwfUu5RN
09:24.41kaldemarpeektoseen: that's not sip debug.
09:24.57peektoseenI know it
09:25.12kaldemarbut it shows that peer have become reachable. which again tells that it has sent qualify packets and gotten responses.
09:25.12peektoseenwhait a moment...
09:30.49*** join/#asterisk mirela666 (~mirko.bra@93-87-236-177.dynamic.isp.telekom.rs)
09:31.22peektoseenkaldemar: here is a sip debug: http://pastebin.com/raw.php?i=QJuhvs4L
09:32.45Neotignu_d: give me a sec to find the code
09:32.55gnu_dNeoti: thanks
09:34.39Neotignu_d: in mod*.conf add "noload => res_srtp.so" should work..... :)
09:36.46kaldemarpeektoseen: and?
09:38.47gnu_dNeoti: alas, same error:  Rejecting secure audio stream without encryption details: audio 49889 RTP/SAVPF 109 0 8 101
09:54.37*** join/#asterisk mirela666 (~mirko.bra@93-87-236-177.dynamic.isp.telekom.rs)
10:04.53gnu_dWhere do I write the CHANNEL(secure_bridge_signaling) .... line ?
10:11.10Neotignu_d: did you do something like service asterisk restart or asterisk -rx "reload" etc ?
10:13.57gnu_dNeoti: I just kileld the asterisk process, and then start it again
10:22.46*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
10:23.02*** join/#asterisk tzafrir_laptop (~tzafrir@local.xorcom.com)
10:41.15*** join/#asterisk mirela666 (~mirko.bra@93-87-236-177.dynamic.isp.telekom.rs)
10:43.03*** join/#asterisk nickfennell (~nickfenne@unaffiliated/nickfennell)
10:45.04*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
10:46.04*** join/#asterisk v0lZy (~Thunderbi@mail.silk-group.net)
10:46.07v0lZyHi
10:47.19v0lZyCan anyone offer any explanation as to why setting to allow only alaw would cause jitter/noise over all phones hooked up to my asterisk, but if those phones pickup the call and then put it on hold and resume it, jitter/noise goes away?
10:47.35v0lZyalso, sound is perfectly clear on outgoing calls
10:47.44v0lZythis only happens when receiving from 1 ITSP
10:50.35*** join/#asterisk CeBe1 (~CeBe@port-92-206-37-249.dynamic.qsc.de)
10:54.25*** join/#asterisk kazak1377 (c169f90a@gateway/web/cgi-irc/kiwiirc.com/ip.193.105.249.10)
10:54.32davlefouhi,
10:54.56davlefouregexten seems have no effect on my asterisk 1.8.
10:58.33*** join/#asterisk velus (~velus@unaffiliated/velus)
10:58.53velushello is anyone about?
11:00.08*** join/#asterisk Ice_Strike (~Ice_Black@host213-120-117-212.in-addr.btopenworld.com)
11:01.29*** join/#asterisk kresp0 (~kresp0@1.Red-83-50-237.dynamicIP.rima-tde.net)
11:09.27davlefouv0lZy, i don't undstand your problem.
11:10.11Neotignu_d: in the phone/software also turn off srtp.....
11:10.32Neotignu_d: i know in snoms you can disable this ...
11:10.42Neotignu_d: unless you have it working
11:10.59velusbrb
11:13.50v0lZydavlefou: its a weird problem :D
11:14.24v0lZydavlefou: I have 2 telephon service providers... 1 goes through copper ISDN lines, the other goes through internet
11:15.01v0lZythe one that comes in on ISDN is connected to a gateway, so that it fits in with VOIP (gateway translates analog to voip)
11:15.27v0lZythe one that comes in on the internet goes through a firewall and NAT.
11:15.49v0lZythe router has its own itnerface dedicated for voip communication... so WAN <-> VOIP subnet
11:16.07v0lZyISDN gateway and asterisk are in the same subnet
11:16.29v0lZyso, path for calls from ITSP is WAN->VOIP->SWITCH->asterisk
11:16.50v0lZypath for calls from standard telephony is ISDN->Gateway->same SWITCH as above-> asterisk
11:16.52v0lZynow
11:17.05v0lZywhen i receive calls from ISDN lines, everything is peachy
11:17.29v0lZywhen i receive calls from WAN, i get 2 issues
11:17.58v0lZyissue no. 1: if a callee answers the ringing phone with his phone, he hears static/
11:18.48v0lZyif the callee then presses the transfer button, caller is played music on hold and doesnt hear any static... the callee then cancels the transfer (doesnt transfer the caller), and there is no more static
11:19.43*** join/#asterisk mirela666 (~mirko.bra@iecommailer.itaf.eu)
11:19.51v0lZyissue 2: if the callee isnt at his desk and another user picks up the callee's ringing extension, that user can not hear the caller, but the caller can hear the user.
11:20.12v0lZyon internal calls and on ISDN lines lines, all this works without issue
11:23.53v0lZythe jitter/static problem goes away if i enable ulaw and gsm codecs...
11:24.37*** join/#asterisk petris (~petris@192.184.93.7)
11:37.59*** join/#asterisk gusto (~gusto@2001:470:1f0b:226:21b:63ff:fe31:8426)
11:39.21*** join/#asterisk mirela666 (~mirko.bra@93-87-236-177.dynamic.isp.telekom.rs)
11:39.58*** join/#asterisk petris (~petris@192.184.93.7)
11:40.43lnb_anyone here good with syntax for extensions? Have an issue where after enterning numbers like a pin, should hear specific recordings. Instead most times hear the female pbx voice 'goodbye'
11:40.57*** join/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
11:40.59*** part/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
11:41.01lnb_acts like it skips the lines
11:42.06velushello i have asterisks now with freepbx isntalled and need help setting it up can anyone help me please#
11:46.28*** join/#asterisk Dpunkt (~Dpunkt@p5DE5F660.dip0.t-ipconnect.de)
11:53.40bacobartvelus: try #freepbx
11:53.59velusty
11:57.38v0lZylnb_: show us the relevant part of the dialplan
11:57.45*** join/#asterisk nantou (~phonetic@gateway/tor-sasl/martinphone)
11:57.47*** part/#asterisk velus (~velus@unaffiliated/velus)
11:58.53lnb_v0lZy: there are several lines above but i dont want to flood the channel...
11:59.07lnb_v0lZy: exten => *2000,n,Goto(startup)
11:59.24lnb_v0lZy: exten => *2000,n(good),ExecIf($["${stat}"="1"]?Playback(custom/you-have-successfully-punched-in))
11:59.38lnb_v0lZy: exten => *2000,n,ExecIf($["${stat}"="2"]?Playback(custom/you-have-successfully-punched-out))
11:59.43v0lZylnb_: use bpaste.net
11:59.55lnb_ok
12:01.23lnb_v0lZy: http://pastebin.ca/2461144
12:02.14lnb_what's happening is it is skipping the ?playback of the two wav files (depending on login or log out)
12:02.34lnb_the cli shows its being executed but no one hears it
12:03.04lnb_they only hear the 2nd last line .. playback(goodbye)
12:03.56v0lZysince they are custom files
12:04.05v0lZyim gonna guess you didnt encode them correctly
12:04.17v0lZytry playing some of the standard files
12:04.24v0lZysee if it works then
12:04.36v0lZyif thats the case, then your custom files need to be properly encoded for asterisk to play them
12:04.54lnb_they are encoded right..
12:05.11lnb_you-have-successfully-punched-out.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz
12:05.28lnb_same with other wav file
12:07.44v0lZyjust try with other files
12:07.48v0lZyto see if they get skipped to
12:07.49v0lZyif they do
12:07.59v0lZythen maybe instead of execif use gotoif
12:08.13v0lZyand setup some spaghetti code to make it work
12:10.10*** join/#asterisk classix (salven@silenceisdefeat.com)
12:15.31*** join/#asterisk [TK]D-Fender (~chatzilla@216-191-106-163.dedicated.allstream.net)
12:16.04*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
12:21.00*** join/#asterisk amizraa (~amizraa@gateway/tor-sasl/amizraa)
12:24.09lnb_v0lZy: is it possible this is the problem:
12:24.11lnb_-- Launched AGI Script /var/lib/asterisk/agi-bin/timeclockinit.php
12:24.12lnb_[2013-10-02 08:23:18] ERROR[11754][C-00000b8c]: utils.c:1187 ast_carefulwrite: write() returned error: Broken pipe
12:24.54lnb_those errors are right before where it would play the wav file
12:25.04*** join/#asterisk chuckf (~chuckf@fedora/chuck)
12:33.57*** join/#asterisk davlefou (~davlefou@unaffiliated/davlefou)
12:54.23bombevhello where is the music on hold directory ?
12:59.57v0lZylnb_: sorry, dont know, above my knowledge
13:00.42[TK]D-Fenderbombev: wherever you pointed it to
13:04.31v0lZy[TK]D-Fender: Hi! Could I trouble you about a weird issue i'm havnig. My ITSP suggest theres something wrong between asterisk and the phones, although if my users dont hear the people calling-in through the ITSP, wouldnt that imply a problme on the ITSP side?
13:04.38v0lZyfact is, if my users call out, everything works ok
13:04.55v0lZyif my users get caled in, i get one way audio AFTER pickup.
13:05.30v0lZy(the phone thats being called gets 2 way audio, but a call that is picked up is just 1 way audio where external caller gets my users voice, but my users dont get theirs.
13:05.39[TK]D-Fender[09:04]v0lZy[TK]D-Fender: Hi! Could I trouble you about a weird issue i'm havnig. My ITSP suggest theres something wrong between asterisk and the phones, although if my users dont hear the people calling-in through the ITSP, wouldnt that imply a problme on the ITSP side? <- EVERY piece along the way could be at fault
13:07.06v0lZy[TK]D-Fender: When I get a call through the ITSP line, if the person thats being called picks up the phone, everything works ok. If another users picks up the ringing extension from another phone, 1 way audio for the user who can only project their voice, but doesnt hear the caller
13:07.13[TK]D-FenderAnd as a general rule... providers tech works fine.  The users' pieces of these pictures are almost always the point at fault
13:08.00v0lZy[TK]D-Fender: What i find puzzling is this, if i set all my phones to use only 1 codec (alaw), and i set my asterisk to report only alaw, this all works, however, I get static on the phone
13:08.06Kattyhello good morning how to asterisk please
13:08.35v0lZy[TK]D-Fender: and this static stuff IS strange in the sense that if my user then puts the caller on hold for a second, then resumes the conversation, the static goes away
13:08.59v0lZy[TK]D-Fender: however, in no situations do i ever get any difficulties with any sound quality or anything else when my users are the ones that dial out.
13:10.55v0lZy[TK]D-Fender: One thing i did notice according to core set verbose 9 output, when the pickup is made, i get 'zombies'
13:11.28[TK]D-Fenderv0lZy: Time for a 180 in your approach...
13:12.02*** join/#asterisk kresp0 (~kresp0@1.Red-83-50-237.dynamicIP.rima-tde.net)
13:12.09v0lZywhich would be?
13:13.46[TK]D-Fenderv0lZy: You are giving a huge story and not showing what is actually happening.  We can't tell if anything funny is happening or if you've misconfigured your side.
13:13.57[TK]D-Fenderv0lZy: In sort, all talk, no debug.
13:14.21[TK]D-Fenderv0lZy: If you'd like to try to fix it, just show the calls and configs
13:14.38v0lZy[TK]D-Fender: with sip debug?
13:14.57[TK]D-Fenderv0lZy: You have voice issues... so do you think SIP is important there?
13:15.12Kattyfender.
13:15.18Kattybe nice, dear.
13:15.29[TK]D-FenderKatty: I am... I haven't sworn in channel in AGES!
13:15.57[TK]D-FenderKatty: I'm prodding neurons!  I'm popping tags!
13:16.02v0lZy[TK]D-Fender: well, its audio problems so im guessing RTP
13:16.12[TK]D-FenderKatty: THIS IS FUCKING AWESOME!
13:16.23[TK]D-Fenderresets the "Swear Counter"
13:16.45*** join/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
13:16.48v0lZyhm
13:16.49*** part/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
13:16.50[TK]D-FenderDOESN'T have to increase the "Verbal Hostility" one however!
13:17.05v0lZyi just reset my switch and sure enough, i cant reach my phones anymore..
13:17.11[TK]D-Fenderv0lZy: SIP ***negotiates*** RTP
13:17.31[TK]D-Fenderv0lZy: Who says it's negotiated right?  That filure is the #1 screwup for 1-way voice
13:19.25v0lZyhm, yeah
13:19.40v0lZybut now i have a weird issue where for some reason, i cant even reach my phones anymore
13:19.46*** join/#asterisk coppice (~chatzilla@123203240234.ctinets.com)
13:19.50[TK]D-Fenderv0lZy: From where?
13:19.55v0lZyfrom ITSP
13:20.07v0lZyi can ping my phone
13:20.13[TK]D-Fenderv0lZy: As in?
13:20.25v0lZyi can dial out with my phone
13:20.28v0lZybut i cant dial in
13:20.48v0lZy[TK]D-Fender: gimme a sec to draw this
13:20.50[TK]D-Fenderv0lZy: For all of this story you aren't giving any technical details at all
13:21.05v0lZy[TK]D-Fender: I'll give an overview, one moment
13:22.17[TK]D-Fenderwonder why 2 lines of text to describe where things are requires a drawing.
13:23.43*** join/#asterisk ickmund (uid11004@gateway/web/irccloud.com/x-epfpyhauatjqcchb)
13:25.46*** join/#asterisk coppice (~chatzilla@123203240234.ctinets.com)
13:26.13*** join/#asterisk Pullphinger (~Pullphing@12.40.23.68)
13:27.53*** join/#asterisk Pullphinger (~Pullphing@12.40.23.68)
13:31.41v0lZy[TK]D-Fender: http://picpaste.com/mynet-3md40ccX.png
13:32.03v0lZythats how things are configured
13:32.56v0lZywhenever I call out, regardless if im using ITSP or ISDN TSP, everything works.
13:33.04v0lZywhenever I'm called in through ISDN TSP, everything works
13:34.06v0lZywhenever i am called in through ITSP, if the extension thats being called is the extension that answers, everything works (except at the moment, i for some reason cant reach any extensions.. i can ping the phones the managed switch, the pbx etc... but for some reason, dialing in trhough ITSP, i cant reach the phones)
13:34.18[TK]D-Fenderv0lZy: the top 4 IP's you list should have been /32
13:34.51[TK]D-Fenderv0lZy: I have no idea what that giant block in the MIDDLE is.
13:34.54*** join/#asterisk hehol (~hehol@217.9.101.222)
13:34.56v0lZyrouter :D
13:35.00[TK]D-Fenderv0lZy: And I don't see configs or debug.
13:35.05v0lZy[TK]D-Fender: erm, i wanted to indicate that they are in the same subnet
13:35.29v0lZywan is my wan link, voip is my subnet for voip, lan is for my computers...
13:35.35v0lZyim just trying to illustrate, bare with me please
13:35.44[TK]D-Fenderv0lZy: You could have said that in one sentence instead of a huge story then a 10-minute delayed drawing
13:36.05[TK]D-Fenderv0lZy: And after all that you've still skipped actual technical details.
13:36.44v0lZyeverything generally works up until the point where the extension that is called is not the extension that answers.... so if phone B picksup phone A's call, the caller (coming in through ITSP) hears phone B's audio, but phone B doesnt hear the caller's audio. However, if phone A would answer, audio is OK both ways.
13:37.13v0lZyWhat I dont understand is, why pickup kills incoming audio for the person that does the pickup
13:37.38v0lZyand this only happens with ITSP, doesnt happen when people dial eachother within the local setup
13:37.46v0lZyand it doesnt hapepn for calls received via ISDN TSP...
13:38.45[TK]D-Fenderv0lZy: It seems I have not gotten through to you and therefor cannot help.
13:38.53v0lZyNow the fact that before i reset the switch, i could call into phone A through ITSP, and now after i did the reset, I cant... puzzles me
13:39.09[TK]D-Fendermoves on to other matters
13:39.13v0lZy[TK]D-Fender: u did get to me, but im dealing with 2 issues at the same time
13:39.23v0lZy[TK]D-Fender: I cant run a sip debug
13:39.30v0lZy[TK]D-Fender: because im not reching my pbx
13:39.44v0lZy[TK]D-Fender: im in asterisk cli now, and nothing is triggered at all when im making a call...
13:40.27*** join/#asterisk serafie (~erin@nat/digium/x-pfkchdkntmukbcnk)
13:40.56v0lZygonna go swap this for a dumb switch, see if its the switch or something
13:40.58v0lZyhold on
13:46.28*** join/#asterisk mjordan (~mjordan@nat/digium/x-qwbjghrzehtopkpk)
13:46.28*** mode/#asterisk [+o mjordan] by ChanServ
13:51.18*** join/#asterisk Dovid (~Dovid@static-173-63-105-210.nwrknj.fios.verizon.net)
13:54.52*** join/#asterisk tristero (~al.f.zero@unaffiliated/transfinite)
13:56.28Kattywaves to mjordan
13:56.31tristeroI have a bunch of patterns in extensions.conf for outgoing calls (local, long distance, 911, etc.)  Now I want to allow any of them to be prefixed by *82 to allow callerID.  How can I do that without duplicating all the existing patterns?
13:59.00[TK]D-Fendertristero: You have to.
13:59.25[TK]D-Fendertristero: There is no regex for a variable prefix in *'s dialplan pattern matching
14:00.35v0lZydarn
14:00.41v0lZyits not the switch thats at fault
14:00.45*** join/#asterisk sruffell (~sruffell@asterisk/the-kernel-guy/sruffell)
14:00.45*** mode/#asterisk [+o sruffell] by ChanServ
14:00.48v0lZyand its not a phone setting thats at fault
14:01.01v0lZybecause i DIDNT touch the phones, certianly not all of them
14:01.04Kattywaves to sruffell
14:01.04v0lZyso its either asterisk
14:01.06v0lZyor firewall
14:01.34sruffellhello
14:01.43Kattysruffell: how're you this morning dear
14:01.56sruffellnot too bad.  Yourself?
14:02.30SuperNullis there no way to Verbose(,) with color ? if i wanted to output my own color for ease of reading
14:03.11Kattysruffell: good good, still waking up.
14:03.18Kattysruffell: did you enjoy your trip out east?
14:03.35sruffellthinking
14:03.39sruffellwhat trip was that?
14:03.42Kattyraleigh
14:03.55sruffellI think you may have me confused for someone else.  I have not taken a trip to Raleigh.
14:04.14Kattythat is possible.
14:04.19Kattyi'm not even halfway through my soda yet!
14:04.23sruffelllol
14:04.26*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
14:04.32v0lZy[TK]D-Fender:  == Spawn extension (AppDirectPickup, DirectPickup, 1) exited non-zero on 'SIP/44-000001a1<ZOMBIE>'
14:04.32v0lZy<PROTECTED>
14:04.51v0lZy44 is the phone I was calling, 16 is the phone that was picking up from 44
14:05.03v0lZy16 doesnt get the caller's audio
14:05.22Kattysruffell: well please disregard my lunacy this morning >.<
14:05.55v0lZyi get the same thing with internal calls
14:05.56v0lZy- Executing [DirectPickup@AppDirectPickup:1] Pickup("SIP/16-000001a5", "44@PICKUPMARK") in new stack
14:05.57v0lZy<PROTECTED>
14:05.57v0lZy<PROTECTED>
14:06.03v0lZyso i suspect this zombie thign has nothing to dow ith anything
14:06.49SuperNullrly.
14:07.08wdoekesSuperNull: NoOp(^[[33;1mtest^[[0m) where ^[ is 0x1b (you can type it using ctrl-V ESC)
14:07.26SuperNullwdoekes .. that is awesome.
14:08.43SuperNullsounds like i might have to use vi for that. :-/
14:09.05wdoekesSuperNull: http://en.wikipedia.org/wiki/ANSI_escape_code#CSI_codes <-- 1=bold, 33 = 30+yellow
14:12.07SuperNullwtf. how do i generate ctrl+v ESC over ssh ? (winderz here)
14:13.11Kattysimply right click into putty
14:13.22Kattywith esc
14:13.50tzangerlol someone in .it trying to break into my asterisk server with a SIP registration to test:test
14:13.59SuperNulllet me get putty, we use SecureCRT here.
14:15.04SuperNullseriously.
14:15.51tristero[TK]D-Fender: I was wondering if there was any way to have two levels of extensions, one to detect the *82, and then jump somehow to matching the rest?
14:18.22SuperNullscrew it, im remapping the keys in SecureCRT to just output escape code off insert button lol.
14:21.34*** join/#asterisk davlefouAMD (~david@197.15.67.89)
14:22.24Kattyinfobot: seen eppigy
14:22.30infoboteppigy <~Dave@snugglenets.com> was last seen on IRC in channel #asterisk, 684d 20h 25m 50s ago, saying: 'oh you fancy huh'.
14:22.48Kattyit doesn't feel like 2 years :<
14:23.26SuperNull2 years is .. pretty much never coming back on IRC terms .. lol
14:23.38Kattyyou don't know that!
14:23.47Kattybut yeah, you're probably right.
14:23.53SuperNullbeen using irc for 13 + years.
14:24.00Kattyinfobot: seen jaytee
14:24.01infobotjaytee <~jforde051@unaffiliated/jaytee> was last seen on IRC in channel #asterisk, 315d 16h 20m 1s ago, saying: 'slav3_kitten, know the feeling. hate it when that happens'.
14:24.01SuperNullmaybe longer.
14:24.13Kattypouts
14:24.25SuperNullweird last messages tho..
14:24.30Kattyjaytee was so much fun. he fed twinkies to elephants.
14:25.42*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
14:26.27*** join/#asterisk velus-universe (~velus@unaffiliated/velus)
14:27.05wdoekesSuperNull: you could append it to a file and then just "copy-paste" it from there (using the keyboard)
14:27.20wdoekesprintf '\x1b\n' >> /etc/asterisk/extensions.conf
14:28.43wdoekesif you're using vi, it's a matter of hovering over it and doing 'x', now you can 'p' it wherever you want
14:30.38Qwellwdoekes: what is this sorcery?
14:31.50filenot my sorcery.
14:32.12wdoekesSuperNull wanted ansi colors in his NoOp/Verbose
14:32.17Qwelloh
14:32.33QwellI thought you were pasting with printf.  My mind was blown for a bit there.
14:32.56wdoekesSuperNull had trouble doing ctrl-V ESC
14:33.02wdoekeshence the workaround
14:33.57SuperNullwdoekes was trying to do a shell_func .. just to test.
14:34.12SuperNullfailed. keeps bitching it needs parens... when it doesnt.
14:35.51QwellKatty: Has squirrelcam been shutdown, like pandacam?
14:36.17Kattychecks
14:36.29Kattyoh.
14:36.32Kattysec
14:36.35Kattyremotes into server
14:36.51Qwellis it actually down?  I totally made that up to be funny.
14:37.03Kattyit is off air, yes.
14:37.08Qwelldamn, I'm good
14:37.14Kattyyou sure are
14:37.20Qwelltwss?
14:37.28Kattyback online!
14:37.30Kattyinfobot: crittercam
14:37.30infoboti heard crittercam is Katty's Critter Cam http://tinyurl.com/b5k3lt4
14:37.44*** join/#asterisk Prosouth__ (~sabayonus@62-2-198-100.static.cablecom.ch)
14:37.54Kattybut no, the government shutdown has not affected my squirrels.
14:37.55*** join/#asterisk Defraz (~Defraz@209.141.122.71)
14:38.11Kattyi've had a couple friends cancel for one of my parties, due to not going to drill tho :<
14:38.34*** join/#asterisk PLMg (PLMg@78.96.151.225)
14:39.16PLMghey, what was the command to see number of recieved calls of an extension?
14:40.06*** join/#asterisk qakhan (~qakhan@50-200-52-14-static.hfc.comcastbusiness.net)
14:47.07*** join/#asterisk jpoz (~jpoz@ec2-184-169-152-1.us-west-1.compute.amazonaws.com)
14:48.46*** join/#asterisk rsaffi (~rsaffi_@187.109.36.11)
14:50.06[TK]D-Fender[10:15]tristero[TK]D-Fender: I was wondering if there was any way to have two levels of extensions, one to detect the *82, and then jump somehow to matching the rest? <- you don't have to duplicate the full contents... just the initial match and the GOTO the other portion of your dialplan for actual processing
14:51.17jeeviax has been really funky all of last night, this has happened before. it goes reachable, 26ms, then unreachable, 10xx ms. for just a few seconds, then comes back. i can't get icmp to react this way
14:55.22SuperNullwdoekes i keep getting .. pbx_load_config: No closing parenthesis found? ' NoOp(at        ..... wtf.
14:59.28[TK]D-FenderSuperNull: You might want to fix your syntax errors...
15:00.43SuperNullworking on not doing retard stuff.. one sec.. lol
15:02.25*** join/#asterisk newtonr (~newtonr@nat/digium/x-nmqddouiaxybriiv)
15:02.25*** mode/#asterisk [+o newtonr] by ChanServ
15:07.04jeevi had qualify=25000 on an iax peer, i changed it to 50000, now it doesn't lag off.. it seems like a fix for the disconnection but it's just a bandaid, right ?
15:08.31SuperNull[TK]  http://imgur.com/kdZKRpe
15:09.21[TK]D-FenderSuperNull: YaY aNsI!
15:09.30SuperNull... it doesnt work.
15:09.38SuperNullas i said bitches of no closing parens.
15:12.44SuperNullmaybe it works on 10+ not 1.8?
15:17.07*** join/#asterisk jasonwert (~w3rt@75-134-81-98.static.aldl.mi.charter.com)
15:17.51SuperNullany of you guys have this working ? or is this just a 'should work ' type of thing..
15:22.06[TK]D-FenderSuperNull: What... shoving ANSI into dialplan lines?
15:22.50SuperNullyeah....
15:22.56SuperNullit doesnt like the semi-colon..
15:22.57SuperNulllol
15:22.58SuperNullwtf.
15:23.42SuperNullex: exten => s,n,NoOp(^[[33);1mtest^[[0m  .... with garbage on the end will load.. YET exten => s,n,NoOp(^[[33;)1mtest^[[0m wont.
15:24.07SuperNullsome how the semi-colon is fubaring something... which kills the idea lol
15:26.13SuperNullif i remove the semi-colon only it works.
15:26.23SuperNullsorry.. it loads. it doesnt work of course.
15:27.01[TK]D-Fender<PROTECTED>
15:27.28SuperNull?
15:27.37[TK]D-Fenderwhat's not clear?
15:27.42[TK]D-Fenderyou have stuff AFTER the )
15:27.52SuperNullirrelative to it loading..
15:27.56SuperNulli can remove it so you can see.
15:28.13[TK]D-FenderNot necessarily irrelevent to its looking like a fail waiting to happen
15:29.35SuperNullremoved the crap. it still bitched.
15:30.04wdoekesSuperNull: escape the semi with a backslash
15:30.21[TK]D-FenderAh yes... ; as COMMENT delimiter
15:30.22SuperNulllet me try that.
15:30.27*** join/#asterisk jpoz (~jpoz@ec2-184-169-152-1.us-west-1.compute.amazonaws.com)
15:30.41[TK]D-Fenderthus commenting out the closing quote
15:30.41SuperNullyeah but .. wtf it thinks comment mid 'string' (this is why asterisk should require " " or ' ')
15:30.47*** join/#asterisk hypknight (~hypknight@unaffiliated/hypknight)
15:30.52wdoekes(sorry, I use static realtime db for my dialplan, I don't have comments there)
15:31.01[TK]D-FenderSuperNull: Asterisk wouldn't know data types if they ran up and bit it in the butt :p
15:31.16SuperNullyet it can deal with string manipulation.
15:32.16[TK]D-FenderSuperNull: EVERYTHING is dumb text.  When you get down to it the raw concept of "math" is more of a hack
15:32.29SuperNullagreed.
15:33.00SuperNullasterisk dialplan for 'advanced' things is always quirky ..
15:33.19*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
15:34.47SuperNullthat worked.. yey.
15:37.52*** join/#asterisk anonymouz666 (~anonymouz@189-25-111-87.user.veloxzone.com.br)
15:38.32*** join/#asterisk zigg (~matt@unaffiliated/zigg)
15:42.33*** join/#asterisk jpoz (~jpoz@c-24-22-121-42.hsd1.or.comcast.net)
15:43.48*** join/#asterisk jpoz_ (~jpoz@ec2-184-169-152-1.us-west-1.compute.amazonaws.com)
15:56.57*** join/#asterisk joako (~joako@opensuse/member/joak0)
15:58.14SuperNullanyone every have calls drop at EXACTLY 15 minutes? odd... considering the configuration should be identical and ast versions identical.
16:02.52*** join/#asterisk Galaxor (~Galaxor@208.67.250.157)
16:03.39GalaxorIf I log in to asterisk via sip, and I make a call to another sip client, does all the traffic go through the asterisk machine, or do the sip clients negotiate with each other?
16:03.55[TK]D-FenderGalaxor: Depends how you configured *
16:04.21*** join/#asterisk navaismo (~navaismo@189.241.90.55)
16:05.10Galaxor[TK]D-Fender: Oh okay, good.  It *can* be configured the way I want, then.
16:05.24[TK]D-FenderGalaxor: Dependsing on the precise circumstances maybe
16:05.49GalaxorWhat happens if both clients are behind nats?
16:05.57GalaxorCan asterisk punch holes for them?
16:06.35[TK]D-FenderDon't bet on it
16:11.30*** join/#asterisk Changos (~Changos@unaffiliated/changos)
16:12.03*** part/#asterisk Blashyrkh (~michaeld@043-054-094-081.as39912.net)
16:13.11qakhancan we put space and . in veriable values, like a=1234 i want to setup a= 1 . 2. 3. 4
16:13.28[TK]D-Fenderqakhan: Yes
16:14.06qakhanwhich function i can use for this
16:14.42[TK]D-Fenderqakhan: What do you mean "function"?  You just asked if you could spaces and dots in a variable.  YES, you CAN.  So go SET YOUR VARIABLE
16:14.50[TK]D-Fenderqakhan: SET <-
16:17.47qakhanok let me explain. i am getting date from caller in veriale date=10022013 and tts is speacking to callers what he entered.
16:19.54wdoekesqakhan: sooo... you don't want "10 02 2013", you want Say(10) Say(02) ...
16:20.05wdoekesSay(${var:0:2}) ... ?
16:20.16qakhanyes wdoekes
16:21.00wdoekesreminds me of ${LENGTH(${CUT(mystring,charImLookingFor,1)})}
16:21.12*** part/#asterisk velus-universe (~velus@unaffiliated/velus)
16:21.36wdoekeswhile you wanted CUT in the first place, not charindex
16:22.15qakhanno i want to put . in date
16:22.50qakhanlike 10. 02. 2013.
16:24.43navaismouse SET or ask caller one by one and use 3 different variables to store day month& year
16:25.05navaismoand then one global joining the 3 vars
16:32.58[TK]D-Fender[12:17]qakhanok let me explain. i am getting date from caller in veriale date=10022013 and tts is speacking to callers what he entered.
16:33.09[TK]D-Fender[12:22]qakhanno i want to put . in date [12:22]qakhanlike 10. 02. 2013.
16:33.30[TK]D-Fenderqakhan: So set a NEW variable with the chopped up bits of the entered variable and dots.
16:39.55*** join/#asterisk n3hxs (~n3hxs@pool-108-16-94-145.phlapa.fios.verizon.net)
16:40.27gnu_dNeoti: Any other suggestions, also have you used jsSOP ever ?
16:40.35gnu_dSIP*
16:41.51*** join/#asterisk _Corey_ (~chatzilla@50-200-184-54-static.hfc.comcastbusiness.net)
16:43.49*** join/#asterisk threesome (~threesome@ip-94-113-13-143.net.upcbroadband.cz)
16:43.50*** part/#asterisk Galaxor (~Galaxor@208.67.250.157)
16:51.40*** join/#asterisk jpoz (~jpoz@ec2-184-169-152-1.us-west-1.compute.amazonaws.com)
17:02.31*** join/#asterisk anthm (~anthm@freeswitch/developer/anthm)
17:14.45*** join/#asterisk kresp0 (~kresp0@1.Red-83-50-237.dynamicIP.rima-tde.net)
17:16.06*** join/#asterisk v0lZy (~Thunderbi@mail.silk-group.net)
17:16.07v0lZyhi
17:16.18v0lZyanyone around? I have an interesting problem (resolved my previous issues btw)
17:16.41v0lZymy ITSP sums up the billing based on IP
17:17.10v0lZywe now have a tennant that wants their own bill from ITSP rather than from us... but they want to use same asterisk box as we are using
17:17.24v0lZynow i can configure virtual ip's on my box
17:17.32v0lZyon the router i mean
17:17.53v0lZybut im hoping theres an easy way to force asterisk to use a different public ip
17:18.23v0lZyim thinknig along the lines of adding a virtual interface on top of the one that i already have
17:18.49v0lZyand then im trying to figure out how to force registration through a different public ip.
17:20.07*** join/#asterisk petris (~petris@192.184.93.7)
17:23.23[TK]D-Fenderv0lZy: Forget about multi-homing like that.
17:24.46v0lZy[TK]D-Fender: can asterisk multihome on its own at all?
17:24.51v0lZyor must i trick it with a proxy or something
17:25.44v0lZyI was hoping to do some policy routing based on IP... like if asterisk is using IP 192.168.1.3 route request throug this public ip... if its doing from 192.168.1.4, route through other public ip..
17:27.34v0lZy[TK]D-Fender: what are the alternatives?
17:28.36*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
17:29.57*** join/#asterisk gerhard7 (~gerhard7@77-172-47-159.ip.telfort.nl)
17:30.08qakhanThank you guys
17:31.00qakhani did exten => 1,n(setdate),Set(month=${date:0:2})
17:31.04qakhanexten => 1,n,Set(day=${date:2:2})
17:31.08qakhanexten => 1,n,Set(year=${date:4:8})
17:31.45boom^timeqakhan, what if they don't enter two digits for a month or day?
17:34.25*** join/#asterisk Vutral (ss@mirbsd/special/Vutral)
17:37.05*** join/#asterisk joesmoe (~joesmoe@admins.phreefilez.com)
17:54.51[TK]D-Fenderboom^time: well I guess he should check that.  which he's been told several times over the past few days of course.
17:56.05*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
18:07.27qakhanboom^time that is my next question. how we can check correct date is being entered
18:07.49qakhani meant correct format. MM/DD/YYYY
18:08.44boom^timeI'd start with a len check on your date variable to make sure it's 8 digits
18:10.03boom^timethen after you chop it up do some simple comparisons GotoIf($[${month}>12]?invalid-month)
18:11.06boom^timeI'd probably end it all with a nice verbal verification, "You chose January 1st, 1992. Is this correct?"
18:11.27[TK]D-FenderSeems to have a real problem with the idea of LOOKING at the value
18:11.50[TK]D-FenderCan't tell that month 13 is BAD?
18:12.06[TK]D-FenderNo concept of GotoIf? (yes, he's used it plenty before)
18:12.37[TK]D-FenderNot even sure what is a valid date or not?
18:12.42[TK]D-FenderSerious problems.....
18:16.06qakhanaccordig to boom^time description it looks nice and do able
18:16.46*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
18:17.02qakhanbut there should be a function or app in dialplan which can check as we can do in php or other languages
18:17.35PenguinI'd prefer to be asked to input month first, then be asked for the day, then asked for the year.  I would not want to enter it all as one string.
18:18.33paulcGood TUI design would prompt you for day, month, year separately, but allow experienced/repeat users to DTMF through the whole entry sequence seamlessly :-)
18:18.41PenguinIf the month is entered at one digit, transform it to two.  Same for the day.  Ask for four digit year.
18:19.39[TK]D-Fender[14:16]qakhanbut there should be a function or app in dialplan which can check as we can do in php or other languages <- no need
18:20.13paulc+1 for a 4 digit year.. and -1 for any request to "enter XX digits, followed by the pound key" - fixed lengths don't need terminating, right?!
18:20.16*** join/#asterisk zigg (~matt@unaffiliated/zigg)
18:20.18PenguinGotoIf() does a pretty good job of checking.
18:21.37PenguinI think for an IVR, you really only need Read(), GotoIf(), and Playback() or BackGround().
18:21.37qakhanbut its takes time
18:22.16qakhani am using Cepstral TTS for IVR
18:22.51PenguinCepstral doesn't make IVRs.  It only plays sounds.  You still need the regular applications to make the IVR.
18:23.02*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
18:23.39lnb_i have a dialplan that is failing. There are two possible recordings that the caller hears. In either event, the caller only hears the freepbx 'goodbye'.  http://pastebin.ca/2461223   any help is greatly appreciated
18:24.08*** join/#asterisk serafie (~erin@nat/digium/x-qqayllxsobxhxgkt)
18:24.23[TK]D-Fender[14:21]qakhanbut its takes time <- how many milliseconds is "too much" for you?
18:24.53qakhan[TK]D-Fender i am ok with it but you know callers
18:26.16qakhanok i do some work on month day and year check. i will share it with you guys
18:28.34[TK]D-Fenderqakhan: You have not even done the check and have a problem.  Nor any basis to even guess that one could exist.
18:32.30*** join/#asterisk Changos (~Changos@unaffiliated/changos)
18:32.56paulclnb_ Can you pastebin your dialplan for *2000?
18:37.46qakhanwhat strftime function does?
18:40.28PenguinWhat did "core show function STRFTIME" say it does?
18:41.40*** join/#asterisk Vann (~manny@71-14-7-106.static.stbr.ga.charter.com)
18:46.11*** join/#asterisk kresp0 (~kresp0@1.Red-83-50-237.dynamicIP.rima-tde.net)
19:11.06*** join/#asterisk bananapie (~david@static-dslcom4-242.express.oricom.ca)
19:11.23*** join/#asterisk navaismo (~navai_000@189.241.90.55)
19:20.02lnb_paulc: http://pastebin.ca/2461240
19:22.05lnb_paulc: if you were to dial that extension, you would hear 'enter your userid, enter your password. then upon correct credentials you would hear 'you have successfully punched in. but it doesnt play the successfully part, it just does the (Goodbye)
19:22.52lnb_that code was used on an old elastix server and sent to me to work on 1.8 Asterisk
19:23.51*** join/#asterisk toddf (todd@2001:470:817c:10:207:e9ff:fe10:a36c)
19:23.59*** join/#asterisk rbd_ (~rbd@cpe-076-182-043-018.nc.res.rr.com)
19:24.23rbd_hey guys...asterisk 11.4.0 ... where do I find MP3Player ... is there still an addons package for asterisk where it can be compiled from?
19:26.02PenguinIf you end up having to recompile anyway, you may as well upgrade to current 11.
19:27.29rbd_Penguin: eh...this is the version packaged with unimrcp that we use....I could try upgrading independently...but this is what they include
19:27.39*** join/#asterisk jhlavacek (~jirka@87.89.218.63)
19:28.10rbd_ah, I see that app_mp3 is included in the base 11 source
19:34.31lnb_trying to dial an extension, cli shows: WARNING[12378][C-00000cba]: ccss.c:1000 ast_set_cc_callback_macro: Usage of cc_callback_macro is deprecated.  Please use cc_callback_sub instead.
19:34.36lnb_what is that ?
19:35.40navaismomacros are deprecated and replaced by subfunctions||subroutines
19:35.51paulclnb_ From your pastebin, you're using GotoIf but then you're calling Playback directly, instead of jumping to a priority/extension etc. Also, it looks like your ${stat} isn't either of the values you're testing for, because your console log shows it as a 0 each time
19:37.50lnb_i had before ExecIF
19:40.52paulcUse GotoIf.. then instead of Playback, go to a labelled priority that plays the right prompt, then Goto end or wherever afterwards
19:41.51lnb_paulc: i will change it right now and and core reload
19:42.34paulclnb_: "dialplan reload" would be enough..
19:44.01lnb_paulc: done
19:44.24lnb_can a sound file be sent to paste bin?
19:44.57lnb_paulc: does same thing
19:45.13lnb_after entering credentials, hear (Goodbye)
19:45.33paulclnb_: Do me a pastebin of your dialplan now, together with the console output, and I'll take a look for you
19:45.49paulc(I still half think your "stat" variable isn't being set properly)
19:47.00lnb_any idea what should go there?
19:48.17paulcI'm rusty on "setting dialplan variables from within an AGI script" (I usually use CURL to pass stuff to/from web services).. but show me your dialplan + console output and we can verify/confirm that that is indeed the problem..
19:49.12lnb_you saw the dialplan :)
19:56.06paulcYes, and I told you to change the GotoIf to use labels, instead of Playback.. did you make those changes?
19:58.30*** part/#asterisk rsaffi (~rsaffi_@187.109.36.11)
19:58.36lnb_labels?
19:58.45lnb_no i changed it back to ExecIF
19:58.50lnb_paulc: http://pastebin.ca/2461250
19:59.14lnb_i will  put the dialplan up again (current one)
20:00.11lnb_paulc: http://pastebin.ca/2461251
20:00.56lnb_it says it ran the playback , but i am not hearing it on the phone
20:02.22paulclnb_: no, it's not.. it's telling you it didn't jump to the playback, because the digit before the question mark is 0.. you're falling through both GotoIf's
20:02.43paulclnb_: See http://pastebin.ca/2461252 - I rewrote your dialplan a bit, to do both what I was saying you should do, and give you some extra debugging.
20:03.10paulcTell me what your "stat=" line says when you run it.. if it says "stat=...." with nothing between the dots, your AGI isn't setting the return variable correctly.
20:05.12lnb_one sec phone call
20:20.22lnb_paulc: how do i run the stat line?
20:27.40*** join/#asterisk slidesinger (~slidesing@c-68-44-123-117.hsd1.nj.comcast.net)
20:29.23paulclnb_: I don't understand the question. Take a look at the diaplan - it's going to NoOp(stat=..${stat}..) - so you can see exactly what your variable is being set to. I'm betting a dollar it's empty.
20:30.35lnb_paulc: i am just going to install now what you sent to pastebin
20:30.38lnb_one sec
20:34.54[TK]D-Fenderheading home, BBIAB
20:35.50lnb_paulc: http://pastebin.ca/2461259
20:38.34paulclnb_ go look at your output at line 44.. and line 49.. your script is passing back a 3, but your dialplan doesn't know what to do with it..
20:39.29lnb_that should be a 2?
20:40.22lnb_wait a sec
20:40.24lnb_that mean
20:40.25lnb_s
20:40.33navaismomaybe missing ${}
20:40.34lnb_the .php file has the wrong number?
20:40.46lnb_i did write this stuff
20:41.00navaismoat line 15
20:41.04lnb_as i said before it was sent to me by old IT guy
20:41.13lnb_did NOT write this i mean
20:41.24*** part/#asterisk navaismo (~navai_000@189.241.90.55)
20:42.02lnb_doesn't auth need to be ${auth}
20:43.52lnb_changed it to ${auth} and now it tells me invalid userid/pin
20:43.58*** join/#asterisk jhlavacek (~jirka@87.89.218.63)
20:49.57*** join/#asterisk DanielSa (~daniel@198.147.23.156)
20:51.47*** join/#asterisk navaismo (~navaismo@189.241.90.55)
20:53.11paulclnb_: I have to go to a meeting, back in 90ish.. I think stat is being set to 3 at the start of the dialplan.. so it definitely looks like the AGI isn't setting it.. I'd do "core show application agi" and see what it says about arguments/parameters.. then look inside the script you're calling for more clues..
20:55.54lnb_ok
20:56.09lnb_paulc: thank you for your help!
21:01.33*** join/#asterisk jasonwert (~w3rt@75-134-81-98.static.aldl.mi.charter.com)
21:03.01*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
21:03.43*** join/#asterisk timahvo1 (~rogue@197.237.174.93)
21:04.47anonymouz666[TK]D-Fender has joined!
21:05.30drmessanoHe needs a bouncer
21:06.00drmessanoI'm surprised he doesn't use ZNC with all the home/work flipping
21:06.28drmessanoZNC is great.. I am actually only here for 11 minutes per day, but it looks like I care.. A LOT
21:06.32blizzowI just created a new SIP extension and enabled voicemail on that extension.  I try and enter the mailbox via *97 or *99 and am getting stonewalled.  *97 doesn't accept the password that was set.  *99 just loops a message saying "to listen to it press 1, to re-record press #"  I watch the log and see:  "ast_streamfile failed on SIP/55005-0001d257 for /var/spool/asterisk/tmp/55005-ivrrecording,m,en,macro-systemrecording"
21:06.34blizzow/var/spool/asterisk/tmp/ exists and is owned by asterisk:asterisk.  I even touched the file as the asterisk user and still get that error in the log.
21:06.57blizzowI tried deleting and re-creating the extension to no avail.
21:07.18blizzowAnyone have suggestions or ideas what might be causing this problem?
21:07.42blizzowOther previously existing extensions seem to work okay.
21:08.42[TK]D-Fenderdrmessano: Couldn't be bothered most of the time... though maybe not a bad idea for the theory of having to auth repeatedly on crash, etc
21:08.52[TK]D-Fenderdrmessano: Might get around to setting one up
21:09.31[TK]D-Fenderblizzow: PASTEBIN the actual call
21:09.52drmessano[TK]D-Fender, it's annoying to bother setting one up, but useful once implemented.
21:11.30*** part/#asterisk DanielSa (~daniel@198.147.23.156)
21:12.18[TK]D-Fenderdrmessano: Consistent logs and saving channel re-auth (nickserv ghost, etc) might make it worthwhile, especially if it logs things nicely.
21:13.31blizzow[TK]D-Fender: here's the log of the attempt at accessing voicemail.  http://pastebin.com/PC0f86D3
21:15.34*** join/#asterisk fakhir (~fakhir@unaffiliated/fakhir)
21:18.31drmessano[TK]D-Fender, the only thing I hated about it was that X-Chat and even prior versions of Hexchat displayed the timestamps of the buffer dump on reconnect as inline text with each message.  They've apparently figured that out with Hexchat and fixed it
21:18.52[TK]D-Fenderblizzow: [17:06]blizzow/var/spool/asterisk/tmp/ exists and is owned by asterisk:asterisk. I even touched the file as the asterisk user and still get that error in the log. <- what file?
21:19.08drmessanoNow it looks like theres a real scroll buffer being populated
21:19.10[TK]D-Fenderblizzow: Next... what version of FreePBX is that from?
21:20.41blizzowVersion - 2.8.1.4  The file mentioned in the log as not existing:   /var/spool/asterisk/tmp/55005-ivrrecording
21:21.44[TK]D-Fenderblizzow: First that is ancient unsupported junk at this point.
21:21.52[TK]D-Fenderblizzow: second, that is NOT the file it is looking for
21:22.14[TK]D-Fenderfrom the looks of it
21:22.19[TK]D-Fenderblizzow: Dump the folder
21:23.01blizzowWhich folder?
21:24.07[TK]D-Fender[2013-10-02 15:01:23] WARNING[16224] pbx.c: ast_streamfile failed on SIP/55005-0001d304 for /var/spool/asterisk/tmp/55005-ivrrecording,m,en,macro-systemrecording
21:24.09[TK]D-Fendersee this?
21:24.19blizzowYeah, I see that.
21:24.30[TK]D-Fenderit is counting the COMMA and everything past as PART of the filename it's looking for
21:25.34blizzowThe line just before that seems to indicate that it's only looking for the part prepended to the comma, no?
21:26.05[TK]D-Fenderblizzow: DUMP THE FOLDER
21:26.37blizzow/var/spool/asterisk/tmp/ ??
21:26.50[TK]D-Fenderyes
21:26.55anonymouz666nice... You do not appear to have the sources for the 2.6.32-358.el6.x86_64 kernel installed.
21:27.02anonymouz666dahdi does not compile under KVM
21:27.26drmessanoWithout kernel sources it won't
21:27.37anonymouz666it is there.
21:28.36*** join/#asterisk deegen (~deegen@S01060023bee90320.gv.shawcable.net)
21:28.46anonymouz666it doesn't find the kernel path
21:28.58anonymouz666in a KVM machine
21:29.33blizzow[TK]D-Fender: then what, just re-create it as the asterisk user?
21:30.17[TK]D-Fenderblizzow: "ls -la /var/spool/asterisk/tmp/"
21:31.32*** join/#asterisk tzafrir_laptop (~tzafrir@bzq-218-28-58.cablep.bezeqint.net)
21:32.38blizzowI moved the whole directory, so it's not there.  (EG:  mv /var/spool/asterisk/tmp  /home/phoneuser/varspoolasterisk/tmp)
21:33.16anonymouz666broken build link. that's it
21:33.31[TK]D-Fenderblizzow: And you're wondering why it can't find things there?
21:33.33[TK]D-FenderBRB
21:35.03*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.216.2)
21:37.01blizzow[TK]D-Fender: no, I'm not wondering why asterisk can't find it.  It was there before when you told me to "dump the folder".  I re-created the /var/spool/asterisk/tmp folder as the asterisk user and it still fails with the same messages.
21:38.43blizzowls -la /var/spool/asterisk/tmp shows only . and .. with the following permissions:  drwxrwxr-x
21:41.35*** join/#asterisk navaismo (~navaismo@189.241.90.55)
21:42.47[TK]D-Fenderblizzow: So * is looking for a file... that's not there.
21:42.55[TK]D-FenderbliAnd wondering why it is failing....
21:42.56fileis here
21:47.15[TK]D-FenderSee, file is HERE, not THERE!
21:50.28*** join/#asterisk threesome (~threesome@ip-94-113-13-143.net.upcbroadband.cz)
21:52.26blizzowWerewolf, no THEREwolf.  I'm really confused as to what you're trying to tell me.  I dumped the folder per your request.  I recreated the folder so asterisk would have a place to create the sound file.  Asterisk should take care of creating the temporary voicemail file on it's own.  It does for other extensions.
21:53.20*** join/#asterisk jpoz (~jpoz@ec2-184-169-152-1.us-west-1.compute.amazonaws.com)
21:53.23[TK]D-Fenderblizzow: In your output all I saw is a BACKGROUND.  NOt * creating a file there
21:55.48*** part/#asterisk mjordan (~mjordan@nat/digium/x-qwbjghrzehtopkpk)
22:00.59blizzowok, here's logfile output from an extension that works.  http://pastebin.com/FatpVgEJ
22:00.59blizzowand here's logfile from the extension that doesn't work:  http://pastebin.com/aEaQS970
22:02.21blizzowto me they look nearly the same, and even throw the same file not found error.
22:04.25*** join/#asterisk xzarth_ (~krikkit@88.207.60.255)
22:04.43[TK]D-Fenderblizzow: What difference am I supposed to be noting between those?>
22:07.56*** join/#asterisk digitall (~digitall@cpc3-hitc7-2-0-cust590.9-2.cable.virginmedia.com)
22:08.10blizzowThat's my problem.  I can't figure out any difference between the two that would indicate why a new extension can't access voicemail or change their greeting.
22:08.16digitallEvening...
22:08.47digitallQuick headline question... Has anyone here had any experience setting up a DID with Draytel SIP?
22:09.22[TK]D-Fenderblizzow: Nowhere is that call VOICEMAIL for either in any case.  That is straight up dialplan apps doing OTHER random junk.
22:09.37[TK]D-Fenderblizzow: That TMP folder has nothing to do with *'s voicemail that I can see
22:10.04[TK]D-Fenderblizzow: And all I see is 1 user answering a prompt, and another hanging up
22:10.17[TK]D-Fenderblizzow: And not getting anything concrete as to what constitutes a "failure"
22:10.47[TK]D-Fenderblizzow: that is a FreePBX SYSTEM RECORDING.  Not VOICEMAIL
22:11.09[TK]D-Fenderblizzow: Who said that was the feature code for voicemail?
22:11.52[TK]D-Fenderblizzow: The standards are *97 and *98, and those are just the DEFAULTS
22:12.12blizzow[TK]D-Fender: sorry, my misnomer.  Yes, I'm trying to record a VM greeting.
22:12.27[TK]D-Fenderblitz``: that is NOT how you do it
22:12.47[TK]D-Fenderblizzow: You LOG IN .... and use the VM box options that the menu clearly reads to you
22:13.25digitallI have the DID PSTN number ringing my SIP trunk and then getting routed to ringing an extension or to the IVR menu.... but I am trying to work out how to do DDI for all the extensions...
22:14.04digitallie. How to get the SIP DID to have a section which changes and can be mapped to the internal extension... i.e. 01234 567890 + ext no.
22:14.19digitallso 01234 567890100 for extension 100 etc.
22:14.31[TK]D-Fenderdigitall: Go re-read the chapter on DIALPLAN BASICS
22:14.33[TK]D-Fender~book
22:14.33infobotAsterisk: The Definitive Guide, 4th Edition (ISBN 1-4493-3242-0) available at http://oreilly.com/catalog/0636920025894 - Asterisk: The Definitive Guide is released under a Creative Commons License (http://creativecommons.org/licenses/by-nc-nd/3.0/us/) and a version is available for reading online at http://www.asteriskdocs.org/ or see ~buybook
22:14.35[TK]D-Fender^^^
22:14.41[TK]D-Fenderdigitall: this is basic pattern matching.
22:14.53digitallI KNOW...
22:15.15blizzowThat's part of the problem I initially explained.  The new extension cannot login with *97 using the VM password set for the extension.  Nor am I able to record a greeting by using *99.
22:15.48[TK]D-Fenderblizzow: Show us a failure using the proper way
22:16.05[TK]D-Fenderblizzow: Oh, and... LEAVE A VM there first <-
22:16.11[TK]D-Fenderto initialize the box
22:16.11digitallMy problem is a more meta-question... My SIP provider is Draytel and they provide a single DID trunk... with a single PSTN number. I have tried adding digits to the end, but I get a "this number is not provisioned"... but I think that is from their system.....
22:16.47digitallas if I purposely break the linkage on the incoming part of the dialplan, I get a error on the console of unknown extension and hangup.
22:16.55[TK]D-Fenderdigitall: What do you mean "adding digitss"?  They send you ONLY one number?
22:17.08[TK]D-Fenderdigitall: Show us the call.
22:17.11[TK]D-Fender~pb
22:17.11infobotA "pastebin" is a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few: http://www.pastebin.com, http://pastebin.ca, http://channels.debian.net/paste, http://paste.lisp.org, http://bin.cakephp.org/; or install pastebinit with yum or aptitude.
22:17.12[TK]D-Fender^^^
22:18.19digitallI can't ... that is the point.
22:18.44digitalli.e If I add any digits to the end of the PSTN number, they have provided... no incoming ringing on the trunk.
22:18.48[TK]D-Fenderdigitall: You say you are "adding digits".  What is this supposed to mean?
22:19.11[TK]D-Fenderdigitall: Adding where?
22:19.20WIMPydigitall: Get a provider that allows you to do that.
22:19.44[TK]D-FenderWIMPy: Things are dangerously vague ... just wait for a little more rope...
22:19.44digitallAs I said.... So if my assigned number is ie. 01234 567890, I am trying to get it so I can add an extension at the end... ie. 01234 567890 100 for extension 100
22:20.15[TK]D-Fenderdigitall: They send you what the send you.
22:20.15WIMPyNothing vague for me.
22:20.31[TK]D-FenderWIMPy: You've taken something as implicit here I can't account for yet...
22:20.44WIMPyWhat?
22:21.01WIMPyA SIP account is not a line with DDI.
22:21.03blizzow[TK]D-Fender: w00t,  I think leaving a VM on the mailbox did it.  so strange.
22:21.05WIMPyUsually.
22:21.18blizzowthanks for the hemp
22:21.20blizzow*help
22:22.27digitallhttp://www.draytel.org/plans ...
22:23.02WIMPyonly sees number of numbers there, not DDI.
22:24.10digitallThe query I have is trying to work out if it is normal for a provider to connect any range with that prefix e.g. 01234 567890 (*) to the trunk... or just a single number e.g. 01234 567890 to the trunk
22:24.34WIMPyUsually only a single number.
22:24.37digitallWIMPy: Yes... I did wonder about that... But all the providers seem to be very vague on their technical detail... It is painful.
22:25.25digitallWIMPy: Suspected as much... Damn. Any suggestions for providers who provide a range i.e. so I can sort out 01234 567 890 XXXX to map to internal extensions for DDI
22:25.40digitallI'm in the UK for reference.
22:25.49WIMPyCountry?
22:26.15WIMPyI assume sipgate will have the team or trunk option in the UK as well.
22:27.00filesipgate is shutting down
22:27.06WIMPyhasn't looked too close at that, however.
22:27.13WIMPyDefinitely not.
22:27.39filehttp://www.sipgate.com
22:27.49fileoh, UK
22:27.58WIMPyWho is talking about the US?
22:28.31filenot I! *cough* >_>
22:28.32WIMPyThat have just come with new offerings here.
22:29.15WIMPyThey...
22:30.03digitallHmm... I know BT do SIP trunking services... Their tech support tends to be a PITA to deal with... a kafkaesque nightmare! :) But they are technically quite competent..
22:31.00digitallIT manager chose this lot as being cheap and cheerful...
22:33.52digitallHas anyone done this kind of thing before and got it working?
22:34.20WIMPyOnly with real lines.
22:34.49WIMPy(where things just work)
22:35.40digitallHmm... FXS/FXO FTW!
22:36.13WIMPyWhat's that?
22:37.17ChannelZfor the win
22:37.18digitallWIMPy: Sorry... I _really_ have read the documentation... :) http://www.asterisk.org/get-started/glossary
22:37.46WIMPyChannelZ: I know. I meant the FXS/FXO part.
22:39.06ChannelZFucking Xylophone Sound / Farting Xenophobe Opera
22:43.39digitallForeign Exchange Station / Foreign Exchange Office according to the glossary... as far as I can see, the male/female, master/slave of the PSTN line .... ie. whichever port card you have... Murphy's law says it's the wrong one for the equipment. :)
22:44.08*** join/#asterisk coppice (~chatzilla@123203240234.ctinets.com)
22:44.50ChannelZI'd have figured you knew that too WIMPy
22:45.44WIMPyYes, I heard about it in here. But I'm only 43 years old. That was a little before my time.
22:50.20WIMPyBut thanks to SIP the analogoue stuff has a bug revival, it seems.
22:56.23*** join/#asterisk sawgood (~sawgood@unaffiliated/sawgood)
22:59.51ChannelZLike vinyl
23:00.49WIMPyJust that vinyl has something on the positive side.
23:02.58*** join/#asterisk ChannelZ-Wk (~bobm@spark.idolum.com)
23:04.06digitallYes... The flexidiscs occasionally selfcombust taking out a hipster! ;-)
23:31.34*** join/#asterisk fakhir (~fakhir@unaffiliated/fakhir)
23:34.34digitallHmm... Anyway, thank you for the answers... Time for sleep in my TZ. ttfn.
23:34.47*** part/#asterisk digitall (~digitall@cpc3-hitc7-2-0-cust590.9-2.cable.virginmedia.com)

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