<?php
$d = new DBus( DBus::BUS_SYSTEM );
$callInterface = $d->createProxy(
'org.freesmartphone.ogsmd',
'/org/freesmartphone/GSM/Device',
'org.freesmartphone.GSM.Call'
);
$callInterface->Initiate( $nr, 'voice' );
?>
<?php
$d = new DBus( DBus::BUS_SYSTEM );
$callInterface = $d->createProxy(
'org.freesmartphone.ogsmd',
'/org/freesmartphone/GSM/Device',
'org.freesmartphone.GSM.Call'
);
$callInterface->Initiate( $nr, 'voice' );
?>