Open Source Telephony
 help / color / mirror / Atom feed
 messages from 2011-09-14 22:01:00 to 2011-10-13 18:07:25 UTC [more...]

[PATCH v2 00/19] Bluetooth HFP-specific extensions
 2011-10-13 18:07 UTC  (21+ messages)
` [PATCH v2 01/19] handsfree: Copyright statement correction
` [PATCH v2 02/19] "
` [PATCH v2 03/19] hfpmodem: "
` [PATCH v2 04/19] doc: Add initial Handsfree API documentation
` [PATCH v2 05/19] hfpmodem: Set initial state for inband ringing
` [PATCH v2 06/19] hfpmodem: Support for +BSIR unsol. result codes
` [PATCH v2 07/19] doc: Handsfree API support for +BINP=1
` [PATCH v2 08/19] handsfree: Expose RequestPhoneNumber in D-Bus API
` [PATCH v2 09/19] hfpmodem: Support of number requests (AT+BINP=1)
` [PATCH v2 10/19] handsfree: Removed ASYNC flag from GetProperties
` [PATCH v2 11/19] doc: Voice recognition function added in Handsfree
` [PATCH v2 12/19] include: Voice recognition in handsfree public api
` [PATCH v2 13/19] handsfree: Implement voice recognition function
` [PATCH v2 14/19] hfpmodem: Support for AT+BVRA
` [PATCH v2 15/19] doc: Handsfree exposes supported AG features
` [PATCH v2 16/19] include: AG features added to handsfree public api
` [PATCH v2 17/19] handsfree: Supported AG features exposed in D-Bus
` [PATCH v2 18/19] hfpmodem: Report features supported by AG
` [PATCH v2 19/19] hfp_hf: Switched to permissive AT syntax parser

[PATCH] doc: Clarifications on voice call behavior
 2011-10-13 17:42 UTC 

[PATCH] hfp: Expose BT address using the serial number
 2011-10-13 16:32 UTC  (4+ messages)

[PATCHv9 00/16] Provisioning plugin
 2011-10-13 11:29 UTC  (28+ messages)
` [PATCHv9 01/16] mbpi: Remove unused includes
` [PATCHv9 02/16] mbpi: Split gsm_start() for readability
` [PATCHv9 03/16] mbpi: Reflow gsm_end()
` [PATCHv9 04/16] mbpi: Fix handling of the usage element
` [PATCHv9 05/16] mbpi: Improve mbpi_lookup() error reporting
` [PATCHv9 06/16] lookup-apn: Remove unused includes
` [PATCHv9 07/16] lookup-apn: Fix crash on no APNs found
` [PATCHv9 08/16] provision: Add provisioning plugin
` [PATCHv9 09/16] mbpi: Add filename and line information on error
` [PATCHv9 10/16] mbpi: Add mbpi_ap_type()
` [PATCHv9 11/16] lookup-apn: Use mbpi_ap_type()
` [PATCHv9 12/16] mbpi: Rename mbpi_provision_data_free() into mbpi_ap_free()
` [PATCHv9 13/16] lookup-apn: Use mbpi_ap_free()
` [PATCHv9 14/16] mbpi: Minor style issues
` [PATCHv9 15/16] lookup-apn: Follow plugin's duplicates approach
` [PATCHv9 16/16] lookup-apn: Minor style issues

No audio with HFP
 2011-10-12  0:18 UTC 

AT commands not being parsed correctly from Samsung Wave HFP
 2011-10-07 13:33 UTC  (4+ messages)

[PATCHv8 0/6] Provisioning plugin
 2011-10-05  8:07 UTC  (13+ messages)
` [PATCHv8 1/6] plugins: Provisioning plugin autoconf support
` [PATCHv8 2/6] plugins: Provisioning plugin makefile changes
` [PATCHv8 3/6] plugins: mobile-broadband-provider-info parser changes
` [PATCHv8 4/6] "
` [PATCHv8 5/6] plugins: Add provisioning plugin
` [PATCHv8 6/6] tools: lookup-apn update

Source code
 2011-10-04 19:47 UTC  (2+ messages)

[PATCH 1/6] sap: add sap modem disable() support
 2011-09-29 19:04 UTC  (7+ messages)
` [PATCH 2/6] telit: fix shutdown of bluetooth socket
  ` [PATCH 3/6] sap: also accept err = 0 in enable()
    ` [PATCH 4/6] test: add support to select modem
      ` [PATCH 5/6] "
        ` [PATCH 6/6] "

