Lines 3-8
Link Here
|
3 |
@unexec if cmp -s %D/%%ETCDIR%%/accfile.conf.sample %D/%%ETCDIR%%/accfile.conf; then rm -f %D/%%ETCDIR%%/accfile.conf; fi |
3 |
@unexec if cmp -s %D/%%ETCDIR%%/accfile.conf.sample %D/%%ETCDIR%%/accfile.conf; then rm -f %D/%%ETCDIR%%/accfile.conf; fi |
4 |
%%ETCDIR%%/accfile.conf.sample |
4 |
%%ETCDIR%%/accfile.conf.sample |
5 |
@exec if [ ! -f %D/%%ETCDIR%%/accfile.conf ] ; then cp -p %D/%F %B/accfile.conf; fi |
5 |
@exec if [ ! -f %D/%%ETCDIR%%/accfile.conf ] ; then cp -p %D/%F %B/accfile.conf; fi |
|
|
6 |
@unexec if cmp -s %D/%%ETCDIR%%/amrnbcodec.conf.sample %D/%%ETCDIR%%/amrnbcodec.conf; then rm -f %D/%%ETCDIR%%/amrnbcodec.conf; fi |
7 |
%%ETCDIR%%/amrnbcodec.conf.sample |
8 |
@exec if [ ! -f %D/%%ETCDIR%%/amrnbcodec.conf ] ; then cp -p %D/%F %B/amrnbcodec.conf; fi |
6 |
@unexec if cmp -s %D/%%ETCDIR%%/analog.conf.sample %D/%%ETCDIR%%/analog.conf; then rm -f %D/%%ETCDIR%%/analog.conf; fi |
9 |
@unexec if cmp -s %D/%%ETCDIR%%/analog.conf.sample %D/%%ETCDIR%%/analog.conf; then rm -f %D/%%ETCDIR%%/analog.conf; fi |
7 |
%%ETCDIR%%/analog.conf.sample |
10 |
%%ETCDIR%%/analog.conf.sample |
8 |
@exec if [ ! -f %D/%%ETCDIR%%/analog.conf ] ; then cp -p %D/%F %B/analog.conf; fi |
11 |
@exec if [ ! -f %D/%%ETCDIR%%/analog.conf ] ; then cp -p %D/%F %B/analog.conf; fi |
Lines 45-56
Link Here
|
45 |
@unexec if cmp -s %D/%%ETCDIR%%/enumroute.conf.sample %D/%%ETCDIR%%/enumroute.conf; then rm -f %D/%%ETCDIR%%/enumroute.conf; fi |
48 |
@unexec if cmp -s %D/%%ETCDIR%%/enumroute.conf.sample %D/%%ETCDIR%%/enumroute.conf; then rm -f %D/%%ETCDIR%%/enumroute.conf; fi |
46 |
%%ETCDIR%%/enumroute.conf.sample |
49 |
%%ETCDIR%%/enumroute.conf.sample |
47 |
@exec if [ ! -f %D/%%ETCDIR%%/enumroute.conf ] ; then cp -p %D/%F %B/enumroute.conf; fi |
50 |
@exec if [ ! -f %D/%%ETCDIR%%/enumroute.conf ] ; then cp -p %D/%F %B/enumroute.conf; fi |
|
|
51 |
@unexec if cmp -s %D/%%ETCDIR%%/eventlogs.conf.sample %D/%%ETCDIR%%/eventlogs.conf; then rm -f %D/%%ETCDIR%%/eventlogs.conf; fi |
52 |
%%ETCDIR%%/eventlogs.conf.sample |
53 |
@exec if [ ! -f %D/%%ETCDIR%%/eventlogs.conf ] ; then cp -p %D/%F %B/eventlogs.conf; fi |
48 |
@unexec if cmp -s %D/%%ETCDIR%%/extmodule.conf.sample %D/%%ETCDIR%%/extmodule.conf; then rm -f %D/%%ETCDIR%%/extmodule.conf; fi |
54 |
@unexec if cmp -s %D/%%ETCDIR%%/extmodule.conf.sample %D/%%ETCDIR%%/extmodule.conf; then rm -f %D/%%ETCDIR%%/extmodule.conf; fi |
49 |
%%ETCDIR%%/extmodule.conf.sample |
55 |
%%ETCDIR%%/extmodule.conf.sample |
50 |
@exec if [ ! -f %D/%%ETCDIR%%/extmodule.conf ] ; then cp -p %D/%F %B/extmodule.conf; fi |
56 |
@exec if [ ! -f %D/%%ETCDIR%%/extmodule.conf ] ; then cp -p %D/%F %B/extmodule.conf; fi |
51 |
@unexec if cmp -s %D/%%ETCDIR%%/filetransfer.conf.sample %D/%%ETCDIR%%/filetransfer.conf; then rm -f %D/%%ETCDIR%%/filetransfer.conf; fi |
57 |
@unexec if cmp -s %D/%%ETCDIR%%/filetransfer.conf.sample %D/%%ETCDIR%%/filetransfer.conf; then rm -f %D/%%ETCDIR%%/filetransfer.conf; fi |
52 |
%%ETCDIR%%/filetransfer.conf.sample |
58 |
%%ETCDIR%%/filetransfer.conf.sample |
53 |
@exec if [ ! -f %D/%%ETCDIR%%/filetransfer.conf ] ; then cp -p %D/%F %B/filetransfer.conf; fi |
59 |
@exec if [ ! -f %D/%%ETCDIR%%/filetransfer.conf ] ; then cp -p %D/%F %B/filetransfer.conf; fi |
|
|
60 |
@unexec if cmp -s %D/%%ETCDIR%%/gvoice.conf.sample %D/%%ETCDIR%%/gvoice.conf; then rm -f %D/%%ETCDIR%%/gvoice.conf; fi |
61 |
%%ETCDIR%%/gvoice.conf.sample |
62 |
@exec if [ ! -f %D/%%ETCDIR%%/gvoice.conf ] ; then cp -p %D/%F %B/gvoice.conf; fi |
54 |
@unexec if cmp -s %D/%%ETCDIR%%/h323chan.conf.sample %D/%%ETCDIR%%/h323chan.conf; then rm -f %D/%%ETCDIR%%/h323chan.conf; fi |
63 |
@unexec if cmp -s %D/%%ETCDIR%%/h323chan.conf.sample %D/%%ETCDIR%%/h323chan.conf; then rm -f %D/%%ETCDIR%%/h323chan.conf; fi |
55 |
%%ETCDIR%%/h323chan.conf.sample |
64 |
%%ETCDIR%%/h323chan.conf.sample |
56 |
@exec if [ ! -f %D/%%ETCDIR%%/h323chan.conf ] ; then cp -p %D/%F %B/h323chan.conf; fi |
65 |
@exec if [ ! -f %D/%%ETCDIR%%/h323chan.conf ] ; then cp -p %D/%F %B/h323chan.conf; fi |
Lines 75-80
Link Here
|
75 |
@unexec if cmp -s %D/%%ETCDIR%%/lateroute.conf.sample %D/%%ETCDIR%%/lateroute.conf; then rm -f %D/%%ETCDIR%%/lateroute.conf; fi |
84 |
@unexec if cmp -s %D/%%ETCDIR%%/lateroute.conf.sample %D/%%ETCDIR%%/lateroute.conf; then rm -f %D/%%ETCDIR%%/lateroute.conf; fi |
76 |
%%ETCDIR%%/lateroute.conf.sample |
85 |
%%ETCDIR%%/lateroute.conf.sample |
77 |
@exec if [ ! -f %D/%%ETCDIR%%/lateroute.conf ] ; then cp -p %D/%F %B/lateroute.conf; fi |
86 |
@exec if [ ! -f %D/%%ETCDIR%%/lateroute.conf ] ; then cp -p %D/%F %B/lateroute.conf; fi |
|
|
87 |
@unexec if cmp -s %D/%%ETCDIR%%/lksctp.conf.sample %D/%%ETCDIR%%/lksctp.conf; then rm -f %D/%%ETCDIR%%/lksctp.conf; fi |
88 |
%%ETCDIR%%/lksctp.conf.sample |
89 |
@exec if [ ! -f %D/%%ETCDIR%%/lksctp.conf ] ; then cp -p %D/%F %B/lksctp.conf; fi |
78 |
@unexec if cmp -s %D/%%ETCDIR%%/mgcpca.conf.sample %D/%%ETCDIR%%/mgcpca.conf; then rm -f %D/%%ETCDIR%%/mgcpca.conf; fi |
90 |
@unexec if cmp -s %D/%%ETCDIR%%/mgcpca.conf.sample %D/%%ETCDIR%%/mgcpca.conf; then rm -f %D/%%ETCDIR%%/mgcpca.conf; fi |
79 |
%%ETCDIR%%/mgcpca.conf.sample |
91 |
%%ETCDIR%%/mgcpca.conf.sample |
80 |
@exec if [ ! -f %D/%%ETCDIR%%/mgcpca.conf ] ; then cp -p %D/%F %B/mgcpca.conf; fi |
92 |
@exec if [ ! -f %D/%%ETCDIR%%/mgcpca.conf ] ; then cp -p %D/%F %B/mgcpca.conf; fi |
Lines 200-214
Link Here
|
200 |
include/yate/yateversn.h |
212 |
include/yate/yateversn.h |
201 |
lib/libyate.so |
213 |
lib/libyate.so |
202 |
lib/libyate.so.4 |
214 |
lib/libyate.so.4 |
203 |
lib/libyate.so.4.0.0 |
215 |
lib/libyate.so.4.3.0 |
204 |
lib/libyatejabber.so |
216 |
lib/libyatejabber.so |
205 |
lib/libyatejabber.so.4.0.0 |
217 |
lib/libyatejabber.so.4.3.0 |
206 |
lib/libyatemgcp.so |
218 |
lib/libyatemgcp.so |
207 |
lib/libyatemgcp.so.4.0.0 |
219 |
lib/libyatemgcp.so.4.3.0 |
208 |
lib/libyatescript.so |
220 |
lib/libyatescript.so |
209 |
lib/libyatescript.so.4.0.0 |
221 |
lib/libyatescript.so.4.3.0 |
210 |
lib/libyatesig.so |
222 |
lib/libyatesig.so |
211 |
lib/libyatesig.so.4.0.0 |
223 |
lib/libyatesig.so.4.3.0 |
212 |
lib/yate/analyzer.yate |
224 |
lib/yate/analyzer.yate |
213 |
lib/yate/callfork.yate |
225 |
lib/yate/callfork.yate |
214 |
lib/yate/callgen.yate |
226 |
lib/yate/callgen.yate |
Lines 224-231
Link Here
|
224 |
%%WITH_SPANDSP%%lib/yate/faxchan.yate |
236 |
%%WITH_SPANDSP%%lib/yate/faxchan.yate |
225 |
lib/yate/filetransfer.yate |
237 |
lib/yate/filetransfer.yate |
226 |
lib/yate/gsmcodec.yate |
238 |
lib/yate/gsmcodec.yate |
|
|
239 |
lib/yate/gvoice.yate |
227 |
%%WITH_H323%%lib/yate/h323chan.yate |
240 |
%%WITH_H323%%lib/yate/h323chan.yate |
228 |
%%WITH_ILBC%%lib/yate/ilbccodec.yate |
241 |
%%WITH_ILBC%%lib/yate/ilbccodec.yate |
|
|
242 |
lib/yate/ilbcwebrtc.yate |
243 |
lib/yate/isaccodec.yate |
229 |
lib/yate/jabber/jabberserver.yate |
244 |
lib/yate/jabber/jabberserver.yate |
230 |
lib/yate/jabber/jbfeatures.yate |
245 |
lib/yate/jabber/jbfeatures.yate |
231 |
lib/yate/javascript.yate |
246 |
lib/yate/javascript.yate |
Lines 247-252
Link Here
|
247 |
lib/yate/server/cpuload.yate |
262 |
lib/yate/server/cpuload.yate |
248 |
lib/yate/server/dbpbx.yate |
263 |
lib/yate/server/dbpbx.yate |
249 |
lib/yate/server/dbwave.yate |
264 |
lib/yate/server/dbwave.yate |
|
|
265 |
lib/yate/server/eventlogs.yate |
250 |
lib/yate/server/heartbeat.yate |
266 |
lib/yate/server/heartbeat.yate |
251 |
lib/yate/server/lateroute.yate |
267 |
lib/yate/server/lateroute.yate |
252 |
%%WITH_SCTP%%lib/yate/server/lksctp.yate |
268 |
%%WITH_SCTP%%lib/yate/server/lksctp.yate |
Lines 290-295
Link Here
|
290 |
%%PORTDOCS%%%%DOCSDIR%%/COPYING |
306 |
%%PORTDOCS%%%%DOCSDIR%%/COPYING |
291 |
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog |
307 |
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog |
292 |
%%PORTDOCS%%%%DOCSDIR%%/README |
308 |
%%PORTDOCS%%%%DOCSDIR%%/README |
|
|
309 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine.html |
310 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Array.html |
311 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Base64.html |
312 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__CallEndpoint.html |
313 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__CapturedEvent.html |
314 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Channel.html |
315 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Cipher.html |
316 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Client.html |
317 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ClientAccount.html |
318 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ClientAccountList.html |
319 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ClientChannel.html |
320 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ClientContact.html |
321 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ClientDriver.html |
322 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ClientLogic.html |
323 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ClientResource.html |
324 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ClientSound.html |
325 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Compressor.html |
326 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Configuration.html |
327 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DataBlock.html |
328 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DataConsumer.html |
329 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DataEndpoint.html |
330 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DataFormat.html |
331 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DataNode.html |
332 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DataSource.html |
333 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DataTranslator.html |
334 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DebugEnabler.html |
335 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Debugger.html |
336 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DefaultLogic.html |
337 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DnsRecord.html |
338 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Driver.html |
339 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__DurationUpdate.html |
340 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Engine.html |
341 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__EngineCheck.html |
342 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__File.html |
343 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__FormatInfo.html |
344 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__FormatRepository.html |
345 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__GenObject.html |
346 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__GenPointer.html |
347 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__HashList.html |
348 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ImageInfo.html |
349 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ListIterator.html |
350 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Lock.html |
351 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Lock2.html |
352 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Lockable.html |
353 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MD5.html |
354 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MemoryStream.html |
355 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Message.html |
356 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MessageDispatcher.html |
357 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MessageHandler.html |
358 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MessageNotifier.html |
359 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MessagePostHook.html |
360 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MessageReceiver.html |
361 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MessageRelay.html |
362 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MimeAuthLine.html |
363 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MimeBinaryBody.html |
364 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MimeBody.html |
365 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MimeHeaderLine.html |
366 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MimeLinesBody.html |
367 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MimeMultipartBody.html |
368 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MimeSdpBody.html |
369 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MimeStringBody.html |
370 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Module.html |
371 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MucRoom.html |
372 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MucRoomMember.html |
373 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Mutex.html |
374 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__MutexPool.html |
375 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__NamedIterator.html |
376 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__NamedList.html |
377 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__NamedPointer.html |
378 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__NamedString.html |
379 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__NaptrRecord.html |
380 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ObjList.html |
381 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ObjVector.html |
382 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Plugin.html |
383 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Random.html |
384 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__RefObject.html |
385 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__RefPointer.html |
386 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__RefPointerBase.html |
387 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Regexp.html |
388 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Resolver.html |
389 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Router.html |
390 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Runnable.html |
391 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__SHA1.html |
392 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__SctpSocket.html |
393 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Semaphore.html |
394 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__SharedVars.html |
395 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Socket.html |
396 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__SocketAddr.html |
397 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__SocketFilter.html |
398 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__SrvRecord.html |
399 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Stream.html |
400 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__String.html |
401 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__SysUsage.html |
402 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Thread.html |
403 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__ThreadedSource.html |
404 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Time.html |
405 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__TokenDict.html |
406 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__TranslatorCaps.html |
407 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__TranslatorFactory.html |
408 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__UIFactory.html |
409 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__UIWidget.html |
410 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__URI.html |
411 |
%%PORTDOCS%%%%DOCSDIR%%/api/TelEngine__Window.html |
412 |
%%PORTDOCS%%%%DOCSDIR%%/api/all-globals.html |
413 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine.html |
414 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Array.html |
415 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Base64.html |
416 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__CallEndpoint.html |
417 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__CapturedEvent.html |
418 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Channel.html |
419 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Cipher.html |
420 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Client.html |
421 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ClientAccount.html |
422 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ClientAccountList.html |
423 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ClientChannel.html |
424 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ClientContact.html |
425 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ClientDriver.html |
426 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ClientLogic.html |
427 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ClientResource.html |
428 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ClientSound.html |
429 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Compressor.html |
430 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Configuration.html |
431 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DataBlock.html |
432 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DataConsumer.html |
433 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DataEndpoint.html |
434 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DataFormat.html |
435 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DataNode.html |
436 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DataSource.html |
437 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DataTranslator.html |
438 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DebugEnabler.html |
439 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Debugger.html |
440 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DefaultLogic.html |
441 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DnsRecord.html |
442 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Driver.html |
443 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__DurationUpdate.html |
444 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Engine.html |
445 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__EngineCheck.html |
446 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__File.html |
447 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__FormatInfo.html |
448 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__FormatRepository.html |
449 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__GenObject.html |
450 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__GenPointer.html |
451 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__HashList.html |
452 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ImageInfo.html |
453 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ListIterator.html |
454 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Lock.html |
455 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Lock2.html |
456 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Lockable.html |
457 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MD5.html |
458 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MemoryStream.html |
459 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Message.html |
460 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MessageDispatcher.html |
461 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MessageHandler.html |
462 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MessageNotifier.html |
463 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MessagePostHook.html |
464 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MessageReceiver.html |
465 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MessageRelay.html |
466 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MimeAuthLine.html |
467 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MimeBinaryBody.html |
468 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MimeBody.html |
469 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MimeHeaderLine.html |
470 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MimeLinesBody.html |
471 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MimeMultipartBody.html |
472 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MimeSdpBody.html |
473 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MimeStringBody.html |
474 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Module.html |
475 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MucRoom.html |
476 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MucRoomMember.html |
477 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Mutex.html |
478 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__MutexPool.html |
479 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__NamedIterator.html |
480 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__NamedList.html |
481 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__NamedPointer.html |
482 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__NamedString.html |
483 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__NaptrRecord.html |
484 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ObjList.html |
485 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ObjVector.html |
486 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Plugin.html |
487 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Random.html |
488 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__RefObject.html |
489 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__RefPointer.html |
490 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__RefPointerBase.html |
491 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Regexp.html |
492 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Resolver.html |
493 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Router.html |
494 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Runnable.html |
495 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__SHA1.html |
496 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__SctpSocket.html |
497 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Semaphore.html |
498 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__SharedVars.html |
499 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Socket.html |
500 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__SocketAddr.html |
501 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__SocketFilter.html |
502 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__SrvRecord.html |
503 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Stream.html |
504 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__String.html |
505 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__SysUsage.html |
506 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Thread.html |
507 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__ThreadedSource.html |
508 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Time.html |
509 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__TokenDict.html |
510 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__TranslatorCaps.html |
511 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__TranslatorFactory.html |
512 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__UIFactory.html |
513 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__UIWidget.html |
514 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__URI.html |
515 |
%%PORTDOCS%%%%DOCSDIR%%/api/full-list-TelEngine__Window.html |
516 |
%%PORTDOCS%%%%DOCSDIR%%/api/header-list.html |
517 |
%%PORTDOCS%%%%DOCSDIR%%/api/hier.html |
518 |
%%PORTDOCS%%%%DOCSDIR%%/api/index-long.html |
519 |
%%PORTDOCS%%%%DOCSDIR%%/api/index.html |
520 |
%%PORTDOCS%%%%DOCSDIR%%/api/yatecbase_h.html |
521 |
%%PORTDOCS%%%%DOCSDIR%%/api/yateclass_h.html |
522 |
%%PORTDOCS%%%%DOCSDIR%%/api/yatemime_h.html |
523 |
%%PORTDOCS%%%%DOCSDIR%%/api/yatengine_h.html |
524 |
%%PORTDOCS%%%%DOCSDIR%%/api/yatephone_h.html |
293 |
%%PORTDOCS%%%%DOCSDIR%%/dataflow.html |
525 |
%%PORTDOCS%%%%DOCSDIR%%/dataflow.html |
294 |
%%PORTDOCS%%%%DOCSDIR%%/extmodule.html |
526 |
%%PORTDOCS%%%%DOCSDIR%%/extmodule.html |
295 |
%%PORTDOCS%%%%DOCSDIR%%/index.html |
527 |
%%PORTDOCS%%%%DOCSDIR%%/index.html |
Lines 304-309
Link Here
|
304 |
%%DATADIR%%/help/4.yhlp |
536 |
%%DATADIR%%/help/4.yhlp |
305 |
%%DATADIR%%/help/99.yhlp |
537 |
%%DATADIR%%/help/99.yhlp |
306 |
%%DATADIR%%/scripts/Yate.pm |
538 |
%%DATADIR%%/scripts/Yate.pm |
|
|
539 |
%%DATADIR%%/scripts/banbrutes.php |
307 |
%%DATADIR%%/scripts/leavemail.php |
540 |
%%DATADIR%%/scripts/leavemail.php |
308 |
%%DATADIR%%/scripts/libvoicemail.php |
541 |
%%DATADIR%%/scripts/libvoicemail.php |
309 |
%%DATADIR%%/scripts/libyate.php |
542 |
%%DATADIR%%/scripts/libyate.php |
Lines 636-641
Link Here
|
636 |
@dirrm lib/pkgconfig |
869 |
@dirrm lib/pkgconfig |
637 |
@dirrm include/yate |
870 |
@dirrm include/yate |
638 |
@dirrm %%ETCDIR%% |
871 |
@dirrm %%ETCDIR%% |
639 |
%%PORTDOCS%%@exec mkdir -p %D/%%DOCSDIR%%/api |
|
|
640 |
@exec mkdir -p %D/lib/yate/qt4 |
872 |
@exec mkdir -p %D/lib/yate/qt4 |
641 |
@exec mkdir -p %D/lib/pkgconfig |
873 |
@exec mkdir -p %D/lib/pkgconfig |