SimpleAudioEngine problem while Phone call

Hi,
I don’t know if anyone else has noticed this, but while the game is running, if a call comes up then the Background Music continues to play in the background.

Is there anyway to stop it.
I think this should be the default functionality of the game to pause background music during a phone call.

You need to uncomment the lines in AppDelegate.cpp in the applicationDidEnterBackground() and applicationWillEnterForeground(). This should stop the background music for you.