Re: [Asterisk-Users] Problems with current chan-capi-cm [SOLVED]

2005-12-23 Thread Peer Oliver Schmidt

as of at least Dec 9, but also today, the cvs version of the chan-capi
on sf.net gives problems dialing out. The call gets out, but no audio in
any direction. Going back to a version from Dec 4th gives a working system
again.



error 0x1103 is 'queue full', so the capi driver (isdn card) does not
accept further voice packets.


This is just for the records.

Ok. The above did not fix it, but Armin did do some more work and found 
a solution. If anyone else has a problem, I strongly suggest upgrading 
to the latest CVS, especially if you are using AVM C4, AVM C2 or AVM B1 
 cards.

--
Best regards

Peer Oliver Schmidt
PGP Key ID: 0x83E1C2EA

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems with current chan-capi-cm [SOLVED]

2005-12-23 Thread Armin Schindler
On Fri, 23 Dec 2005, Peer Oliver Schmidt wrote:
   as of at least Dec 9, but also today, the cvs version of the
   chan-capi
   on sf.net gives problems dialing out. The call gets out, but no audio
   in
   any direction. Going back to a version from Dec 4th gives a working
   system
   again.
 
  error 0x1103 is 'queue full', so the capi driver (isdn card) does not
  accept further voice packets.
 
 This is just for the records.
 
 Ok. The above did not fix it, but Armin did do some more work and found a
 solution. If anyone else has a problem, I strongly suggest upgrading to the
 latest CVS, especially if you are using AVM C4, AVM C2 or AVM B1  cards.

Thanks for the feedback!
I will create soon the 0.6.2 version with this fix included, but I still 
have one bug to find...

Armin

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Problems with current chan-capi-cm

2005-12-12 Thread Peer Oliver Schmidt

Hi,

as of at least Dec 9, but also today, the cvs version of the chan-capi 
on sf.net gives problems dialing out. The call gets out, but no audio in 
any direction. Going back to a version from Dec 4th gives a working 
system again.


All against svn branch 1.2 as of Dec 9th.

Anyone else experiencing problems with the chan-capi

Here is an entry into the log file:

Dec 12 09:53:39 ERROR[859] chan_capi.c: CAPI error sending DATA_B3_REQ 
ID=005 #0

x0232 LEN=0030
  Controller/PLCI/NCCI= 0x10103
  Data32  = 0x8164078
  DataLength  = 0xa0
  DataHandle  = 0x14f
  Flags   = 0x0
  Data64  = 0x0
 (NCCI=0x10103) (error=0x1103)

--
Best regards

Peer Oliver Schmidt
PGP Key ID: 0x83E1C2EA

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems with current chan-capi-cm

2005-12-12 Thread Armin Schindler
On Mon, 12 Dec 2005, Peer Oliver Schmidt wrote:
 Hi,
 
 as of at least Dec 9, but also today, the cvs version of the chan-capi on
 sf.net gives problems dialing out. The call gets out, but no audio in any
 direction. Going back to a version from Dec 4th gives a working system again.
 
 All against svn branch 1.2 as of Dec 9th.
 
 Anyone else experiencing problems with the chan-capi
 
 Here is an entry into the log file:
 
 Dec 12 09:53:39 ERROR[859] chan_capi.c: CAPI error sending DATA_B3_REQ ID=005
 #0
 x0232 LEN=0030
 Controller/PLCI/NCCI= 0x10103
 Data32  = 0x8164078
 DataLength  = 0xa0
 DataHandle  = 0x14f
 Flags   = 0x0
 Data64  = 0x0
 (NCCI=0x10103) (error=0x1103)

error 0x1103 is 'queue full', so the capi driver (isdn card) does not accept 
further voice packets.
Did you try latest CVS (11.12.)?
Can you please provide a full log and one with the older, working version 
too?

Armin

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems with current chan-capi-cm

2005-12-12 Thread Peer Oliver Schmidt

Armin Schindler schrieb:

On Mon, 12 Dec 2005, Peer Oliver Schmidt wrote:


Hi,

