Open Source Telephony
 help / color / mirror / Atom feed
 messages from 2013-04-08 22:41:00 to 2013-05-13 13:30:28 UTC [more...]

Testing the iPhone 5
 2013-05-13 13:30 UTC  (4+ messages)

[PATCHv4 0/8] Nokia N9 specific quirks
 2013-05-08  8:30 UTC  (3+ messages)

[PATCH] handsfree-audio: Fix replying to an empty D-Bus message
 2013-05-03 16:32 UTC  (2+ messages)

Randomly SMS sent passes or fails
 2013-05-02 18:36 UTC  (4+ messages)

[PATCH v2 09/12] emulator: Add HFP 1.6 AG card driver
 2013-04-26 19:20 UTC 

[PATCH 1/3] include: Add ofono_handsfree_audio_has_defer_setup()
 2013-04-25 22:53 UTC  (4+ messages)
` [PATCH 2/3] handsfree-audio: Implement ofono_handsfree_audio_has_defer_setup()
` [PATCH 3/3] hfp_hf_bluez5: Only enable wideband speech if defer_setup is supported

[PATCH] hfp_hf_bluez5: Fix re-registering a modem for a device
 2013-04-25 22:48 UTC  (13+ messages)

[PATCH v2 00/12] Add HandsfreeAudioCard to emulator
 2013-04-25 19:09 UTC  (14+ messages)
` [PATCH v2 01/12] include: Add ofono_emulator_create_card()
` [PATCH v2 02/12] emulator: Implement ofono_emulator_create_card()
` [PATCH v2 03/12] hfp_ag_bluez5: Create card when connect
` [PATCH v2 04/12] emulator: Register card when establish SLC
` [PATCH v2 05/12] emulator: Set local and remote address of card
` [PATCH v2 06/12] include: Add emulator init and cleanup functions
` [PATCH v2 07/12] emulator: Implement "
` [PATCH v2 08/12] main: Call emulator "
` [PATCH v2 09/12] emulator: Add HFP 1.6 AG card driver
` [PATCH v2 10/12] emulator: Set "
` [PATCH v2 11/12] hfp_ag_bluez5: Send HFP version to card creation
` [PATCH v2 12/12] hfp_ag_bluez5: Register HFP AG version 1.6

[PATCH v2 1/3] bluez5: Unify bt_register_profile_* into a single function
 2013-04-25 18:48 UTC  (7+ messages)
` [PATCH v2 2/3] hfp: Add defines for HFP SDP feature bits
` [PATCH v2 3/3] hfp_hf_bluez5: Register the SDP record with correct features

[PATCH 0/6] Add HandsfreeAudioCard to emulator
 2013-04-25 17:36 UTC  (9+ messages)
` [PATCH 1/6] include: Add ofono_emulator_create_card()
` [PATCH 2/6] emulator: Implement ofono_emulator_create_card()
` [PATCH 3/6] hfp_ag_bluez5: Create card when connect
` [PATCH 4/6] emulator: Register card when establish SLC
` [PATCH 5/6] emulator: Set local and remote address of card
` [PATCH 6/6] hfp_ag_bluez5: Send fd to card creation

[PATCH v0 1/7] doc: Add ECNR to Handsfree
 2013-04-23 17:21 UTC  (38+ messages)
