The calls tag has no wiki summary.
0
votes
0answers
33 views
how to block the iPhone outgoing calls using iPhone app
I have requirement that is i need to call through my iPhone only two phone numbers. User don't call some other number, if call some other means i need to show alert this number not access to call.
...
0
votes
1answer
29 views
android content observer - onChange method check if last call is missed call or not
I am working on an android app and I need to increment the incoming missed calls.
I registered a ContentObserver. How can I check in the onChange method if the call is a missed call or not?
I have a ...
0
votes
1answer
41 views
clear missed calls and clear notification from android bar
Using this code I managed to mark all missed calls as read:
ContentValues values = new ContentValues();
values.put(Calls.NEW, 0);
if (android.os.Build.VERSION.SDK_INT >= 14) {
...
0
votes
1answer
49 views
how to mask missed calls to read in android?
I am working to an android app that displays the missed calls using:
String[] projection = new String[]{CallLog.Calls.NUMBER,
CallLog.Calls.TYPE,
...
0
votes
2answers
66 views
Slice arrays in Perl
I know there are easier ways to do this, but I must demonstrate removing the first seven lines of a system call (top -bn1) and write the results to a file using array slices. I currently am having ...
0
votes
0answers
15 views
create bluetooh application in iOS to send music to headset
I would like to create an application in iOS to play my music via bluetooh headset
today my headset work on iOS just to answer and make calls
anyone know how to do?
Dario
0
votes
1answer
61 views
C++ system calls “SED”
I am trying to run the sep command using a c++ program. When i compile the below code i get a warning for argv[0]="sep"; stating "deprecated conversion from string constant to âchar*â ...
0
votes
0answers
29 views
Problems with webgrid
This is my big problem and I do not know what to do,
I've got a webgrid in my page :
var grid = new WebGrid(rowsPerPage: Model.RegistroPorPagina, ajaxUpdateContainerId: "contain", ...
0
votes
1answer
49 views
iOS: How to disable UILocalNotification sound while phone call
I want to disable UILocalNotification sound during phone calls. How to tell cocoa that?
1
vote
3answers
94 views
country code of incoming calls in android
I've just built an application that detecting incoming calls. I see that in some phones(or in different version of android) incoming call number has country code , some incoming numbers has not . Is ...
2
votes
1answer
46 views
Taking Twilio calls in a new Popup window
I am facing a scenario where live Twilio call gets dropped, if the browser window in which call is received is reloaded. Is there a way to overcome this set-back without affecting the live calls?
...
0
votes
1answer
81 views
use of calling functions in a loop
This is a really complex code, but bear with me.
This code is used to check for palindromes. the problem I am having is not knowing how to call functions from in another function and in a loop.
...
0
votes
0answers
32 views
Controlling phone functions with HTML
Can I can control my phone functions with HTML?
For example:
<a href="tel:+1800229933">Some Service</a>
will call that number. Now I wonder whether I can add this number to my ...
1
vote
1answer
84 views
Restrict Calls, SMS and Data usage
Can we restrict the below in iOS using objective-c or MDM (Mobile Device Management):
Making outgoing calls
Sending Messages (SMS)
Data transfer (Data Usage)
In the survey we found that the below ...
2
votes
1answer
144 views
Drop incoming call
I'm trying to block incoming call in android. I have this BroadcastReceiver but it handles the incoming call but does not block incoming call on my android 2.3.6 phone(didn't try on other versions).
...
0
votes
1answer
80 views
Asterisk cdr and calls web panel
I saw many panels to monitor cdr in asterisk, for example, http://www.cdr-stats.org, but I wonder, if there any free web software, which i could integrate with asterisk, that could give oportunity to ...
0
votes
0answers
42 views
Integrating Landline Telephone in a Java EE Based Ordering System
Currently running a small enterprise and we are receiving a lot of calls from clients; We currently have a Java EE-Based Information System installed and have two telephone lines with their ...
0
votes
0answers
99 views
BroadcastReceiver doesnt work, wrong Context (receiving calls)?
Here is part of SipDemo (voip receiving calls) :
public class WalkieTalkieActivity extends Activity {
...
public IncomingCallReceiver callReceiver;
public SipManager manager = null;
@Override
public ...
0
votes
2answers
162 views
How do I use the twilio-php library to retrieve all calls made between two dates?
Using the following code I am able to get the logs of calls and SMS's. How do I modify this code to only search between certain dates using PHP?
// Instantiate a new Twilio Rest Client
$client = ...
0
votes
0answers
109 views
Listen for incoming call using SIP-ANDROID
I used sip demo API from developer site. It's not working in Samsung Galaxy Y, HTC Wildfire S, Samsung Galaxy Note, HCL ME tablet. I am not able to understand what the problem is. I have downloaded ...
1
vote
0answers
351 views
Windows Phone 8 - Make a call without user notification
Is there any way a Windows Phone 8 app can make phone calls, sending SMS, and perform other cellular network activities without user interaction?
According to this answer ...
0
votes
1answer
70 views
same button, each click performs another function… HOW?
I have a website that has multiple languages, currently the language bar is displayed along the top of the site with a button for each language. What I would prefer is one button, click it once, the ...
4
votes
4answers
468 views
JavaScript doesn't seem to wait for return values
I've been struggling with this for a while now. I'm new to Javascript, and have been under the impression that the code I've been writing has been running asynchronously. Here is a generic example:
I ...
1
vote
0answers
67 views
Count system calls for processes in Minix 3 and print processes/#of sys calls with F8
I need a way to count how many system calls every process uses (user, system, etc) and then print the results for all processes with F8. I'm guessing that I need to change proc.c and proc.h to add a ...
0
votes
0answers
42 views
Display a single, specified call from CallLog
i'm working at an android applicationand i've managed to monitor outgoing and receiving calls and save number,date into a database.
BroadcastReceiver callRcv = new BroadcastReceiver() {
...
0
votes
2answers
64 views
Procedure handling Pascal
I am writing a program in pascal. But somehow getting errors whose reasons I dont understand. Can you please help.
Program main;
Procedure A(n : longint);
Procedure B(n : longint);
Procedure ...
0
votes
0answers
71 views
using windows in pc for automatic call accepting and reply
Our aim is to design a automated receptionist system in laptop interfacing with phone through blue-tooth. Our module should automatically accept the incoming calls on mobile phone(which is already ...
0
votes
4answers
101 views
How to invoke static method using two variables in PHP
I have two variables:
$a = 'some_class';
$b = 'some_method';
What I want to do is something like this (the method is static):
$a::$b;
Is it possible? I've tried the reflection class, but I can't ...
0
votes
1answer
200 views
Android: Bluetooth headset redirects sound to phone
Well, my Bluetooth headset (Nokia Bh-503) works fine with any application on my phone, but when I receive a call it works for the firs 5s then the sound is redirected to the phone .. it used to work ...
-2
votes
1answer
171 views
Is it possible to edit CallLog (logs.db) via SQLite queries on Android?
As i mentioned in title, I wonder if it is possible to edit logs.db database which contain Calls and Messages via SQLite queries. I am interested in using collumn which is used by messages (m_content) ...
4
votes
2answers
197 views
SQL Server : procedure call, inline concatenation impossible?
I'm using SQL Server 2008 R2 and was wondering if there is another way of writing something like
EXEC dbo.myProcedure (SELECT columnName FROM TableName)
or
EXEC dbo.myProcedure @myStringVariable + ...
0
votes
5answers
830 views
Android, Handling incoming call event
I am developing an application which has a countdown timer. I want to pause that timer only if there is an incoming call on the phone. Is there any way to fire an event whenever we receive a call ?? ...
2
votes
2answers
811 views
RestKit Best practices with the sendSynchronously method
I am trying to load objects synchronously with RestKit and to do that I am using [anObjectLoader sendSynchronously] on a background thread. Then in the RKObjectLoader didFinishLoad: the application is ...
0
votes
1answer
290 views
Android: make a call and disconnect after ringing to leave a missed call
i am using this code to make call
Intent callIntent = new Intent(Intent.ACTION_CALL,
Uri.parse("tel:" + phoneNumber));
startActivity(callIntent);
and i want to ...
2
votes
2answers
182 views
Variable inside sql query, to avoid multiple computations
How to avoid multiple calculations
I have this in a stored procedure(IBM DB2)
UPDATE my_table
SET field1 = my_func(fieldx, 1, 2),
field2 = my_func(fieldx, 1, 2) * fieldy
WHERE my_key ...
0
votes
2answers
182 views
Connecting to a telephone system via java
I would like to develop a Java app that logs all incoming calls to our telephone system.
We use an octopus open system provided by the telekom.
After some research I found out that jtapi would be an ...
0
votes
1answer
219 views
What API/Class do I use to check for outgoing calls? - Android
I can't seem to find a good class / API that can tell me when my phone is making a phone call. I know that I can detect when a phone call is being received by using TelephonyManager, but how do I ...
-3
votes
1answer
53 views
Class change when mouse over
I have a problem, I have a function in javascript that changes a span class when I click on a button, but when I move the mouse over the that span the class changes for the old one. Why?
Thanks in ...
0
votes
2answers
185 views
MoQ how to set up for multiple calls of the same method
I have problem setting up the mock to fail if the user has attempted to log in three time with failure. My code looks like this:
<TestMethod()>
Public Sub ...
0
votes
0answers
35 views
unable to call service from receiver which inturn calls an activity
Im trying to call a service from a receiver which inturn will call an activity...
im unable to go this !
this is my receiver ..
public class MyReceiver extends BroadcastReceiver{
@Override
...
1
vote
4answers
194 views
Call multiple scripts through ajax. Script 2 should be called only after Script 1 has finished its execution
I have 4 scripts which I want to call one after another through ajax.
I want to call script_2 only after script_1 has completed execution.
It means first I want to call script_1 in ajax, display the ...
0
votes
0answers
103 views
Ajax-Call veeeeery slow on MS IE 7.0 / 8.0
I was testing our website with different browsers and I figured out, that it is painfully slow to load with MS IE 7.0 / 8.0 (ca. 15s). I used IETester, as I cannot install the old versions of MS IE on ...
0
votes
1answer
325 views
how to delete log from last call only?
Using the following code i can delete calls from particular numbers, which works fine only it very slow and the app becomes unresponsive while the code is running (especially if the is a lot of calls ...
0
votes
5answers
86 views
Recursive function calls of unnamed functions JavaScript
I've searched for Recursive Calls in javascript, but i want to make a recursive call of a "unnamed" function.
The results i find using google is something like this
function foo() {
...
2
votes
3answers
235 views
AJAX Call is incrementing itself by +1 each time it's called
I have a piece of JQuery AJAX that calls a VB.NET code-behind (class) that returns string data. It grabs some latest stats on a particular server. Now the code works, but the first time I press the ...
0
votes
0answers
120 views
IE8 crashes because of jquery calls
i have used jquery calls to get data from services, the problem is that when i utilize calls on my page IE8 crashes. these calls work fine in Chrome, Firefox and next versions than IE8.
can anyone ...
0
votes
0answers
404 views
android : application / service that handle incoming calls
This is a very basic question .
Which android OS application / service is handling incoming call.
I assume that there will be some hardware interrupts received for an incoming call.
But ultimately ...
0
votes
2answers
483 views
C++ Timer, Thread, periodic calls
I have issue with thread-safe callbacks.
void draw_something() { /* draws something */ }
And the question is, how to call draw_something in main application thread every specify amount of time ...
0
votes
1answer
471 views
Converting AJAX call to avoid cross-domain problems
I m trying to convert the following code to another AJAX call, in order to not have cross-domain problems!
This is my original code:
<script>
$(document).ready(function() {
...
1
vote
0answers
53 views
How to differentiate the calls made by the applications and the users(manually)?
In my application i want to warn the users when a call/text is being made by an application.
An application is attempting a call without user intervention.. and a user himself is attempting a call by ...