as of at least Dec 9, but also today, the cvs version of the chan-capi on
sf.net gives problems dialing out. The call gets out, but no audio in any
direction. Going back to a version from Dec 4th gives a working system again.

[..]
error 0x1103 is 'queue full', so the capi driver (isdn card) does not accept 
further voice packets.

Did you try latest CVS (11.12.)?


I cvs checkouted today.

Can you please provide a full log and one with the older, working version 
too?


set verbose 50 enough? Or another type of log? The file is massive, and 
I don't want to waste everybodies bandwith.


Thanks for your help.
--
Best regards

Peer Oliver Schmidt
PGP Key ID: 0x83E1C2EA

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems with current chan-capi-cm

2005-12-12 Thread Armin Schindler
On Mon, 12 Dec 2005, Peer Oliver Schmidt wrote:
 Armin Schindler schrieb:
  On Mon, 12 Dec 2005, Peer Oliver Schmidt wrote:
  
   Hi,
   
   as of at least Dec 9, but also today, the cvs version of the chan-capi
   on
   sf.net gives problems dialing out. The call gets out, but no audio in
   any
   direction. Going back to a version from Dec 4th gives a working system
   again.
 [..]
  error 0x1103 is 'queue full', so the capi driver (isdn card) does not
  accept further voice packets.
  Did you try latest CVS (11.12.)?
 
 I cvs checkouted today.
 
  Can you please provide a full log and one with the older, working version
  too?
 
 set verbose 50 enough? Or another type of log? The file is massive, and I
 don't want to waste everybodies bandwith.

Use 'set verbose 5' and 'capi debug'. You can send the logs to me directly.

Armin

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems with current chan-capi-cm

2005-12-12 Thread Peer Oliver Schmidt

Hello again,

as of at least Dec 9, but also today, the cvs version of the chan-capi
on
sf.net gives problems dialing out. The call gets out, but no audio in
any
direction. Going back to a version from Dec 4th gives a working system
again.


[..]


error 0x1103 is 'queue full', so the capi driver (isdn card) does not
accept further voice packets.
Did you try latest CVS (11.12.)?


I cvs checkouted today.



Can you please provide a full log and one with the older, working version
too?


set verbose 50 enough? Or another type of log? The file is massive, and I
don't want to waste everybodies bandwith.


After reading your notes regarding capi debug I did some more 
investigation. The solution was simple. One of the ISDN ports of my AVM 
C4 did not contain PTP in the capi.conf. It did not seem to matter 
before, but did now. Changed it, and everything is fine and dandy.


Thanks for your help, and sorry for the bothering.

Have a good week.
--
Best regards

Peer Oliver Schmidt
PGP Key ID: 0x83E1C2EA

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems with current chan-capi-cm

2005-12-12 Thread Faris Raouf

Armin Schindler wrote:

On Mon, 12 Dec 2005, Peer Oliver Schmidt wrote:

Armin Schindler schrieb:

On Mon, 12 Dec 2005, Peer Oliver Schmidt wrote:


Hi,

as of at least Dec 9, but also today, the cvs version of the chan-capi
on
sf.net gives problems dialing out. The call gets out, but no audio in
any
direction. Going back to a version from Dec 4th gives a working system
again.

[..]

error 0x1103 is 'queue full', so the capi driver (isdn card) does not
accept further voice packets.
Did you try latest CVS (11.12.)?

I cvs checkouted today.


Can you please provide a full log and one with the older, working version
too?

set verbose 50 enough? Or another type of log? The file is massive, and I
don't want to waste everybodies bandwith.


Use 'set verbose 5' and 'capi debug'. You can send the logs to me directly.

Armin



I know this won't help anybody debug or solve the issue, but I thought 
it might help to know that others are having the same problem. Mind you 
I'm using quiet an old Asterisk 1.2 svn version (three weeks ago), with 
the chan_capi-cm of about three weeks ago too.


I didn't even realise I had a problem until a few days ago.

For me it works fine after Asterisk is restarted, but at some point 
later it just stops - it dials, but no audio.


I will check out the latest Asterisk and chan_capi-cm and try again over 
the next week or so.


(This is with an AVM Fritz card (BT Speedway) under RH9 btw)

Faris.


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users