[PATCH -v5 01/13] udevng: look also to VID
 2011-09-29 16:22 UTC  (24+ messages)
` [PATCH -v5 02/13] sap: remove connect callback if enable fails
  ` [PATCH -v5 03/13] telit: add support the enable the SAP client modem
    ` [PATCH -v5 04/13] sap: enable SAP modem, when BlueZ replies
      ` [PATCH -v5 05/13] telit: add suport the disable SAP client
        ` [PATCH -v5 06/13] sap: add sap modem disable() support
          ` [PATCH -v5 07/13] telit: enable the telit modem after enable SAP client
            ` [PATCH -v5 08/13] telit: add pre_sim support to SAP Client
              ` [PATCH -v5 09/13] telit: add post_sim "
                ` [PATCH -v5 10/13] telit: add set_online "
                  ` [PATCH -v5 11/13] telit: add post_online "
                    ` [PATCH -v5 12/13] sap: add full support to SAP modem
                      ` [PATCH -v5 13/13] sap: clean up extra blank line

[PATCHv7 0/3] Provisioning plugin
 2011-09-29 14:03 UTC  (7+ messages)
` [PATCHv7 1/3] plugins: Provisioning plugin autoconf support
` [PATCHv7 2/3] plugins: Provisioning plugin makefile changes
` [PATCHv7 3/3] plugins: Add provisioning plugin

[PATCH -v5 1/5] sap: remove connect callback if enable fails
 2011-09-28 20:49 UTC  (5+ messages)
` [PATCH -v5 2/5] telit: add support the enable the SAP client modem
  ` [PATCH -v5 3/5] sap: enable SAP modem, when BlueZ replies
    ` [PATCH -v5 4/5] telit: add suport the disable SAP client
      ` [PATCH -v5 5/5] sap: add sap modem disable() support

[PATCH -v5 1/2] sap: remove server_path
 2011-09-28 17:13 UTC  (4+ messages)
` [PATCH -v5 2/2] sap: clean up sap modem destruction

[PATCH -v4 01/21] udevng: look also to VID
 2011-09-28  4:45 UTC  (24+ messages)
` [PATCH -v4 02/21] sap: add watch for the Bluetooth Link
  ` [PATCH -v4 03/21] sap: add support to enable SAP
    ` [PATCH -v4 04/21] telit: add telit_sap_disable()
      ` [PATCH -v4 05/21] sap: add support to the disable the SAP client
        ` [PATCH -v4 06/21] telit: add aux GAtChat
          ` [PATCH -v4 07/21] sap: enable modem only when #RSEN is 1
            ` [PATCH -v4 08/21] telit: enable the telit modem when SAP is enabled
              ` [PATCH -v4 09/21] sap: add pre_sim handling
                ` [PATCH -v4 10/21] sap: add set_online handling
                  ` [PATCH -v4 11/21] sap: add post_sim handling
                    ` [PATCH -v4 12/21] sap: add post_online handling
                      ` [PATCH -v4 13/21] telit: improve sap disable
                        ` [PATCH -v4 14/21] sap: disconnect link if enable() fails
                          ` [PATCH -v4 15/21] sap: do a proper shutdown of the channels
                            ` [PATCH -v4 16/21] sap: retrigger bluetooth GetProperties call
                              ` [PATCH -v4 17/21] telit: add needed flags to proper connect the serial port
                                ` [PATCH -v4 18/21] sap: de-register DBus callback if BlueZ goes down
                                  ` [PATCH -v4 19/21] sap: remove server_path
                                    ` [PATCH -v4 20/21] sap: clean up sap modem destruction
                                      ` [PATCH -v4 21/21] sap: fix sap modem remove

