function hangUp()
 {
     CellPhone::openSerialPort();
     CellPhone::callHangUp();
     CellPhone::closeSerialPort();
     return "";
 }