<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><BR>Hello Trevor,<BR>
&nbsp;<BR>
&nbsp;I wonder how I can find out for sure what is the H/W version for a PROSODY ACULAB SS7 Card? I dought that I have a ver 1.1 which have may issues with recently made computers.<BR>
&nbsp;<BR>
&nbsp;I have a case opened for my problem with aculab but&nbsp; sysdiag shows that I have ver 1.1 and aculab says I have ver1.5! can sysdiag be inaccurate? I tried config summary and I had the same result!<BR>
&nbsp;<BR>
wish you can read this!<BR>
&nbsp;<BR>
Ammar Ali<BR><BR><BR><BR>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #008080 2px solid; MARGIN-RIGHT: 0px">
<HR id=EC_stopSpelling>
From: Trevor.Raynsford@ACULAB.COM<BR>To: asterisk-users@lists.digium.com<BR>Subject: [Asterisk-Users] Howto cut the first digit<BR>Date: Fri, 31 Mar 2006 13:41:38 +0100<BR><BR>
<META content="Microsoft SafeHTML" name=Generator>
<FONT face=Arial size=2>Christian Reelfs wrote:</FONT> <BR>
<FONT face="Courier New" size=2>&gt; example:</FONT> <BR><FONT face="Courier New" size=2>&gt; 044612345</FONT> <BR><FONT face="Courier New" size=2>&gt; should be after cut operation:</FONT> <BR><FONT face="Courier New" size=2>&gt; 44612345</FONT> <BR><FONT face="Courier New" size=2>&gt; </FONT><BR><FONT face="Courier New" size=2>&gt; My try in the extension.conf:</FONT> <BR>
<FONT face="Courier New" size=2>&gt; exten =&gt; _0[0-9].,2,Cut(mynum=EXTEN,/ ,1)</FONT> <BR><FONT face="Courier New" size=2>&gt; exten =&gt; _0[0-9].,3,Dial(Zap/g1/${mynum},90,T)</FONT> <BR><FONT face="Courier New" size=2>&gt; </FONT><BR><FONT face="Courier New" size=2>&gt; but it didn't work, my problem is the delemiter, I have no delemiter, </FONT><BR><FONT face="Courier New" size=2>&gt; the default is "-" but how to use the function cut() without an delemiter?</FONT> <BR><FONT face="Courier New" size=2>&gt; Just snip the first digit of a phonenumber.</FONT> <BR>
<FONT face=Arial size=2>Use the substring notation as in:</FONT> <BR><FONT face=Arial size=2>${mynum:1}</FONT> <BR>
<FONT face=Arial size=2>which snips the first character from the string.</FONT> <BR><FONT face=Arial size=2>See the docs for more info <A href="http://www.voip-info.org/wiki/view/Asterisk+variables" target=_blank>http://www.voip-info.org/wiki/view/Asterisk+variables</A></FONT> <BR>
<FONT face=Arial size=2>Trevor Raynsford</FONT> <BR><FONT face=Arial size=2>Software Engineer</FONT> <BR><FONT face=Arial size=2>Aculab</FONT> <BR></BLOCKQUOTE><br /><hr />Be one of the first to try  <a href='http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d' target='_new'>Windows Live Mail.</a></body>
</html>