search for: data_source

Displaying 3 results from an estimated 3 matches for "data_source".

2010 Jul 30
2
agi macro problem
I am trying this approach to see who picked the line: Here is what i am doing: EXEC DIAL SIP/ vaso &Zap/35||M(testing^30086) Macro: [macro-testing] exten => s,1,DumpChan() exten => s,2,AGI(whopicked.rb) exten => s,3,Hangup()
2006 Sep 01
2
Mrelation does not exists
Hello! I''m having the following error: RuntimeError: ERROR C42P01 Mrelation "subjects_users_id_seq" does not exist Fnamespace.c L200 RRangeVarGetRelid: SELECT currval (''subjects_users_id_seq'') when I try to do: subject= SubjectsUser.new(params[:subjects_user]) subject.save The models: class User < ActiveRecord::Base has_one :last_entrie has_one
2002 Oct 05
2
ogg123 remote interface
...le_transport.c Sat Oct 5 13:48:31 2002 @@ -21,7 +21,7 @@ #include "transport.h" #include "i18n.h" - +#include "status.h" typedef struct file_private_t { FILE *fp; @@ -37,7 +37,7 @@ return 1; /* The file transport is tested last, so always try it */ } -data_source_t* file_open (char *source_string, ogg123_options_t *ogg123_opts) +data_source_t* file_open (char *source_string, ogg123_options_t *ogg123_opts, stat_format_t *stat_format) { data_source_t *source; file_private_t *private; diff -urN -X diff.ignore ogg123.orig/http_transport.c ogg123/http_tra...