` [PATCH v0 2/7] core: Add ECNR to Handsfree Features
` [PATCH v0 3/7] core: Add ECNR in Handsfree GetProperty
` [PATCH v0 4/7] core: Set ECNR to TRUE by default
` [PATCH v0 5/7] include: Add ECNR to handsfree driver
` [PATCH v0 6/7] hfpmodem: Add ECNR implementation
` [PATCH v0 7/7] core: Add SetProperty for ECNR
` [PATCH v1 1/7] doc: Add EchoCancelingNoiseReduction to Handsfree
  ` [PATCH v1 2/7] core: Add "echo-canceling-and-noise-reduction"
  ` [PATCH v1 3/7] core: Add EchoCancelingNoiseReduction to GetProperties
  ` [PATCH v1 4/7] core: Set EchoCancelingNoiseReduction to TRUE by default
  ` [PATCH v1 5/7] include: Add EchoCancelingNoiseReduction to handsfree driver
  ` [PATCH v1 6/7] hfpmodem: Add EchoCancelingNoiseReduction
  ` [PATCH v1 7/7] core: Add SetProperty for EchoCancelingNoiseReduction
  ` [PATCH v2 1/7] doc: Add EchoCancelingNoiseReduction to Handsfree
    ` [PATCH v2 2/7] core: Add "echo-canceling-and-noise-reduction"
    ` [PATCH v2 3/7] core: Add EchoCancelingNoiseReduction to GetProperties
    ` [PATCH v2 4/7] core: Set EchoCancelingNoiseReduction to TRUE by default
    ` [PATCH v2 5/7] include: Add EchoCancelingNoiseReduction to handsfree driver
    ` [PATCH v2 6/7] hfpmodem: Add EchoCancelingNoiseReduction
    ` [PATCH v2 7/7] core: Add SetProperty for EchoCancelingNoiseReduction
    ` [PATCH v3 1/7] doc: Add EchoCancelingNoiseReduction to Handsfree
      ` [PATCH v3 2/7] core: Add "echo-canceling-and-noise-reduction"
      ` [PATCH v3 3/7] core: Add EchoCancelingNoiseReduction to GetProperties
      ` [PATCH v3 4/7] core: Set EchoCancelingNoiseReduction to TRUE by default
      ` [PATCH v3 5/7] include: Add EchoCancelingNoiseReduction to handsfree driver
      ` [PATCH v3 6/7] hfpmodem: Add EchoCancelingNoiseReduction
      ` [PATCH v3 7/7] core: Add SetProperty for EchoCancelingNoiseReduction

[PATCH 1/3] bluez5: Add bt_register_profile_full()
 2013-04-23 14:29 UTC  (5+ messages)
` [PATCH 2/3] hfp: Add defines for HFP SDP feature bits
` [PATCH 3/3] hfp_hf_bluez5: Register the SDP record with correct features

[PATCH v5 1/3] hfp_ag_bluez5: Create a hash to store connections
 2013-04-22  8:56 UTC  (6+ messages)
` [PATCH v5 2/3] hfp_ag_bluez5: Add watch for G_IO_HUP when connect
` [PATCH v5 3/3] hfp_ag_bluez5: Implement RequestDisconnection()

[PATCH v4 1/3] hfp_ag_bluez5: Create a hash to store connections
 2013-04-19 15:36 UTC  (4+ messages)
` [PATCH v4 2/3] hfp_ag_bluez5: Add watch for G_IO_HUP when connect
` [PATCH v4 3/3] hfp_ag_bluez5: Implement RequestDisconnection()

[PATCH v3 0/7] Clear the ground for AG card implementation
 2013-04-18 19:57 UTC  (14+ messages)
` [PATCH v3 1/7] hfp_ag_bluez5: Create a hash to store connections
` [PATCH v3 2/7] hfp_ag_bluez5: Store fd in hash when connect
` [PATCH v3 3/7] hfp_ag_bluez5: Remove fd from hash when disconnect
` [PATCH v3 4/7] phonesim: Include hfp.h
` [PATCH v3 5/7] hfp_ag_bluez5: "
` [PATCH v3 6/7] hfp: Move HFP versions definitions to hfp.h
` [PATCH v3 7/7] hfp_ag_bluez5: Remove unused includes

[PATCH] hfp_hf_bluez5: Fix not considering that UUIDs change after creation
 2013-04-18 17:50 UTC  (2+ messages)

[PATCH] handsfree-audio: Log when agent (un)register
 2013-04-16 22:32 UTC  (3+ messages)

[RFC 0/2] Setting the SCO air mode
 2013-04-15 19:03 UTC  (3+ messages)
` [RFC 1/2] bluetooth: Add define for SCO voice settings
` [RFC 2/2] handsfree-audio: Add setting SCO air mode

