Re: [asterisk-dev] app_directory realtime

2006-04-27 Thread Tilghman Lesher
On Thursday 27 April 2006 08:13, Ken Ouellette wrote: > Instead of a complex query, my thought was adding a column to the > required database schema that would contain the dialpad equivalent > of the last three letters of a user's last name. This column could > be indexed and accessed via a simple

Re: [asterisk-dev] Re: ast_waitstream behaviour

2006-04-27 Thread ast guy
On 4/27/06, Tony Mountifield <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > ast guy <[EMAIL PROTECTED]> wrote: > >if (retry >= 1) > > { > > res = ast_streamfile (chan, prompt_error, chan->language); > > if (!res) > > res =

RE: [asterisk-dev] app_directory realtime

2006-04-27 Thread Ken Ouellette
Instead of a complex query, my thought was adding a column to the required database schema that would contain the dialpad equivalent of the last three letters of a user's last name. This column could be indexed and accessed via a simple query: SELECT * FROM voicemail_table WHERE dialpadlastname =

[asterisk-dev] Re: ast_waitstream behaviour

2006-04-27 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>, ast guy <[EMAIL PROTECTED]> wrote: >if (retry >= 1) > { > res = ast_streamfile (chan, prompt_error, chan->language); > if (!res) > res = ast_waitstream (chan, ""); > } > > res = _code_

Re: [asterisk-dev] AST_FORMAT_AMR anyone?

2006-04-27 Thread Denis Smirnov
On Wed, Apr 26, 2006 at 01:23:28PM -0500, Kevin P. Fleming wrote: KPF> There are tons of codecs that we could add this 'token' support for, and KPF> the current methods of defining them and selecting them have finite KPF> limits as to the number of formats we can support. KPF> I don't think it is

Re: [asterisk-dev] Bridging two H324M calls

2006-04-27 Thread Klaus Darilion
Hi Sergio! I've done this once and it worked (relaying). But I was not able to record the sessions. When I tried the various "recording" applications the video call setup did not worked anymore. Relaying was only successful when the bridging was done directly on the ISDN card. I did this onc

[asterisk-dev] ast_waitstream behaviour

2006-04-27 Thread ast guy
if (retry >= 1) { res = ast_streamfile (chan, prompt_error, chan->language); if (!res) res = ast_waitstream (chan, ""); } res = _code_prompt (chan, &code_digits); According to flow after playing prompt_error file it

[asterisk-dev] Bridging two H324M calls

2006-04-27 Thread Sergio GarcĂ­a Murillo
Hi again, I have been looking at the traces and rereading the standards and I have been only able to find the empty pdu (e1 4d 00 00 00 e1 4d) in them (apart of the strange groups at the beginning of the nokia file, which I'm still not able to understand). Would it be possible to have to bridg