Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 872054 - [Inari] Busy line tone is heard through the speaker (r=etiennesegonzac) #9818

Merged
merged 1 commit into from
May 17, 2013
Merged

Bug 872054 - [Inari] Busy line tone is heard through the speaker (r=etiennesegonzac) #9818

merged 1 commit into from
May 17, 2013

Conversation

gtorodelvalle
Copy link
Contributor

We set the 'mozAudioChannelType' to 'telephony' when playing the busy tone.

@gtorodelvalle
Copy link
Contributor Author

r? @etiennesegonzac

jhford added a commit that referenced this pull request May 17, 2013
…ne-on-speaker

Bug 872054 - [Inari] Busy line tone is heard through the speaker (r=etiennesegonzac)
@jhford jhford merged commit 57568a2 into mozilla-b2g:master May 17, 2013
jhford added a commit that referenced this pull request May 17, 2013
…ne-on-speaker

Bug 872054 - [Inari] Busy line tone is heard through the speaker (r=etiennesegonzac)(cherry picked from commit 57568a2)
@jhford
Copy link
Contributor

jhford commented May 18, 2013

Sorry, I accidentally merged this before it was R+'d. Please merge this manually.

@@ -164,7 +164,7 @@ var KeypadManager = {
this.hangUpCallFromKeypad);
}

TonePlayer.init();
TonePlayer.init(this._onCall ? 'telephony' : 'ringer');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to leave it to default when not oncall (ie. not setting a specific audio channel)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed! I'll try to include this change ASAP since I am in Madrid and I forgot my laptop back in Barcelona... :-( Since next Monday is a bank day in Barcelona and I won't be back until Monday night, I'll try to talk to someone in Monday to resend the pull request for me... ;-)

@etiennesegonzac
Copy link
Contributor

@gtorodelvalle this is ok to merge!

@etiennesegonzac
Copy link
Contributor

I'll merge it since this PR is closed :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants