[Home]

Summary:ASTERISK-14049: indications.c:149 playtones_generator: Can't generate that much data!
Reporter:Andrew Thomas (raffles)Labels:
Date Opened:2009-05-01 10:04:04Date Closed:2011-06-07 14:07:28
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_indications
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Incoming caller to 'Queue' application doesn't hear ringing when they should - call proceeds as normal.

Console
~~~~~~~
   -- Executing [s@macro-check-status:27] Queue("mISDN/3-u82", "main|tTWr|||15") in new stack
   -- Got SIP response 486 "Busy Here" back from 192.168.34.48
   -- SIP/13-082a5340 is busy
   -- Nobody picked up in 0 ms
   -- SIP/12-082a1338 is ringing
   -- SIP/15-0829d330 is ringing
   -- SIP/11-08299328 is ringing
   -- SIP/14-0828e6a0 is ringing
[May  1 15:01:27] WARNING[2858]: indications.c:149 playtones_generator: Can't generate that much data!
   -- SIP/11-08299328 is ringing
   -- SIP/14-0828e6a0 is ringing
   -- SIP/15-0829d330 is ringing
   -- SIP/14-0828e6a0 is ringing
   -- SIP/15-0829d330 is ringing
   -- SIP/11-08299328 is ringing

extensions.conf slice
~~~~~~~~~~~~~~~~~~~~~
exten => s,n(group),Queue(main,tTWr,,,${VM-TIMEOUT})

If I leave the 'r' out the caller hears MOH (as they should).

With it in - the caller hears silence (because of the indications.c error above)


If I replace the Queue app with a Dial app (specifying the extensions) - then the caller hears ringing (without using a 'r' as well!).

In summary - the Dial app doesn't cause this issue - just the Queue one.


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

Asterisk - 1.4.24.1 (from 1.4-current.tar.gz)
Add-ons - 1.4.7
Debian Linux 2.6.18-6-486
Comments:By: Andrew Thomas (raffles) 2009-06-25 08:34:19

Well - this may as well be closed as no-one picked it up.

Thanks for nothing.

Shame I wasted £2,000 on becoming a dCap eh?

BTW - I traced the fault to the call being 'Answer()'d first.  Leave out the Answer() and it rings.



By: Jason Parker (jparker) 2009-08-20 16:21:41

You reported a minor issue that had a reasonable workaround.  It was clearly at a lower priority than many of the 500+ other open issues.

More information about your setup would be necessary to continue.  There should also be some lines in your mISDN logs that contain "TONE_GEN:".  Can we see those?

By: Russell Bryant (russell) 2009-08-20 16:25:28

I'm closing this since the reporter has found a solution to his problem and has indicated that he is no longer interested.