Hello … I’ve searched high and low for the answer to this question. (Maybe I’m just not using the correct terminology)
When a user calls my DID, the auto-attendant picks up. If the user hits 1, it transfers to my extension. Instead of ringing the extension immediately, I’d like for the caller to hear both music and a message like "please hold while I transfer your call to … " Can someone please tell me how to do this?
Thanks in advance.
Paul
Ok … in my extensions_custom.conf I have added these lines:
exten => 700,1,Background(pls-hold-while-try)
exten => 700,2,Dial(SIP/${EXTEN},20,m)
exten => 700,3,VoiceMail(${EXTEN}@default)
exten => 700,4,Hangup
This appears to work when dialing 700 from internal extensions. The only weird thing is that the attendant says 710 instead of 700 and then plays my hold music. Weird.