IRC log for #asterisk on 20120413

00:19.53*** join/#asterisk Bullmoose (~Bullmoose@12.50.16.66)
00:46.30*** part/#asterisk SpaceBass (~SP@pool-96-228-40-104.rcmdva.fios.verizon.net)
00:54.45*** join/#asterisk chuckf (~chuckf@ubuntu/member/chuckf)
01:01.52*** join/#asterisk rossand (~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com)
01:03.13*** join/#asterisk atan (~atan@unaffiliated/atan)
01:20.02*** join/#asterisk brdude (~brdude@c-24-7-76-160.hsd1.ca.comcast.net)
01:20.33*** join/#asterisk coppice (~chatzilla@123203240234.ctinets.com)
01:40.43*** join/#asterisk fisted_ (~fisted@unaffiliated/fisted)
01:49.25*** join/#asterisk mjordan (~mjordan@user-69-1-6-49.knology.net)
01:49.25*** mode/#asterisk [+o mjordan] by ChanServ
01:51.38*** join/#asterisk Bullmoose (~Bullmoose@12.50.16.66)
01:52.08*** join/#asterisk wudles (~wudles@gateway.secureinstrument.com)
02:38.20*** join/#asterisk Bullmoose (~Bullmoose@12.50.16.66)
03:07.44*** join/#asterisk KavanS (~KavanS@LINBIT/KavanS)
03:15.11*** join/#asterisk thurin (~nwykes@c-76-120-59-125.hsd1.co.comcast.net)
03:25.44*** join/#asterisk gonewage (~gonewage@c-68-54-124-223.hsd1.il.comcast.net)
03:33.24*** join/#asterisk vinhdizzo (~vinh@cpe-66-74-182-202.socal.res.rr.com)
03:47.45atanCan you have more than 1 register => in your [general] section of sip.conf?
04:06.55p3nguinatan: Of course.  Since that is the only place register statements are valid, you'd be limited to registering to only one peer.
04:08.33atanp3nguin, okay so this must be where I am going wrong. I am trying to get a bunch of accounts registered each has a different incoming phone number.
04:09.00atanIf I use a bunch of register => lines to connect to the accounts which context do the inbound calls get sent to?
04:09.07p3nguinNone.
04:09.15p3nguinRegister statements do not control that.
04:09.54p3nguinWell, I said none, but that's not right.  The calls would go to the context set in the general section.
04:10.20p3nguinTo control where your calls from a specific host go, you need to define a peer.
04:10.55p3nguinIf the peer entry matches the call, the context set in the peer entry will be used.
04:11.17atanThis must be where I'm getting confused. I have it registered using these lines but I can't seem to force the inbound calls into the correct contexts
04:11.51atanCould I just define context= in [general] and be done with it? =)
04:12.03p3nguinYou either didn't define a peer, or your peer isn't matching the call.
04:12.18p3nguinYou could do that, but that is not the right way to handle it.
04:13.17atanBy way of example let's say I have register => providerusername:secret@host.com:5060 several times in the [general] section, each with different providerusernames
04:13.23*** join/#asterisk KNERD (~KNERD@adsl-99-153-147-234.dsl.hrlntx.sbcglobal.net)
04:13.42p3nguinIf you want help determining why calls are not going to the context you want them to go to, pastebin your sip.conf and a debug of a call intended to match the peer you defined.
04:13.54atanI also have [providerusername] type=peer context=providerusername-in, but that context isn't taking it
04:14.14p3nguinDid you set the host in that peer entry?
04:14.29p3nguinhost=their-host-or-IP-address
04:15.03atanLet me craft a little pastebin of what I've got going on :-)
04:15.14p3nguintype=peer causes the entry to match on host.  Without host= it cannot match.
04:15.26p3nguinI'm not interested in craftiness.  Just paste what you have.
04:15.35p3nguinHide only your passwords.
04:16.48p3nguinTwo pastebins: sip.conf and a debug of a call which you expect to match the defined peer.
04:19.19atanhttp://pastebin.com/sedTvzmT is my sip & extension I am trying to use to catch the inbound call
04:19.34atanNow I must figure out how to get debug on for this call.. core set sip debug or something I presume.
04:26.05p3nguinWell, hang on...
04:26.39p3nguinWith VoIP.ms, you'll never be able to match individual usernames on incoming calls.
04:27.05p3nguinThey don't send the uid as part of the call.
04:27.14atanI'm not sure I follow but I am trying
04:27.32atanAre you suggesting I force all inbound voip.ms calls in via one registration not seperate accounts?
04:28.00p3nguinMaybe.  What is your purpose for having individual accounts?
04:28.16atanFor inbound calls it is pretty pointless. For outbound it was to track use.
04:28.25atanHowever inbounds I can base on the numbers alone so that would be fine
04:28.35atanOutbounds I could send via another SIP registration I think?
04:28.47p3nguinOkay, you can leave the separate accounts for CDR purposes.
04:29.10p3nguinYou don't send calls via registration.  Registration tells the other system how to reach you.
04:30.26p3nguinFor incoming calls, because they do not send your uid as part of the call, you cannot discern a call via one account from a call via the other account.
04:31.07atanOkay so I'll use voip.ms to put all calls into the main account username and register with that to take the calls, but then how do I pick what context is matching for them?
04:31.19p3nguinSo all incoming calls will match one peer entry.  I can't remember if it is the first entry listed or the last, but all calls regardless of account will match only one of the peer entries.
04:31.56atanSee when I put in like a list of 10
04:32.03atanThe first one would always take the call and I couldn't figure why
04:32.30p3nguinAlso, with voip.ms, you will have to keep the registrations for any account you wish to send outbound calls through, because they require registration first.
04:32.39atanthe second, third, whatnot were setup in a very similar way but they just didn't work despite having the same princial behind how I had them entered. No biggie though :-)
04:32.56atanDo I use type=peer or type=friend to register with them so I can make calls?
04:33.15p3nguintype=peer and type=friend have NOTHING to do with registering.
04:33.41atanIn their example they show it as type=peer though, http://wiki.voip.ms/article/PBXs#Asterisk_.28SIP.29
04:33.51atanPerhaps I'm not understanding the purpose the tutorial they posted there
04:35.21p3nguinForget them.  Let me give you a step-by-step.
04:36.10p3nguinYou want to send calls via multiple accounts for CDR purposes.  Leave your register statements in place -- they require you to register before they will accept calls from you.
04:36.54p3nguinDefine a peer for each account you wish to make calls via.
04:37.32p3nguinSet the context for those accounts to a common inbound context, such as voipms-in.
04:38.15p3nguinYou will use those peer entries for dialing outbound calls only.  Only one will match inbound calls.
04:39.08atanSo that takes care of the outbound pretty well
04:39.15p3nguinIn your DID management, route the DIDs to any account(s) you want.  It won't matter, because all the calls will go into one common voipms-in context.
04:40.09p3nguinThe only real purpose for multiple accounts on you single asterisk is for CDR purposes on their portal.
04:40.21p3nguins/you/your/
04:40.44atanOkay just fixing up that part on their end here now for billing so I can see which line goes nuts hehe
04:41.17p3nguinIn your voipms-in context, define an extension for every DID number you have routed to your system.
04:41.55atanHey just quick question here, does Asterisk have some form of block comment?
04:42.06atanSo I can comment out the crap I've messed up for now without deleting it
04:42.41p3nguinNo.  You have to comment out each line.
04:43.41atanOkay just so I don't keep you all night right now I have [voipms-inbound] inside my exntesions.conf. I have my two numbers defined and set to ring a SIP device.
04:43.54atanThat device is registered and rings fine, now I've just got to get the calls over to it
04:44.31*** join/#asterisk bzort (~bzort@gateway/tor-sasl/bzort)
04:45.03p3nguinI don't understand your last statement.
04:45.43atanI have [voipms-inbound] defined in extensions.conf, and a pattern to match my voipms numbers
04:45.47p3nguinI got that part.
04:45.57atanI have both of them set to ring the same phone for now just so I know if it works :-)
04:46.08p3nguinI got that part.
04:46.12atanActually, playback might be better right now. I suppose Playback(tt-monkeys) is default?
04:46.25p3nguinI don't know what default means in that sentence.
04:46.55atansorry I mean like it's there
04:46.58*** part/#asterisk kdmessano (~nonya@unaffiliated/kdmessano)
04:47.03p3nguinIf your extension runs Playback(tt-monkeys), that's what you should expect to hear.
04:47.06atanI can use Playback(tt-monkeys) and it'll work for me? or
04:47.17atanok. tt-monkeys is included in a default install?
04:48.16p3nguinIf you included it, sure.
04:49.05atanWas it in the optional sound pack or selected by default is what I mean?
04:49.13KNERDIs there a way to detect is imcoming call is from a public phone?
04:50.37p3nguinIn the amount of time it is taking for you to understand that you only get what you ask for in your installation, you could have either A) looked for the file, or B) tried the Playback to see if the file played.
04:51.00atanLooked :-) it's there
04:51.10*** join/#asterisk corretico (~luis@190.211.93.11)
04:51.34atanOkay I think we got it up and working here now thanks to your help :D
04:51.48atanty kindly p3nguin
04:52.29p3nguinI think incoming calls will match the first peer listed for the host, so you can then add your other peers for outbound calls after that primary one.
04:53.22p3nguinYou can also use type=user for the entry for calls coming inbound from the provider.  type=user does not permit calls going in the other direction.
04:53.27atanMind if I toss in another totally stupid question? What is the idiot-friendly difference between peer & friend?
04:53.54p3nguinfriend is peer+user
04:54.28atanSuffice to save friend is a trusted device, like a sip phone on my end?
04:54.33atans/save/say/
04:54.45p3nguinpeer matches on IP/host and allows calls in both directions.  user matches on username and allows calls from the other device inbound to asterisk.  friend is a cross-bread of those two.
04:55.20p3nguinI use peer for all my phones.
04:55.32p3nguinI use friend very rarely.
04:56.02p3nguinWhen you need to match on a username rather than IP and port, you have to use friend or user.
04:56.43p3nguinAn instance where this is important is a phone with multiple users from the same IP address and port on the phone.
04:56.48atanNow for the sub accounts I have setup within my sip.conf, I don't even need to put a context on those if I plan to just use them for outbound?
04:57.31p3nguinIf for any reason your calls ever would match one of those peers and you do not have a context set, the call will fall into the context set in the general section.
04:58.33p3nguinIf you don't trust that asterisk will always match that first entry for the host, set the same voip-in context on them all.
04:58.41*** join/#asterisk din3sh (~din3sh@41.212.203.194)
04:59.50*** join/#asterisk gerhard7 (~gerhard7@82-168-115-40.ip.telfort.nl)
05:00.46p3nguinI need to start looking at sip debug to determine if there is any way to match on username instead of host only.  That is a very annoying characteristic, especially for configurations like yours and mine where we would like to manage them separately on asterisk.
05:03.21atanNow there is only one other pesky little thing I'd love to solve. From time to time when I place an outbound the other party will answer but there is a delay before audio is connected.
05:03.40atanThe other person may have said "Hello?" but on my end it appears as though they are just not speaking.
05:04.08atanAfter a second or two it all connects and audio is normal. It's just the first second or so of the call that's finicky like this. Is this something I've setup wrong somewhere?
05:06.37p3nguinI can't really think of anything specific to configuration except a possible early media setting in the phone.
05:06.38ChannelZNat?
05:07.05atanThe SIP phone is behind a router, so yes
05:07.19atanNo DMZ or anything going on there
05:10.24p3nguinAll I see is that calls are sent To: <sip:my-phone-number@my-IP-address:5060> ...
05:11.05p3nguinWould that be enough to match a call?  That's where the username goes, isn't it?
05:11.25p3nguinThe INVITE is also to that same URI.
05:12.46p3nguinPerhaps I can set type=friend and fromuser=my-phone-number and get a match.
05:13.15p3nguinWait, no.
05:13.27p3nguinfromuser will match the From: not the To:
05:14.02p3nguinAnd the From: is the callerid number of the person calling, which might as well be totally random for this purpose.
05:15.11p3nguinThis must be why I've left it the way it is for so long -- there is no suitable workaround.
05:17.13atanWould I be wrong to assume that Hangup() isn't needed after basic functions like Dial(), VoiceMailMain() and such as it's already included in that when the user disconnects? And when the context runs out of matching patterns it hangs up anyway?
05:17.32*** join/#asterisk din3sh (~din3sh@ADSL-TPLUS-85-101.telecomplus.net)
05:21.17p3nguinI think that depends on your fallthrough setting.  I always define a Hangup() when I want to ensure hangup happens.
05:21.58p3nguin# grep Hangup /etc/asterisk/extensions.conf |wc -l
05:22.00p3nguin161
05:22.22p3nguinThat doesn't count the included files.
05:22.57*** part/#asterisk gonewage (~gonewage@c-68-54-124-223.hsd1.il.comcast.net)
05:23.05p3nguin# asterisk -rx 'dialplan show'|grep Hangup|wc -l
05:23.06p3nguin211
05:24.48p3nguinAlso, it's a matter of extension running out of priority rather than a context running out of patterns.
05:29.12din3shp3nguin: any idea why i could get on way audio on transfered call via a BRI gateway?
05:29.22din3shone way audio*
05:29.43p3nguinProbably related to a reinvite.
05:30.15p3nguinOne-way audio is usually a result of a reinvite where asterisk would have been better off retaining the media stream.
05:31.24p3nguinIn other words, set directmedia=no everywhere and see what happens... or start pastebinning all relevant configs and debug info.
05:32.08din3shsip debug :http://paste2.org/p/1976627
05:34.25*** join/#asterisk dijib (~dijib@bas10-kitchener06-1279682487.dsl.bell.ca)
05:35.12*** join/#asterisk Ruslan666 (~Ruslan666@46.32.171.162)
05:36.38Ruslan666Hello. Need help about Wildcard TE122, Card. Can anyone help?
05:37.14din3shRuslan666: what help?
05:37.14p3nguinHmm, weird.  I don't really see anything like that in the debug.  Only two devices, both on the same subnet.
05:37.22din3shyes
05:37.40p3nguinNo NAT, didn't notice any reinvites anyway.
05:37.54p3nguinIt only happens on transfer?
05:38.02p3nguindirect calls work correctly?
05:38.08din3shyes
05:38.25din3shPSTN through BRI gateway to SIP extensions= ok
05:38.28Ruslan666din3sh i have wcte12xp card. it works but i have noise problem :( dont know how to reslove it.
05:39.13p3nguinI'm only seeing asterisk and one SIP phone.
05:39.18din3shonce the call is transfered to another sip number on same box, the caller (PSTN) cannot hear anythg, the transferd SIP number can hear the PSTN num though
05:39.27p3nguinWhere is the other device involved in the transfer?
05:40.11p3nguinI see .5 and .151 devices only.
05:40.36din3sh4999493 calls 2729
05:40.43din3sh2729 transfers to 7662
05:41.00p3nguinOkay, but where is the other device in this debug?
05:41.07din3sh7662 is on another box via sip trunking
05:41.16p3nguinThere is no such thing as sip trunking.
05:41.43din3shwhats is the proper term for that?
05:41.47p3nguinsip
05:42.06din3shanyway even on the same box, i.e other 29xx numbers
05:42.08p3nguinI see only two devices involved: asterisk and one phone (or the gateway).
05:42.15din3shthe problem is same
05:42.31p3nguinFor a transfer, I'm expecting to see at least one more device.
05:42.31din3sh4999493 is from the gateway yes
05:43.30p3nguinUnless you are transferring one call on the gateway to another call also on the gateway.  Then I would see the gateway's IP address twice as much.
05:44.02din3shno one call is from gateway the 2 others internal extensions
05:44.45Ruslan666Can anybody help me :( ?
05:45.15p3nguinThere's only one SIP device involved in that call with asterisk.  That is not a very good debug of a failed transfer.
05:46.30din3shok am trying to have another log
05:51.31Ruslan666can somebody help me aboud dahdi boards?
05:51.50Ruslan666can anobody help me about dahdi boards?
05:52.17p3nguinI'm near falling asleep, so you may have to continue with someone else or I'll check the pastebin when I get back to the office in the morning (about 19:00 your time).
06:00.00*** join/#asterisk timahvo1 (~rogue@41.90.95.128)
06:00.04*** join/#asterisk ferdna (~ferdna@cpe-67-10-220-35.elp.res.rr.com)
06:12.07*** join/#asterisk mintos (mvaliyav@nat/redhat/x-bxxaodiqddknxpjw)
06:12.44Ruslan666i'm ready to may that
06:12.59Ruslan666i'm ready to pay for that help
06:17.05din3shp3nguin you still there?
06:17.07din3shhttp://paste2.org/p/1977565
06:17.37din3shRuslan666: does your card have echo cancel module?
06:28.04*** join/#asterisk retentiveboy (~retentive@74-95-28-33-Atlanta.hfc.comcastbusiness.net)
06:33.04*** join/#asterisk schmidts (~schmidts@Lo20-rt01.lm33.sil.at)
06:33.05schmidtsgood morning
06:33.13din3shmrning
06:37.15kleszczmorning
06:40.40*** join/#asterisk oej (~olle@h87-96-134-129.dynamic.se.alltele.net)
06:43.57*** join/#asterisk phix (~threat@123-243-44-131.static.tpgi.com.au)
06:44.04*** join/#asterisk s[x] (~sx]@ppp59-167-154-113.static.internode.on.net)
06:44.20s[x]sup peeps
06:45.25bn-7bcto any developer;: thanks for a great pace of sw and thanks to Digium for their support of the project
06:47.33bn-7bchas anyone tried video calling wit the grounwire app for iPhone and asterisk 10, dose it work well?
07:06.02*** join/#asterisk felimwhiteley (~quassel@089-101-203026.ntlworld.ie)
07:11.41*** join/#asterisk e7e5 (~rudenko@188.134.2.33)
07:13.48*** join/#asterisk felimwhiteley (~quassel@089-101-203026.ntlworld.ie)
07:16.24*** join/#asterisk s[x] (~sx]@ppp59-167-154-113.static.internode.on.net)
07:17.50Ruslan666din3sh hello. no do not have.
07:24.54din3shRuslan666: have u turned on echocancel in your dahdi settings?
07:32.38*** join/#asterisk Faustov (user@gentoo/user/faustov)
07:32.41*** join/#asterisk Iamnacho (~Iamnacho@ip174-70-136-96.ks.ks.cox.net)
07:36.58*** join/#asterisk Chainsaw (~chainsaw@gentoo/developer/chainsaw)
07:48.35*** join/#asterisk s[x] (~sx]@ppp59-167-157-96.static.internode.on.net)
07:56.51*** join/#asterisk chasing`Sol (~cS@197.134.0.5)
07:59.31*** join/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
07:59.35*** part/#asterisk c0rnoTa (~c0rnoTa@78.24.154.190)
08:06.53*** join/#asterisk hehol (~hehol@2001:1438:1009:200:f85f:7df7:1faf:fac7)
08:11.27*** join/#asterisk MarKsaitis (~MarKsaiti@195.59.185.18)
08:19.46*** join/#asterisk mchou (~quassel@unaffiliated/mchou)
08:30.27*** join/#asterisk wudles (~wudles@gateway.secureinstrument.com)
08:33.34*** join/#asterisk AlfE_ (~quassel@83-215-36-12.bruck.dyn.salzburg-online.at)
08:37.48*** join/#asterisk mackhendricks (~mackhendr@c-69-246-107-12.hsd1.mi.comcast.net)
08:45.50*** join/#asterisk e7e5 (~rudenko@188.134.2.33)
08:51.37*** join/#asterisk kaidranzer (~kaidranze@14.139.122.114)
08:52.06kaidranzerhow does asterisk send an audio file? what is the codec that it uses?
08:53.03din3shsend audio file where?
08:53.36kaidranzerfor example when "hello-world" audio file is sent to a peer, what codec does it use?
08:54.06Chainsawkaidranzer: Depends on what the peer supports.
08:54.24Chainsawkaidranzer: Asterisk may have to transcode the audio file in some cases.
08:55.04kaidranzerassuming it sends using u-law g.711 to send, then how is the gsm file converted to the actual bytes that are sent in the packets?
08:56.02din3shtechnically i dont think asterisk "sends" the file
08:57.21kaidranzeryes it sends bytes but how are those bytes actually created from the existing gsm file in the /var/lib/asterisk/sounds/en folder?
08:57.49*** join/#asterisk asr33 (~asr33@dsl-173-206-163-43.tor.primus.ca)
08:58.35din3shChainsaw: any idea why a BRI ISDN gateway not able to bridge 2 calls on and attended-xfer?
09:00.50din3shkaidranzer:no idea, i jst know that applications like Playback() , background() actually only render the requested file in the format they are
09:00.55din3shi might be wrong
09:02.40kaidranzeri tried searching the bytes of the hello-world.gsm in the trace of my hello world call but couldn't find them so the format is something other than gsm
09:02.42Chainsawdin3sh: Hard to say without seeing a SIP trace of the transfer failing.
09:03.27din3shhttp://paste2.org/p/1977565
09:03.42din3shsip debug of the transfer
09:04.32Chainsawdin3sh: Reliably Transmitting (no NAT) to 192.168.2.5 <- That looks suspicious. RFC1918 (LAN internal, unrouteable) addresses with NAT=no.
09:04.50din3sham on same subnet
09:04.57din3shno firewall no nat
09:05.36din3shdirect calls work fine, when i try to bridge 2 calls, the one coming through the gateway cannot hear anythg
09:10.44din3shgoing nuts with this issue
09:10.57*** join/#asterisk s[x] (~sx]@60-241-151-10.tpgi.com.au)
09:14.59asr33Hello would BLACKLIST func work on alphabetic portion of the callerid?
09:17.06asr33Example """Unavailable"" <Unavailable>"
09:21.29*** join/#asterisk tapout (~tapout@unaffiliated/tapout)
09:23.29*** join/#asterisk blizzow (~jburns@67.50.165.58)
09:39.48*** join/#asterisk qakhan (~qakhan@203.130.22.202)
09:41.06qakhani want to setup an ext which will be used by supervisor to listen agents calls
09:41.09qakhanplz help
09:42.20kaldemarqakhan: app ChanSpy will help you with that, "core show application ChanSpy"
09:42.54qakhanyes i am using it
09:43.10qakhanexten => 100,1,ChanSpy(Agent,qw)
09:44.11qakhanbut when i dial it. it goes to first agent. i want to enter the agent id to listen the call
09:54.22*** join/#asterisk ks3 (ks3@tatooine.digitallotus.com)
09:55.14*** join/#asterisk TriJetScud (~TriJetScu@testarossa.smb.curriegrad2004.ca)
09:56.33qakhankaldemar u there?
10:03.54kaldemarqakhan: are you sure you want to use option w?
10:04.56kaldemarqakhan: as you can see from the application documentation, the first argument is a channel prefix. if you want the caller to be able to enter somethign, do it with app Read.
10:07.20qakhanu mean something like this
10:07.22qakhan100,1,Read(digits)
10:07.23qakhan100,n,ChanSpy(${digits},qw)
10:07.24qakhan?
10:08.01kaldemarsomething like that, but ${digits} is surely not a valid channel prefix by itself.
10:08.55qakhanso what i need to do
10:14.47*** join/#asterisk bulkorok (~bulkorok@85.183.36.36)
10:16.14kaldemarqakhan: think about how you can put the digits as a part of the agent channel and have a valid channel prefix. for example ChanSpy(Agent/${digits},q) or something similar. depends on your agent names, which i do not know.
10:16.39kaldemarqakhan: and still why do you have the w option if the plan is to listen on a call?
10:23.19*** join/#asterisk tapout (~tapout@unaffiliated/tapout)
10:39.21*** join/#asterisk s[x] (~sx]@60-241-151-10.tpgi.com.au)
10:43.59qakhankaldemar the plan is supervisor call listen agent call and if required then he can speak in that call
10:45.19*** join/#asterisk wonderworld (~ww@dsdf-4db5f99a.pool.mediaWays.net)
10:48.53din3shhow to allow or forbid transfer for a sip peer in asterisk 1.8?
10:49.53kaldemardin3sh: allowtransfer in sip.conf
10:59.47*** join/#asterisk bmg505 (~leon@196-209-123-205.dynamic.isadsl.co.za)
11:04.11*** join/#asterisk troyt (~troyt@2001:1938:240:3000::3)
11:19.41*** join/#asterisk FiReSTaRT (~dlyh@unaffiliated/firestart)
11:23.45*** join/#asterisk qakhan (~qakhan@203.130.22.202)
11:23.54qakhankaldemar u there?
11:25.51kaldemarqakhan: don't ask if i'm here. if you have a question, just ask the question on channel. someone else might answer too.
11:25.55qakhani want to save call answer date/time, call duration date/time and call end date/time in cdr table
11:27.27kaldemarhave you disabled those somehow?
11:27.49qakhanno
11:28.11kaldemarthey are logged by default by CDR modules.
11:28.19qakhanis it possible that i can save some other recorde in CDR?
11:29.53*** join/#asterisk jsjc (~Adium@226.Red-80-33-236.staticIP.rima-tde.net)
11:32.24*** join/#asterisk mjordan (~mjordan@user-69-1-6-49.knology.net)
11:32.25*** mode/#asterisk [+o mjordan] by ChanServ
11:33.34din3shhe wants to log the cdr in mysql backend
11:33.52din3sh?
11:36.50cuscoyes, in the dialplan you Set(CDR(newfield)=lalala); then use newfield in your cdr table
11:42.02din3shstill with my no audio on transfer problem
11:42.04din3sh:/
11:44.23*** join/#asterisk vfabi (~fabi@host-static-93-116-255-140.moldtelecom.md)
11:44.26cusconat? directmedia? how are you transfering?
11:44.29qakhancusco there are 5 new fields i need to be saved in CDR
11:45.04qakhanis there any other way, any .conf file which contain these new fields and save in cdr after the call end
11:45.22cuscoqakhan: what values will thos fields contain?
11:45.25din3shi have a BRI gateway registered with sip
11:46.13din3shcaller from through the gateway when transferd by a sip extension to another, doesnt hear anythg, sip extension can hear the caller though
11:46.28qakhancall answer date/time, call duration date/time and call end date/time in cdr table
11:48.20kaldemarqakhan: those are logged by default.
11:52.25*** join/#asterisk rossand (~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com)
11:52.31din3shqakhan: thats found in /var/log/asterisk/cdr-csv
11:52.38din3shin csv format
11:53.09qakhankaldemar these are not in cdr
11:53.16qakhandin3sh let me check
11:55.03kaldemarqakhan: i don't believe you until you show it.
11:56.07qakhandin3sh /var/log/asterisk/cdr-csv contain only data
11:56.13qakhannot table field
11:57.49qakhankaldemar look here
11:57.50qakhanhttp://pastebin.com/tkQjsacA
11:58.56din3shas i said, thats a mysql-backend cdr
12:00.51din3shcreate your table
12:01.00din3shand connect using cdr_mysql.conf
12:01.28*** join/#asterisk timahvo1 (~rogue@197.177.82.49)
12:01.38din3shif asterisk 1.4.x , you have to compile asterisk-addons for cdr database support
12:02.02qakhani have setup cdr in asterisk 1.4.38
12:02.18din3shso whats the issue?
12:02.19qakhanbut i just want to add 3 firlds
12:04.09qakhandin3sh i m not getting the point where to start
12:05.31kaldemarqakhan: what have you set up?
12:06.12kaldemarqakhan: so what you're really asking is for help with your database usage?
12:06.42qakhannoooo
12:07.09qakhanlisten if we need a ext we add it in sip.conf
12:07.36qakhanwhich file is containing the CDR conf?
12:10.09kaldemarwhich CDR module are you using?
12:11.45din3shgrrrrr
12:12.05din3shwould take a feww hours to understand what qakhan wants
12:12.39kaldemardin3sh: don't be so optimistic.
12:12.55din3shhaha
12:14.27qakhani installed asterisk addons
12:15.11kaldemarqakhan: that is not what i asked. which CDR module are you using?
12:15.44qakhanwho i can check it?
12:16.57kaldemarif you think you need to add fields to CDR, one would assume you know where you are checking the records.
12:18.02qakhankaldemar sorry i didnt get you
12:20.50kaldemarqakhan: why do you think you don't have that information in your CDR fields? how did you determine that and from where?
12:20.58*** join/#asterisk [TK]D-Fender (~aoulton@216.191.106.162)
12:21.03Foxi352Hmm … I have an issue with incoming calls on SIP trunk if using realtime DB. No answer here (some month ago) and no reply to my post on forum.asterisk.org (http://forums.asterisk.org/viewtopic.php?f=1&t=82136). Am i really the only one using SIP trunks with asterisk realtime db ?
12:21.35qakhankaldemar are you asking about CDR fields?
12:21.58Foxi352Has anyone in here Asterisk 1.8 with a SIP trunk and SIP table  in realtime db ?
12:22.42*** join/#asterisk gonewage (~gonewage@c-68-54-124-223.hsd1.il.comcast.net)
12:22.56kaldemarqakhan: no, i'm asking about the midsummer night northern lights and flowers in your backyard. of course i'm asking about CDR fields, i said "CDR fields".
12:23.54qakhansir i sent you link  http://pastebin.com/tkQjsacA
12:24.18[TK]D-FenderFoxi352, Dump your DB, and show us a call with SIP debug enabled, and a a peer dump priori and post.
12:24.19[TK]D-Fender~pb
12:24.19infobot[~pb] A "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.us , http://pastebin.ca , http://channels.debian.net/paste , http://paste.lisp.org , http://bin.cakephp.org/ , http://asterisk.pastey.net/ ; or install pastebinit with yum or aptitude.
12:24.20[TK]D-Fender^^^
12:24.57Foxi352[TK]D-Fender: Ok, give me some mins, will ping you back
12:25.20kaldemarqakhan: which is not of much use by itself.
12:26.09qakhankaldemar ?
12:26.22kaldemarqakhan: give more information.
12:26.40kaldemarqakhan: you have been asked for it.
12:27.25*** part/#asterisk gonewage (~gonewage@c-68-54-124-223.hsd1.il.comcast.net)
12:27.32qakhanthere fields i have in cdr. which more info you required?
12:28.26kaldemarqakhan: i won't waste my time repeating stuff over and over again.
12:28.52qakhankaldemar seriously tell me what you want
12:29.20qakhani sent all info. which info you need more ?
12:30.12*** join/#asterisk Naikrovek (~mbluth@unaffiliated/naikrovek)
12:32.07*** join/#asterisk rossand (~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com)
12:36.48*** join/#asterisk fprior (be0bbc86@gateway/web/freenode/ip.190.11.188.134)
12:41.36Foxi352[TK]D-Fender: Want a real mysql sql dump or a select * copy&paste ?
12:41.41*** join/#asterisk chuckf_ (~chuckf@ubuntu/member/chuckf)
12:42.04[TK]D-FenderEither/both
12:43.26*** join/#asterisk devmikey (~irc@unaffiliated/devmikey)
12:44.44Foxi352k
12:45.09fpriorHi all, here again with the case of the spa400 and * 1.8 .  Info on http://pastebin.com/fVC9JtV2
12:46.31din3shkaldemar: qakhan still at it, and its been more than an hour
12:47.15din3shinstead of dumping sql, dump the server itself
12:51.28din3sh[TK]D-Fender: can you take a look at this and tell me what might be wrong? http://paste2.org/p/1977565
12:54.13Foxi352[TK]D-Fender: Here is SIP peers before / after. My COMMENTS ARE IN CAPS to  quickly identify. This is with high verbose level to see dialplan details. SIP debug of misleaded call follows in some minutes. Fo readability it did not turn it on @ the same time with high verbose … : http://pastebin.com/DscDe07M
12:54.35[TK]D-Fenderdin3sh, [Apr 13 10:01:34] VERBOSE[8314] chan_sip.c: Peer audio RTP is at port 0.0.0.0:10008
12:54.40[TK]D-Fenderdin3sh, That UA is retarded.
12:55.03*** join/#asterisk wesphillips (~wphill04@137-237-233-124.harris.com)
12:55.14[TK]D-Fenderdin3sh, It seems to have no clue about its IP.  I'm wondering if it's attempting to parse some sort of host name out for this.
12:55.38[TK]D-Fenderdin3sh, You could probably get away with setting "nat=yes" to solve this for that peer.
12:55.50din3shoh
12:56.02Foxi352[TK]D-Fender: In Résumé: After core restart SIP peers table is obviously empty. Incoming calls are redirected to context set in general section of sip.conf instead of context set in trunk definition in sip_device table. After first outgoing call SIP peer is in SIP peer table because it's cached, and then incoming calls are redirected to the right context. So basically do an outgoing call on every line after a core restart, and incoming works
12:56.10[TK]D-Fenderdin3sh, SIP/2729 <- this peer
12:56.34din3shactually 2729 triggers the transfer
12:56.42[TK]D-FenderFoxi352, So basically it isn't doing the first lookup on incoming?
12:57.05[TK]D-Fenderdin3sh, doesn't look sane.
12:57.09Foxi352No, as long as the SIP peer is not in the peer table (cache) ...
12:57.11[TK]D-Fenderdin3sh, Try what I've suggested
12:57.20*** join/#asterisk jkroon (~jkroon@dsl-244-29-126.telkomadsl.co.za)
12:58.29[TK]D-FenderFoxi352, What ver are you on?
12:59.13Foxi352Asterisk 1.8.11.0-1digium1~lucid
12:59.27[TK]D-FenderFoxi352, Hrm....
12:59.32Foxi352I work for an OSS project and we are atm bound to Lucid...
12:59.41Foxi352This is latest lucid package available on digium servers
13:00.00[TK]D-FenderFoxi352, No, your release is quite current.... not sure on what to do at this point if it's a first-load issue...
13:00.04din3sh[TK]D-Fender: no luck, problem still same
13:00.12din3shhere is whats hapening
13:00.26[TK]D-Fenderdin3sh, I am not seeing that as a "transfer".  What exactly is it doing?
13:00.50Foxi352[TK]D-Fender: I was the one porting our OSS project from .conf files to realtime DB. Everything works perfectly except this. I googled for nearly 3 month now, impossible to find somthing ...
13:00.52[TK]D-Fenderdin3sh, And if it is attempting to pass on a 3rd party IP then we don't have it and I guess we're screwed
13:01.00Foxi352I fear that i will have to revert at least trunks back to .conf files ...
13:01.12[TK]D-FenderFoxi352, I'd post this up on the tracker to see if its a bug...
13:01.42[TK]D-FenderFoxi352, What happens f you don't cache?
13:01.56din3sh4999493(PSTN) calls 2729(SIP extension) via a BRI gateway, 2729 then hits attended transfer to 2713 (SIP extension), MOH starts off
13:01.59[TK]D-FenderFoxi352, Aside from showing up in "sip show peers", do you see it hitting the DB when the call comes in regardless?
13:02.32Foxi352[TK]D-Fender: Did not yet debug the sql, good idea … Will do that ….
13:02.37din3shthen 2729 transfers the call, 7662 can hear 4999493, but 4999493 cannot hear anythg
13:02.56Foxi352[TK]D-Fender: If i remember correctly it does never pick up if i don't cache … I think that was the major reason for me using cache
13:03.13Foxi352I mean it picks up, but sends to the wrong context...
13:03.24din3sh[TK]D-Fender:4999493(PSTN) calls 2729(SIP extension) via a BRI gateway, 2729 then hits attended transfer to 2713 (SIP extension), MOH starts off,then 2729 transfers the call, 7662 can hear 4999493, but 4999493 cannot hear anythg
13:04.28din3shsame setup was working fine on asterisk 1.4, its not working in 1.8.11
13:05.27*** join/#asterisk chazzam (~chazz@50-81-150-34.client.mchsi.com)
13:06.51*** join/#asterisk darkskiez (~mhb@fsf/member/darkskiez)
13:07.08[TK]D-FenderFrom: 2729 <sip:2729@192.168.2.0
13:07.16[TK]D-FenderNo sure what that IP is supposed to be later on...
13:07.24din3sh[TK]D-Fender: I have tried to isolate problem by calling a pstn num (from 2729) and transfering to another pstn num via same gateway, when the call is bridged/transfered by 2729, the 2 connected pstn numbers cannot hear anythg even being connected
13:07.58din3shthe problem is the 192.168.2.5 which is the gateway
13:08.04[TK]D-Fenderdin3sh, And yeah there's a lot going on and I'm not sure I can tell exactly what the isue is here yet... I'd start by disabling reinvites everywhere.  Don't forget the new directive is called "directmedia=on" instead of "canreinvite=no"
13:08.15[TK]D-FenderdineWhat "gateway"?
13:08.41[TK]D-FenderFoxi352, If it needs cache, then that sounds like a bug...
13:08.45[TK]D-FenderFoxi352, I'd report it...
13:09.17Foxi352[TK]D-Fender: Ok, will do … thanks
13:10.05din3shi have tried that also
13:10.14din3sh[TK]D-Fender:4999493(PSTN) calls 2729(SIP extension) via a BRI gateway, 2729 then hits attended transfer to 2713 (SIP extension), MOH starts off,then 2729 transfers the call, 7662 can hear 4999493, but 4999493 cannot hear anythg
13:10.37*** join/#asterisk Bullmoose (~Bullmoose@12.50.16.66)
13:10.55din3shdirect calls from/to pstn numbers work fine, but when a transfer occurs, the pstn number cannot hear anythg
13:12.02[TK]D-Fenderdin3sh, Did you test the extension you're forwarding to direct with that gateway?
13:12.20[TK]D-Fenderdin3sh, to validate the taget by itself (without a transfer involved)
13:14.46*** join/#asterisk MrTelephone (~MrTelepho@h697179-171.picriverisp.net)
13:15.27din3shhttp://paste2.org/p/1977892 my sip.conf
13:15.29*** join/#asterisk darkbasic (~quassel@niko.linuxsystems.it)
13:15.48MrTelephoneWhen are you going to add authentication support for multiple peer entries. I keep getting hash mismatches? Is there a way around this issue?
13:15.49din3shyes direct calls work without problem
13:15.52*** join/#asterisk mjordan (~mjordan@nat/digium/x-gstvtgylfwwcockz)
13:15.52*** mode/#asterisk [+o mjordan] by ChanServ
13:17.21din3shI have tried to isolate problem by calling a pstn num (from 2729) and transfering to another pstn num via same gateway, when the call is bridged/transfered by 2729, the 2 connected pstn numbers cannot hear anythg even being connected
13:17.35[TK]D-Fenderallowtransfer=yes <_?
13:17.40*** join/#asterisk Jasnejac (kvirc@81.91.107.236)
13:17.47din3shshould be no?
13:17.57[TK]D-FenderDon't know this one at all... I'd say just remove it
13:19.36din3shdoesnt help, i commented it and just tried again...no luck
13:19.37din3sh:S
13:20.47din3shno attended transfer from pstn on the prod box since yesterday
13:20.56*** join/#asterisk slingr (santas@will.one.day.hack-the-pla.net)
13:21.15MrTelephoneMost phone devices use the same port for sip messaging so it conflicts with other peer entries. I was waiting patiently to have this fixed since version 1.2 and I'm running 1.8. Maybe I'm doing something wrong but shouldn't the logic be checking all hashes from peers with the same connection info before it denies the authentication?
13:21.35*** join/#asterisk bchia (~Adium@user-24-236-95-16.knology.net)
13:21.45jayteehas anyone here ever setup Asterisk behind a Cisco ASA 5505 (asa v8.2)?
13:21.48[TK]D-Fenderpeer = auth by IP.  use "type=friend, or run a proxy for a multi-phone site
13:22.24*** join/#asterisk TimeRider (~steve@host81-136-216-215.in-addr.btopenworld.com)
13:22.30MrTelephoneif you use friend for everything when you reinvite to antoher asteirsk box it wants to authenticate the peer not the asterisk box
13:22.35MrTelephonefix the logic
13:24.55*** join/#asterisk serafie (~erin@nat/digium/x-nnzvzbkdvdorltpm)
13:25.21[TK]D-FenderGood reason to not allow reinvites.
13:25.30MrTelephonefor clustering
13:25.33[TK]D-FenderWhich is what I advise rather consistently
13:25.47MrTelephoneit's not even reinvite
13:25.56[TK]D-FenderLots of things are good for clustering, especially "fucks".
13:26.43MrTelephonethere is all types of clustering tools but really you shouldn't need any with the complex dialplan options
13:27.53MrTelephoneyou can just use dial() in sequence to hit all your other machines. Doesn't that seem easy?
13:28.44MrTelephonebut then I run into this quirky authentication problem that occurs only when there are more than 2 endpoints configured on one ata
13:31.55din3shthrows his phone out of the window.. >:/
13:32.32*** join/#asterisk retentiveboy (~retentive@74-95-28-33-Atlanta.hfc.comcastbusiness.net)
13:32.48*** join/#asterisk bchia (~Adium@user-24-236-95-16.knology.net)
13:35.05*** join/#asterisk generalhan (~generalha@about/windows/staff/generalhan)
13:35.19*** join/#asterisk _Corey_ (~chatzilla@mail1.infradapt.com)
13:40.14[TK]D-Fenderdin3sh, Have you tried with other phones?  Perhaps a model issue?
13:44.02din3shtried atcom,cisco,grandstream
13:44.06din3shno luck
13:45.18[TK]D-FenderSo tranfers work fine when it's just phones but as soon as that BRI gateway is involved ht audio gets lost?
13:45.19din3shactually same hardware was working on asterisk 1.4.22, i installed another box 1.8.11 yesterday, evrythg is working fine(almost) except for the attended transfer where pstn numbers are concerned
13:45.26din3shyes
13:45.34[TK]D-Fenderdin3sh, Very odd...
13:46.09din3shand blind transfers via the gateway also works
13:46.18[TK]D-Fenderdin3sh, If you're stuck with that gateway you might try to use a 1.4 system as a gateway between it and your 1.8 syerver
13:46.25[TK]D-Fenderserver*
13:46.25din3shso the trouble is with bridged calls
13:46.46din3shyes might try that
13:46.55din3sh1.4 being an interface between the two
13:47.13[TK]D-Fenderdin3sh, On the cheap side you could do this with an OpenWRT compatible router running 1.4 for about $50 USD tops
13:47.28[TK]D-Fenderas for as "low power" options goes.
13:47.37WIMPyOr just replace the GW with a card?
13:47.38[TK]D-Fenderdin3sh, Or there is always VM's....
13:47.44din3shyeah might give it a try
13:48.03[TK]D-FenderWIMPy, If his server supports it, yes.
13:48.28[TK]D-FenderThere are many very inexpensive BRI cards out there that might do the job just fine as well
13:48.33WIMPyThere is always the USB option.
13:48.54[TK]D-FenderWIMPy, Also viable
13:48.55din3shthis one is pretty expensive
13:49.03din3shparlay voxip gateway
13:49.04WIMPyI've read here that USB dongles can be uese in production environments successfully.
13:49.30WIMPyHo many ports do you need? And do you have a spare PCI slot?
13:49.31din3sharound 1400$ for 4BRI lines
13:49.44*** join/#asterisk tuxx- (tuxx@pantoff0l.nl)
13:49.46din3sh4 bri lines coming in
13:50.19tuxx-hi guys, is it possible to record (monitor) every call of one sip peer without adjusting my dialplan?
13:50.23WIMPyOk, new 4 BRI cards are not that cheap, but the do have quite some advantages.
13:50.54WIMPytuxx-: No, that's exactely what your dialplan is there for.
13:50.59tuxx-mkay
13:51.12din3sha strange issue though
13:51.38din3shgood think i've shaved my head, else i'd pull out all my hair
13:52.20tuxx-WIMPy, how about if the sip peer is an agent of a queue, is it possible to record only that agent? I cant seem to find an option like this in the queue.conf
13:52.34[TK]D-Fendertuxx-, because it isn't an option
13:52.53tuxx-so i just have to record all calls of the queue and filter out the peer that i nee
13:52.56[TK]D-Fendertuxx-, Queue records all, or none.  Put them as a Local channel memeber and do it in dialplan.
13:52.56tuxx-d
13:52.58tuxx-mkay
13:53.02tuxx-right
13:53.04tuxx-thanks :)
13:57.25fprior[TK]D-Fender, in your opinion is correct to use a * 1.4 as a proxy between an * 1.8 and "something that does not work with 1.8" , as din3sh' case ?
13:57.41[TK]D-Fender...
13:57.48[TK]D-FenderI just SUGGESTED it to him....
13:58.13[TK]D-FenderWhat color was Napoleon's white horse?
13:59.52fprior[TK]D-Fender, I ask this in relation to my problem with * 1.8 and spa400. Time ago I suggest solve this problem putting an * 1.4 between gateway and * production 1.8
14:00.47*** join/#asterisk serafie (~erin@nat/digium/x-knqtonhhslglkaui)
14:01.05fprior[TK]D-Fender, the 1.4 would be a mere proxy to redirect calls to 1.8
14:04.28*** join/#asterisk retentiveboy (~retentive@74-95-28-33-Atlanta.hfc.comcastbusiness.net)
14:06.16*** join/#asterisk asterisk-Tester (~ramy@80.79.159.42)
14:08.20*** join/#asterisk fisted (~fisted@unaffiliated/fisted)
14:12.33*** join/#asterisk g_r_eek (~g_r_eek@173-9-142-122-Miami.FL.hfc.comcastbusiness.net)
14:14.15*** join/#asterisk KavanS (~KavanS@LINBIT/KavanS)
14:18.28*** join/#asterisk aidinb (~aidin@unaffiliated/aidinb)
14:21.38*** join/#asterisk wonderworld (~ww@dsdf-4db52f01.pool.mediaWays.net)
14:26.49*** join/#asterisk fisted (~fisted@unaffiliated/fisted)
14:29.13*** join/#asterisk hobodave (~hobodave@pdpc/supporter/professional/hobodave)
14:29.46*** join/#asterisk serafie (~erin@nat/digium/x-phiiuyhhpvmebogt)
14:37.49*** join/#asterisk AlfE_ (~quassel@83-215-36-12.bruck.dyn.salzburg-online.at)
14:38.04Kattystabs things
14:39.35Chainsawdives for cover
14:44.11jayteeso no one here has setup Asterisk behind a Cisco ASA 5505?
14:50.37Chainsawjaytee: You contrain the RTP ports to a specific range, or you allow all UDP to the relevant subnet.
14:53.27Chainsawjaytee: constrain, even. There isn't a magic Asterisk keyword I'm afraid. Just SIP, RTP, etc.
14:54.03*** join/#asterisk hehol (~hehol@2001:1438:1009:200:11ee:decb:5fde:e77f)
14:54.05fpriorGXW4108 + Asterisk 1.8: very bad clipping problem, I can't hear other's party, last hundred milliseconds are clipped. Any idea ? (echo cancellation enabled, silence suppression disabled.)
14:56.21[TK]D-FenderMoving DOWN to GrandSuck I see....
14:58.09fprior[TK]D-Fender, I'm testing another brand, this one is not good ?
14:58.32[TK]D-FenderYou are jumping from one class of shit, to shit with no class whatsoever
15:00.13*** join/#asterisk oej (~olle@h87-96-134-129.dynamic.se.alltele.net)
15:00.17cuscohi
15:00.59cuscoI'm trying to help out a friend with asterisk, he is trying to place a call from x-lite to ekiga .. he says he has no audio and sent me his sip call log:
15:01.10cuscohttp://ovh.tretas.eu/a.log
15:01.35Chainsawcusco: No audio? NAT. Sort out STUN. Don't use stun.ekiga.net, it's broken. Try stun.xten.com
15:01.48cuscothei're on the same network
15:01.51fprior[TK]D-Fender, delicious. is what exists in this country. Please, tell me on brand / model to connect * to PSTN lines (excluding shit, please :)
15:02.44[TK]D-FenderMediatrix, AudioCodes, for SIP,.  Sangoma or Digium cards.
15:03.47cbdevwhat would you guys suggest for a 24 fxs ATA device? preferrably rack mountable.
15:04.05[TK]D-Fendercbdev, Mediatrix 4124
15:04.11*** join/#asterisk hehol (~hehol@2001:1438:1009:200:7921:a9ca:f84e:9cd4)
15:04.50cbdevthanks, seems like a perfect fit
15:07.05[TK]D-Fendercbdev, or AudioCodes MP124 FXS.
15:07.40[TK]D-Fendercbdev, Comparable, but AC's configuration is considerably more cryptic.  But once you get one down, deploying an army of them is fast by exporting configs.
15:08.11cbdevi'll be needing 4 of those for a medium-sized hotel
15:08.27[TK]D-FenderAC might be a viable plan.  Shop around.
15:08.44cbdevwell be replacing our existing telephony system with an asterisk-based solution and im looking for legacy analog phone support during transition
15:08.44_Corey_I've had good luck with Adtran for similar situations
15:09.28cbdevseems like you could get the AC's for a bit less
15:09.52[TK]D-FenderYup, they are very reputable as a company as well...
15:09.52[TK]D-Fendercbdev, A good bit less at VoIPSupply.com yes...
15:09.55*** join/#asterisk rossand (~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com)
15:13.06*** join/#asterisk anthm (~anthm@freeswitch/developer/anthm)
15:26.38*** join/#asterisk luke-jr (~luke-jr@2001:470:5:265:222:4dff:fe50:4c49)
15:26.59luke-jrany recommendations for per-minute termination? flowroute seems to be unreliable
15:27.56upbhave you tried JesusRouting?
15:31.38[TK]D-FenderTelephony is NOT faith-based
15:34.20autofsckki want to learn about callcenters with asterisk, can somebody please tell me what should i read to learn all i can about it, maybe a book, pdf, specialized forum or blog?  thanks a lot
15:35.13[TK]D-Fenderautofsckk, queues.conf.sample.  "core show application queue"
15:36.01*** join/#asterisk vinhdizzo (~vinh@dhcp-v010-227.mobile.uci.edu)
15:36.48autofsckkim reading this too http://www.voip-info.org/wiki/view/Asterisk+config+queues.conf  and thanks for the advice, i will take a look at what you are telling me
15:37.28*** join/#asterisk vinhdizzo (~vinh@dhcp-v010-227.mobile.uci.edu)
15:44.55*** join/#asterisk brdude (~brdude@12.155.183.30)
15:47.21*** join/#asterisk lando (~lando@c-98-254-147-186.hsd1.fl.comcast.net)
15:52.08*** join/#asterisk MarKsaitis (~MarKsaiti@cpc4-rdng22-2-0-cust932.15-3.cable.virginmedia.com)
15:53.08*** join/#asterisk serafie (~erin@nat/digium/x-uyrsxsmimvcwbhoe)
16:10.11*** join/#asterisk learath (47f6db23@gateway/web/freenode/ip.71.246.219.35)
16:15.23*** join/#asterisk MarKsaitis (~MarKsaiti@cpc4-rdng22-2-0-cust932.15-3.cable.virginmedia.com)
16:17.03*** join/#asterisk catphish (~catphish@2001:9d8:2005:11:222:15ff:fe88:aae2)
16:18.35*** join/#asterisk thespons (~thespons@w-42.cust-11297.ip.static.uno.uk.net)
16:21.51*** join/#asterisk NightMonkey (~NightrMon@pdpc/supporter/professional/nightmonkey)
16:22.19catphishis it possible / likely that if a call were hung up during a brief network outage, and rtptimeout were set, the call might carry in indefinitely (perhaps because of a handset stupidly sending rtp traffic for a call it already tried and failed to terminate)?
16:22.42*** join/#asterisk nosaj (~jbarinas@gwb.anditel.com.co)
16:26.07*** join/#asterisk paolosupino (~paolo-sup@net-2-38-113-188.cust.dsl.vodafone.it)
16:26.18paolosupinohi
16:28.36KattyHAI HOW ARE YOU TODAY
16:29.38paolosupinoa question about phrasing: When it comes to call transfers there are 2 types: 1. a call is transferred immediately… 2. the caller is put on hold while the 2 extensions talk and when the done talking the caller is trasnfered. how are the 2 options referred to in Asterisk's documentation?
16:30.15p3nguinBlind transfer and attended transfer
16:30.45paolosupinothanx p3nguin :-)
16:40.41Kattyi want....
16:40.45Kattya chihuahua
16:41.15p3nguinWhy?  They don't really taste all the good.
16:42.06*** join/#asterisk teratoma (~teratoma@i.dont.get.mad.i.get.stabby.net)
16:45.57*** part/#asterisk catphish (~catphish@2001:9d8:2005:11:222:15ff:fe88:aae2)
16:49.07Naikrovek:)
16:49.27Naikrovekchihuahuas are annoying little shits of animals.  they're the little punk of the canine kingdom.
16:49.31Naikrovekyou don't want a chihuahua
16:50.12Naikrovekmy HR manager brought her chihuahua in yesterday and it went around biting everyone.
16:50.19Naikrovekbit about 8 people.
16:50.29Naikrovekbecause my HR manager is an HR person none of this was her dog's fault.
16:50.40paolosupinowhat is the difference between the transfer application and the Tt options of the dial application?
16:50.48Naikrovekand we all got written up for instigating the dog.  (not kidding.)
16:51.03[TK]D-Fenderpaolosupino, Transwer tells the dialplan to throw the caller completely off your server
16:51.33[TK]D-Fenderpaolosupino, "Tt" are dial() options.  that says the caller can indicate they want to transfer the other party WITHIN the system
16:51.47paolosupino[TK]D-Fender: interesting features…
16:52.20paolosupinocan the Tt be used to transfer to an extension on another PBX?
16:52.28[TK]D-Fenderpaolosupino, Any decent SIP/IAX2 device will have its own built-in feature and you should never have to use DTMF based options as configured in your dialplan
16:52.36citywokpaolosupino: it can be used to tranfer to any extension. how you handle that extension is up to you.
16:53.05citywokpaolosupino: the Tt options use the feature codes to execute the transfer, like [TK]D-Fender said you should nevern ed them unless you're using some funky analog device on an ATA
16:53.51citywoks/n ed/ need/
16:55.26*** join/#asterisk vinhdizzo (~vinh@dhcp-v010-227.mobile.uci.edu)
16:57.49[TK]D-FenderOr unless the ATA is dumb.  Some cheap crap softphone either cripple the feature or never have a version offering such standard functionality.
17:03.20paolosupino[TK]D-Fender, citywok: I looked at the documentation for the balk of the phones that we're going to use (unidata WPU-7800) and there it says that you have to press the send button to put the call on hold, call the extension to transfer to, then menu and choose transfer… Does this mean I need to setup phone features or is that DTMF based?
17:03.48citywokpaolosupino: the phone will do it in SIP
17:04.03citywokyou won't need to worry about it.
17:04.22paolosupinocitywok: nothing to do… Me like it very much ;-)
17:04.23citywokalthough, that sounds like a horrible transfer process.  lol
17:04.35*** join/#asterisk rossand (~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com)
17:04.38[TK]D-Fenderpaolosupino, Those phones look like cheap crap...
17:04.43[TK]D-Fender~wifisip
17:04.43infobot[~wifisip] Please refer to ~wifivoip for info on this.
17:04.47paolosupinofor my protection I can nay say that I didn't choose the phones…
17:04.49[TK]D-Fender~wifivoip
17:04.49infobot[~wifivoip] Wi-Fi (802.11a/b/g) VoIP phones on the market may possess any of the following drawbacks : poor battery life, limited range, lack of call features (many lack transfer, etc), poor or no NAT traversal, shoddy construction, etc. Because of this they are usually not recommended.  Some alternatives are : VoIP ATA + cordless, DECT w/ VoIP base, etc
17:04.54citywokyea... it sounds like it based on their process for transferring calls
17:05.04p3nguinpaolosupino: That sounds like a regular phone transfer to me.
17:05.18citywokpaolosupino: well, when 20% of them fail each year you're going to be tired of dealing with them :p
17:05.44paolosupinoI'm not the hardware admin in the company either ;-)
17:06.05citywokp3nguin: i like the transfer button being right on the phone, it makes training users so much easier
17:06.23p3nguininfobot: no, wifisip is <reply> see wifivoip
17:06.23infobotp3nguin: okay
17:06.30p3nguin~wifisip
17:06.30infobot[~wifivoip] Wi-Fi (802.11a/b/g) VoIP phones on the market may possess any of the following drawbacks : poor battery life, limited range, lack of call features (many lack transfer, etc), poor or no NAT traversal, shoddy construction, etc. Because of this they are usually not recommended.  Some alternatives are : VoIP ATA + cordless, DECT w/ VoIP base, etc
17:06.39*** join/#asterisk nosaj (~jbarinas@gwb.anditel.com.co)
17:07.09paolosupinop3nguin: transfer button is stupid proof as long as it's red…
17:07.25p3nguinI don't know what that means.
17:08.04paolosupinop3nguin: if they are of a different color people will never understand what they are for even if they have the title clearly written (I know that from experience).
17:08.06citywokhas anybody used the panasonic tgp500?  our receptionists love them, after having aastra cordless phones at least. lol
17:09.28*** join/#asterisk nosaj (~jbarinas@gwb.anditel.com.co)
17:20.08paolosupino(I feel stupid asking) since I am going to use DTMF to transfer calls is the only difference between blind xfer and attendant xfer the button sequence?
17:21.20pabelangerpaolosupino, blind transfer are transferring a call and not caring who or what answers the other side, attended transfer you usually wait for somebody at the far side to answer the call before doing the transfer
17:22.39Kobaz(usually)
17:22.44Kobazunless it's a blond transfer
17:22.50paolosupinopabelanger: that I understood…
17:23.37paolosupinoKobaz:  I prefer brunettes… In which case I'd rather have her walking across the office and pick me up personally ;-)
17:23.50Kobazhehe
17:24.17Kobazblond transfer is when you attended transfer, and then complete the call before the other side picks up
17:24.35Kobazi forgot who coined that term, i think it was russelb
17:25.51*** join/#asterisk felimwhiteley (~quassel@089-101-203026.ntlworld.ie)
17:30.19paolosupinoKobaz: learned a new term… can any one coin a term with brunettes (I still prefer them to blonds)? ;-)
17:32.56p3nguinTry pressing the brunette transfer key.
17:33.35paolosupinop3nguin I only have a redhead transfer key ;-)
17:37.09_Corey_"blond transfer"...  that's great! haha
17:37.27[TK]D-FenderI accept blond transfers....
17:41.27*** join/#asterisk shadebob (29f99d42@gateway/web/freenode/ip.41.249.157.66)
17:41.54Kobazheh
17:42.33Kattyhmm
17:42.35paolosupino[TK]D-Fender: at what exchange rates from redheads and brunettes?
17:42.46Kattymaybe an italian greyhound then
17:42.48Kattyor a corgi
17:42.49[TK]D-FenderI don't exchange, I collect ;)
17:42.49Kattywith a tail
17:42.52Kattyi forget which breed that is
17:43.06Qwellglomps Katty
17:43.13Kattyohai
17:43.17[TK]D-FenderAnd as they say, "Gentlemen prefer blonds".
17:43.25[TK]D-FenderOf course ... I'm no gentleman ;)
17:43.27Kattythey do not
17:43.37Kattybrunettes are way cooler.
17:43.42paolosupino[TK]D-Fender: well if you want blonds I'm think you should exchange the brunettes and redheads you have…
17:43.56Kattyredheads are fiesty
17:44.00Kattybit too fiesty for me
17:44.54tzangeryou got that right
17:44.54tzangermy wife's a redhead
17:45.00tzangerI'm not sure if I would make the same choice if I did it again
17:45.57Qwelltzanger: I am so telling.
17:46.04mchouhaha
17:46.13tzangerheh
17:46.30tzangerit's okay, she's not so sure she'd make the same mista^Wchoice again either
17:46.51mchoutzanger: the question is whether you're a redhead
17:47.25*** join/#asterisk timahvo1 (~rogue@197.177.99.180)
17:47.35tzangerme? no
17:47.41tzangerI'm german. I think they eradicated redheads well before Hitler
17:47.44Kattythat's part of the problem.
17:47.49Kattytzanger: agreed.
17:47.53Kattytho i'm more welsh than german
17:47.54Kattyclose enough
17:48.41mchoutzanger: I'm not faniliar with german history.  did they have a redhead pogrom?
17:48.50mchoufamiliar*
17:48.51tzangerit's all europe and england's like a suburb of berlin, isn't it? ;-)
17:48.58Katty*hee*
17:50.11*** join/#asterisk bmg505 (~leon@196-209-123-205.dynamic.isadsl.co.za)
17:53.35*** join/#asterisk jeffspeff (~jeffspeff@12.49.160.131)
17:54.40paolosupinotzanger: I don't know about the rest of Europe Italy and Italian's (me included) are protected from the Germanic tribes of norther europe by the Alps… so we're not a suburb of Berlin :-)
17:56.21tzanger:-)
17:56.27tzangerI think most people should have a mountain range between them and the germans
17:56.30tzanger... including the germans
17:57.20paolosupinowell you have the
17:58.18paolosupinotzanger: than how do you explain the idea of putting the black forest (and the mountains they're on) in the corner of the country?
18:01.43*** join/#asterisk jeffspeff (~jeffspeff@12.49.160.131)
18:15.50paolosupinoanother nice phone that I have to setup: can anyone make my life simple and direct me to XMLs for SNOM360 phones?
18:21.24*** join/#asterisk MarKsaitis (~MarKsaiti@cpc4-rdng22-2-0-cust932.15-3.cable.virginmedia.com)
18:22.55citywokpaolosupino: http://www.voip-info.org/wiki/view/snom+360
18:28.32*** join/#asterisk alexoc (~alexoc@187.106.48.119)
18:29.04paolosupinocitywok: crap,
18:29.26paolosupinocitywok: I looked it up in google and it gave me a different link.
18:32.17*** join/#asterisk bmg505 (~leon@196-209-123-205.dynamic.isadsl.co.za)
18:34.31*** join/#asterisk anonymouz666 (~anonymouz@189.25.1.141)
18:35.25*** join/#asterisk jsjc (~Adium@103.Red-2-136-100.dynamicIP.rima-tde.net)
18:38.54*** join/#asterisk MarKsaitis (~MarKsaiti@cpc4-rdng22-2-0-cust932.15-3.cable.virginmedia.com)
18:39.47*** join/#asterisk gusto (~gusto@nrbg-4d0766a3.pool.mediaWays.net)
18:42.24*** join/#asterisk bent_screwdriver (~bent_scre@74.255.249.66)
18:43.42bent_screwdriveranyone know if the newer polycom firmware make the phone presense show differently for ringing/vs on call? or do they still show steady red for both? (IP650's)
18:47.18_Corey_bent_screwdriver: It's not the firmware
18:47.36bent_screwdriverok w/e sip software, etc.
18:48.00_Corey_check out the "attendant" option in the phone config file and you might have more luck if you want your contacts to ring
18:49.07bent_screwdriveryeah, tried that and it worked ok, but i did not like lots of other stuff it did. maybe i can only use piceces of it....i'll take another look. its been a while
18:56.49Naikrovekyeah polycom firmware is intimidating a bit at first.
19:14.13*** join/#asterisk af_ (~getsmart@78.134.18.236)
19:19.29*** join/#asterisk autofsckk (~autofsckk@unaffiliated/autofsckk)
19:22.13*** join/#asterisk nosaj (~jbarinas@gwb.anditel.com.co)
19:36.50*** join/#asterisk din3sh (din3sh@41.136.241.170)
20:14.05din3shp3nguin you there?
20:14.43*** join/#asterisk FiReSTaRT (~dlyh@unaffiliated/firestart)
20:16.07p3nguinYes.
20:19.48*** join/#asterisk nosaj (~jbarinas@gwb.anditel.com.co)
20:24.40*** join/#asterisk fisted (~fisted@unaffiliated/fisted)
20:29.58din3shhave almost given up on the failed attended transfer
20:30.59*** join/#asterisk rossand (~aross@CPE485b390978ce-CM00222ddf42dd.cpe.net.cable.rogers.com)
20:33.07p3nguinDid you ever pastebin a call where you were transferring with audio failure?
20:34.13*** join/#asterisk timahvo1 (~rogue@197.177.99.180)
20:35.07din3shyeah i did, no luck
20:35.08din3shhttp://paste2.org/p/1978331
20:35.11din3shhere it is
20:36.05din3sh4999493(pstn number via BRI gateway)------->calls 2729(SIP extension)-------->transfers to 2713(SIP extension)
20:36.49p3nguin.5 is the VoXip gateway, .151 is asterisk?
20:36.55din3shmoh starts off, after attended xfer, 4999493 cannot hear anythg, 2713 can hear 4999493
20:37.02din3shyes
20:38.11din3shi have tried to call 2 pstn numbers via the gateway and bridge them with attended transfer, both cannot hear anythg even being connected
20:38.40p3nguin.52 is what?
20:38.58din3shthe sip phone 2729
20:43.10p3nguinOkay, so you now have one SIP phone and one call on a gateway appliance.  That makes a complete call.  The other phone you are involving in the transfer is at .33?
20:43.11*** join/#asterisk MarKsaitis (~MarKsaiti@cpc4-rdng22-2-0-cust932.15-3.cable.virginmedia.com)
20:43.20din3shyes
20:43.48din3shalso blind xfers work correctly
20:44.17p3nguinWhat is this Voip Phone 1.0
20:45.56din3shatcom phone
20:46.15p3nguinCan you try another user agent?
20:46.25p3nguinDo you have other phones?
20:48.00p3nguinEven a soft phone would be okay.  Maybe zoiper or something else with a good reputation.
20:48.43din3shhave tried cisco 7911
20:48.52din3shgrandstream 1450
20:48.55*** join/#asterisk MarKsaitis (~MarKsaiti@cpc4-rdng22-2-0-cust932.15-3.cable.virginmedia.com)
20:49.08p3nguin"good reputation"
20:49.09din3sheven softphone
20:49.21*** part/#asterisk asterisk-Tester (~ramy@80.79.159.42)
20:49.34din3shthe thing is the same setup worked few days back
20:49.44p3nguinPeer audio RTP is at port 0.0.0.0:10008
20:49.45din3shand still does with asterisk 1.4.xx
20:49.46*** part/#asterisk paolosupino (~paolo-sup@net-2-38-113-188.cust.dsl.vodafone.it)
20:49.55*** join/#asterisk vpopov (~happylife@dyn-88-218.fttbee.kis.ru)
20:50.08din3shhave installed another box with 1.8.11
20:50.10p3nguinThat is a concern.  I want to eliminate your Voip Phone 1.0 UA.
20:50.23*** join/#asterisk MarKsaitis (~MarKsaiti@cpc4-rdng22-2-0-cust932.15-3.cable.virginmedia.com)
20:50.38p3nguinI want to use something with a good reputation and see if the problem persists.
20:50.47din3shi tried cisco
20:50.53p3nguin(1549.05) <p3nguin> "good reputation"
20:50.59din3shthey have been the most stable for me
20:51.00din3shloll
20:51.01p3nguinYou're not catching on.
20:51.22p3nguinIf you don't have a good hard phone, use zoiper soft phone.
20:51.54din3shyou think it might be the phone?
20:52.00p3nguinCisco 7900 series with SIP does not have a good reputation.
20:52.25p3nguinI can't say for sure until you eliminate it from the equation.  This is called troubleshooting.
20:52.54din3shhave tested snom/polycom/cisco/linksys/atcom/grandstream
20:53.00p3nguinShow me.
20:53.12din3sham not at office currently
20:53.17*** join/#asterisk [TK]D-Fender (~chatzilla@64.235.218.194)
20:53.20din3shits past midnight here
20:53.23p3nguinTest with the Polycom and show me the debug.
20:53.30p3nguinWe know they work.
20:53.35din3shok will do once at office
20:54.24p3nguinThat Voip Phone 1.0 UA is the only one I see with RTP audio at 0.0.0.0 instead of the real IP address.
20:54.58din3shwith rtp debug on
20:55.01din3shi get these
20:55.03din3sh[Apr 13 09:54:49] DEBUG[10683] res_rtp_asterisk.c: No remote address on RTP instance '0x7fdc100135d8' so dropping frame
20:55.16din3shyou think this might be causing it?
20:55.26p3nguinRight.  0.0.0.0 is not a valid remote address.
20:56.33p3nguinSo you need to use a phone that you know works correctly.  Without having the data to show a good phone, you have to rely on reputation.  Polycom has a good reputation, and therefore should be suitable for testing in place of a possibly busted phone.
20:56.48din3shlike i told u, i have same hardware setup working with no problem but only on asterisk 1.4.22
20:57.07p3nguinIf the Polycom shows the same thing, the phone probably isn't the problem.
20:57.33p3nguinLots of things changed between 1.4.22 and 1.8.11.0.
20:57.52jsmith0.0.0.0 is a way of telling the phone not to send audio
20:57.58jsmith(like when it's receiving hold music)
20:57.59din3shalso attended transfers between hard phones work well
20:58.17din3sh0.0.0.0 is only when the gateway comes into play
20:59.44din3shlike [TK]D-Fender suggested, i'll try to hook asterisk 1.4.22 in the middle to interface with the gateway and ast 1.8.11
21:00.45*** join/#asterisk thespons (~thespons@w-42.cust-11297.ip.static.uno.uk.net)
21:01.07din3shmy sip.conf http://paste2.org/p/1977892
21:01.17p3nguinSo the 0.0.0.0 is normal when the call goes on hold?
21:02.07*** join/#asterisk RypPn (~RypPn@unaffiliated/ryppn)
21:02.13din3shi dont think so
21:02.25din3shhave to run sip debug on ast 1.4.22
21:02.28din3shand compare
21:02.50p3nguinNo, you have to use a good phone on the current system.
21:03.15p3nguinYou can't go changing out major components to troubleshoot minor components.
21:03.38p3nguinBuy a new car because you got a flat tire?
21:03.56p3nguinThe car must have been bad, because this new car I got doesn't have a flat tire.
21:04.14din3shi get your point
21:04.43din3shwill try the polycom or zoiper
21:05.10*** join/#asterisk evil_gordita (robert@ip70-188-50-186.rn.hr.cox.net)
21:05.18p3nguinIf all you care about is making it go, proxy it through 1.4.  If you care about finding out what the problem is and possibly fixing it, you have to effectively troubleshoot it.
21:06.09*** join/#asterisk timahvo1 (~rogue@197.177.99.180)
21:07.05din3shthe proxy thing cannot be a viable solution
21:07.29din3shi have a few client setups with that similar gateway
21:07.49din3shif i want to move to 1.8.xx on all my systems i have to find the cause and the solution
21:09.10p3nguinI'm glad you agree.  I hate workarounds when legitimate solutions have not been attempted.
21:10.50*** join/#asterisk anthm (~anthm@freeswitch/developer/anthm)
21:12.02din3shif the polycom does the same thing, what next?
21:12.34[TK]D-Fenderget another BRI interface
21:14.47din3shyes [TK]D-Fender, i'll be ordering the digium bri card shortly
21:15.51din3shi guess for the few installations with the gateway, i'll have to stick with ast 1.4.xx (at least till i find a solution to the issue)
21:17.33din3shits 01:15 saturday mrning here. am still talking work!
21:17.35din3sh:o
21:24.13*** join/#asterisk tamiel (~tamiel@85-171-171-179.rev.numericable.fr)
21:44.26*** join/#asterisk erth64net (~tocici@pdxvmh14.tocici.com)
21:48.19*** part/#asterisk mjordan (~mjordan@nat/digium/x-gstvtgylfwwcockz)
22:00.01*** join/#asterisk MarKsaitis (~MarKsaiti@cpc4-rdng22-2-0-cust932.15-3.cable.virginmedia.com)
22:08.53*** part/#asterisk wesphillips (~wphill04@137-237-233-124.harris.com)
22:21.54*** join/#asterisk jkroon (~jkroon@dsl-244-21-176.telkomadsl.co.za)
22:24.13*** join/#asterisk s[x] (~sx]@ppp59-167-154-113.static.internode.on.net)
22:29.29*** join/#asterisk wudles (~wudles@gateway.secureinstrument.com)
22:58.24*** join/#asterisk Bullmoose (~Bullmoose@199.36.244.18)
23:34.46*** join/#asterisk bluregard (~matt@c-71-201-99-216.hsd1.il.comcast.net)
23:34.52bluregardgood evening everyone
23:36.56bluregardwhen using asterisk realtime for extensions, if in extensions.conf you have a [test] context that has switch => Realtime when you do a dialplan show test should you see all of the extensions in the database?  Or are they not read until an attempt to access them is made?
23:42.23*** join/#asterisk jeffik (~chatzilla@76-10-173-164.dsl.teksavvy.com)
23:43.43*** join/#asterisk Igneous (~igneous@therealigneo.us)
23:44.46*** join/#asterisk jeffik (~chatzilla@76-10-173-164.dsl.teksavvy.com)
23:53.56*** join/#asterisk Bullmoose (~Bullmoose@199.36.244.18)

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