Displaying 1 result from an estimated 1 matches for "yzx".
Did you mean:
xzx
2005 Jan 29
1
Asterisk @ Home 0.4 w/ Broadvoice + 5 SIP Phones How To
...r
user=818xxxyyyy
username=818xxxyyyy
Register:
818xxxyyyy:yourpassword@sip.broadvoice.com
Asterisk Specific Issues
1.) SIP Issues
The /etc/asterisk/sip.conf doesn't have some basic
behind nat server options.
Add the following after the [general] or in that
section somewhere.
externip=69.yzx.xxx.zzz
localnet=192.168.0.0
localmask=255.255.255.0
nat=yes
2.) Dial plan issues. Calls from the sip provider
into the Asterisk Server
are hangup/congested and pushed away.
Inside your [from-sip-external] add the line
include => from-pstn
AMP Specific Issues:
1.) Unable to upload file s...