[Moziax] Feedback

Jean-Denis Girard jd.girard at sysnux.pf
Sun Jul 9 23:22:13 EDT 2006


Scott Gifford a écrit :
>> The INVAL reply from asterisk seems to be related to "qualify" option
>> in iax.conf. I do get these also when qualify is used. But that
>> doesn't break calling or receiving calls. Could you send the asterisk
>> trace when you try to call. Also could you start Firefox from a
>> console, and send me MozPhone's trace.
> 
> I get this exact same problem.  What happened to me after a while was
> that Asterisk would time my connection out, and I would have to
> reconnect to receive calls.  This appears to be a problem in the
> iaxclient library.  I was able to fix it by using the iaxclient
> library from idefisk.  Since iaxclient is GPL, this is perfectly legal
> and legitimate; I emailed the Idefisk folks and asked for a copy of
> the source, and they happily sent me one.  I can share this if it's
> useful.

Yes please, email me Idefisk's version of iaxclient. The version used 
for last MozPhone is from Mihai branch, only modification being:

[jdg at taina lib]$ svn diff
Index: unixfuncs.c
===================================================================
--- unixfuncs.c (révision 586)
+++ unixfuncs.c (copie de travail)
@@ -199,7 +199,7 @@

  /* Run at a priority level above main thread so we can still run if it 
hangs. */
  /* Rise more than 1 because of rumored off-by-one scheduler bugs. */
-    schp.sched_priority = b->priority + 4;
+    schp.sched_priority = b->priority + 1;
      maxPri = sched_get_priority_max(SCHEDULER_POLICY);
      if( schp.sched_priority > maxPri ) schp.sched_priority = maxPri;


Thanks,
Jean-Denis


More information about the Moziax mailing list