[PATCH -v3 01/23] udevng: look also to VID
 2011-09-26 18:57 UTC  (27+ messages)
` [PATCH -v3 02/23] sap: Add basic sap plugin
  ` [PATCH -v3 03/23] telit: add support to enable SAP client
    ` [PATCH -v3 04/23] sap: add support to connect the RFCOMM link
      ` [PATCH -v3 05/23] telit: add #RSEN notify
        ` [PATCH -v3 06/23] sap: add watch for the Bluetooth Link
          ` [PATCH -v3 07/23] sap: add support to open the channel for SAP data
            ` [PATCH -v3 08/23] sap: connect the hw and the bluetooth link
              ` [PATCH -v3 09/23] telit: add telit_sap_disable()
                ` [PATCH -v3 10/23] sap: add support to the disable the SAP client
                  ` [PATCH -v3 11/23] telit: add aux GAtChat
                    ` [PATCH -v3 12/23] sap: enable modem only when #RSEN is 1
                      ` [PATCH -v3 13/23] telit: enable the telit modem when SAP is enabled
                        ` [PATCH -v3 14/23] sap: add pre_sim handling
                          ` [PATCH -v3 15/23] sap: add set_online handling
                            ` [PATCH -v3 16/23] sap: add post_sim handling
                              ` [PATCH -v3 17/23] sap: add post_online handling
                                ` [PATCH -v3 18/23] telit: improve sap disable
                                  ` [PATCH -v3 19/23] sap: disconnect link if enable() fails
                                    ` [PATCH -v3 20/23] sap: do a proper shutdown of the channels
                                      ` [PATCH -v3 21/23] sap: retrigger bluetooth GetProperties call
                                        ` [PATCH -v3 22/23] telit: add needed flags to proper connect the serial port
                                          ` [PATCH -v3 23/23] sap: de-register DBus callback if BlueZ goes down

[PATCH -v6] sap: Add basic sap plugin
 2011-09-23 23:08 UTC 

[PATCH 00/12] Bluetooth HFP-specific extensions
 2011-09-23  8:57 UTC  (15+ messages)
` [PATCH 01/12] TODO: Task added for HFP-specific capabilities
` [PATCH 02/12] Add handsfree atom "
` [PATCH 03/12] hfpmodem: Driver implements handsfree atom
` [PATCH 04/12] hfp_hf: Plugin creates "
` [PATCH 05/12] handsfree: Atom supports inband ringing status
` [PATCH 06/12] hfpmodem: Support for +BSIR unsol. result codes
` [PATCH 07/12] handsfree: Support for number requests (AT+BINP=1)
` [PATCH 08/12] handsfree: Expose RequestInput in D-Bus API
` [PATCH 09/12] hfpmodem: Support of number requests (AT+BINP=1)
` [PATCH 10/12] handsfree: Read-only voice-recognition D-Bus prop
` [PATCH 11/12] handsfree: Writable voice-recogn. prop (AT+BVRA)
` [PATCH 12/12] hfpmodem: Support for AT+BVRA

[PATCH -v5] sap: add basic sap plugin
 2011-09-22 20:20 UTC 

[[PATCH -v4]] sap: add basic SAP plugin
 2011-09-22 20:03 UTC 

[[PATCH -v4]] sap: add basic SAP plugin
 2011-09-22 17:17 UTC 

No audio with HFP
 2011-09-21 21:43 UTC  (2+ messages)

[PATCH -v3 02/23] sap: add basic SAP plugin
 2011-09-21 19:25 UTC 

[PATCHv6 3/3] Mobile broadband provider info plugin
 2011-09-20 13:44 UTC  (2+ messages)

Udev detection broken?
 2011-09-15 18:24 UTC  (4+ messages)

Udev detection broken?
 2011-09-15 18:03 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