I'm implementing valet parking with auto selection of the park extension. The default valet_park_in extension looks like it's configured to do auto in, but doesn't voice the extension number. it simply parks the caller on *5900.
I'd think it would give me 5901.
Thanks in advance for your help.
Tom
condition | destination_number | ^(park\+)?(\*5900)$ |
action | valet_park | park@${domain_name} auto in 5901 5999 |
I'd think it would give me 5901.
Thanks in advance for your help.
Tom