max.spicer Wrote: 
> Thanks for the feedback!  I'll add the stuff about CSV_XS and the  cli
> port to the docs.I set up my contacts.cvs and found a UK assumption that you 
> had made in
your code.  US CallerID does not have a leading 0 (zero), it is
displayed as ten digits. A call from (123)555-1212 would be displayed
as 1235551212.  I had to comment out the following part of your code:
Code:
--------------------
            # Add 0 on to front of any number that's missing it (Outlook likes 
to
  # strip leading zeros from numbers, assumedly so it can add the country
  # code at its leisure later on)
  # $fields[$i] =~ s/^([^0].*)/0$1/;
--------------------
Maybe you should add an option to the setup section asking if the users
CallerID system requires the use of the leading zero to turn on and off
that formatting section.max.spicer Wrote: 
> Please be warned: I think the modem might answer the call if SlimServer
> isn't running!  Again, I haven't had time to look into this properly
> yet, but it's a nasty bug if it's true!I tested this out with SlimServer 
> shutdown, and my modem did not answer
the line.  My answering machine picked up after 4 rings. I turned that
off too, and tried again.  No pickup, just rang and rang... I'll keep
an eye on it though.

--Tom Malsbury


-- 
malsbury
------------------------------------------------------------------------
malsbury's Profile: http://forums.slimdevices.com/member.php?userid=57
View this thread: http://forums.slimdevices.com/showthread.php?t=17690

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to