<?php
$d 
= new DbusDbus::BUS_SYSTEM );
$soundDbus $d->createProxy(
    
'org.freesmartphone.odeviced',
    
'/org/freesmartphone/Device/Audio',
    
'org.freesmartphone.Device.Audio'
);

$soundDbus->PlaySound(
    
'/usr/share/sounds/notify_message.wav'
    
00
);
?>