[Home]

Summary:ASTERISK-00899: Calls still goes thru when out of G729 licenses
Reporter:heison (heison)Labels:
Date Opened:2004-01-23 10:45:05.000-0600Date Closed:2011-06-07 14:04:53
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:iax.conf:
[general]
disallow=lpc10

[nufone]
disallow=all
allow=g729
.
.
.

And I only 4 licenses, when I make more than 4 calls via NuFone, the call still makes it thru but WARNING messages in CLI:
Jan 23 11:13:17 WARNING[1259545280]: codec_g729b.c:202 lintog729_new: No available g729 resources for channel 4
Jan 23 11:13:17 WARNING[1259545280]: codec_g729b.c:342 lintog729_framein: G729 resources are not allocated, exiting
Jan 23 11:13:17 WARNING[1259545280]: codec_g729b.c:202 lintog729_new: No available g729 resources for channel 4
Jan 23 11:13:17 WARNING[1259545280]: codec_g729b.c:342 lintog729_framein: G729 resources are not allocated, exiting

As these messages fill the CLI, it becomes unusable to debug. I was trying to do iax2 show channels to see what format my 5th call was, but can't.  
Comments:By: heison (heison) 2004-01-24 08:58:49.000-0600

The following is a snapshot of the 5th call... it rings the remote side, but as soon as it's picked up, it was silent. So, my earlier observation might be INVALID.


[root@pbx root]# asterisk -rx "iax2 show channels"
on
Peer             Username    ID (Lo/Rem)  Seq (Tx/Rx)  Lag      Jitter  Format
66.225.202.72    heison      16384/16384  00015/00019  00721ms  0003ms  G729A
66.225.202.72    heison      16385/16385  00011/00015  01413ms  0004ms  G729A
66.225.202.72    heison      16386/16386  00012/00015  00665ms  0006ms  G729A
66.225.202.72    heison      16387/16387  00008/00013  00695ms  0004ms  G729A
66.225.202.72    heison      16388/16388  00004/00009  00723ms  0004ms  G729A
5 active IAX channel(s)
Jan 24 09:33:02 WARNING[1252148032]: codec_g729b.c:202 lintog729_new: No available g729 resources for channel 4
Jan 24 09:33:02 WARNING[1252148032]: codec_g729b.c:342 lintog729_framein: G729 resources are not allocated, exiting
Jan 24 09:33:02 WARNING[1226982592]: codec_g729b.c:202 lintog729_new: No available g729 resources for channel 4

By: Brian West (bkw918) 2004-01-24 12:28:31.000-0600

They will stll go thru if the end points can nativly speak g729 .. I suspect thats what happened in your first case.