[Home]

Summary:ASTERISK-16103: meetme music on hold stop working and RTP stop flowing
Reporter:Ronald Chan (loloski)Labels:
Date Opened:2010-05-14 17:39:01Date Closed:2010-05-16 10:05:21
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When i'm at it writing my own apps for a predictive dialer project, i stumble a bug with music on hold, it stop working and suddenly the RTP flow from * to eyebeam stops, i don't have a digium hardware for now, i'm only using a dahdi_dummy.

the funny thing if i do rtp set debug on, i can't reproduce this randomly, but if i turn off the debugging information. it has a higher chance of screwing it up

I will produce an rtp debug if this issue appear across reboot, for now just let it simmer here.

****** ADDITIONAL INFORMATION ******

Dialplan Snippet

[confroom]

exten => _2XX,1,Meetme(${EXTEN},M(default)Fq)
same => n,Hangup
================================================================================
Server

Intel(R) Xeon(R) CPU           X3210  @ 2.13GHz
CentOS release 5.4 (Final)
kernel Linux 2.6.18-164.15.1.el5
4gb RAM

Client
1 GB RAM
Intel Atom N230
Windows 7

Comments:By: Ronald Chan (loloski) 2010-05-16 04:23:09

after changing, the codec from g.711u/ulaw to g.729 i can't reliably reproduce this unlike before. please close for now, once i stumble upon this again will reopen.