question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

In iOS device ringback is not played? but in simulator is working , what I am missing?

InCallManager.start({media: 'audio', ringback: '_BUNDLE_'});

I also try _DEFAULT_and _DTMF_

In simulator every thing is ok but in device ringback and busy tone is not played , just ringtone is working

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sm2017commented, Mar 1, 2018

@zxcpoiu I run again in device to check the log , the ring back works , I don’t change codes and have no idea why the code don’t works on device before (work on simulator) and now works on both

0reactions
zxcpoiucommented, Feb 27, 2018

Weird, if a simulator can play _BUNDLE_ , that means, problem is not from code itself.

  1. Did you see any logs like RNInCallManager.getAudioUri(): incallmanager_ringback.mp3 not found in bundle ?

  2. Given that ringback / busytone are part of start() function, I guess it seems start() function runs well on simulator, but there is something wrong when you call start() on real device. You could track logs in start() and see if it’s really started without any problem. There might have some incompatible lines which breaks start() function thus ringback are not played. see https://github.com/zxcpoiu/react-native-incall-manager/blob/master/ios/RNInCallManager/RNInCallManager.m#L125

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ringback Problem - Cisco Community
I am on a 2821 ios 12.4 spservices. h323 with local break out over PRI isdn. my dial peer config for pots is:...
Read more >
Problems | No Ringback - VoIP Troubleshooter
Ringback is the call progress indication that a caller hears whilst the number they called is ringing. Several problems can affect ... Problem:...
Read more >
Troubleshooting Ringback Issues H323 - voice on bits
An IP phone makes a call to PSTN number but doesn't hear ringback tone. The terminating switch should send ringback tone if originating...
Read more >
Ringback issues - CCIE Voice notes - WordPress.com
1. IP Phone calls PSTN, hears no ringback On the POTS dialpeer > progress_ind alert enable 8 2. PSTN user calls IP Phone,...
Read more >
Solved - Ringback tone is incorrect | 3CX Forums
RESOLVED - Turns out the Patton SN4171 gateway was the issue. It was missing the US tone set: profile call-progress-tone US_Dialtone
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found