Hi all,<br>
<br>
I have the following problem, working with a SIP provider, if i setup
my SJPhone to register directly to their STUN server and working over a
384/128 ADSL i have a really good quality, but then if i configure
Asterisk to register to the same provider over the same 384/128 circuit
the quality is REALLY BAD. The obvious difference is that using
directly the SJPhone i am using STUN, while when i am using Asterisk to
connect to my SIP provider and the SJPhone to connect to Asterisk i
have the following configuration for Asterisk.<br>
<br>
<br>
register =&gt; <a href="mailto:user:pass@sip.provider.com">user:pass@sip.provider.com</a><br>
<br>
[mysip]<br>
host=<a href="http://sip.provider.com">sip.provider.com</a><br>
type=peer<br>
qualify=yes<br>
username=user<br>
secret=pass<br>
nat=yes<br>
disallow=all<br>
allow=ulaw<br>
<br>
<br>
I am using Asterisk 1.2.3.<br>
<br>
I think that i am missing something or misconfigure something because
for sure its not matter of the ADSL since in both tests i am doing i am
using the same circuit.<br>
<br>
Any idea please????<br>