[asterisk-users] chan_mobile problems
Rob
asterisk at private.eklhq.com
Thu Dec 13 01:05:10 CST 2007
I built asterisk-trunk at 92526 and asterisk-addons-trunk at 496. I have my
Bluetooth cell phone connected. It almost works.
In mobile.conf, I have "context=incoming-mobile" for the phone, and that
looks like:
context incoming-mobile {
_. => {
VoiceMail(9999,b);
Hangup();
};
}
Calls to the cell phone get directed answered by Asterisk and directed
to voicemail immediately, as expected. The outgoing message is heard
("The person ... is busy. Please leave a message <beep>"), then is
disconnected immediately after the beep. I see the following in the logs:
channel.c:2992 in set_format: Set channel Mobile/SCP2500-7fc8 to write
format slin
rtp.c:1089 in ast_rtcp_read: Got RTCP report of 104 bytes
app.c:657 in __ast_play_and_record: One waitfor failed, trying another
app.c:661 in __ast_play_and_record: No audio available on
Mobile/SCP2500-7fc8??
Calling via any other method to leave voicemail works correctly.
Also, when making outgoing calls (eg softphone -> asterisk ->
bluetoothphone -> pstn), audio from the softphone is heard on the pstn
phone nearly immediately, but audio from the pstn phone is delayed by
approximately 1 second before being heard by the softphone. When using
the cell phone to call the pstn directly (no asterisk), audio is heard
nearly immediately both ways. The 1 second delay causes the
asterisk+bluetoothphone setup to be nearly unusable.
What causes these problems? What can I do to diagnose them? Is
something configured incorrectly?
Rob
More information about the asterisk-users
mailing list