Play sound when call picked-up

I know you can play a sound (say, a beep) to the called device using something like:

exten => 100,1,Dial(SIP/100,30,A(beep))

But how can I play the same sound to the calling user when the call is picked up?

Nevermind–just figured out you can easily do this with the Playback() function.