<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19222">
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT size=2 face=Arial>I have an IAD 2400 that I am trying to configure to 
talk to send all outbound calls to an asterisk server via a SIP 
trunk. The asterisk server is responding with the ss-noservice message 
though because it's not receiving the caller-ID for the outbound caller from the 
IAD2400. I've been trying to figure out what I need to do to get the IAD2400 to 
report the caller ID, with no luck. I am sending what I think are the relevant 
parts of the config here. I need it to report the extension (3005) as the caller 
ID. What am I missing?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>(BTW, I am aware of the "clid strip" command, but 
when I remove that it still doesn't report the caller id, and in fact the call 
makes even less progress as I am immediately thrown into a fast busy and the 
asterisk server shows no clear outbound call attempt at all.)</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face="Courier New">[...]</FONT></DIV>
<DIV><FONT size=2 face="Courier New">voice-port 2/0<BR> description 
Extension 200<BR> station-id name Joe Mays IAD<BR> caller-id 
enable<BR>[...]</FONT></DIV>
<DIV><FONT size=2 face="Courier New">dial-peer voice 1 voip<BR> description 
Route Calls to Asterisk<BR> destination-pattern .T<BR> session 
protocol sipv2<BR> session target ipv4:216.24.23.90:5060<BR> session 
transport udp<BR> dtmf-relay rtp-nte<BR> codec g711ulaw<BR> clid 
strip<BR> no vad<BR>!<BR>dial-peer voice 2 
pots<BR> destination-pattern 3005<BR> port 
2/0<BR>!<BR>sip-ua<BR> no remote-party-id<BR> registrar 
ipv4:216.24.23.90:5060 expires 3600<BR> sip-server 
ipv4:216.24.23.90:5060<BR></FONT></DIV></BODY></HTML>