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

$callInterface->Initiate$nr'voice' );

?>