similar to: Run Asterisk without any .conf file ??

Displaying 20 results from an estimated 10000 matches similar to: "Run Asterisk without any .conf file ??"

2004 Apr 13
4
tc does''nt limit the bandwidth!
Hi, good people! I wanted to limit my 4 customers to 144, 16, 32, and 32kbps. I used the following tc commands BUT IT FAILED TO LIMIT each and everyone of them to its bandwidth. What am I doing wrong: My tc scripts are: tc qdisc add dev eth1 root handle 1: htb default 1 #Classes# tc class add dev eth1 parent 1: classid 1:1 htb rate 9bps ceil 9bps #Default
2004 Apr 17
1
Merely Opening Excel Files Increments Last-Modification date on Samba Shares
Hello Everyone! Perhaps some of you have some advice for dealing with this problem? I've done quite a bit of googling on this one, but I can't find anything useful. Ever since I started using Samba as PDC, I have had this problem: when users merely open MS-Excel files on samba shares, the file's Last-Modification date is incremented to the current time. I have seen similar
2006 Apr 12
1
pluralization issue? (taxes/taxis)
Hi all, Here''s an odd one. I have a "Tax" model which is related via a habtm relationship to a "Storefront" model. In my view_store rhtml file, I have the line : @storefront.taxes.each do |tax| This line returns the following error: NameError in Admin#view_store Showing app/views/admin/view_store.rhtml where line #52 raised: uninitialized constant Taxis See
2005 Feb 21
4
H&R Block Tax cut with wine
I purchased H&R Block Tax cut Deluxe to do my 2004 taxes. I decided to give The Feb 2005 version of Wine under Fedora 1 a try before rebooting my machine to Windows and actually starting to work on my taxes. Wine seemed to install Tax Cut with out any problems. However, when I tried to start Tax Cut 2004 , it complained that Mozilla did not have an active X Browser and offered to go on
2004 Apr 15
3
VOIP Spam
Hi, Some people have suggested maintaining black lists and white lists to avoid spammers and allow legitimate callers into the network. However, the problem with this method is that the spammer's IP address might change due to DHCP. Today a spammer might get aaa.bbb.ccc.ddd and lets say that I put this address in my blacklist. To my annoyance, tomorrow a legitimate caller might get
2012 Mar 02
2
Why do my regular expressions require a double escape \\ to get a literal??
Hi, I was recently misfortunate enough to have to use regular expressions to sort out some data in R. I'm working on a data file which contains taxonomical data of bacteria in hierarchical order. A sample of this file can be generated using: tax.data <- read.table(header=F, con <- textConnection(' G9SS7BA01D15EC Bacteria(100) Cyanobacteria(84) unclassified G9SS7BA01C9UIR
2006 Apr 16
5
Newbie Problems with pluralization
Hi, I have a many to many relationship incorporating the following tables: taxes --> taxes_tax_groups --> tax_groups I have a model named tax with the following declaration: has_and_belongs_to_many :tax_groups and I have a model named tax_group with the following declaration: has_and_belongs_to_many :taxes I am attempting to run the following unit test: require
2004 Sep 27
6
FXO question
Hi all: Does somebody know how many meters of cable is supported between Asterisk Digium-FXO cards and the analog telephone ? Thanks, Angel
2004 Mar 26
1
Could not find kernel image: memdisk error
Hi, I looked at the web http://clic.mandrakesoft.com/documentation/pxe/ch06.html, and create a floppy boot image by : dd if=/dev/fd0 of=boot.img. I copied the boot.img to /tftpboot, and my /tftpboot/pxelinux.cfg/default is : default freedos display boot.msg label freedos KERNEL memdisk APPEND initrd=/boot.img When I boot up my client, it shows : could not find kernel image: memdisk What
2006 Mar 28
1
How to create a taxes column
Hello all, I have a table that has all existent taxes in my country and I want to use it to calculate the tax value for every product in my Product table. What''s the best way to do this? Maybe add some kind of virtual column to Product table? I have the following classes: class Product < ActiveRecord:Base belongs_to: tax end class Tax < ActiveRecord:Base end Can anyone tell
2004 Apr 15
2
Policy routing with IPFW
Hi There, I've been having an issue trying to figure out a way to policy route outbound packets from a multihomed machine through the proper interface using IPFW to no avail. I've tried several different incantations of IPFW fwd/forward statements, and none of them seem to do the trick. Basically, I have a host that has multiple Internet connections. This host is running FreeBSD 4.9
2004 Jul 19
2
codec translate
HI ALL; Is astersik enable to translate between different codecs. I have couple of SIP-UA , one with (a-law) and the other with (g729), registered with my astersik box.Can astersik translate between alaw-g729 and vice varsa. Regards mohammad -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jul 06
11
Connect 30 phone lines to asterisk how to
Hi, I have to connect 30 phone lines to my asterisk server, can somebody help on how I have to do it ? I have a TDM405P and one TDM400P with 4 FXO ports. Do I have to use 8 TDM400P ? Or, is there another way to do it ? Thanks, Angel.
2004 Apr 14
3
A bug report?
Folks, I have a strange situation, which I may have isolated as a bug report. Or, it could just be that there's something about R that I don't know. :-) I have attached the data file and the program file but don't know whether these attachments will make it into the list. Here is my bugreport.R program -- ---------------------------------------------------------------------------
2004 Sep 17
2
Re: Asterisk-Users Digest, Vol 2, Issue 163
Hi Matt, I have verified with ztmonitor the audio level and it was too low, then with this the fax machine report "Not Response". I modified the audio level in zapata.conf and after that the fax machine report "Commnunication Error". Do you an idea what could be ? Thanks, Angel. > Message: 3 > Date: Sat, 18 Sep 2004 00:48:23 +1200 > From:
2004 Aug 12
5
Question about TE405P
Hi all, Does somebody know how I have to setup my TE405P ? Is it correct my configuration below ? Otherwise, can somebody help me ? Thanks, Angel. zaptel.conf span=1,1,0,ccs,hdb3 span=2,0,1,ccs,hdb3 span=3,0,1,ccs,hdb3 span=4,0,1,ccs,hdb3 bchan=1-15 dchan=16 bchan=17-31 bchan=1-15 dchan=16 bchan=17-31 bchan=1-15 dchan=16 bchan=17-31
2004 Jun 10
4
How to get the Called id with AGI
Hi all, Is there a way to get the "called id" (the B number) with AGI perl ? I know how to get the caller id which is working fine and is just below: #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $callerid = $input{'callerid'}; $AGI->say_digits($callerid); } Thanks in advance, Angel.
2005 Jul 13
2
SMS over SIP and Asterisk ??
Hi, Is there a way to send and receive SMS over SIP protocol with Asterisk ? I mean, between two SIP phones like below... SIP_phone "A" (sending sms) ====> Asterisk ========>SIP_phone "B" (receiving sms) ... Is it possible ? If so, how could I do it ? Thanks, Angel. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Mar 31
4
Tax Preparation with WINE
As approximately 130 million other US citizens, I am dutifully preparing for the April deadline for filing my income tax returns. Reviewing the WINE AppDB for installable tax software to help out in the process, it appeared that 2nd Story Software's TAX ACT was most likely to work with the WINE version (1.1.17) installed on my Mandriva-equipped HP laptop. As it turned out, TAX ACT was able
2004 Mar 20
1
Not able to Map Network drive from Windows XP using Kerberized Samba 3.0
Hi all, I failed to map my network drive my,password is not accepted from windows XP using Kerberized Samba3.0. My server is Red Hat Enterprise Linux. Can some one help with the basic steps in mapping network drive from Windows XP? Or basic configuration with Kerberos 5. I am new to Kerberos 5. Zakaria __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File