Skip to main content

Questions tagged [telecom]

The tag has no usage guidance.

telecom
2 votes
1 answer
34 views

Does SM-DP+ has access to MNO specific keys in the eSIM realm?

As you know in the eSIM realm, for the customer model, SM-DP+ is responsible for loading the MNO provided profile into the eSIM chip; and, after loading such profile, the final end-user, can ...
E...'s user avatar
  • 53
-2 votes
0 answers
13 views

I want to connect to my SIM card virtually so I can dial USSD code

I have a SIM that I want to connect to my server so that I can be sending some USSD to the SIM from my application without relying on third party services. All information would be highly appreciated. ...
Topman's user avatar
  • 1
1 vote
1 answer
35 views

How can I remove a placed call with TelecomManager.placeCall()?

I am working on an application that can manage calls. And the call provider platform is Twilio. But there is an issue when I make an outgoing call using TelecomManager.placeCall(). It works for the ...
Murad Eliyev's user avatar
0 votes
1 answer
166 views

Understanding Digit Repetition in Phone Numbers

I am currently working on a project that requires validation of phone numbers, and I'm curious about the potential repetition of a single digit within a phone number. In a typical phone number, how ...
Adarsh nm's user avatar
0 votes
0 answers
120 views

Is there a way to send A2P SMS messages from a NodeJS app to users without a third party SMS gateway like Twilio?

Telecom n00b here, veteran software engineer. If there is another stackexchange that is more appropriate for this question, lmk. I've built an interactive SMS based app in Nodejs that functions ...
cody blanchard's user avatar
0 votes
0 answers
62 views

Unable to put RAR message in default section for Seagull Network Generator tool

I am using Seagull Tool, to test Functionality of RAR,RAA in between PCRF and PCEF system, If i put RAR portion in traffic section, i can see PCRF is generating RAR and RAA is also being populated, ...
Rajdip Bose's user avatar
0 votes
0 answers
24 views

Unable to accept/reject calls programatically in Android

I have a use-case in which I have established an app to app bluetooth connection between an Android mobile & an Android tablet. The apps running on both the devices are different. Now, when I ...
srivastrahul's user avatar
0 votes
1 answer
203 views

Android telecom Connection private function (supportedAudioRoutes)

Why google dont provide this function for normal use (android.telecom.Connection)? I need this function for disable bluetooth selection for my call. I think that in java we can use reflection for get ...
Filipe Torres's user avatar
-1 votes
1 answer
380 views

Can a telephone call be intercepted with React Native

Thanks for reading my post. I work in a company that works with telecom. We have an app made with React Native. The app can do all sorts of stuff like call transfer, Do-not-disturb etc. However, I ...
Thomas Fabricius-Bjerre's user avatar
1 vote
0 answers
281 views

TelecomManager: An exception on AddNewIncomingCall()

I am trying to use Telecom features in my Xamarin.Forms app. When AddNewIncomingCall() is called, an exception is thrown: Java.Lang.SecurityException: Package com.android.phone does not belong to ...
David Shochet's user avatar
1 vote
0 answers
139 views

How can I integrate my video chat with Telecom?

I have a Xamarin.Forms application that has a video chat feature. Currently, a video call is made by sending push notifications using Firebase, and is answered by touching the push notification. This ...
David Shochet's user avatar