Hi bogdan,
Need I write script for failure_route and onreply_route in ser.cfg to support parallel fork or I only lets openser to do that by itself. If need, how to write the script?
By the way, how to support serial fork?
Regards, Jimway
--- Bogdan-Andrei Iancu bogdan@voice-system.ro wrote:
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
jimmy way writes:
ser automatically parallel forks contacts with same q value.
By the way, how to support serial fork?
you can use lcr functions load_contacts()/next_contacts() for that purpose or perhaps also use avpops directly.
-- juha
Jimmy,
for parallel forking you do not have to d anything special - fir this purpose you don't need a failure route. Just do lookup() and t_relay() and that's all. Failure routes are usually used for serial forking.
For serial forking, you can find of cvs some basic example in "examples/fork.cfg" or something more complex at http://www.voice-system.ro/docs/avpops/ar01s08.html#ex_serial_forking
regards, bogdan
jimmy way wrote: