Re: [Asterisk-java-users] MaxRetries and RetryTime w/ OriginateAction
Brought to you by:
srt
From: Stefan R. <ste...@re...> - 2007-01-16 03:40:54
|
Jason Bodnar wrote: > I know very little about Asterisk. I'm trying to convert some old perl = code > that originates a call to asterisk-java. So far I've found a way to set= > everything I need to except for MaxRetries and RetryTime. There aren't = set*() > methods for either of these. Do I have to use something like > setVariable("MaxRetries", value) for each of these? afaik MaxRetries is not available through the Manager API but only when using .call files. So you have to do the retry within your Java code. =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: ste...@re... Jabber: ste...@re... |