[asterisk-bugs] [JIRA] (ASTERISK-25498) Asterisk crashes when negotiating g729 without that module installed

Ben Langfeld (JIRA) noreply at issues.asterisk.org
Tue Nov 24 16:02:33 CST 2015


    [ https://issues.asterisk.org/jira/browse/ASTERISK-25498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228455#comment-228455 ] 

Ben Langfeld commented on ASTERISK-25498:
-----------------------------------------

The SDP for the call with channel `SIP/lsi-0000da6c` was:

{noformat}
v=0
o=- 44909901933898 44909901933899 IN IP4 10.0.6.10
s=-
c=IN IP4 10.0.6.10
t=0 0
m=audio 63632 RTP/AVP 18 0 101
a=rtpmap:101 telephone-event/8000
a=ptime:20
{noformat}

This indicates G.729 and G.711 PCMU. The AMD log line states `(Fmt: ulaw)`. I'm not sure why something attempts to use G.729 here.

> Asterisk crashes when negotiating g729 without that module installed
> --------------------------------------------------------------------
>
>                 Key: ASTERISK-25498
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25498
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Codecs/General
>    Affects Versions: 13.4.0
>         Environment: $ lscpu
> Architecture:          x86_64
> CPU op-mode(s):        32-bit, 64-bit
> Byte Order:            Little Endian
> CPU(s):                8
> On-line CPU(s) list:   0-7
> Thread(s) per core:    1
> Core(s) per socket:    4
> Socket(s):             2
> NUMA node(s):          1
> Vendor ID:             GenuineIntel
> CPU family:            6
> Model:                 45
> Stepping:              2
> CPU MHz:               2300.000
> BogoMIPS:              4600.00
> Hypervisor vendor:     VMware
> Virtualization type:   full
> L1d cache:             32K
> L1i cache:             32K
> L2 cache:              256K
> L3 cache:              20480K
> NUMA node0 CPU(s):     0-7
> $ free -m
>              total       used       free     shared    buffers     cached
> Mem:         12010      11670        339          0        174       8262
> -/+ buffers/cache:       3233       8777
> Swap:         4092         26       4066
> $ uname -mrs
> Linux 3.13.0-62-generic x86_64
> $ lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description:  Ubuntu 14.04.3 LTS
> Release:  14.04
> Codename: trusty
>            Reporter: Ben Langfeld
>            Assignee: Jonathan Rose
>         Attachments: backtrace-asterisk-13.6.0.txt, backtrace.txt, minute.log, sip.conf
>
>
> Regularly the following log lines are followed by Asterisk crashing (backtrace attached):
> ```
> [Oct 19 11:17:43] WARNING[15022][C-0001f68d] translate.c: No translator path: (starting codec is not valid)
> [Oct 19 11:17:43] WARNING[15051][C-0001f68d] channel.c: Unable to find a codec translation path: (g729) -> (ulaw)
> ```
> I do not see any relevant changes between 13.4.0 and 13.6.0, but I am in the process of upgrading anyway to confirm this issue is still present.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list