Hello asterisk-users.
I have the following dial-plan:
[test]
exten => 482,1,Dial(OH323/[EMAIL PROTECTED],10)
exten => 482,n,Dial(OH323/[EMAIL PROTECTED],10)
exten => 482,n,Dial(OH323/[EMAIL PROTECTED],10)
exten => 482,n,Dial(OH323/[EMAIL PROTECTED],10)
exten => 482,n,Dial(OH323/[EMAIL PROTECTED],10)
exten => 482,n,Dial(OH323/[EMAIL PROTECTED],10)
When I call
exten => 490,2,Dial(Local/[EMAIL PROTECTED]/n)
all works perfect - ports are hunted until one answers
I composed the following auto-dialout file:
Channel:Local/[EMAIL PROTECTED]/n
MaxRetries: 4
RetryTime: 90
WaitTime: 10
Context: test
Extension: 430
Priority: 1
But hunting is not working:
-- Attempting call on Local/[EMAIL PROTECTED]/n for [EMAIL PROTECTED]:1 (Retry
1)
-- Executing Dial("Local/[EMAIL PROTECTED],2",
"OH323/[EMAIL PROTECTED]|10") in new stack
-- H.323 call to [EMAIL PROTECTED] with codec(s) ALAW
Outbound H.323 call 'ip$localhost/20471'.
-- Called [EMAIL PROTECTED]
Call 'ip$localhost/20471' alerted in INIT state.
-- OH323/L20471 is ringing
Dec 6 04:05:53 NOTICE[10787]: pbx_spool.c:234 attempt_thread: Call
failed to go through, reason 3
-- Hungup 'OH323/L20471'
== Spawn extension (test, 482, 1) exited non-zero on 'Local/[EMAIL
PROTECTED],2'
Call 'ip$localhost/20471' cleared.
-- H.323 call 'ip$localhost/20471' cleared, reason 1 (Cleared by local user)
Call 'ip$localhost/20471' without owner has already been cleared (1).
Cancelled scheduled release of call 'ip$localhost/20471'.
Can u advise?
Thanks in advance!
_______________________________________________
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