hola a todos
Les platico mi problema, estoy tratando de configurar un servidor de fax en mi fedora core6 con asterisk 1.2 y un sipura 3000 con su respectiva linea telefonica. el caso es que ya realice la configuracion pero al marcar la extension del fax esta marca ocupado y al intentar mandar un fax con winprinthylafax desde windows me manda un error. les mando mis archivos de configuracion.
---------------------------------
iax.conf
[2000]
username=2000
type=friend
secret=iaxmodem
qualify=yes
notransfer=yes
host=dynamic
context=central
callerid="Fax" <2000>
allow=all
--------------------------------
extensions.conf
[from-hylafax]
exten => _x.,1,Set(_SIP_CODEC=alaw)
exten => _x.,2,Dial(IAX2/ttyIAX/${EXTEN})
exten => fax,1,Dial(IAX2/2000)
---------------------------------
/etc/iaxmodem/ttyIAX
device /dev/ttyIAX
owner uucp:uucp
mode 660
port 45699
refresh 300
server fwzys
peername 2000
secret iaxmodem
cidname IAX Modem 1
cidnumber 2000
codec slinear
------------------------------
cuando ejecuto faxstat -s este es el resultado:
[root@asterisk]# faxstat -s
localhost: Unknown host
-----------------------------------
/etc/inittab
#fax
iax:2345:respawn:/usr/bin/iaxmodem ttyIAX & > /var/log/iaxmodem-ttyIAX
fax:2345:respawn:/usr/sbin/faxgetty ttyIAX
-----------------------------------
al ejecutar iax2 peers en CLI de asterisk este es el resultado:
CLI*>iax2 show peer like 2000
2000/2000 127.0.0.1 (D) 255.255.255.255 33282 OK (3 ms)
y me manda el siguiente mensaje a cada rato:
Nov 16 17:47:34 NOTICE[14789]: chan_iax2.c:5815 update_registry: Restricting registration for peer '2000' to 60 seconds (requested 300)
-- Registered IAX2 '2000' (AUTHENTICATED) at 127.0.0.1:33220
y cuando marco la extension de fax (2000) me marca lo siguiente el CLI
-- Executing Set("SIP/202-0a130408", "_SIP_CODEC=alaw") in new stack
-- Executing Dial("SIP/202-0a130408", "IAX2/ttyIAX/2000") in new stack
Nov 16 17:51:54 WARNING[10225]: chan_iax2.c:2815 create_addr: No such host: ttyIAX
Nov 16 17:51:54 NOTICE[10225]: app_dial.c:1076 dial_exec_full: Unable to create channel of type 'IAX2' (cause 3 - No route to destination)
== Everyone is busy/congested at this time (1:0/0/1)
== Auto fallthrough, channel 'SIP/202-0a130408' status is 'CHANUNAVAIL'
agradeceria cualquier ayuda. muchas gracias de antemano.