[asterisk-users] Require a Type 102 milliwatt number

Steve Edwards asterisk.org at sedwards.com
Thu May 29 13:27:50 CDT 2008


On Thu, 29 May 2008, Russell Bryant wrote:

> Russell Bryant wrote:
>> Milliwatt in Asterisk is incorrect.  Tilghman pointed out the
>> available workaround, which is to use Playtones.
>>
>> Fixing the source is trivial!  All we have to do is make Milliwatt use
>> Playtones internally.
>
> http://lists.digium.com/pipermail/asterisk-commits/2008-May/023058.html

+	if (!(wait_app = pbx_findapp("Wait"))) {
+		ast_log(LOG_ERROR, "The Playtones application is required to run Milliwatt()\n");
+		goto exit_app;
+	}

Is the "wait" application part of the "playtones" application in 1.4?

Thanks in advance,
------------------------------------------------------------------------
Steve Edwards      sedwards at sedwards.com      Voice: +1-760-468-3867 PST
Newline                                             Fax: +1-760-731-3000



More information about the asterisk-users mailing list