Yes, you can still do outgoing calls on the same trunk group. It will start by using 29 if it is free then 28 etc.
I do not like to much this hunting, I would prefer incrementing. Julien -----Original Message----- From: Lachlan Ross [mailto:[EMAIL PROTECTED] Sent: May 3, 2005 6:50 PM To: Julien Chavanton Cc: Bayonne Devel Mailing List Subject: Re: [Bayonne-devel] Placing an outgoing call on an available trunk. Thanks Julien and to everyone who helped out on this one! I have 30 channels on the card in my machine. If I have in my conf: ------------------------ [trunks] ; Specify the name of additional trunk groups to load groups = outgoing [outgoing-trunks] trunks = 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,2 7,28,29 ----------------------- Does this mean 0-29 are dedicated to outgoing calls only? What impact does it have on my incoming calls? Can incoming calls still come in on truncks 0-29? I can then write the command 'start outgoing myScript' and it will grab an available trunk between 0-29 right? Thanks again. Lachlan Julien Chavanton wrote: >You must define the trunk in bayonne.conf > >Here is an example with 10 T1's, with E1's there is 30 channels not only >23. > >Then you can write the command "start trunk1 myScript" in bayonne.ctrl >the bayonne FIFO. > > >[trunks] >; Specify the name of additional trunk groups to load >groups = trunk1 trunk2 trunk3 trunk4 trunk5 trunk6 trunk7 trunk8 trunk9 >trunk10 > >[trunk1-trunks] >trunks = 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22 > >[trunk2-trunks] >trunks = >23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45 > >[trunk3-trunks] >trunks = >46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68 > >[trunk4-trunks] >trunks = >70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92 > >[trunk5-trunks] >trunks = >93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,11 2 >,113,114 > >[trunk6-trunks] >trunks = >115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132 , >133,134,135,136,137 > >[trunk7-trunks] >trunks = >138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155 , >156,157,158,159,160 > >[trunk8-trunks] >trunks = >161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178 , >179,180,181,182,183 > >[trunk9-trunks] >trunks = >184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201 , >202,203,204,205,206 > >[trunk10-trunks] >trunks = >207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224 , >225,226,227,228,229 > >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] r >g] On Behalf Of Lachlan Ross >Sent: May 2, 2005 9:48 PM >To: Bayonne Devel Mailing List >Subject: [Bayonne-devel] Placing an outgoing call on an available trunk. > >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. > >Lachlan > > > > >_______________________________________________ >Bayonne-devel mailing list >[email protected] >http://lists.gnu.org/mailman/listinfo/bayonne-devel > > _______________________________________________ Bayonne-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bayonne-devel
