fmod play music no sound after answer the telephone

I used fmod studio in cocos2dx,
applicationDidEnterBackground() call setPaused(true);
applicationWillEnterForeground() call setPaused(false)
someone to help me?
Thank you.

You can read about handling interruptions (such as phone calls) here in the documentation.