ALSA Sample Rate Setting

All,
I’m running asterisk from a raspberry pi with a connected Logitech camera and built in mic and I am using ‘console dial’ command in order to access the mic and make a call. When making the call, I am able to hear out of the Raspberry pi 3.5mm audio jack and can hear sound coming from the logitech mic. The problem is the sound from the mic is completely distorted. Looking at the asterisk conosole I see this:

WARNING[2282]: chan_alsa.c:209 alsa_card_init: Rate not correct, requested 8000, got 16000

I’ve been searching for ways to set the sample rate of the ALSA driver but can’t seem to get it to work. Anyone have any thoughts?

I also get this while the call is in progress:

<< Console call has been answered >>
– Channel ALSA/hw:1,0 joined ‘simple_bridge’ basic-bridge <3ff8154c-b3b2-4376-bf29-661dd732ee5b>
– [Sep 3 14:05:12] WARNING[2334][C-00000000]: chan_alsa.c:567 alsa_indicate: Don’t know how to display condition 26 on ALSA/hw:1,0
– Channel SIP/flowroute-00000000 joined ‘simple_bridge’ basic-bridge <3ff8154c-b3b2-4376-bf29-661dd732ee5b>
– [Sep 3 14:05:12] WARNING[2334][C-00000000]: chan_alsa.c:567 alsa_indicate: Don’t know how to display condition 22 on ALSA/hw:1,0
– Channel SIP/flowroute-00000000 left ‘simple_bridge’ basic-bridge <3ff8154c-b3b2-4376-bf29-661dd732ee5b>
– Channel ALSA/hw:1,0 left ‘simple_bridge’ basic-bridge <3ff8154c-b3b2-4376-bf29-661dd732ee5b>
– [Sep 3 14:05:21] WARNING[2334][C-00000000]: chan_alsa.c:567 alsa_indicate: Don’t know how to display condition 26 on ALSA/hw:1,0
== Spawn extension (netpro-dial, 1, 1) exited non-zero on ‘ALSA/hw:1,0’
<< Hangup on console >>

Any thoughts? Thanks.

nick