search for: instering

Displaying 5 results from an estimated 5 matches for "instering".

Did you mean: insterting
2006 Dec 08
2
AGI interaction with php
Hi i am planning to develop a php script that will be called from AGI for the management of an IVR application. I'd like to be able to do the following things from php: - retrive callerid - play some audio files to the caller - wait for some DTMF digits - retrive the DTMF - stop the call the php have to collect some information from the user and after some check on a database inster some
2006 Dec 06
1
Some questions
First of all,... someone who uses "yahoo2" as name,...or insters "junk signatures" should simply be silent.... Secondly vcard is not junk, it's standardised via IETF/IMC. Get a proper client (mutt or so) which can filter vcards etc if you'd like to.... yahoo2 wrote: > At 06:43 AM 11/2/2006, Christoph Anton Mitterer wrote: > > Please stop attaching junk files.
2002 Dec 30
9
QoS (HTB) without IP address
Hi all, After a long reading of the LARTC, I were able to set up a working HTB config on my firewall. But my question is : Can I use a "ip less" box to do QoS ? With bridging software (or even without?) or thing like this and use an u32 filter to direct the traffic to the right class ? In other words, I can''t modify the existing network config or inster into (netmask is
2006 Dec 01
3
Some questions
Hi. I these questions are copied from a forum and perhaps you can help me to answer them. I) For some codecs (I think MP3 for example) there was that issue that you have different sample/frame/whatever lenghts than in raw/wav encoding, thus if you encode a file to mp3 the lenght is not exact and some digital silence is added. Is the same thing the case with flac (thus the original file would be
2006 Feb 13
4
activerecord << operator
Hello, I am new here and actually I am writing my first RoR app. My question is: -------- class Topic < ActiveRecord::Base has_many :messages end class Message < ActiveRecord::Base belongs_to :topic end class ForumController < ApplicationController def post message = Message.new(params[:message]) @topic = Topic.find(params[:id]) @topic.messages