[Asterisk-Users] auto-dialout not doing LCR
Maxim Litnitsky
litnimax at gmail.com
Mon Dec 6 02:55:35 MST 2004
Hello asterisk-users.
I have the following dial-plan:
[test]
exten => 482,1,Dial(OH323/106 at 192.168.2.73,10)
exten => 482,n,Dial(OH323/102 at 192.168.2.73,10)
exten => 482,n,Dial(OH323/103 at 192.168.2.73,10)
exten => 482,n,Dial(OH323/104 at 192.168.2.73,10)
exten => 482,n,Dial(OH323/105 at 192.168.2.73,10)
exten => 482,n,Dial(OH323/106 at 192.168.2.73,10)
When I call
exten => 490,2,Dial(Local/482 at test/n)
all works perfect - ports are hunted until one answers
I composed the following auto-dialout file:
Channel:Local/482 at test/n
MaxRetries: 4
RetryTime: 90
WaitTime: 10
Context: test
Extension: 430
Priority: 1
But hunting is not working:
-- Attempting call on Local/482 at test/n for 430 at test:1 (Retry 1)
-- Executing Dial("Local/482 at test-0cba,2",
"OH323/101 at 192.168.2.73|10") in new stack
-- H.323 call to 101 at 192.168.2.73 with codec(s) ALAW
Outbound H.323 call 'ip$localhost/20471'.
-- Called 101 at 192.168.2.73
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/482 at test-0cba,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!
More information about the asterisk-users
mailing list