[asterisk-users] No remote address on RTP instance - On Ringing
Nick Cameo
symack at gmail.com
Tue Sep 10 17:41:17 CDT 2013
Hope this helps someone save a day of running around.
So my issue was with a2billing. The warning `No remote address on RTP
instance '0xb6d16a28' so dropping frame`
was not related to the music on hold coming on during ringing.
The Problem:
We have a script that loads rates into `a2billing.cc_ratecard` table. The
problem field was `musiconhold`.
Loading the field with `null`, causes this conditional statement in
`lib/asterisk/agi-bin/lib/Class.RateEngine.php` to fire:
if (strlen($musiconhold) > 0 && $musiconhold != "selected") {
$dialparams .= "m";
This added the m to the DIAL command.
The Solution:
Make sure cc_ratecard.musiconhold = '';
Thank you all for your help. I can rest now :).
Nick from Toronto.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130910/bbcc805c/attachment.htm>
More information about the asterisk-users
mailing list