Page 1 of 1

ViCiDial Transfer Dial Timeout

PostPosted: Tue Jun 27, 2023 11:05 am
by martinch
Good afternoon guys, I hope everyone is doing well. I had a question if I may.

Had a weird query...can you adjust the timeout when transferring a call to a third party?

I can logic in vicidial.php that uses `manual_dial_timeout` but I can't see the timeout being passed to `manager_send.php` and therefore can't see any timeout. When I actually attempt the transfer, I get 30 seconds of time.

Am I missing something here? Please englighten me. If no such feature exists, I'm happy to implement a feature "Transfer Dial Timeout" / "Xfer Dial Timeout".

Thanks guys. Looking forward to your posts :)

Re: ViCiDial Transfer Dial Timeout

PostPosted: Fri Jan 05, 2024 9:22 am
by mflorell
If it's a blind transfer, then it would use whatever timeout you have set in the dialplan "Dial" command.

Re: ViCiDial Transfer Dial Timeout

PostPosted: Mon Jan 08, 2024 12:40 pm
by carpenox
What happens when there isn't one at in that field?

Re: ViCiDial Transfer Dial Timeout

PostPosted: Tue Jan 09, 2024 7:35 am
by mflorell
If no timeout is defined in the dialplan "Dial()" command, then Asterisk should let it ring forever in theory, although I can't say I've ever tested that though.

Re: ViCiDial Transfer Dial Timeout

PostPosted: Tue Jan 09, 2024 8:54 pm
by carpenox
Ok thanks I'll do some testing