Search the web
Sign In
New User? Sign Up
nslu2-asterisk · Asterisk on Linksys NSLU2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 608 - 637 of 1064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
608
make sure you got all necessary modules loaded. ... to handle indication 8 ... and get a dial tone so that ... I authenticate with a ... which I can dial out. ...
gaojian858
Offline Send Email
May 1, 2007
8:16 am
609
Tones are defined in indications.conf Make sure you have this config file. If not, you can find it in the original sample config files. Also, make sure that...
Corneliu Doban
corneliu_doban
Offline Send Email
May 2, 2007
6:14 am
610
Position Type Full time position Work Experience · Software Engineer (Must have 1 years experience) · Manager of Software Engineering (Nice to have 1-3...
music 1
ahlawykteer
Offline Send Email
May 2, 2007
5:22 pm
611
HI As per the requirement I am eager to work for the organisation.Currently I am working in Networking Device Development for Nortel Devices. I have Experience...
punit kandoi
punitkandoi
Offline Send Email
May 3, 2007
5:59 am
612
Hi all, Here are some updates with respect to asterisk 1.4 package: - asterisk14 doesn't come anymore with the core gsm sounds built in - the reason for this...
Ovidiu Sas
ovi_sas
Offline Send Email
May 3, 2007
1:31 pm
613
I am new to setting up asterisk. I am having really having hard time to get asterisk to load. So now I have loaded new asterisk1.4. Can I find some working...
Arvind Aggarwal
arvindag
Offline Send Email
May 4, 2007
1:26 am
614
Hi Arvi, There are no "working copies of all config files". You will need to understand the config files and create/modify them to fit your needs. Here's a...
Ovidiu Sas
ovi_sas
Offline Send Email
May 4, 2007
2:04 am
615
I'm struggling to get my Debian Slug to play nice with asterisk - I'm using a slimmed down config file (see blow - I'd have put it on pastebin but it's down...
Mat
mathewstace
Offline Send Email
May 10, 2007
11:49 pm
616
I have the same setup and * is working fine. Using about 10% CPU when making a call on a turboslug. My modules.conf contains: ; ; Asterisk configuration file ;...
Matt Callow
mattcallow
Offline Send Email
May 11, 2007
7:00 am
617
I used the snaple Slug conf files from http://tech.groups.yahoo.com/group/nslu2-asterisk/ I changed the iax.conf and extensions.conf as suggested Here is my...
Arvind Aggarwal
arvindag
Offline Send Email
May 15, 2007
4:11 pm
618
I believe that it will take a while (1-2 days) from the moment you activate IAX on your FWD account until it will be possible to use it. Make sure you did all...
Corneliu Doban
corneliu_doban
Offline Send Email
May 15, 2007
6:55 pm
619
Can somoene say whic softphones can one using on the slug? Fr spme reason I thoguht one could use x-lite, MS Messenger...
Arvind Aggarwal
arvindag
Offline Send Email
May 18, 2007
6:42 am
620
Still waiting no succuss yet. ANyhtign I need to do in firewall ... From: Corneliu Doban To: nslu2-asterisk@yahoogroups.com Sent: Tuesday, May 15, 2007 11:53...
Arvind Aggarwal
arvindag
Offline Send Email
May 18, 2007
2:36 pm
621
1) check your registration status: CLI> iax2 show registry 2) if registered try to call the FWD echo test number 613 preceded by 5 (that's how is configured...
Corneliu Doban
corneliu_doban
Offline Send Email
May 18, 2007
3:33 pm
622
Hi Arvind, you can use one of the console-base programs like: * linphone: It comes with a console version, there is also a bb-file and (for SlugOS/BE only) a...
Thomas Reitmayr
treitmayr
Offline Send Email
May 18, 2007
7:35 pm
623
Hi, I am trying to get Enum work on my slug(unSlung6.8+Asterisk14) and now I got couple questions and need your help. First one, I successfully registered one...
gaojian858
Offline Send Email
May 18, 2007
10:09 pm
624
1st) Some VoIP providers do not accept calls form outside their network (only from partners). You cannot use a SIP address from those providers as destination...
Corneliu Doban
corneliu_doban
Offline Send Email
May 18, 2007
11:47 pm
625
Hi, Corneliu, I tried to understand that sample macro and I think you are correct about that this macro probably won't work for Asterisk14. I read this: ...
gaojian858
Offline Send Email
May 19, 2007
11:45 pm
626
It looks that a 5th argument has been added to ENUMLOOKUP. You are missing one....
Corneliu Doban
corneliu_doban
Offline Send Email
May 20, 2007
10:10 pm
627
I used the sample files form the group. Finally I have been able to register succfully with iax to FWD. ALso am able to register a sip to internetcalls.com I...
Arvind Aggarwal
arvindag
Offline Send Email
May 21, 2007
5:55 am
628
Thank you, Corneliu. Now I can dialout use ENUM. To use the ENUM dial out macro on Asterisk14, all I did is changing the line when using ENUMLOOKUP function....
gaojian858
Offline Send Email
May 22, 2007
12:52 am
629
Hi, to all in the forum, I want to know if it posible to connect an analog telephone line to my asterisk NSLU2 box? Thanks for any idea....
juan2007bn
Offline Send Email
May 28, 2007
4:16 pm
630
http://www.voipsupply.com/index.php?cPath=96_287...
Corneliu Doban
corneliu_doban
Offline Send Email
May 28, 2007
5:25 pm
631
I know this question it not 100% related with Asterisk-NSLU2. But I am going to ask it anyway. Hope you may help me. My slug is running Asterisk14 as well as a...
gaojian858
Offline Send Email
May 29, 2007
7:11 pm
632
change $file = fread($fp,65535); to $file = fread($fp,filesize($filename)); Now the whole file will be read and convert to HTML. take some time though. Jian ...
gaojian858
Offline Send Email
May 29, 2007
8:45 pm
633
I am using thttp with perl and here's my list_cdr function that I use to extract only what I want from the csv file. Maybe you can adapt it to php. Regards, ...
Ovidiu Sas
ovi_sas
Offline Send Email
May 29, 2007
8:56 pm
634
What you want is an ATA with at least 1 FXS port, such as the Sipura 2002 (see eBay for ~$50). You can run asterisk on the NSLU2, and the ATA is a network...
jcbusey
Offline Send Email
May 30, 2007
4:04 pm
635
Hi, I want to known what is the maximun extensions the slug can handle. Thanks...
jack_2121a
Offline Send Email
Jun 4, 2007
5:51 pm
636
There is no limitation on maximum extensions the slug can handle, but you can make an estimation based of number of simultaneous calls the slug can handle. I...
Corneliu Doban
corneliu_doban
Offline Send Email
Jun 4, 2007
9:17 pm
637
I just added the cdr.zip to the Group Files folder. I am using it now on my slug with php-apache and Asterisk14. Jian ... use to ... to open ... ...
gaojian858
Offline Send Email
Jun 5, 2007
5:38 am
Messages 608 - 637 of 1064   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help