An interesting question. Mechanically, TGI works differently for paramater passing in Bayonne2. In Bayonne 1 the entire tgi request, including arguments, were packed into a single fixed size object and passed to the tgi libexec system. In Bayonne2, only the command is parsed and packed initially, and when the TGI launched process runs, it then has to request the command arguments, which are returned streamed as stdin. So it should not suffer from this problem.
Anthony DeRobertis wrote: >In Bayonne1, when your TGI parameters get too long, the TGI part of >Bayonne crashes. Is this fixed in Bayonne2? > > >_______________________________________________ >Bayonne-devel mailing list >[email protected] >http://lists.gnu.org/mailman/listinfo/bayonne-devel > >
begin:vcard fn:David Sugar n:Sugar;David org:GNU Telephony email;internet:[EMAIL PROTECTED] tel;work:+1 201 215 2609 x-mozilla-html:FALSE url:http://www.gnutelephony.org version:2.1 end:vcard
_______________________________________________ Bayonne-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bayonne-devel
