Use PC without mobile
Use PC without mobile
Im new user to my phone explorer.. i wanna know can i use my head phone to answer call as wel dial call.. mean with out use mobile phone use my head phone mic as phone mic and my speaker as mobile speaker
2.. other thing can i hav source code to get mobile number to another php page. mean if some one call that number send to my any other php programme
2.. other thing can i hav source code to get mobile number to another php page. mean if some one call that number send to my any other php programme
Bernard Nilantha
1) It's possible only throught bluetooth and the right BT-Software (f.e. Widcomm)
2) check out the EventHandlers
2) check out the EventHandlers
please help
i tried to create page.. but coldnt since im not much exp for the programming
i wanna get mobile no as
<?php $mobile=$_GET['mobile']; ?>
to my page get_mobile.php
how should i do that
i wanna get mobile no as
<?php $mobile=$_GET['mobile']; ?>
to my page get_mobile.php
how should i do that
Bernard Nilantha
In your signature is written that you are an admin. I thought an Admin knows how ShellEvents can be handled....
First you need a local script or program on the PC which gets startet from MPE on an incoming call. In the script or program you send a HTTP-GET Request to your PHP-Script.
In the general.ini of MPE you add the Section similar this:
First you need a local script or program on the PC which gets startet from MPE on an incoming call. In the script or program you send a HTTP-GET Request to your PHP-Script.
In the general.ini of MPE you add the Section similar this:
Code: Alles auswählen
[EventHandlers]
OnIncomingCall=C:\my_local_script_which_opens_the_httpconnection.vbs %number
till problem
im tried with file which is in C . it was work. but its not open as web page..
i want send 'http://localhost/mobile/incall.php'
i want send 'http://localhost/mobile/incall.php'
Bernard Nilantha
OK, a little search in Google showed me WGET
The call could look like this:
The call could look like this:
Code: Alles auswählen
[EventHandlers]
OnIncomingCall=C:\wget.exe http://localhost/mobile/incall.php?num=%numberi failed again
i have download wget and put dat code.. but just open cmd and closed not open browser
Bernard Nilantha
my project
il explane what i want..
i have create web page with php/mysql/html.
so when some one call to my mobile i want open IE with web pages. then i can get mobile number from url and search from my database.
then page will print all details images.
i have create web page with php/mysql/html.
so when some one call to my mobile i want open IE with web pages. then i can get mobile number from url and search from my database.
then page will print all details images.
Bernard Nilantha
thank u very much
thanks FJ ur doing great job. i got solution..
other thing is
is that posible to use sub wofers as mobile speacker and PC mic as mobile mic??
other thing is
is that posible to use sub wofers as mobile speacker and PC mic as mobile mic??
Bernard Nilantha
It is possible, but only throught Bluetooth
You have to search for a Bluetooth-Stick which supports the Service "Audio-Gateway". Mostly the chaep Sticks are delivered with BlueSoleil-Software which does not support this service. Take care that the Stick you buy is delivered with the Software WIDCOMM.
You have to search for a Bluetooth-Stick which supports the Service "Audio-Gateway". Mostly the chaep Sticks are delivered with BlueSoleil-Software which does not support this service. Take care that the Stick you buy is delivered with the Software WIDCOMM.