[Asterisk-Dev] FAX configuration

Sergio Serrano Revuelto sergio.serrano at avanzada7.com
Mon May 12 07:49:12 MST 2003


Hi all,
	I'm trying to configure Fax extension with a S100U. My
extensions.conf seems like that, in default context:

[default]
exten => s,1,Wait(5)
exten => fax,1,Goto(fax|1|1)
include => trabajo|8:30-23:30|mon-fri|*|*
include => fuera-trabajo 


Fax context is as following:

[fax]
exten => 1,1,Dial(Zap/2/BYEXTENSION)
exten => 1,2,Hangup

Problem is whe fax arrives to * it's redirected to U100S, but when faxes
connect zap hangs whith the next trace:


 Executing Goto("Zap/1-1", "fax|1|1") in new stack
    -- Goto (fax,1,1)
    -- Executing Dial("Zap/1-1", "Zap/2/BYEXTENSION") in new stack
    -- Called 2/1
    -- Zap/2-1 is ringing
    -- Zap/2-1 is ringing
    -- Zap/2-1 is ringing
    -- Zap/2-1 is ringing
    -- Zap/2-1 answered Zap/1-1
    -- Attempting native bridge of Zap/1-1 and Zap/2-1
    -- Hungup 'Zap/2-1'
  == Spawn extension (fax, 1, 1) exited non-zero on 'Zap/1-1'
    -- Hungup 'Zap/1-1'


Any idea?

Thanks in advance
srsergio




More information about the asterisk-dev mailing list