similar to: Getting info about changes in CVS

Displaying 20 results from an estimated 7000 matches similar to: "Getting info about changes in CVS"

2003 Jun 17
3
Firewall Silly - anyone can help with a CVS tar ball ?
Hi All, Our FW appears to be blocking my CVS attempts, does anyone have a tar ball they can send me ? Rgds, Adam ********* DISCLAIMER ********* This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and may include proprietary information. If you are not the intended recipient, please telephone or email the sender and delete this message
2003 Nov 04
1
Demo Weather Report AGI v2.0
Some of you may know me as ManxPower from #Asterisk at irc.freenode.,net I've posted my demp weather report Asterisk AGI script at http://www.fnords.org/~eric/asterisk/downloads/ I have no affiliation with Cepstral. Below is the README: Contact: Eric Wieling <eric@fnords.org> If you want a demo of this AGI script you may call via IAXtel 1-700-923-3645 extension 2101. Option 23 is
2005 Mar 23
2
Asterisk ChangeLog
Hello, is it possible Asterisk's ChangeLog will contain a reference to appropriate bug number in bugzilla? This can be very handy. Thanks, David
2003 Nov 05
2
Ping AGI Demo
I have a ALPHA version of my new ping AGI demo available. Access via: IAXTel 1-700-923-3645 or Dial(IAX2/guest@ext.fnords.org) When asked for an extension, enter 2101. This will bring you to the System Services menu. The Cepstral version of the ping is option 28, the Festival version of the ping is option 32. Please report problems and/or issues directly to me. I'm trying to get
2007 Dec 12
4
Importing Large Dataset into Excel
Hello all, I seem to be having a problem importing a data set from Excel into R. I'm using the "read.table" command to import the data with the following line of code: > newborn<-read.table("newborn edit.csv", header=T, sep=",") where "newborn edit.csv" is the name of the file. Unfortunately, I'm getting back the following error message:
2005 Aug 10
1
Help with calling Perl AGI interface
I have installed the Perl library from http://asterisk.gnuinter.net/asterisk-perl and am wondering how I reference agi-test.agi from extensions.conf I have added exten => s,1,AGI,agi-test.agi but that doesn't seem to do it. Is there a certain directory .agi files should be, is that the problem? TYIA Dan
2005 Jan 05
1
ASTCC Compiling Problem
I have this error compiling ASTCC: [root@pbx astcc]# make install mkdir -p /var/www mkdir -p /var/www/html/_astcc mkdir -p /var/www/cgi-bin/astcc-admin chmod 755 ./astcc.agi chmod 755 ./astcc-admin.cgi echo | ./astcc.agi >/dev/null Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
2005 Jul 25
2
Re: Asterisk-Users Digest, Vol 12, Issue 171
The cheap ones on EBay won't work with the SC420 server. I have one and can't make any of the clones work. I do have one TDM40B card for analog stations that works well. The problem with the SC420 is that it won't let you set the interrupts yourself and you end up with interrupts being shared. =============================================================== Message: 26 Date:
2007 Oct 03
4
Secondary Dialtone and selecting a specific line from Zap/g
I need to select a line from the Zap group channel using the SIP Phone (not FXO and not FXS ports). ignorepat does not work? Also, what is the method to let the second dial tone has another tone frequency? Regards Bilal ---------------- No, ignorepat is for FXS ports (FXS ports use FXO signaling). Also, ignorepat does not apply to SIP phones, because SIP phones provide their own dialtone,
2010 Jun 28
6
Basic question - more efficient method than loop?
I'm guessing there's a more efficient way to do the following using the index features of R. Appreciate any thoughts.... for (i in 1:nrow(dbs1)){ if(dbs1$Payor[i] %in% Payor.Group.Medicaid) dbs1$Payor.Group[i] = "Medicaid" if(dbs1$Payor[i] %in% Payor.Group.Medicare) dbs1$Payor.Group[i] = "Medicare" if(dbs1$Payor[i] %in% Payor.Group.Commercial)
2006 Mar 03
6
[PATCH] Effect.Accordion (not from the wiki)
Hello boys and girls In the ever-loving spirit of OSS, here''s another feature for s.a.u. In particular it''s called Effect.Accordion, and is a scriptaculified version of openrico''s Accordion. Work in progress, I''ll submit further modifications as the come in, but this is 90% of what needs to be done. I anticipate some bugs when I start using it more. Tested
2005 Jul 27
2
CVS Head No ringing on calling end?
Tie line is type em_w (old school stuff) to TE110P. Phone rings on the asterisk side, but the calling party does not hear the ring through sound. If I pick it up within the first two rings it goes through and I can talk otherwise our old switch drops the call. Anyhow...here is my config if anyone can shed some light on it. It used to work with HEAD a few weeks ago. -Matt
2012 Jun 06
1
32 bit ?
i586 wine versions for opensuse once had a 32 bit download that accompanied the i586 wine version. It no longer does. I haven`t been able to get wine running my apps since then. Do i need to start using the 32 bit listed in x86_64? I`m lost please help. I`m stuck with older wine versions until I fiqure this out.
2004 Dec 21
4
hint extension and Snom phones - CVS or stable?
Hi, does the hint extension work together with the Snom phones in stable? I don't get an error in the dialplan, but it does not work either. On SIP/26 I want to monitor SIP/22. This is what I do right now: extension.conf [incoming] exten => 955,hint,SIP/22 exten => 955,1,Dial(SIP/22) sip.conf [26] ... subscribecontext=incoming ... Running Asterisk 1.0.2-BRIstuffed-0.2.0-RC2b TIA
2007 Mar 29
2
Need help to strip variable
Hi all, I have a need to strip some characters from a variable to get the right data but have only found how to strip all but the last or middle stuff, need to keep the beginning. EG: With $(SIPURI) I want to keep just the sip number and delete the remainder '@server.com'. Ideally I'd like to use 'SayDigits($(sipuri[-@server.com])' All replies greatfully accepted. Phil
2003 Nov 26
3
AGI - Freakin Lost
Ok, I have spent that past 4 - 5hrs working (trying to) figure some AGI syntax out in perl. Maybe I'm Looney / slow or what I don't know, but I am lost. I need to figure out how to send STDIN into the script. I understand the concept of it, but lost when it comes down to it. No matter what I try with standard <stdin> The app completes on me before I can ever enter in keys. I
2005 Jul 26
3
[Asterisk-Dev] CVS HEAD behavior change: Beware!
I have just committed some changes to CVS HEAD that make the effort to eliminate 'priority jumping' applications sooner vs. later... Basically, there is now a global option, settable in extensions.conf, to disable all priority jumping. The only application that has been updated to respect this option is app_dial, but I will update the "janitor project" list to reflect what
2005 Apr 09
1
OT: ManxPower 2005 European Tour
I've helped a lot of people on the mailing lists and on IRC #asterisk. and wanted to let people know that I will be in Europe between May 19 and June 21. Stockholm (VON 2005), Brussels (holiday/vacation), Amsterdam (holiday/vacation), and Madrid (Astricon). There are several weeks during my trip that I have no current plans for and may add other cities to my itinerary. I'm looking
2006 Mar 29
1
SV: IAX - only one way traffic
Yes, I am aware of that as well. I guess I was wondering if other people have experienced the same problems, and - in the event of a possible solution - how they solved the problem. Is there something that can be done on our Asterisk box or at the provider's side? Bjorn > > > > > > > From: Eric \ManxPower\ Wieling [eric@fnords.org] > > Sent: 2006-03-29
2002 Jan 15
1
another starcraft
Hello everyone! I downloaded CodeWeavers wine the other week and had it up and running in the instant of a sec. So, I mounted my Cd and installed StarCraft with no problems (except all this jibbrisch about missing fonts). Happy as a newborn daddy I started it up, and noticed that since I couldn't fill in a userid for playing, I couldn't play. it turned out that all my keyboard pressing