<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=FR link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>Hello,<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>First let me congratulate for this great software.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>I was trying to diagnose a problem with my analog sangoma
card, and FXS port giving intermitent ringing and not sending CLIP.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>I could see the intermitent ringing comes from this line.<o:p></o:p></p>

<p class=MsoNormal>zchan-&gt;ring_time = zap_current_time_in_ms() +
wp_globals.ring_on_ms;<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Setting zchan-&gt;ring_time could solve my problem, so could
anybody indicate how to configure ring_on_ms (preferably in an XML
configuration)<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>The second point about CLIP is more difficult. First, let me
indicate that I&#8217;m residing in France and therefore using carrier and
phones complying to european standard.<o:p></o:p></p>

<p class=MsoNormal>About CLIP, I could see the V23 standard modulating
frequencies are being populated (in fsk_modem_definitions in fsk.c). However, in
zap_channel_send_fsk_data in zap_io.c, I could see that the BELL standard is
hardcoded. Replacing the modem type with FSK_V23_FORWARD_MODE2 (which by what I
could read seem to apply to me), I could see no difference.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>As I could not find as much relevant information as I would
like in V23 (apart from the frequencies for the FSK), I was wondering what were
I could find some information that could help to fix this.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='text-autospace:none'>I don&#8217;t know exactly what carrier_bits_start,
carrier_bits_stop and chan_sieze_bits refer to, but I could find in that
document (<a href="http://www.cs-strumentazione.com/manuali_pdf/clip.pdf">http://www.cs-strumentazione.com/manuali_pdf/clip.pdf</a>)
that «&nbsp;<span style='font-size:8.0pt;font-family:"Arial","sans-serif"'>The
Channel Seizure is present only in FSK-V23 Protocol. It<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:8.0pt;font-family:"Arial","sans-serif"'>consists
in a series of 90 to 300 alternate SPACE/MARK bits&#8230;&nbsp;»<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:8.0pt;font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal>Considering this, I guess that I should use the else branch
in the test «&nbsp;zchan-&gt;token_count &gt; 1&nbsp;». What does this
token_count refer to and where should I set it.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>I&#8217;m still trying to figure this out (and will of
course contribute the result of all this), so any help appreciated.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>I also did a contribution to mod_say_fr (to take into
account the specific french idioms in saying date and time). Could you please
tell me how to contribute this&nbsp;?<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Thanks in advance<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>François<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>