[asterisk-bugs] [Asterisk 0014108]: Asterisk not sending out RTP packets

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Dec 18 13:03:39 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14108 
====================================================================== 
Reported By:                malaiwah
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14108
Category:                   Channels/chan_sip/Interoperability
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.4.17 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-12-18 11:43 CST
Last Modified:              2008-12-18 13:03 CST
====================================================================== 
Summary:                    Asterisk not sending out RTP packets
Description: 
I have Kamailio with MediaProxy in front of Asterisk running, asterisk does
not need/nor have to deal with any nat issues. All it is seeing are public
ip addresses (somewhat, because this test environnement runs on amazon
ec2).

I'm debugging SIP packets and everything looks fine though, but Asterisk
is not sending any RTP packet to my RTP proxy. It is receiving packets fine
though. What is stopping Asterisk to send packets to my RTP proxy? Nat=no
in my sip.conf

In additionnal informations, you will find the asterisk console with sip
debug and rtcp debug. Looking at the SIP headers I would interpret that
Asterisk would have to connect to the RTP proxy right away and not wait
until a packet comes in.

* Our Sender:
 SSRC:          824794298
 Sent packets:  0
 Lost packets:  0
 Jitter:        0
 SR-count:      0
 RTT:           0.000000
====================================================================== 

---------------------------------------------------------------------- 
 (0096651) malaiwah (reporter) - 2008-12-18 13:03
 http://bugs.digium.com/view.php?id=14108#c96651 
---------------------------------------------------------------------- 
from dmesg:

{{{
Zapata Telephony Interface Registered on major 196
Zaptel Version: 1.4.10
Zaptel Echo Canceller: MG2
ztdummy: RTC rate is 1024
root at asterisk:/usr/src/asterisk-1.4.23-rc3# 
}}}

lsmod:

{{{
root at asterisk:/usr/src/asterisk-1.4.23-rc3# lsmod | grep zt
ztdummy                 9128  0 
zaptel                192132  1 ztdummy
}}}

But Asterisk fails to start now:

{{{
root at asterisk:/usr/src/asterisk-1.4.23-rc3# asterisk -vvvvdddddddvgc
Asterisk 1.4.23-rc3, Copyright (C) 1999 - 2008 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for
details.
This is free software, with components licensed under the GNU General
Public
License version 2 and other licenses; you are welcome to redistribute it
under
certain conditions. Type 'core show license' for details.
=========================================================================
  == Parsing '/etc/asterisk/asterisk.conf': Parsing
/etc/asterisk/asterisk.conf
Found
  == Parsing '/etc/asterisk/extconfig.conf': Parsing
/etc/asterisk/extconfig.conf
Found
  == Parsing '/etc/asterisk/logger.conf': Parsing
/etc/asterisk/logger.conf
Found
Asterisk Event Logger Started /var/log/asterisk/event_log
[Dec 18 19:02:51] ERROR[6865]: asterisk.c:3058 main: Asterisk has detected
a problem with your Zaptel configuration and will shutdown for your
protection.  You have options:
        1. You only have to compile Zaptel support into Asterisk if you
need it.  One option is to recompile without Zaptel support.
        2. You only have to load Zaptel drivers if you want to take
advantage of Zaptel services.  One option is to unload zaptel modules if
you don't need them.
        3. If you need Zaptel services, you must correctly configure
Zaptel.
root at asterisk:/usr/src/asterisk-1.4.23-rc3# 
}}}

"is used if available"; what if I take step http://bugs.digium.com/view.php?id=1
and compile without zaptel
support? 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-12-18 13:03 malaiwah       Note Added: 0096651                          
======================================================================




More information about the asterisk-bugs mailing list