[Freeswitch-users] time format

David Ponzone david.ponzone at gmail.com
Tue Jun 1 07:50:29 PDT 2010


Tihomir,

you can do that yourself with expr.

h = expr floor(credit_time/3600)
m = expr floor(mod(credit_time,3600)/60)
s = expr mod(credit_time,60)

Just convert that to the right $expr{} syntax.

David Ponzone  Direction Technique
email: david.ponzone at ipeva.fr
tel:      01 74 03 18 97
gsm:   06 66 98 76 34

Service Client IPeva
tel:      0811 46 26 26
www.ipeva.fr  -   www.ipeva-studio.com

Ce message et toutes les pièces jointes sont confidentiels et établis  
à l'intention exclusive de ses destinataires. Toute utilisation ou  
diffusion non autorisée est interdite. Tout message électronique est  
susceptible d'altération. IPeva décline toute responsabilité au titre  
de ce message s'il a été altéré, déformé ou falsifié. Si vous n'êtes  
pas destinataire de ce message, merci de le détruire immédiatement et  
d'avertir l'expéditeur.




Le 01/06/2010 à 15:39, Tihomir Culjaga a écrit :

>
>
> On Tue, Jun 1, 2010 at 1:49 PM, jay binks <jaybinks at gmail.com> wrote:
> my hint :
> how / what are you trying to do this in ??
>
> LUA, PHP, PERL, C# ?
>
> a little bit more info would help.
>
> J
> ahhh sorry, forgot to mention ..
>
> im trying to do it in dialplan ....
>
>
> i have a channel variable holding the time
>
>
> e.g.:
>
>
> <action application="set" data="credit_time=405"/>
>
> <action application="phrase" data="timeleft,${credit_time}"/>
>
>
>
> phrase for timeleft expects hh:mm:ss time format ....
>
>
> any clue?
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100601/f907db06/attachment.html 


More information about the FreeSWITCH-users mailing list