Hi,
I am using Dm37xx EVM , android 2.3.4 ( kernel 2.6.37 ) .
i am trying to test SIP call ( VOIP) over bluetooth . but its not working .
According to our understanding Requested rate (44100 HZ) set by application does not match actual rate (8000 HZ) for voice call .
following is the logs that comes during SIP call testing.
D/SipAudioCall( 1306): sip call ringing back: android.net.sip.SipSession@407d20e8
V/Call ( 1306): +***+ call state changed: DIALING --> ALERTING: DIALING:com.android.internal.telephony.sip.SipPhone$SipCall@40781690: on phone Handler{40790d10} 1
V/SipPhone( 1306): +***+ connection state changed: sip:6007@192.168.1.2: ALERTING on phone Handler{40790d10}
D/ScoSocket( 1306): connect() android.bluetooth.ScoSocket@407fd410
I/bluetooth_ScoSocket.cpp( 1306): getScoType 9xxPlantronics - 0x0
W/AudioPolicyManagerALSA( 7492): AudioPolicyManagerALSA::getStrategyForStream() Stub Called...
W/AudioPolicyManagerALSA( 7492): redirecting AudioPolicyManagerALSA::getStrategy()
I/bluetooth_ScoSocket.cpp( 1306): Connecting to socket
I/bluetooth_ScoSocket.cpp( 1306): SCO socket connected (outgoing)
W/AudioFlinger( 7492): write blocked for 13780 msecs, 54 delayed writes, thread 0x391c8
D/TIALSAModule( 7492): route called for devices 00000020 in mode 3...
E/TIALSAModule( 7492): Why are we routing to a device that isn't supported by this object?!?!?!?!
D/TIALSAModule( 7492): open called for devices 00000020 in mode 3...
W/TIALSAModule( 7492): Requested rate (44100 HZ) does not match actual rate (8000 HZ)
I/TIALSAModule( 7492): Initialized ALSA PLAYBACK device hw:0,1
D/TIALSAModule( 7492): route called for devices 00000001 in mode 3...
D/TIALSAModule( 7492): route called for devices 00000020 in mode 3...
E/TIALSAModule( 7492): Why are we routing to a device that isn't supported by this object?!?!?!?!
D/TIALSAModule( 7492): open called for devices 00000020 in mode 3...
W/TIALSAModule( 7492): Requested rate (44100 HZ) does not match actual rate (8000 HZ)
I/TIALSAModule( 7492): Initialized ALSA PLAYBACK device hw:0,1
D/TIALSAModule( 7492): route called for devices 00000001 in mode 3...
D/TIALSAModule( 7492): route called for devices 00000020 in mode 3...
E/TIALSAModule( 7492): Why are we routing to a device that isn't supported by this object?!?!?!?!
D/TIALSAModule( 7492): open called for devices 00000020 in mode 3...
W/TIALSAModule( 7492): Requested rate (44100 HZ) does not match actual rate (8000 HZ)
I/TIALSAModule( 7492): Initialized ALSA PLAYBACK device hw:0,1
D/wpa_supplicant( 5791): CMD: DRIVER RSSI-APPROX
D/wpa_supplicant( 5791): wpa_driver_priv_driver_cmd RSSI-APPROX
D/wpa_supplicant( 5791): [REPLY]: ems rssi -55
D/wpa_supplicant( 5791): CMD: DRIVER LINKSPEED
D/wpa_supplicant( 5791): wpa_driver_priv_driver_cmd LINKSPEED
D/wpa_supplicant( 5791): [REPLY]: LinkSpeed 54
W/AudioTrack( 1306): obtainBuffer timed out (is the CPU pegged?) 0x271088 user=00001000, server=00000000
D/SipSession( 1306): session key from event: dd7bf06309f4607da6c681ab0c5d982b@192.168.1.103
kindly suggest solution to this problem ..
Thanks
Pawan