<html>
<body>
I tried switching out the 3000 with a X100P card, but the card would
never recognize when the caller hung up.&nbsp; So, I have to keep the
3000.&nbsp; The X100P worked fine with the POTS line.<br><br>
At 08:52 AM 9/15/2005, you wrote:<br>
<blockquote type=cite class=cite cite="">&nbsp;The CID with the Cisco
isn't a &quot;Cisco issue&quot;. It's actually an issue based on the way
Vonage passes CID through the Cisco. It doesn't follow the same standard
that LECs and others use.<br>
&nbsp;<br>
&nbsp;I tried to get this going with an SPA3000 at first as well and
never really could get it to go right without having to really hack-up my
chan_sip.c. In the end I switched out the SPA-3000 for a Digium TDM card
with an FXO module on it and now use the following in the dial plan for
when that fxo port rings: <br>
&nbsp;<br>
[fxoports]<br>
exten =&gt; s,1,Cut(cidone=CALLERID,&lt;,1)<br>
exten =&gt; s,2,Cut(cidtwo=CALLERID,&lt;,2)<br>
exten =&gt; s,3,GotoIf($[${LEN(${cidtwo})} &gt; 0]?4:12)<br>
exten =&gt; s,4,SetCIDNum(${cidtwo:1:10})<br>
exten =&gt; s,5,SetVar(cidone=${cidone:2}) <br>
exten =&gt; s,6,NoOp(${cidone})<br>
exten =&gt; s,7,SetVar(ciolen=${LEN(${cidone})})<br>
exten =&gt; s,8,SetVar(ciolen=$[${ciolen} - 2])<br>
exten =&gt; s,9,NoOp(${ciolen})<br>
exten =&gt; s,10,SetCIDName(${cidone:0:${ciolen}}) <br>
exten =&gt; s,11,Goto(fxoports,s,14)<br>
exten =&gt; s,12,SetCIDNum(${CALLERID})<br>
exten =&gt; s,13,SetCIDName(Unavailable)<br>
exten =&gt; s,14,NoOp(${CALLERIDNUM})<br>
exten =&gt; s,15,NoOp(${CALLERIDNAME})<br><br>
&nbsp;CVS-HEAD versions of asterisk will complain when you do this
because it's using the deprecated SetCIDNum and SetCIDName functions. In
that case you'll want to replace those with
<font size=2>SetVar(CALLERID(name)=value) and
SetVar(CALLERID(number)=value) instead. <br>
</font>&nbsp;<br><br>
&nbsp;<br>
On 9/15/05,
<a href="mailto:asterisk@txpe.net"><b>asterisk@txpe.net</a></b>
&lt;<a href="mailto:asterisk@txpe.net">asterisk@txpe.net</a>&gt; wrote:
<br>

<dl>
<dd>I've been using 2 SPA3000's for several months.&nbsp; Both are
running<br>

<dd>3.1.3(GWa) software.&nbsp; I do not have any issues with echo.&nbsp;
One box is <br>

<dd>used to bring in a SBC POTS line and the other is connected to
my<br>

<dd>Cisco ATA186 from Vonage.&nbsp; The 3000 connected to SBC line relays
CID<br>

<dd>info, I have never been able to get CID info passed from the
3000<br>

<dd>connected to the Cisco unit. <br><br>

<dd>Doug
</dl></blockquote></body>
</html>