Re: [Asterisk-Users] Asterisk on WRT54GS - Slightly OT

2005-04-05 Thread Juergen K. Zick
Hi Greg,
Juergen,
Did you build this yourself? Or is it one of the other packages
out there? I've got a couple of OpenWRT54GS units that I'd like to try
this on.
I took the precompiled packages for OPENWRT and just configured them. I 
tried first with the WRT54G and mounted volumes via NFS for the binaries 
and the VMAIL folders and even that worked.
But as I wanted the system to be my home system with stand-alone features I 
decided to take the WRT54GS for that and it's working great. As companies 
like SIPGATE.DE are offering German localized (PSTN accessible) numbers for 
FREE, I'm almost able to dump my ISDN lines (which is still not possible in 
Germany, xDSL connections ONLY in connection with POTS or ISDN-lines - for 
consumers) ...

--Juergen
PS:
I made a simple script for the installation of my WRT54GS. First I 
downloaded those ipk-packages on a local linux or windows-box with FTP and 
NFS access and then I ran that script on the WRT which was already running 
on OPENWRT ...
Also, I used WINSCP later to access the WRT directly from a Windows box.

Maybe the following script can give you some orientation. The ASTERISK 
configuration (main topic here)  was business as usual ...

--snip--
wget 
ftp://192.168.162.132/temp/OPENWRT/root/wrt-packages/kmod-nfs_2.4.20-1_mipsel.ipk

ipkg install kmod-nfs*
mkdir openwrt
insmod sunrpc
insmod lockd
insmod nfs
mount 192.168.162.132:/openwrt /openwrt -o nolock,ro
ipkg install /openwrt/asterisk_1.0.0-2_mipsel.ipk
cd lib
rm -fr asterisk
ln -s /openwrt/asterisk ./asterisk
cd /
ipkg install /openwrt/wrt-packages/dropbear_0.44test3_mipsel.ipk
ipkg install /openwrt/wrt-packages/libpthread_0.9.26-1_mipsel.ipk
ipkg install /openwrt/wrt-packages/libncurses_5.2-3_mipsel.ipk
ipkg install /openwrt/wrt-packages/ntpclient_2003.194-1_mipsel.ipk
ntpclient -c 3 -d -h 192.53.103.103 -s
ipkg install /openwrt/openvpn_1.6.0-STATIC-test2_mipsel.ipk
ipkg install /openwrt/tun-modules_2.4.20-wrt1_mipsel.ipk
--snip--
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Asterisk on WRT54GS

2005-04-04 Thread Kanuri, Seshu (Company IT)
You have got too many issues dumped into one email. (That may be good
for the traffic on this list, though it may not get required responses.)
I will try my best to answer your questions.

1)How about trying this in your extensions.conf to solve the timeout:

[incoming]
exten = s,1,Wait(10)
;exten = s,10,Dial(SIP/3518,20,tr)
exten = s,2,Dial(SIP/3518,20,tr)

2)Vocemail deletion - You should have checked the WIKI first. However,
here is the entry for voicemail.conf.

1701 = 1701,Extension
1701,[EMAIL PROTECTED],[EMAIL PROTECTED],delete=1

I run WRT54g with OpenWRT. I may have been the first who tried. There is
a lot going on with that part and I cannot explain that in this email.

Best

Seshu


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dalon
Westergreen
Sent: Monday, April 04, 2005 2:35 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Asterisk on WRT54GS

Hi,

I am wondering if anyone has asterisk running successfully on a linsys
WRT54GS router with openwrt?  I have it mostly running ( incoming not
working, no VMail ).

I would like to configure Vmail to email voicemails and not store them.
I believe this is possible, but does anyone have it working?

Also, the issue i have with incoming calls is odd.  I seem to get a
timeout when dialing my SPA2000.  Atleast that is the message.  my
incomeing context is

[incoming]
exten = s,1,Wait(10)
exten = s,10,Dial(SIP/3518,20,tr)

the wait is executed, but the Dial timesout and I can't figure out why,
any suggestions?  i have tried

exten = s,10,Dial(SIP/3518,40,tr)

as well.  I have no issue at all with outgoing calls.  I have 2 lines,
one with teliax (IAX) and one with BV (SIP)  both seem to be registered
okay.

--Dalon 

 
NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited. 
 
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk on WRT54GS

2005-04-04 Thread Juergen K. Zick
Hi Dalon,
I have it running including VMAIL, 3 SIP and one IAX2 account AND OPENPVN ...
Incoming and outgoing connections are OK, both in nat'ed local 192.168.x.x 
and external real IP adresses ...

--Juergen
I am wondering if anyone has asterisk running successfully on a linsys
WRT54GS router with openwrt?  I have it mostly running ( incoming not
working, no VMail ).
I would like to configure Vmail to email voicemails and not store
them.  I believe this is possible, but does anyone have it working?
Also, the issue i have with incoming calls is odd.  I seem to get a
timeout when dialing my SPA2000.  Atleast that is the message.  my
incomeing context is
[incoming]
exten = s,1,Wait(10)
exten = s,10,Dial(SIP/3518,20,tr)
the wait is executed, but the Dial timesout and I can't figure out
why, any suggestions?  i have tried
exten = s,10,Dial(SIP/3518,40,tr)
as well.  I have no issue at all with outgoing calls.  I have 2 lines,
one with teliax (IAX) and one with BV (SIP)  both seem to be
registered okay.
--Dalon
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk on WRT54GS

2005-04-04 Thread Brancaleoni Matteo
Hi,

 Also, the issue i have with incoming calls is odd.  I seem to get a
 timeout when dialing my SPA2000.  Atleast that is the message.  my
 incomeing context is
 
 [incoming]
 exten = s,1,Wait(10)
 exten = s,10,Dial(SIP/3518,20,tr)

/me wonders why s,10
you should use next priority after 1 , ie 2

so:
[incoming]
exten = s,1,Wait(10)
exten = s,2,Dial(SIP/3518,20,tr)

Matteo


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Asterisk on WRT54GS

2005-04-04 Thread Greg Boehnlein
On Mon, 4 Apr 2005, Juergen K. Zick wrote:

 Hi Dalon,
 
 I have it running including VMAIL, 3 SIP and one IAX2 account AND OPENPVN ...
 
 Incoming and outgoing connections are OK, both in nat'ed local 192.168.x.x 
 and external real IP adresses ...
 
 --Juergen

Juergen,
Did you build this yourself? Or is it one of the other packages 
out there? I've got a couple of OpenWRT54GS units that I'd like to try 
this on.

-- 
Vice President of N2Net, a New Age Consulting Service, Inc. Company
 http://www.n2net.net Where everything clicks into place!
 KP-216-121-ST



___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users