Re: [Asterisk-Users] fax extension isn't executed

2003-11-17 Thread yamamoto
I solved partially.
I exchange BackGround sound file to enough long time one,
fax tone was detected sometime. but not anytime.


[EMAIL PROTECTED] wrote:
 
 Hi Martin and Tilghman.
 
 Martin Pycko wrote:
 
  Try to use Background application at s,1
 
 
 I tried this, but same.
 asterisk messages is below...
 (asterisk -vvvdc)
 -- Playing 'vm-extension' (language 'jp')
 -- Redirecting Zap/1-1 to fax extension
 -- Timeout on Zap/1-1
 -- Playing 'demo-thanks' (language 'jp')
 -- Hungup 'Zap/1-1'
 
 Tilghman Lesher wrote:
 
  Have you checked to make sure your fax extension is in the same
  context as the incoming call (or appropriately included)?
 
 Of course I wrote fax extension is in the same context for
 incoming.
 extension.conf is below...
 
 [mainmenu]
 exten = s,1,BackGround(vm-extension)
 exten = s,2,Hangup
 exten = t,1,Playback(demo-thanks)
 exten = t,2,Hangup
 exten = fax,1,Goto(faxmenu,100,1)
 
 [faxmenu]
 exten = 100,1,Hangup
 ;exten = 100,1,RxFax(/var/spool/asterisk/vm/test3.tif)
 
 [default]
 include = mainmenu
 

--Tatsuya
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] fax extension isn't executed

2003-11-14 Thread Martin Pycko
Try to use Background application at s,1

Martin

On Fri, 14 Nov 2003 [EMAIL PROTECTED] wrote:

 Hi
 I'm tring to use asterisk as IVR.  But I have trouble when I
 recieve fax.
 When I recieve fax, asterisk show message to looks redirect
 incoming fax to fax extension. But scripts in fax
 extension never execute. Timeout happen later(I think this
 timeout is caused by DigitTimeout).
 Somebody have some suggestion?

 Asterisk, zapata and zaptel is new CVS(1 week ago)
 OS is RH8.0
 FXO is X100P only (connect PSTN)
 no FXS

 asterisk messages is below...
 (asterisk -vvvdc)
 -- Set Digit Timeout to 10
 -- Set Response Timeout to 20
 -- Playing 'vm-extension' (language 'jp')
 -- Redirecting Zap/1-1 to fax extension
 -- Timeout on Zap/1-1
 -- Playing 'demo-thanks' (language 'jp')
 -- Hungup 'Zap/1-1'

 extension.conf is below...
 [mainmenu]
 exten = s,1,Wait,2 ; Wait a second,
 just for fun
 exten = s,2,Answer ; Answer the line
 exten = s,3,DigitTimeout,10; Set Digit Timeout
 to 5 seconds
 exten = s,4,ResponseTimeout,20 ; Set Response
 Timeout to 10 seconds
 exten = s,5,BackGround(vm-extension)   ; Play some
 instructions
 exten = 1,2,Hangup

 exten = t,1,Playback(demo-thanks)  ; Thanks
 for trying the demo
 exten = t,2,Hangup ; Hang them up.

 exten = fax,1,Goto(faxmenu,100,1)

 [faxmenu]
 exten = 100,1,Hangup
 ;exten = 100,1,RxFax(/var/spool/asterisk/vm/test3.tif)

 [default]
 include = mainmenu

 
 Yamamoto Tatsuya
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] fax extension isn't executed

2003-11-14 Thread Tilghman Lesher
On Thursday 13 November 2003 23:34, [EMAIL PROTECTED] wrote:
 I think asterisk detects CNG tones, because asterisk shows
 next message "Redirecting Zap/1-1 to fax extension". When I
 call from normal phone, it never show this message.
 I always use same remote fax machine to send test fax data.
 And I could hear CNG tone before answer by local fax
 machine(Of cource I was stopping asterisk during this
 check).
 I wonder why asterisl detect fax but not move to "fax"
 extension.

Have you checked to make sure your fax extension is in the same
context as the incoming call (or appropriately included)?

-Tilghman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] fax extension isn't executed

2003-11-13 Thread yamamoto
Hi Tilghman.

I think asterisk detects CNG tones, because asterisk shows
next message "Redirecting Zap/1-1 to fax extension". When I
call from normal phone, it never show this message.
I always use same remote fax machine to send test fax data.
And I could hear CNG tone before answer by local fax
machine(Of cource I was stopping asterisk during this
check).
I wonder why asterisl detect fax but not move to "fax"
extension. 

Tilghman Lesher wrote:
 
 On Thursday 13 November 2003 20:26, [EMAIL PROTECTED] wrote:
  Hi
  I'm tring to use asterisk as IVR.  But I have trouble when I
  recieve fax.
  When I recieve fax, asterisk show message to looks redirect
  incoming fax to "fax" extension. But scripts in "fax"
  extension never execute. Timeout happen later(I think this
  timeout is caused by DigitTimeout).
  Somebody have some suggestion?

--Tatsuya (in Japan)
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users