[PATCH 0/6] Clear the ground for AG implementation
 2013-04-15 18:58 UTC  (19+ messages)
` [PATCH 1/6] include: Add ofono_emulator_set_removed_cb()
` [PATCH 2/6] emulator: Add removed notification mechanism
` [PATCH 3/6] emulator: Change feature check to attend HFP 1.6
` [PATCH 4/6] hfp_ag_bluez5: Create a hash to store emulators
` [PATCH 5/6] hfp_ag_bluez5: Store emulator when connect
` [PATCH 6/6] hfp_ag_bluez5: Remove emulator when disconnect
` [PATCH 0/7] Clear the ground for AG card implementation
  ` [PATCH 1/7] emulator: Copy callback mechanism from atutil.h
  ` [PATCH 2/7] include: Add ofono_emulator_set_removed_cb()
  ` [PATCH 3/7] emulator: Add removed notification mechanism
  ` [PATCH 4/7] emulator: Change feature check to attend HFP 1.6
  ` [PATCH 5/7] hfp_ag_bluez5: Create a hash to store emulators
  ` [PATCH 6/7] hfp_ag_bluez5: Store emulator when connect
  ` [PATCH 7/7] hfp_ag_bluez5: Remove emulator when disconnect

[PATCH v3 1/6] include: Add ofono_handsfree_card_set_codec()
 2013-04-15 13:54 UTC  (7+ messages)
` [PATCH v3 2/6] handsfree-audio: Implement ofono_handsfree_card_set_codec()
` [PATCH v3 3/6] hfp_hf_bluez5: Watch for changes in the selected codec
` [PATCH v3 4/6] handsfree-audio: Send "
` [PATCH v3 5/6] handsfree-audio: Keep track whether defer_setup is enabled
` [PATCH v3 6/6] handsfree-audio: Toggle wideband support when the agent registers

[PATCH] handsfree-audio: Fix parsing of Register() CODECs
 2013-04-15 13:16 UTC  (5+ messages)

[PATCH v2 1/7] hfpmodem: Watch for changes in the selected codec
 2013-04-13 23:34 UTC  (13+ messages)
` [PATCH v2 2/7] include: ofono_handsfree_card_select_codec()
` [PATCH v2 3/7] handsfree-audio: Implement ofono_handsfree_card_select_codec()
` [PATCH v2 4/7] hfp_hf_bluez5: Set the audio codec in the card
` [PATCH v2 5/7] handsfree-audio: Send the selected codec
` [PATCH v2 6/7] handsfree-audio: Set CVSD as default in the card
` [PATCH v2 7/7] handsfree-audio: Enable wideband speech if defer is enabled

[PATCH 0/8] HFP 1.6 codec selection
 2013-04-10 19:31 UTC  (12+ messages)
` [PATCH 1/8] hfpmodem: Add codec watcher register
` [PATCH 2/8] hfp_hf_bluez5: Register codec watcher
` [PATCH 3/8] include: ofono_handsfree_card_select_codec()
` [PATCH 4/8] handsfree-audio: Implement ofono_handsfree_card_select_codec()
` [PATCH 5/8] hfp_hf_bluez5: Set the audio codec in the card
` [PATCH 6/8] handsfree-audio: Send the selected codec
` [PATCH 7/8] handsfree-audio: Set CVSD as default in the card
` [PATCH 8/8] handsfree-audio: Enable wideband speech if defer is enabled

[PATCH 1/6] hfp_hf_bluez5: Add audio card .connect() for HFP 1.6
 2013-04-09 19:37 UTC  (10+ messages)
` [PATCH 3/6] handsfree-audio: Implement ofono_handsfree_audio_has_wideband
` [PATCH 4/6] include: Make HFP 1.6 codecs definition public
` [PATCH 5/6] hfpmodem: Send AT+BAC with the supported codecs
` [PATCH 6/6] handsfree-audio: Remove unused 'codecs' field from agent

[PATCH 2/6] include: Add ofono_handsfree_audio_has_wideband()
 2013-04-09 19:35 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox