Re: Placing an outgoing call on an available trunk.
Luca Bariani <[email protected]>
| Newsgroups | gmane.comp.gnu.bayonne.devel |
|---|---|
| Message-ID | <[email protected]> |
Alle 03:47, martedì 03 maggio 2005, Lachlan Ross ha scritto: > Hi Everyone, > > When using Bayonne to dial out, must you specify the trunk that the call > goes out on? > ie: > bayonne --control start 1 myScript > > This sends the call out on trunk 1. What happens if trunk 1 already has > a call on it? > Can you some how place an outgoing call and have it just find an > available trunk? > > Thanks for any ideas. you can define a group (like outgoing) with several trunks, eg 1,3,5,7,9 you can run your script with bayonne --control start outgoing myScript it uses the a free trunk (if any) among those defined in your group you can find group definition in the standard bayonne.conf file bye Luca