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