"Call" may refer to originating a conversation by telephone, or may refer to executing a subroutine in code.

learn more… | top users | synonyms

0
votes
0answers
18 views

Can I create a virtual Bluetooth headset to manipulate call stream?

I'm creating an app that interacts with the phone stream, and I'm wondering if this is a reasonable workaround to be able to play audio into the call stream I know that it isn't directly possible ...
0
votes
2answers
32 views

Calling method from another class from another file C#

I have declared a namespace in Feed.aspx.cs . This namespace contains a class and this class contains a method: Feed.aspx.cs namespace GetUser { public class MyFeedClass { public string ...
0
votes
0answers
9 views

No documentation about AppSecret Proof for Server API calls ?

If I enable the option giving in "Advanced Settings" is gives me "BAD Request or error code 400" If I enable this option, what is the required value of AppSecret_Proof parameter?
0
votes
3answers
47 views

Can a list and variables be returned from a function?

I can do this.. def funcOne(): a,b = funcTwo() print a, b def funcTwo(): ..... ...... return x, y But can a list also be returned from funcTwo and displayed in funcOne ALONG ...
1
vote
2answers
55 views

Python 101: Is a function call an expression?

According to this answer, a function call is a statement. But in the course I'm following in Coursera, they say a function call is an expression. So this is my guess: a function call does something, ...
0
votes
1answer
14 views

Android Call log date convertion

I have a call log backup from my Android mobile phone, and I'm trying to know the date & time of the calls. The log says: <HTCCALLOG> new=1 numbertype=3 duration=28 number=PERSON'S PHONE ...
0
votes
3answers
39 views

Java Android: Calling a Method

I'm building a list view android application. I want a message to be returned when a url is clicked from the list which is in an array telling the user if the site is offline or online. I am doing ...
-1
votes
0answers
20 views

Auto-dialer and web access

I need to create a simple app that will dial number which is written in a text file and saved on web server. There is no UI to the app (at least I don't need any) and the app should run continuously ...
-6
votes
0answers
30 views

Complete Action using . . . [closed]

I want my phone while making call use my client. I don't know that what SipDroid, Csipsimple added in their code so that each time call is made to Sip address i got message complete the action using ...
0
votes
0answers
15 views

how to Set account as primary acocunt?

I have made Sip Client, its making and receiving calls. Now, i want it to make calls using intent. Intent callIntent = new Intent(Intent.ACTION_CALL); ...
2
votes
1answer
39 views

Would this code fetch the elements every iteration?

Normally, I would write code like that. auto elements = get_elements(); for(auto i : elements) { // ... } I wonder if I it would make any performance difference to use the code below instead. ...
0
votes
0answers
18 views

how to get a specific set of call logs from android database

Here is the code I have for retrieving the call logs: cursor_call = context.getContentResolver().query( CallLog.Calls.CONTENT_URI, null, null, null, "DATE DESC"); Instead of ...
1
vote
0answers
26 views

How can I setup twilio call record?

I have an iOS app with Twilio calls and voice record. I'm using Twilio Client iOS SDK. When user want to call the connection is created with code: TCDevice* _device ...; TCConnection* _connection ...
3
votes
2answers
53 views

When defining the operator ==, null value returns “call is ambiguous”

I have custom classes Rational, Real, and Complex. In Complex I overload operators that allow me to compare a Complex and a Real, or a Complex and a Rational. It would be easy if I could define an ...
-1
votes
2answers
17 views

iOS how to create a block list from the contacts and block the calls of those in the list? [duplicate]

Any idea guys? Can we do this using the available APIs? I want to get the contact list then select from people from there and block their calls if blocking of calls is turned on in my app. Thank you ...
1
vote
2answers
82 views

How can I add my application to the android default Dialer selection?

My Question is how can I add my application to the android default Dialer selection, to be more specific without using the android.intent.action.CALL_PRIVILEGED? Now I am using this code below, this ...
0
votes
1answer
35 views

How to make a link of a button inside a servlet

Hello Everybody and thanks for reading and trying to answer this. My current dilema is this. I have a login page which leads to a servlet where I check and validate the login and I need to "paint" a ...
0
votes
1answer
20 views

How did Groupme implement their conference call feature?

I'd like to know how the Groupme app generated a phone number for each group and handled the call once a user called the number. I imagine the number called one of their servers which then called ...
-4
votes
0answers
49 views

send string from c# application to java application [closed]

i have a java application deal with strings, and write in text File. in the main method i have: SubsAnalyzer SA = new SubsAnalyzer(); if (Q.length() != 0){ for (String string : ...
6
votes
3answers
72 views

toString() method within System.out.println() a double call?

A professor of mine once said that the following code should never be done: System.out.println(object.toString()); He said (and I believe cited "Effective Java") it causes a double call. Since ...
0
votes
0answers
21 views

Android: How are call details compared to saved contacts

I am creating an app for which I need to know the Algorithm that is used to compare Call Details with the Contacts that are saved in any phone. For example: If the phone number of an incoming call is ...
0
votes
0answers
13 views

Accept call with Lync Client and Ucma application

An Ucma 3.0 application is running in background.which has established a userendpoint for sip:xxx@yyy.com. At the same time Lync client with sip:xxx@yyy.com is online.When a call arrives for ...
0
votes
0answers
68 views

How to make a textBox value to a name of array variable?

I have some public array variables: double[,] matrikkookurensisub1_0 = new double[256, 256]; double[,] matrikkookurensisub1_45 = new double[256, 256]; double[,] matrikkookurensisub1_90 = new ...
0
votes
1answer
55 views

My C# Assembly or my code?

Hello i have this code: private void button1_Click(object sender, EventArgs e) { if (radioButton1.Checked) { UDP.startflood(textBox1.Text, ...
1
vote
2answers
34 views

How to call winapi function via pointer to this fuction?

I get functions from ntdll.dll dynamically, using GetProcAddress winapi function like this: HMODULE ntdllh = LoadLibrary(L"ntdll.dll"); unsigned char* ptrToNtLoadDriver = ...
0
votes
0answers
38 views

values not being added to arraylist

public static void main(String[] args) { List <int []> arrayList = new ArrayList<int []>(); // array list to hold child arrays PriorityQueue <state> open = new ...
0
votes
0answers
10 views

why move_alloc is not working in gfortran (4.6.3), but it is in ifort?

I've read here that move_alloc works since gfortran 4.2. I'm with gfortran 4.6 installed in my ubuntu 12.04 but move_alloc is not working! The move_alloc is used five times inside a loop that runs 10 ...
1
vote
4answers
73 views

Do async GET like in a loop but wait for response for each

I've googled this and cannot find an answer. I want to make a GET to a url in Scala/play framework and then do something with the result. If the result contains what I want then I want to call it ...
-1
votes
2answers
36 views

PHP - Call echo script outside

I've got a real problem, I want to make an alert using PHP to call JavaScript, but my PHP is inside a textarea, is there anyway to echo out the script outside the textarea without moving the PHP code? ...
0
votes
1answer
30 views

How to initiale phone call by contact name on iOS?

I know how to add a contact, I know how to initiate a phone call. What I don't know, if it's possible to initiate a phone call only by contact name. What I mean: I add a new contact with phone number ...
0
votes
0answers
57 views

Hide calling phone number, When call is made through my app

I have button in my android app to call a desired phone number. I want to hide this number from callers call log (yes, i want to hide it from displaying androids call log) is there any possible way ...
4
votes
4answers
212 views

Block incoming calls and sms in android

I tried to block incoming calls and sms in android for given numbers. after we block a number, when we getting a call from that blocked number, caller can here voice message as Number Busy. But is ...
0
votes
0answers
31 views

SQLalchemy - call a query function from another file

I have following question, I want to call a function which is querying my database. So my code like that is working fine, cause I'm calling the function inside the file: #!/usr/bin/python # -*- ...
0
votes
1answer
39 views

Android JB 4.2.2 and Monkeyrunner script to make call

I am using Jelly Bean 4.2.2 on my device and trying to make a call using Monkeyrunner script. I am using the below code which was working on ICS very well but in JB, it doesn't type the phone number ...
0
votes
0answers
35 views

How to hide caller ID number in Android Recent Call as well as an incoming or outgoing call

I am looking for a solution to Hide the Caller ID number retrieved when placing a call or taking a call as shown in images. I looked for apps but most of them weren't useful. So finally I've decided ...
0
votes
1answer
39 views

d3.js selection and call() conundrum

i have the following bit of d3 (cubism) code in a coffeescript class: d3.select("view").selectAll(".horizon") .data( @metrics ) .enter() .insert("div", ".bottom") .attr("class", ...
0
votes
0answers
54 views

android - Unable to call an other class's method

I'm now on making a message signing APP for android. the APP consists of BlowfishCipherActivity, SignedMailExample.java(it successfully works on pure java complier), an so on. However, When I ...
0
votes
2answers
43 views

How to resume (or launch) my app after a phone call ends in iOS (my app did *not* initiate the phone call)?

I have seen several ways to "make sure that my app is shown again after a phone call which my app has initiated has ended" however that isn't what I want -> what I am looking for is a way to, say my ...
0
votes
3answers
51 views

No matching function for call error

I don't understand what's wrong here. I've cut what i believe to be the non relevant part of the code to make it easier to read. The debugger shows the error below at the line "check(grid, n, q, ...
0
votes
3answers
73 views

Call a method every x minutes

currently I have a application which can send notifications, I would like this application to be able to send these notifications automatically every x minutes (for example, 15 minutes is the ...
0
votes
0answers
12 views

Android SipAudioCall sending audio, but not recieving

I'm trying to use android.net.sip to make a app that can communicate with other SIP clients. Everything has been so far so good, it registers with my SIP server (asterisk 1.4.21.1) and it can make a ...
0
votes
3answers
58 views

How do I redirect or call a different Controller Action from my Controller Action in Magento?

I want to call cms/index/noRoute Action from one of my custom module's controller action, How do I do it? I tried, $this->_redirectUrl('cms/index/noRoute') and ...
0
votes
3answers
22 views

Call base Class function

say I have : File BaseFoo.php : require('MyClass1.php') class BaseFoo(){ function check(){ //do somme stuff } function f1($o){ $c = new MyClass1(); return $c->f1($o); } ...
0
votes
0answers
23 views

Sequentially executing multiple PHP web pages from a single PHP web page

I have 6 PHP web pages that I execute manually in sequence. Is is possible to build a single PHP web page that would execute the six pages sequentially? Being more verbose: I want a single PHP page ...
-1
votes
0answers
30 views

Google talk voice call on my website (using php) [closed]

I'm trying to add google talk-> voice call (so it's free for user, not like google voice ->voip) on my website. I'd like to put on my site a user list and they can speak each other (by voice) using g ...
0
votes
2answers
107 views

How to start Viber call from an Android app?

I am developing an Android application, and besides other functionalities it has to be able to place a call using Viber. I tried to use solution for Skype but without success. Error which I get is: ...
-2
votes
0answers
176 views

How do call USSD code silently? [closed]

I use IExtendedNetworkService interface for catch USSD result . Call USSD silent not show "USSD code running..." . interface IExtendedNetworkService { /** * Set a MMI/USSD ...
2
votes
0answers
32 views

Sencha Touch 2 make call to phone number doesn't work properly on android 4.0.4

I have simple view with info for the user. When I tap on phone number I'm able to call to that number, and it's OK. When I tap on user number in the titlebar I also able to call to that number. The ...
0
votes
2answers
24 views

Nullpointer when trying to update listview

In my MainActivity class, I have a method listview_fuellen that fills my listview. public void listview_fuellen(){ DBHelper db = new DBHelper(this); ListView lv = (ListView) ...
-1
votes
0answers
7 views

Call Transparent Xml Layout: i want to call Transparent Xml Layout on my Current Xml File But Current Layout Always Show in Back Ground [closed]

i have to xml layout First is main.xml And Secound is Transparent dice.xml.i want to Show dice.xml on main.xml when Click Event Fire On Main

1 2 3 4 5 37