[Home]

Summary:ASTERISK-08464: Sounds played in MEETME_EXIT_CONTEXT of conference stutters.
Reporter:Ulrich Holeschak (uholeschak)Labels:
Date Opened:2007-01-01 12:34:01.000-0600Date Closed:2007-03-04 21:16:26.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I create a conference with:

Set(MEETME_EXIT_CONTEXT=vmc-meet-exit)
MeetMe(99000,dAxXq)

To that conference i add two further channels (with MeetMe(99000,dlqx) and MeetMe(99000,dqx):
One is calling Dial(Console/dsp) and the other VoiceMail(${MAILBOX}|u).
This works very well.

In the MEETME_EXIT_CONTEXT i play a sound when exiting:
[vmc-meet-exit]
exten => #,1,Playback(auth-thankyou)
exten => #,n,HangUp

Sometimes this sound stutters very much (you can't understand anything).
If i add Wait(1) before the Playback() things get better, but not always.

In Astersik 1.2.X this was working very well ...


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

For the conference i am using ztdummy.
Comments:By: Ulrich Holeschak (uholeschak) 2007-01-01 16:50:34.000-0600

I have still tested bit and found the following:
If i create the conference without the "auto-close" function 'x':

Set(MEETME_EXIT_CONTEXT=vmc-meet-exit)
MeetMe(99000,dXq)

and close the conference manually in:

[vmc-meet-exit]
exten => #,1,MeetMeAdmin(99000,K)
exten => #,n,Playback(auth-thankyou)
exten => #,n,HangUp

Everything works fine!
So this seems to be a problem of the 'x' option.
While the closing is active the playback in the MEETME_EXIT_CONTEXT seems to fail ...



By: Joshua C. Colp (jcolp) 2007-02-21 14:19:44.000-0600

Can you please try the latest 1.4 from SVN? I was unable to reproduce your issue with it.

By: Ulrich Holeschak (uholeschak) 2007-02-25 12:28:14.000-0600

My computer is not the fastest one (1.2 GHz), because its running all day long and should not consume too much energy.
So i expect, that's the reason why you can't reproduce this effect, bcause your computer is too fast ...

I have checked the cpu load with 'tload' while this effext is happening:
It's rising up to nearly 100% and stays there for some seconds.
During MeetMe operation the load is only at 10%. So i would expect, a thread in asterisk is running mad (waits for something and consumes cpu power) during context exit ...

By: Serge Vecher (serge-v) 2007-02-26 10:35:15.000-0600

what about "the latest 1.4" portion of the question?

By: Ulrich Holeschak (uholeschak) 2007-03-04 16:40:04.000-0600

I have now tested with asterisk 1.4.1, the problem seems to be gone!!!
Thanks,
Ulrich

By: Joshua C. Colp (jcolp) 2007-03-04 21:16:26.000-0600

Fixed by Russell's meetme mods I do believe.