search for: test_messag

Displaying 9 results from an estimated 9 matches for "test_messag".

Did you mean: test_message
2006 Jan 24
14
A bad day with Action Mailer
Hi, I''ve setup Action Mailer today to email the contents of a form. Every seemes fine except when the email is sending. Here is the error I get on the production server: SocketError (getaddrinfo: Name or service not known): /usr/lib/ruby/1.8/net/protocol.rb:83:in `initialize'' /usr/lib/ruby/1.8/net/protocol.rb:83:in `new''
2006 Mar 01
0
Possible bug in ActionMailer (with patch)
I wanted to write the following code, with emphasis on adding my own headers to the second part with the :headers parameter. class ArticleMailer < ActionMailer::Base def test_message subject ''This is a test'' recipients ''elan@bluemandrill.com'' from ''Exemplary Products <info@example.com>'' content_type ''multipart/related'' part :content_type => ''...
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...ig_wizard: Variable specified in templates aren't being processed correctly (Reported by George Joseph) * ASTERISK-25090 - CLI core show channel truncates cdr variables (Reported by snuffy) * ASTERISK-25085 - [patch]Potential crash after unload of func_periodic_hook or test_message (Reported by Corey Farrell) * ASTERISK-25083 - Message.c: Message channel becomes saturated with frames leading to spammy log messages (Reported by Jonathan Rose) * ASTERISK-25082 - Asterisk deletes message after doing a playback of an INBOX message using ast_vm_play when the O...
2015 Jun 04
0
Asterisk 13.4.0 Now Available
...ig_wizard: Variable specified in templates aren't being processed correctly (Reported by George Joseph) * ASTERISK-25090 - CLI core show channel truncates cdr variables (Reported by snuffy) * ASTERISK-25085 - [patch]Potential crash after unload of func_periodic_hook or test_message (Reported by Corey Farrell) * ASTERISK-25083 - Message.c: Message channel becomes saturated with frames leading to spammy log messages (Reported by Jonathan Rose) * ASTERISK-25082 - Asterisk deletes message after doing a playback of an INBOX message using ast_vm_play when the O...
2019 Mar 28
0
[PATCH v2 4/4] OCaml tools: output messages into JSON for machine readable
...jsonts = json.pop("timestamp") + dt = iso8601.parse_date(jsonts) + now = datetime.datetime.now(dt.tzinfo) + self.assertGreater(now, dt) + # Check there are no more keys left (and thus not previously tested). + self.assertEqual(len(json), 0) + + def test_messages(self): + objects = loadJsonFromCommand([]) + self.assertEqual(len(objects), 4) + self.check_json(objects[0], "message", "Starting") + self.check_json(objects[1], "info", "An information message") + self.check_json(objects[...
2019 Mar 28
8
[PATCH v2 0/4] OCaml tools: output messages as JSON machine
Enhance the output in machine parseable mode, by outputting all the messages of OCaml tools as JSON to the machine parseable stream. Related, although not strictly needed for this (and thus can be split if requested), is the addition of the fd format for the machine readable stream. Changes from v1: - use Obj.magic to convert int -> Unix.file_descr - add tests Pino Toscano (4):
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
...ig_wizard: Variable specified in templates aren't being processed correctly (Reported by George Joseph) * ASTERISK-25090 - CLI core show channel truncates cdr variables (Reported by snuffy) * ASTERISK-25085 - [patch]Potential crash after unload of func_periodic_hook or test_message (Reported by Corey Farrell) * ASTERISK-25083 - Message.c: Message channel becomes saturated with frames leading to spammy log messages (Reported by Jonathan Rose) * ASTERISK-25082 - Asterisk deletes message after doing a playback of an INBOX message using ast_vm_play when the O...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...show channel truncates cdr variables (Reported by snuffy) * ASTERISK-25083 - Message.c: Message channel becomes saturated with frames leading to spammy log messages (Reported by Jonathan Rose) * ASTERISK-25085 - [patch]Potential crash after unload of func_periodic_hook or test_message (Reported by Corey Farrell) * ASTERISK-25082 - Asterisk deletes message after doing a playback of an INBOX message using ast_vm_play when the Old folder is full for that mailbox. (Reported by Jonathan Rose) * ASTERISK-21893 - Segfault after call hangup, in ast_channel_hangupcau...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...ISK-25090 <https://issues.asterisk.org/jira/browse/ASTERISK-25090>] - CLI core show channel truncates cdr variables (Reported by snuffy) - [ASTERISK-25085 <https://issues.asterisk.org/jira/browse/ASTERISK-25085>] - [patch]Potential crash after unload of func_periodic_hook or test_message (Reported by Corey Farrell) - [ASTERISK-25082 <https://issues.asterisk.org/jira/browse/ASTERISK-25082>] - Asterisk deletes message after doing a playback of an INBOX message using ast_vm_play when the Old folder is full for that mailbox. (Reported by Jonathan Rose) - [ASTERISK-21...