~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/src/dbus/callmanager.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        void unholdConference(const std::string& confID);
100
100
        std::vector< std::string > getConferenceList();
101
101
        std::vector< std::string > getParticipantList(const std::string& confID);
 
102
        std::string getConferenceId(const std::string& callID);
102
103
        std::map< std::string, std::string > getConferenceDetails(const std::string& callID);
103
104
 
104
105
        /* File Playback methods */