On Wed, 2005-02-09 at 15:43 +0100, cereal killer wrote: > I decided to take another approach to se if it s not > my card that is faulty ; removed the X101 card , > only let the TDM , I put the FXS module on another > port (maybe the first is bad). > Here are the infos : > /etc/asterisk/zapata.conf > [channels] > language=fr > context=cartezap ; context with a few extensions > signalling=fxo_ks > echocancel=yes > busydetect=yes > channel => 2 >
What is the value of "immediate" ? You should try this: [channels] language=fr context=cartezap ; context with a few extensions signalling=fxo_ks echocancel=yes busydetect=yes immediate=no channel => 2 Which, I think, means don't immediately jump into the dialplan (s exten) instead, provide dialtone, and wait for them to press buttons. Regards, Adam -- -- Adam Goryachev Website Managers Ph: +61 2 9345 4395 [EMAIL PROTECTED] Fax: +61 2 9345 4396 www.websitemanagers.com.au _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
