Question about Answer()

Hi!

On each SIP extensions i configured the line: tonezone=ph

In the dialplan I have:

[from-internals] exten => 221,1,Dial(SIP/${EXTEN})

If I make a call to extension 221 the call works and the Ring…Ring…sounds but not as the tones defined by the line tonezone=ph in the other hand, If I use this dialplan

[from-internals] exten => 221,1,Answer() exten => 221,n,Dial(SIP/${EXTEN})

Now the tones sounds like defined by the line tonezone=ph but in this way the phone screen display the seconds like if the call was already answered.

Exist a way to the Ring…Ring… sounds like defined by the line tonezone=ph without need to Answer() the call first?