Hello everyone. I am having trouble receiving via my Linksys SPA-3102. I have not problem dialing out. It is like asterisk never even sees the call. I have 3 sip devices grandstream bt-100, spa-3102 fxs, and spa-3102 fxo. A very simple setup, just getting familar with asterisk. Here are my relative config files. let me know if you need more.
<br><br>sip.conf<br>[general]<br>context=default<br>bind=<a href="http://0.0.0.0">0.0.0.0</a><br>bindport=5060<br>srvlookup=yes<br><br>[100] ;bt-100<br>type=friend<br>username=100<br>context=default<br>secret=secret<br>host=dynamic
<br>dtmfmode=rfc2833<br>disallow=all<br>allow=ulaw<br>mailbox=100@default<br><br>[101] ;fxs<br>type=friend<br>username=pots<br>context=default<br>secret=phone<br>host=dynamic<br>dtmfmode=rfc2833<br>disallow=all<br>allow=ulaw
<br>mailbox=101@default<br><br>[102] ;fxo<br>type=friend<br>context=default<br>secret=pstn<br>host=dynamic<br>dtmfmode=rfc2833<br>disallow=all<br>allow=ulaw<br>port=5061<br><br>extensions.conf<br>[general]<br>static=yes<br>
writeprotect=no<br>autofallthrough=yes<br>clearglobalvars=no<br>context=default<br><br>[globals]<br>RINGGROUP1 =&gt; SIP/100&amp;SIP/101<br><br>[default]<br>; These next three lines are for testing, just to make sure I got the call, but no good
<br>exten =&gt; s,1,Answer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>exten =&gt; s,2,System(touch $HOME/got_it)<br>exten =&gt; s,3,Hangup<br>;exten =&gt; s,1,Dial(SIP/100,10)<br>;exten =&gt; s,2,Hangup<br>exten =&gt; 97,1,Dial(${RINGGROUP1},10)
<br>exten =&gt; 97,n,Hangup<br>exten =&gt; 98,1,Answer<br>exten =&gt; 98,n,AGI(agi-test.agi)<br>exten =&gt; 98,n,Hangup<br>exten =&gt; 99,1,Answer<br>exten =&gt; 99,n,Playback(hello-world)<br>exten =&gt; 99,n,Hangup<br>exten =&gt; 100,1,Answer
<br>exten =&gt; 100,n,Dial(SIP/100,15)<br>exten =&gt; 100,n,VoiceMail(100@default)<br>exten =&gt; 100,n,Playback(vm-goodbye)<br>exten =&gt; 100,n,Hangup<br>exten =&gt; 101,1,Answer<br>exten =&gt; 101,n,Dial(SIP/101)<br>exten =&gt; 101,n,Hangup
<br>exten =&gt; _XXXXXXXXXX,1,Dial(SIP/102/${EXTEN})<br>exten =&gt; _XXXXXXXXXX,n,Hangup<br><br>I appreciate your help<br><br>- Jim<br>