"The module provides as well functions to delay the execution of the
server. The functions “sleep” and “usleep” could be used to let the
server wait a specific time interval."
Hmm...letting the whole server sleep would not really be the idea ;-)
Do you know of other functions like this?
Best Regards
Jasmin
Jasmin Schnatterbeck writes:
For example if one INVITE lookup results in 2
contacts/branches, then
the first branch should be executed directly but the second should
experience a delay of some seconds, until the INVITE is being sent out
to the 2nd contact.
you can do this using serial forking if there is a sleep() function (i
don't remember if such exists).
-- juha