hi, <br><br>Is it possible to have same sip context but refering to different username and context? <br>Is it a must to have username(test) and the sip context [test] the same? <br>what the different with username & sip context?
<br>can username variable be alphanumeric, like using email address as username?<br><br>default sip as below : <br><br><span style="font-weight: bold;">[test] </span><br> disallow=all<br> allow=ulaw<br> allow=alaw
<br> allow=g729<br> allow=gsm<br> type=friend<br> <span style="font-weight: bold;"> username=test</span><br> secret=1234<br> host=dynamic<br> dtmfmode=rfc2833<br>; defaultip=
<a href="http://10.10.10.17">10.10.10.17</a><br> qualify=yes<br> mailbox=2000<br> nat=yes<br> <span style="font-weight: bold;"> context=extensions</span><br> accountcode=test<br> canreinvite=no
<br><br>thanks in advance. <br>