<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
I have successfully configured asterisk for my home use on a FC3 server with a X100P card plugged to a France Telecom line (for French user my line is 'partiellement d&#233;groupp&#233;e' with tele2). This forum has help me a lot and I would like to thank you all for doing this.<BR>
<BR>
Couple of advices:<BR>
- in zapata.conf, you need to have callprogress=no else it does not work with France Telecom line.<BR>
- at the beginning asterisk could not read mp3 file though mpg123 was installed. I had to get rid of xmms-mpg123 and mpg321 rpms and to install mpg123-0.59r rpm to make it work.<BR>
- to have asterisk working as a service, you need to do &quot;make config&quot; in both /usr/src/zaptel and /usr/src/asterisk<BR>
<BR>
Enjoy !<BR>
Bertrand<BR>
<BR>
<BR>
FEATURES WORKING SO FAR<BR>
- voicemail sent to 2 different emails, one with attachement, the other without<BR>
<BR>
FEATURES NOT YET WORKING<BR>
- fax (spandsp)<BR>
- slimserver plugin developped by Ian Hailey<BR>
<BR>
Here are my config files:<BR>
<BR>
/etc/zaptel.conf --------------------------------<BR>
fxsks = 1<BR>
loadzone = fr<BR>
defaultzone = fr<BR>
<BR>
/etc/asterisk/zapata.conf -------------------------<BR>
[channels]<BR>
signalling=fxs_ks<BR>
language=fr<BR>
context=demo<BR>
;faxdetect=incoming<BR>
;mailbox=0001<BR>
usercallerid=no<BR>
;callerid=asreceived<BR>
echocancel=yes<BR>
echocancelwhenbridged=yes<BR>
echotraining=yes<BR>
;relaxdtmf=yes<BR>
rxgain=4<BR>
txgain=0<BR>
immediate=no<BR>
busydetect=yes<BR>
busycount=3<BR>
callprogress=no<BR>
;musiconhold=default<BR>
channel =&gt; 1<BR>
<BR>
/etc/asterisk/extensions.conf-------------------------<BR>
[general]<BR>
static = yes<BR>
writeprotect = yes<BR>
<BR>
[globals]<BR>
<BR>
[demo]<BR>
; Wait 15 seconds for an answer (pick up the local phone)<BR>
exten =&gt; s,1,Wait,12<BR>
<BR>
; Answer the phone the s option is to suppress the naming of the box n&#176; at the end of<BR>
; the greeting<BR>
exten =&gt; s,2,Answer<BR>
exten =&gt; s,3,Voicemail(su0000&amp;0001&amp;0002)<BR>
exten =&gt; s,4,Hangup<BR>
<BR>
; Did we get a fax?<BR>
;exten =&gt; fax,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif)<BR>
;exten =&gt; fax,2,rxfax(${FAXFILE}) <BR>
;<BR>
;<BR>
; Always put these two extensions in any &quot;main&quot; context that handles<BR>
;&nbsp; call processing, for good form and graceful hangups.<BR>
;<BR>
exten =&gt; i,1,Hangup<BR>
exten =&gt; h,1,Hangup<BR>
<BR>
/etc/asterisk/voicemail.conf-----------------------------<BR>
;<BR>
; Voicemail Configuration<BR>
;<BR>
[general]<BR>
; Default formats for writing Voicemail<BR>
;format=g723sf|wav49|wav<BR>
;format=wav49|gsm|wav<BR>
format=gsm|wav<BR>
<BR>
[default]<BR>
; limite la duree maxi d'un message &#224; xx sec<BR>
maxmessage=300<BR>
<BR>
; le message doit durer au moins xx sec<BR>
minmessage=5 <BR>
<BR>
;permet de recevoir le message dans la boite group&#233;e 0000<BR>
;qui achemine les messages vers les boites 0001 &amp; 0002<BR>
;0001 conserve les messages et envoie un email sans attachement<BR>
;0002 envoie email avec pi&#232;ce attach&#233;e et efface le message<BR>
<BR>
0000 =&gt; 2477,Group Mailbox,,,delete=yes<BR>
0001 =&gt; 2477,PutName1Here,PutEmail1Here,,saycid=no|attach=no<BR>
0002 =&gt; 2477,PutName2Here,PutEmail2Here,,saycid=no|attach=yes|delete=yes<BR>
<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>