Hi,<br>Currently I am assigning one instance to each extension like below:<br><br> <extension name="us.skypeout"><br> <condition field="username" expression="^10(\d{2})$"><br>
<action application="set" data="skype_instance=$1"/><br> </condition><br> <condition field="destination_number" expression="^(\d{11})$"><br> <action application="set" data="hangup_after_bridge=true"/><br>
<action application="bridge" data="skypopen/interface${skype_instance}/$<br> </condition><br> </extension><br><br>Are there any other ways like to get unused instances from a pool?<br>
I guess it could be something like<br><br>condition instance1 available?<br>bridge instance1<br>condition instance2 available?<br>bridge instance2<br>...<br><br>then there could be much more extensions to share skype out.<br>
<br>Could anyone help?<br><br>Thanks!<br>Jian<br>