PBXes » Search » Search Results
Showing posts 1 to 8 of 8 results
Author Post
Thread: RE: our own contactsdatabase
mko

Replies: 7
Views: 20448

RE: our own contactsdatabase 15.10.2008 02:03 Forum: Feature Requests

thanks for the great solution i'll try it out....

works great, thank you for this option.

i'll see a new field in the future:
inbound routing / trunk name/ below options :
cid name resolve url : ....... (example: http://www.google.com/search?q=phonebook: )

update 20-10-08 02:07 :

everything worked fine for a couple of days, but today it doesnt work anymore ??
did you changed someting ?

my (example)html output =

Zitat:
<html>
<head>
<title>Private Search Systeem</title>
</head>
<body>
<td>Me Tester<td>
</body>
</html>


and my extensions.con / ext-did looks like :

Zitat:
exten => s,1,SetVar(FROM_DID=s)
exten => s,2,SetVar(FAX_RX=disabled)
exten => s,3,PrivacyManager
exten => s,4,SetVar(DIAL_OPT=m)
exten => s,5,SetVar(REV=http://www.xxxxxxx.xx/nrtoname.php?callerid=)
exten => s,6,GotoIfTime(13:30-17:00|mon|*|*?aa_2,s,1smile
exten => s,7,GotoIfTime(09:00-17:00|tue-fri|*|*?aa_2,s,1smile
exten => s,8,Goto(aa_1,s,1)
exten => _X.,1,Goto(ext-did,s,1)


update : 21-10-2008 10:00 : everything seems to work again

Thread: RE: language selection
mko

Replies: 3
Views: 9528

RE: language selection 08.10.2008 12:56 Forum: Feature Requests

Tnx,everything works great now,
exept the status page there is everything still deutsch

Thread: RE: our own contactsdatabase
mko

Replies: 7
Views: 20448

RE: our own contactsdatabase 08.10.2008 12:45 Forum: Feature Requests

Diafora, this is the php code on my server...
im uploading de database to a colocation server right now... when its done i send you the test url.

<?
$callernum = $_GET['callerid'];
if (substr($callernum, 0, 4) == "0031") $callernum = "0".substr($callernum, 4);
if (substr($callernum, 0, 2) == "31") $callernum = "0".substr($callernum, 2);
if (substr($callernum, 0, 3) == "+31") $callernum = "0".substr($callernum, 3);

// No caller-id?
if ($result_cid == "" && ($callernum == "" ))
$result_cid = "Anoniem";


if ($result_cid == "") {
$host = "localhost"; //locatie van de MySQL server
$username = "xxxxxxxxx"; //gebruikersnaam van de MySQL server
$password = "xxxxxxxxxxxxxx"; //wachtwoord van de MySQL server
$database = "xxxxxxxxxxxxxxx"; //database die aangesproken moet worden

$lnk = mysql_connect($host,$username,$password) or die(mysql_error()); //connecteren met de server
mysql_select_db($database,$lnk) or die(mysql_error()." [".$database."]"); //selecteren van de database


$query = "select * from white_subscriber where phone = '$callernum'";
$result = mysql_query($query) or die(mysql_error());
if ($row = mysql_fetch_array($result))
$result_cid = "".$row["lastname"]." ".$row["firstname"]."";

// posibliities :
// title varchar(40)
// firstname varchar(12cool
// infix varchar(40)
// lastname varchar(12cool
// streetname varchar(64)
// housenumber varchar(24)
// postalcode varchar(9)
// city varchar(80)
// phone varchar(20)
}

// Not in my database
if ($result_cid == "") {
$result_cid = "$callernum";
}

echo($result_cid);
?>

Thread: clear system log
mko

Replies: 0
Views: 5326

clear system log 07.10.2008 01:24 Forum: Feature Requests

i button clear system log would be nice.
after debugging an error its nice to start overt with a clean log

Thread: RE: our own contactsdatabase
mko

Replies: 7
Views: 20448

RE: our own contactsdatabase 07.10.2008 00:17 Forum: Feature Requests

this is not the actual url..

and yes i've got an database of allmost all dutch phonenumbers (as named in every telephonebook)

I;m a co founder of software to reveal all the numbers from a digital telephonebook. so it can be used to search info with only a phonenumber present.

for more info you cloud check our site.
www.foondump.nl (in dutch only)

and german users : google for Rufident and you can do the same

Thread: RE: upload voicemail message
mko

Replies: 9
Views: 25313

RE: upload voicemail message 06.10.2008 16:23 Forum: Feature Requests

id like to see this optio also ...
iptel do you think you can do this ?

Thread: RE: our own contactsdatabase
mko

Replies: 7
Views: 20448

our own contactsdatabase 06.10.2008 15:45 Forum: Feature Requests

hello,

i have added a contact in the phonebook with the phonenumber. when that person calls me i see on my phones his name. that works great.

Now i have a system witch works like
post http://xxxxxxx/phonenrtoname.php?phonenr=0031527xxxx
response: mr. T. Tester

this works for all dutch phonenumbers that arent secret. is there any posibility to reaveal number by using my system instead of the phonebook ?

i tought about putting 8million records in your suger crm but i think you don't like that much data.

Thread: RE: language selection
mko

Replies: 3
Views: 9528

language selection 06.10.2008 14:36 Forum: Feature Requests

dear,

You have the language option nederlandse voices/deutsch gui.
is it possible to add nederlandse voices / english gui ?

Showing posts 1 to 8 of 8 results

Powered by Burning Board Lite 1.0.2 © 2001-2004 WoltLab GmbH
English Translation by Satelk