<DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>After much searching of voip-info.org and google, I'm finally giving in and asking the list.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The setup I have is this:-</DIV>
<DIV>&nbsp;</DIV>
<DIV>Single X100P card in a Debian system</DIV>
<DIV>Inbound/Outbound POTS line connects to the X100P</DIV>
<DIV>Sipura 2000 and Budgetone 100 on the LAN</DIV>
<DIV>1 Cordless and one conventional phone connected to the sipura</DIV>
<DIV>Account on Stanaphone.com for eitherbound SIP calls.</DIV>
<DIV>(I have other SIP&nbsp;accounts as well - all work flawlessly)</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have a simple dialplan - an incoming call rings all phones and goes to voicemail if not answered.</DIV>
<DIV>&nbsp;</DIV>
<DIV>When I dial '8' followed by a number - the call routes out via Stanaphone fine.&nbsp; No issues.</DIV>
<DIV>When I call the Stanaphone number - all phones ring as expected, I can answer the call and talk fine.&nbsp; no issues at all.</DIV>
<DIV>&nbsp;</DIV>
<DIV>When I dial '9' followed by a number - the call routes out via the POTS line just fine. No issues.</DIV>
<DIV>&nbsp;</DIV>
<DIV>However, inbound calls on the POTS line are the issue.&nbsp; When a call comes in, * detects it and starts ringing all of the extensions.&nbsp; However, when I pickup the extension - it gets immediately disconnected.&nbsp; Other SIP extensions keep ringing - and the caller still hears the ring tone.&nbsp; Caller hangs up - SIP extensions keep ringing. Phone I picket up I now return to the hook.&nbsp; * then 'calls me back' !</DIV>
<DIV>&nbsp;</DIV>
<DIV>Does anybody have any idea what's going on?&nbsp; I have put some snippets from the configs below..&nbsp; Any insight would be very much appreciated!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Michael.</DIV>
<DIV>&nbsp;</DIV>
<DIV>EXAMPLE FROM: zapata.conf</DIV>
<DIV>[channels]</DIV>
<DIV>busydetect=1<BR>busycount=7<BR>callprogress=yes<BR>relaxdtmf=yes<BR>callwaiting=yes<BR>callwaitingcallerid=yes<BR>threewaycalling=yes<BR>transfer=yes<BR>cancallforward=yes<BR>usecallerid=yes<BR>echocancel=yes<BR>echocancelwhenbridged=yes<BR>rxgain=0.0<BR>txgain=0.0<BR>group=1<BR>pickupgroup=1-4<BR>immediate=no<BR>context=from-bell<BR>signalling=fxs_ks<BR>callerid=asreceived<BR>channel=1<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>EXAMPLE FROM: extensions.conf</DIV>
<DIV>[from-bell]<BR>exten =&gt; _.,1,Dial(SIP/001&amp;SIP/002&amp;SIP/003,30,t)<BR>exten =&gt; _.,2,Answer<BR>exten =&gt; _.,3,Wait(1)<BR>exten =&gt; _.,4,Voicemail(u099)<BR>exten =&gt; h,1,Hangup<BR></DIV>
<DIV>EXAMPLE FROM: sip.conf</DIV>
<DIV>[002]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Line 1 on adapter<BR>type=friend<BR>username=002<BR>secret=&lt;some password&gt;</DIV>
<DIV>host=dynamic<BR>context=extensions<BR>mailbox=099<BR>incominglimlit=2<BR>canreinvite=no<BR></DIV>