<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Good morning,<BR>
<BR>
I am writing a Asterisk dialplan from scratch (for learning and testing purposes), but i'm having trouble with a algorithm to dial a SIP group using round-robin. I want that asterisk dial the member of the group in a circular way, until the call be answered. For example, i have the group TEST="SIP/1&SIP/2&SIP/3&SIP/4", asterisk would dial SIP/1, if it doesn't answer in a period of time then asterisk would dial SIP/2 and so on. Can somebody help me?<BR>
<BR>
<BR>
Thanks.
</BODY>
</HTML>