Hi Sems-Devs,

I noticed, that in SEMS 1.4 the loop parameter is ignored
in the DSM playFile() function. The attached patch fixes 
this.

Regards,
Emil

-- 
Emil Kroymann
VoIP Services Engineer

Email: [email protected]
Tel: +49-30-203899885
Mobile: +49-176-38389303

ISACO GmbH
Kurfürstenstraße 79
10787 Berlin
Germany

Amtsgericht Charlottenburg, HRB 112464B
Geschäftsführer: Daniel Frommherz

--- a/apps/dsm/DSMCall.cpp
+++ b/apps/dsm/DSMCall.cpp
@@ -485,8 +485,7 @@
 
     return;
   }
-  if (loop) 
-    af->loop.set(true);
+  af->loop.set(loop);
 
   if (front)
     playlist.addToPlayListFront(new AmPlaylistItem(af, NULL));

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to