search for: prefill

Displaying 20 results from an estimated 54 matches for "prefill".

Did you mean: refill
2004 Apr 08
3
Re: : External access to voicemail
Hello steve. Here is a patch I wrote for app_voicemail.c which does exactly as you describe. When the outgoing message is playing, if the listener hits the "*" key, they're prompted for a mailbox and password, whereupon they can check their voicemail as if they were using the internal phone. I found no other way of doing this. If you patch your app_voicemail.c, I have V1.44 from
2023 Mar 28
1
[PATCH net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare
...AGE_SIZE, but buffers + * with headroom may add hole in truesize, which + * make their length exceed PAGE_SIZE. So we disabled the + * hole mechanism for xdp. See add_recvbuf_mergeable(). + */ + *frame_sz = truesize; + + /* This happens when headroom is not enough because + * of the buffer was prefilled before XDP is set. + * This should only happen for the first several packets. + * In fact, vq reset can be used here to help us clean up + * the prefilled buffers, but many existing devices do not + * support it, and we don't want to bother users who are + * using xdp normally. + */ + i...
2023 Mar 31
1
[PATCH net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare
...droom may add hole in truesize, which > + * make their length exceed PAGE_SIZE. So we disabled the > + * hole mechanism for xdp. See add_recvbuf_mergeable(). > + */ > + *frame_sz = truesize; > + > + /* This happens when headroom is not enough because > + * of the buffer was prefilled before XDP is set. > + * This should only happen for the first several packets. > + * In fact, vq reset can be used here to help us clean up > + * the prefilled buffers, but many existing devices do not > + * support it, and we don't want to bother users who are > + * usin...
2009 Mar 26
1
Introduction
...for the anouncements lists etc. Does anyone have any ideas? I would also like to ask Karan or one of the Wiki admin team to create a wiki page for me to allow us to put up ideas for RSS feeds. Once we have a definitive list I will start making the gadgets and also look into creating a CentOS tab prefilled with the gadgets. Regards, Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20090326/dccab0b1/attachment-0004.html>
2006 Mar 02
1
Forms with and without Models and Error Handling
Hi, I currently programming a delicious clone to understand ruby on rails. The problem I''ve got is that I prefill a form (form without models) without a database connection and then save it into the database. For validation i am using the validation helper methods. My Problem is that i don''t know how I get the error hash from the helper method validates... etc. because I don''t have a full...
2006 Mar 07
2
redirect after validation
...edirect_to :back end The problem is that after the redirect, the user gets an empty comment form again and has lost his text. In Rails tutorials, they generally use render instead of a redirect in case of validation failure. That way the current contents of the @comment object would be used to prefill the form and the user would see his text. However, just rendering the same page again is difficult for me for two reasons: 1) the comment form can be under different kinds of pages (news posts, photo albums, ...) so to know which page to render I have to store the page info in hidden fields of...
2004 Jun 26
2
Newbie needs help
I've been banging my head on a brick wall for about an hour now trying to understand why the following doesn't work (which is even provided as an example in the distribution!). The goal is to create a voicemail-only extension not associated with a phone. I'd rather not have an extension dedicated to VoicemailMain(), so I would like the user to be able to hit '*' during
2010 Sep 01
5
validation errors bring up stack trace error page
hello! I made some custom validations for my app, which do catch invalid data in the console. However, when I enter invalid data through a form on the browser view, I get your stack trace error style page (similar to what you see when you get a syntax error or a nil object) instead of the nicely styled error messages (what you would see in a scaffolded application. First off, what is the stack
2008 May 20
13
puppet thinks yum fails when it doesn't
Hi all, Not sure if this is a bug in puppet, yum, or just something I''m doing wrong. I''m trying to use puppet to update a package to a particular version and exec a command when that update is applied. The problem is, puppet calls yum which successfully updates the package, but puppet then thinks the update has failed and hence doesn''t trigger the exec. Next
2023 Mar 28
8
[PATCH net-next 0/8] virtio_net: refactor xdp codes
Due to historical reasons, the implementation of XDP in virtio-net is relatively chaotic. For example, the processing of XDP actions has two copies of similar code. Such as page, xdp_page processing, etc. The purpose of this patch set is to refactor these code. Reduce the difficulty of subsequent maintenance. Subsequent developers will not introduce new bugs because of some complex logical
2006 May 25
3
"Page has expired" problem
Folks, I''ve written a simple, multi-page Rails app which works fine except for one thing: often when my users click the browsers BACK button, they receive the "Warning: Page has Expired" message in IE, with the suggestion to hit the refresh button. If they do hit refresh, they are told that the information will be sent back to the page, and they have to hit "Retry"
2010 Dec 21
1
app_voicemail.c how to enable debugging?
Hi Looking at the source of app_voicemail.c there are many statements like: ast_debug(1, "%s doesn't exist, doing what we can\n", prefile); Where do I have to enably this to be showed in the console or logged to a file by logger. core set debug does not seem to help here. Well, my actual problem is, that if a customer has recorded his own greeting, he
2012 May 28
0
mcelog SELinux errors
Prowling around in the system logs this morning I discover the following entries: May 27 09:48:27 vhost01 mcelog: Cannot open logfile /var/log/mcelog: Permission denied May 27 09:48:27 vhost01 mcelog: failed to prefill DIMM database from DMI data May 27 09:48:27 vhost01 mcelog: Cannot bind to client unix socket `/var/run/mcel og-client': Permission denied and later: vhost01 setroubleshoot: SELinux is preventing /usr/sbin/mcelog from write access on the directory /var/run. For complete SELinux messages. run...
2007 Sep 27
2
text_area empty_clob()
Anyone know why my text_area field is being prefilled with "empty_clob()" instead of simply being empty like I would expect? I''m using Oracle 10g so I suspect it''s coming from the oci8 driver somehow? Here''s the code: <% form_for :user do |f| -%> <%= f.text_area :notes, :rows => 2, :cols => 32 %...
2023 Mar 22
9
[PATCH net-next 0/8] virtio_net: refactor xdp codes
Due to historical reasons, the implementation of XDP in virtio-net is relatively chaotic. For example, the processing of XDP actions has two copies of similar code. Such as page, xdp_page processing, etc. The purpose of this patch set is to refactor these code. Reduce the difficulty of subsequent maintenance. Subsequent developers will not introduce new bugs because of some complex logical
2003 Jul 23
5
Asterisk as a stand alone voice mail server
I'm sure asterisk would make a great stand alone voice mail server. Basically I want to get rid of our voice mail system and replace it with *, but the problem is we use a cisco cluster with skinny clients. So I was thinking the way to contact a * server, would be through our 3640. But so far any attempt has failed. I am wondering if anyone has done something similar. Just want to verify the
2023 Mar 15
10
[RFC net-next 0/8] virtio_net: refactor xdp codes
Due to historical reasons, the implementation of XDP in virtio-net is relatively chaotic. For example, the processing of XDP actions has two copies of similar code. Such as page, xdp_page processing, etc. The purpose of this patch set is to refactor these code. Reduce the difficulty of subsequent maintenance. Subsequent developers will not introduce new bugs because of some complex logical
2020 Jul 19
2
I need some help with my Dovecot and Postfix configs - I'm unable to log in on my mail server
> Oh no, please I'm sorry, here: postconf -n https://pastebin.com/UQQhieMy postconf -Mf https://pastebin.com/AHEUSkfQ doveconf -n https://pastebin.com/s7DVY9XW > Make sure your MUA is setup to make a STARTTLS connection to Postfix's submission port. I don't see that in your logs. https://imgur.com/a/3MJXRUh This is the configuration. Afaik thats also the correct port for SMTP.
2006 Jul 07
3
dynamically updating a listbox from another listbox
Hi, I would like to be able to dynamically (without reloading the page) change the values from one listbox when a user select items from another listbox. I have a model ''Sector'' which has_many ''levels'' (and of cours, ''Level'' beyong_to ''sector''). I want to show the user two listboxes with the sectors and levels. But
2006 Jun 27
3
find_by_id vs. find in postback action
..."edit") the edit form pops up (blank), i type in the values and submit. My page redirects and then loads the index page which shows me my entry that i just saved. All good so far. Now i click the same href (no params attached or anything) and the form pops back up, but this time its prefilled. When i look at my inspect above, it looks like it loaded the last entry saved. However if i inspect the params[:id] that shows nil. The weirdest thing is that if i do Entry.find_by_id(nil) in place of Entry.find_by_id(params[:id]) it still loads the last entry saved. They have different addre...