<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005>Hi
all,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005>Any one tried
installing Asterisk on Linksys WRT54G? We have but facing problems with SIP to
SIP calls. The phones ring and calls are established but we cannot hear any
voice at all. I tried allow=all in the general section but did not work. So I
forced ulaw. Can any one please check it out and let me know what is
wrong?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005>Here are the conf
files:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005><STRONG>Asterisk
Version:</STRONG> Asterisk CVS-HEAD-01/17/05-00:35:58 built by <A
href="mailto:root@splurge">root@splurge</A> on a i686 running
Linux<BR></SPAN></FONT><FONT face=Arial size=2><SPAN
class=140311210-05072005><STRONG></STRONG></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005><STRONG>==>SIP.CONF</STRONG></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005><STRONG></STRONG></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005>[general]</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005>port =
5060 ; Port to bind
to (SIP is 5060)<BR>bindaddr = 0.0.0.0 ; Address to bind to
(all addresses on
machine)<BR>disallow=all
; Allow all codecs<BR>allow=ulaw<BR>context = bogon-calls ; Send SIP callers
that we don't know about here</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005></SPAN></FONT><FONT
face=Arial size=2><SPAN
class=140311210-05072005><STRONG></STRONG></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005><STRONG></STRONG></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005>[2000]</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005>type=friend
; This device takes and makes
calls<BR>username=2000 ;
Username on
device<BR>secret=1234
; Password for
device<BR>host=dynamic ;
This host is not on the same IP addr every
time<BR>context=from-sip ; Inbound calls from this
host go
here<BR>mailbox=100
; Activate the message waiting light if
this<BR>
; voicemailbox has messages in it</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005>[2001]
; Duplicate of 2000, except with different auth data</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005>type=friend<BR>username=2001<BR>secret=1234<BR>host=dynamic<BR>context=from-sip<BR>mailbox=101<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005><STRONG>==>Extensions.conf</STRONG></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005>[general]</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005>static=yes <BR>writeprotect=yes
</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005>[bogon-calls]</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005>exten =>
_.,1,Congestion</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005>[from-sip]</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005>exten =>
2000,1,Dial(SIP/2000,20)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005>exten =>
2000,2,Voicemail(u2000)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005>exten =>
2000,102,Voicemail(b2000)<BR>exten => 2000,103,Hangup</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005>exten =>
2001,1,Dial(SIP/2001,20)<BR>exten => 2001,2,Voicemail(u2001)<BR>exten =>
2001,102,Voicemail(b2001)<BR>exten => 2001,103,Hangup</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=140311210-05072005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=140311210-05072005>exten =>
2999,1,VoicemailMain(${CALLERIDNUM})<BR></DIV></SPAN></FONT></BODY></HTML>