Questions tagged [call]
21 questions
12
votes
3 answers
where does Kernel reside on a multi-core system
Suppose I have a multi-core system, say 4 cores, and in this I pin 3 user process to a 3 CPU's.
In such a case, where will the kernel reside?
Suppose one of the user process make a system call, or say an IOCTl, to the kernel. Will that IOCTL be…
Varun Kulkarni
- 131
4
votes
2 answers
How to transmit audio for a call from mobile phone to PC via WiFi and back?
In a few days I'll lead a meeting in a room that does not provide any phone signal. However, during this meeting we have to call a person who can not attend this meeting in person.
To make the call possible, I had the following idea:
Place some…
Hauke P.
- 541
- 1
- 9
- 23
4
votes
1 answer
How can I make/receive phone calls with a modem on Linux?
Possible Duplicate:
How can I receive phone calls on a Linux server and script stuff depending on the numbers pressed?
This is related to my previous question (How can I receive phone calls on a Linux server and script stuff depending on the…
knarf
- 375
- 1
- 5
- 10
3
votes
2 answers
Android won't register SIP on FritzBox router
In the past I've used VoIP/SIP apps to call from my Android phone. Recently I got the upgrade to Android KitKat (4.4.x) and I've noticed that it includes SIP accounts natively (accessible through calling app, settings, SIP accounts). It didn't work…
Luc
- 3,411
2
votes
3 answers
How to run a command from the terminal/a script without the need to wait until the program exits?
The problem is that if I execute a command (eg. a Python script), the terminal or script is waiting until the program return a exit status so that it can continue or return to terminal. Is there a way to circumvent this?
user1527118
2
votes
2 answers
Call a VBA function by string value
In VBA, is there a way to call a function by string value?
For example -
Dim function_name, value1, value2 as String
value1 = "test"
value2 = "Function"
function_name = value1 & value2 ' So function name = 'testFunction'
call function_name ' But…
David Gard
- 1,527
1
vote
1 answer
Windows Batch Call Command not passing variable value?
I'm getting strange output when running my script:
@echo off
setlocal
pushd "%~dp0"
set Mode=batch
if "%Mode%"=="batch" call :BATCH
echo %Loc%
pause>nul
exit
:BATCH
set "psCommand="(new-object -COM 'Shell.Application')^
.BrowseForFolder(0,'Please…
user497818
- 11
1
vote
0 answers
How do I use the PC's headset for smartphone calls, when connected through USB?
When my smartphone (Nokia 500) is connected to the desktop (Win7 x64) though USB, I want the smartphone audio to default to the PC headset for calls.
How do I do that?
Thanks.
doomkrad
- 11
1
vote
0 answers
How can I call phones from my pc using a mobile phone connected to my pc?
I mean this question in abstract for usb/bluetooth connected featurephones and dumbphones.
But also specially for this mobile phone:
Motorola RAZR V3i
I have computers running debian and ubuntu, can connect my phone via usb and/or bluetooth over…
Bryan Shadow
- 51
1
vote
0 answers
Start call on Cisco Voip phone with an http link
I don't have any previous experience with IP phones.
I'd like to know if there is a way to make a call with a Cisco IP Phone (model 7912) clicking just a web link. Actually the phone is connected to the PC and the user can call using their…
Andycap
- 111
1
vote
0 answers
Skype on Windows 7 has greyed out Call button
I have the latest Skype installed on my Windows 7 machine, and have been able to start it up and log in.
However, when I type in a phone number, the program was able to detect the country code and seem to parse out the number, but the green Call…
hpy
- 6,261
1
vote
1 answer
Create a link from MS Teams for third parties to call me via videocall
How do I create a link for third parties (company-externals) in order for them to call me via video call in teams?
David.P
- 683
1
vote
2 answers
When my phone ring my computer's monitor turns off
When I place my phone (Samsung S9) under my monitor (MSI https://www.msi.com/Monitor/Optix-MAG322CQP) and that someone call me, the monitor turns off. (It's plug with a DP cable).
Does someone has an explanation about why this is happening ?
Thank…
Mathias Osterhagen
- 111
- 3
0
votes
2 answers
Powershell - Start Process on Different Drive from Batch CMD
Problem:
From the CMD or Batchfile, calling powershell and starting a process from a different drive or the -FilePath is failing.
semtex41
- 1,025
0
votes
1 answer
Creating an outbound call center software in asterisk
I an outbound call centre as i know the server calls a person and connect the call to the executive.Executive via headphone attached to a system directly talk to the person means there is only one call from server to a person and executive doesn`t…
codegasmer
- 125