<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Hi,<br> <br> I found the following from the wiki:<br> <br> <h2>**</h2> <h2>HylaFax and Asterisk </h2> Another solution is the <a title="no description" href="http://www.voip-info.org/wiki-Hylafax" class="wiki">Hylafax</a> software. capi4hylafax and chan_capi will gladly coexist. You just tell asterisk to ignore the DIDs that are used for fax. <br> <br> <br> My question: How can I tell * to ignore special DIDs and let them through to Hylafax?<br> <br> <br> Kib<br> <br> </body> </html>
> My question: How can I tell * to ignore special DIDs and let them through > to Hylafax?Take a look at capi.conf. There is a entry like incomingmsn. Modify it like incomingmsn=12345,23456,34567 So you can define which msn are for asterisk and which msn is used for other purposes. HTH Frank
Kib Eki wrote:> My question: How can I tell * to ignore special DIDs and let them > through to Hylafax?Don't put them in /etc/asterisk/capi.conf as incomingmsn. You can still use them for outgoing if you want to though. -- Best regards Peer Oliver Schmidt PGP Key ID: 0x83E1C2EA
On 10:39, Thu 14 Apr 05, Kib Eki wrote:> Hi, > > I found the following from the wiki: > > ** > > HylaFax and Asterisk > > Another solution is the [1]Hylafax software. capi4hylafax and chan_capi > will gladly coexist. You just tell asterisk to ignore the DIDs that are > used for fax. > > My question: How can I tell * to ignore special DIDs and let them through > to Hylafax? > > Kib >Hi, The way I fixed it is maybe not that elegant but works. My capi.conf has incomingmsn=* In my extensions.conf I did: [from-isdn] 31342423XXX,1,Wait(30) ;ignore fax number for 30 seconds. Hylafax should have answered by then -- Michiel van Baak http://lunteren.vanbaak.info michiel@vanbaak.info GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D "Two of the most famous products of Berkeley are LSD and BSD. I don't think that this is a coincidence."