Thanks Mark. That was it. Works perfect now!
 
Justin
 
-----Original Message-----
From: Mark Palser [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 05, 2006 7:50 PM
To: Justin Sweeney
Subject: [on-asterisk] Asterisk and a PPPoE connection.
 
It's more than likely a NAT issue, couple of things to look at, make
sure you have the highlighted text entered in your sip.config
 
[general]
nat=1
port = 5060           ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0    ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
localnet = 10.144.1.0/255.255.255.0 ; local network your Asterisk server
is in, plus networkmask.
externhost=your external IP address
externrefresh=1
context = from-sip-external ; Send unknown SIP callers to this context
callerid = Unknown
 
Check that you have the correct ports forwarded to your Asterisk box
SIP:5060, RTP:10000-20000 depends on the SIP client you're using. In
your client software check any boxes that refer to NAT keep alive or
anything like it.
----- Original Message ----- 
From: Justin Sweeney <mailto:[EMAIL PROTECTED]>  
To: [email protected] 
Sent: Monday, June 05, 2006 6:38 PM
Subject: [>>> SPAM <<<] - [on-asterisk] Asterisk and a PPPoE connection.
- Email found in subject
 
Hi Guys; 
  
I have an Asterisk box connected to a PRI. 
  
I can register my SIP client over a public IP. 
  
I can dial *98 for mail. 
  
I can see the call to voice mail going through the server box. 
  
I just cannot HEAR the message coming through. 
  
Do you think the PPPoE connection is not adequate? 
  
Justin
 
asterisk1*CLI> 
    -- Unregistered SIP '7050'
    -- Registered SIP '7050' at 65.95.145.93 port 64263 expires 120
    -- Executing Answer("SIP/7050-eca2", "") in new stack
    -- Executing Wait("SIP/7050-eca2", "1") in new stack
    -- Executing VoiceMailMain("SIP/7050-eca2", "default") in new stack
    -- Playing 'vm-login' (language 'en')
    -- Executing Macro("SIP/7050-eca2", "hangupcall") in new stack
    -- Executing ResetCDR("SIP/7050-eca2", "w") in new stack
    -- Executing NoCDR("SIP/7050-eca2", "") in new stack
    -- Executing Wait("SIP/7050-eca2", "5") in new stack
  == Spawn extension (macro-hangupcall, s, 3) exited non-zero on
'SIP/7050-eca2' in macro 'hangupcall'
  == Spawn extension (macro-hangupcall, s, 3) exited non-zero on
'SIP/7050-eca2'
asterisk1*CLI> 
[EMAIL PROTECTED] ~]#

Reply via email to