# fmod play music no sound after answer the telephone

**URL:** https://qa.fmod.com/t/fmod-play-music-no-sound-after-answer-the-telephone/12708
**Category:** FMOD Engine
**Created:** [September 22, 2016, 2:08pm UTC](https://qa.fmod.com/t/fmod-play-music-no-sound-after-answer-the-telephone/12708 "2016-09-22T14:08:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![wusuiyong](https://avatars.discourse-cdn.com/v4/letter/w/ed655f/32.png) [@wusuiyong](https://qa.fmod.com/u/wusuiyong)
#### Post date: [September 22, 2016, 2:08pm UTC](https://qa.fmod.com/t/fmod-play-music-no-sound-after-answer-the-telephone/12708/1 "2016-09-22T14:08:22Z")

</div>

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

---

<div class="post-metadata">

### Author: ![mathew](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/mathew/32/431_2.png) [@mathew](https://qa.fmod.com/u/mathew)
#### Post date: [September 22, 2016, 11:43pm UTC](https://qa.fmod.com/t/fmod-play-music-no-sound-after-answer-the-telephone/12708/2 "2016-09-22T23:43:28Z")

</div>

You can read about handling interruptions (such as phone calls) [here](http://www.fmod.org/documentation/#content/generated/platform_ios/basics.html) in the documentation.
