Giter Club home page Giter Club logo

gami's People

Contributors

befire avatar

Watchers

 avatar

Forkers

antirek

gami's Issues

Support arbitrary in/out (such as for asyncAgi) in Agi

For the AGI module, please change agi.readEnv to agi.ReadEnv (exported) so that 
we may supply our own bufio.Reader and bufio.Writer.  agi.NewAgi is presently 
the only way to access a.readEnv, and that function uses the hard-coded 
os.Stdin and os.Stdout.  This makes AsyncAGI impossible.

Thanks


Original issue reported on code.google.com by [email protected] on 14 Feb 2015 at 11:12

Time key-value split works incorrectly

What steps will reproduce the problem?
1. Receive any message from ami which contains date-time and split doesn't work 
correctly. 

What is the expected output? What do you see instead?
expected - StartTime: 2014-08-28 15:28:40 
received in gami.Message - StartTime: 2014-08-28 15:28:40 


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Aug 2014 at 12:34

AMI , CoreStatus CoreStartupTime the value it is not correct

Hi
I got an issue with CoreStatus action for get the asterisk start time.

As workaround I changed the function func (a *Asterisk) readDispatcher()

line : kvl := bytes.Split(line, []byte(_KEY_VAL_TERM))
to
line : kvl := bytes.SplitN(line, []byte(_KEY_VAL_TERM), 2)

After this modification I can get the correct value.

What you think about my modification?

Original issue reported on code.google.com by [email protected] on 19 Dec 2014 at 2:12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.