[chan-capi-users] Problem with AVM C4
Armin Schindler
armin at melware.de
Tue Aug 11 10:12:16 CEST 2009
On Tue, 11 Aug 2009, Louis van Dompselaar wrote:
> We've been running an asterisk 1.0/chan_capi 0.3 with the AVM C4 since
> 2005 and
> it has been working fine. However, we changed telco and the new telco
> couldn't talk to that version for some reason. We didn't get any ring
> or busy tones.
>
> In an attempt to fix it (as the telco couldn't), we installed the
> latest asterisk and
> chan_capi (1.4.26 and 1.1.3). That fixed the ring tone issue, but now
> we have lost
> outgoing audio to mobile phones.
you mean when you call numbers of mobile phones?
> What we get is:
>
> [Aug 11 08:27:26] ERROR[24554]: chan_capi_utils.c:473
> log_capi_error_message: CAPI error sending DATA_B3_REQ
> ID=002 #0x0188 LEN=0022
> Controller/PLCI/NCCI = 0x10102
> Data32 = 0x84bd39c
> DataLength = 0xa0
> DataHandle = 0x17d
> Flags = 0x0
> Data64 = 0xd4e4d658940cbfae
this means the capi driver (in your case the AVM driver) is not accepting
the audio data.
> on every audio packet. I've already tried the latest version from
> svn, which doesn't
> make a difference, and downgrading to earlier versions, which also
> doesn't
> make a difference.
There was no change in that code for a long time.
> I've also tried the 320 byte packes size in chan_capi.h as was
> suggested elsewhere,
> with no effect (and the problem seems to be that the packets are too
> small, anyway).
Changing this value should not be done and has no effect for sending data.
> Anyone seen this before and any suggestion why it should be limited to
> mobile phones?
No, for any capi application like chan_capi, it doesn't matter which number
you dial. It seems that your telco is doing something when you dial those
numbers where the AVM card has a problem with.
Please create a verbose log with
set verbose 5
capi debug
for such an outgoing call (until you get these errors).
Armin
More information about the Chan-capi-users
mailing list