Displaying 20 results from an estimated 502 matches for "goodbye".
2007 Apr 17
3
Is this a bug?
I have found a strange "ifelse" behaviour (I think)
This works:
> ifelse(T,1+1,1+2)
[1] 2
> ifelse(F,1+1,1+2)
[1] 3
Maybe I missed something about R internals, but why
> ifelse(T,print("hello"),print("goodbye"))
[1] "hello"
[1] "hello"
> ifelse(F,print("hello"),print("goodbye"))
[1] "goodbye"
[1] "goodbye"
values are returned two times? I'm not sure: if it's a bug I'll post it
immediately
Thank You
Luca
Version:
plat...
2008 Oct 01
2
Bug or feature with finding a list element?
.... When I try to look up a list element which has a space in
the name using just the first word (i.e. no spaces), it will sometimes
return the element with a space in the name and sometimes it will return
NULL.
Try this:
alist <- list( 'hello'=10, bye=20, 'hello world'=30, 'goodbye world'=40, 'hi
world'=50, 'goodbye foo'=60, 'goodbye bar'=70)
Then try fetching some list elements:
> alist[['goodbye']]
NULL
> alist[['hi']]
[1] 50
> alist[['hello']]
[1] 10
With "goodbye" there were a couple list elements with...
2006 Jun 07
2
Qick Q: Expression in this Controller
I tried putting this inside my controller:
def goodbye
@link = Link_to "goodbye!", :action =>"goodbye"
end
and display it in my views calling the @link variable.
Of course it doesn''t work.
Why?
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jan 01
11
Can rails make use of accesskeys?
I added :accesskey=>"D" to the html options hash of my link_to tag
but nothing happened.
Should I keep trying or is this not an option yet?
bruce
2005 Aug 19
2
FXO not picking up; baffled
...Executing ResponseTimeout("Zap/1-1", "10") in new stack
-- Set Response Timeout to 10
-- Executing Playback("Zap/1-1", "groovy") in new stack
-- Playing 'groovy' (language 'en')
-- Executing Playback("Zap/1-1", "goodbye") in new stack
-- Playing 'goodbye' (language 'en')
-- Executing Hangup("Zap/1-1", "") in new stack
== Spawn extension (incoming, s, 6) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'
-- Starting simple switch on 'Zap/1...
2006 Feb 20
3
Caching of classes non working or Howto?
...ebrick nicely and lets me see the page on localhost:3000.
I went with some tutorial to create a Hello page showing the time and a
Bye-Link to link to an Bye page.
cat app/controller/say_controller.rb
class SayController < ApplicationController
def hello
@time = Time.now
end
def goodbye
end
end
cat app/views/say/hello.rhtml
<html>
<head>
<title>Hello Philipp</title>
</head>
<body>
<b1>Hello from Rails</b1>
<p>
It is <%= @time %>
</p>
<p>
Cu <%= li...
2004 Jun 11
15
Voicemail problem
I am trying to get asterisk to email me my voicemail as attachments.
What am I missing? Where do I tell it to go for SMTP services?
Voicemail.conf:
;
; Voicemail Configuration
;
[general]
format=wav49|gsm|wav
serveremail=pbx.agtcorp.local
attach=yes
maxmessage=180
skipms=3000
maxsilence=10
silencethreshold=128
maxlogins=3
append=yes
[default]
100 => 1234,Sean Garland,sean@siskiyoutech.com
2006 Apr 04
2
How to apply class from Stylesheet to "link_to" element???
...class for anchor element inside my stylesheet.
=====================
A.img:link {
color: #ffffff;
text-decoration: none;
}
A.img:visited {
color: #ffffff;
text-decoration: none;
}
======================
I can easily apply this tag inside my html document as follows:-
=======
< a href="goodbye.html" class="img">
=======
Now I want to apply this stylesheet class (img) to following link_to tag
of rHtml. How to this??
<%= link_to "GoodBye!", :action => "goodbye" %>
===
Please help me .
Thanx in advance.
Prash
--
Posted via http://www.ruby-...
2004 Jul 16
1
Patch to test: Never say goodbye to an agent :-)
...([AgentNo][|[options][exten]@context]):
Asks the agent to login to the system with callback.
The agent's callback extension is called (optionally with the specified
context.
Options: (defaults are 3 login attempts, play announcement, hangup, and return -1)
a-f - Max Login Attemps (1-6)
g - play goodbye only on login failure
G - never play goodbye
h - hangup only on login failure (returns -1 on fail or 0 on success)
H - never hangug (returns 0)
l- hangup when agent logs off overriding option h/H (returns -1)
L - hangup when agent logs off overriding option h/H and g/G to play goodbye (returns -1)...
2003 Jul 24
2
Voicemail() problems - Long pause after incoming message recording ended.
...ing, at which
point I am told "Your message has been saved." Then there is a long
lag of about 20 seconds of silence, during which Asterisk does not
respond to DTMF at all, before I am finally dropped back into the
priority list for the extension, which in this case is a simple
"Goodbye" <hangup.>
Any idea why this long lag after message-recording termination is
happening? I'd like Asterisk to hang up immediately after the
incoming caller terminates their VM recording.
Thanks,
Sam
-------------
Here's the relevant portion of my extensions.conf file, plus o...
2007 Jul 17
1
No sound from Festival, but *something* is happening
...stival() working on 1.2.17. I'm trying to use
app_festival:
Here's the show dialplan output from that extension:
'3378' => 1. Answer()
[pbx_config]
2. Festival(Hello Asterisk caller. How is your day?)
[pbx_config]
3. Playback(vm-goodbye)
[pbx_config]
4. Hangup()
[pbx_config]
In the Festival server logs, I actually see:
client(1) Tue Jul 17 16:38:32 2007 : accepted from localhost
client(1) Tue Jul 17 16:38:32 2007 : disconnected
But on the channel in question, I hear "vm-goodbye" and it hangs up.
I&...
2009 Jul 21
1
Dialplan step that I do not have
...*99XX,n,Wait(2)
exten => _*99XX,n,Verbose(2,Doing custom record - before playback)
exten => _*99XX,n,Playback(/tmp/prompt${EXTEN:3})
exten => _*99XX,n,Verbose(2,Doing custom record - before third wait)
exten => _*99XX,n,Wait(1)
exten => _*99XX,n,Verbose(2,Doing custom record - before goodbye)
exten => _*99XX,n,Playback(vm-goodbye)
exten => _*99XX,n,Verbose(2,Doing custom record - before hangup)
exten => _*99XX,n,hangup()
In CLI it shows as this:
dialplan show dorecord
[ Context 'dorecord' created by 'pbx_config' ]
'_*99XX' => 1. Verbose(2,D...
2005 Mar 21
2
Ext matching problems
...1002,1,Dial(SIP/sipchan1002,10)
exten => 1002,2,Voicemail(u1002)
exten => 1002,3,Hangup()
exten => *,1,VoicemailMain(${CALLERIDNUM})
;exten => *,1,VoicemailMain()
exten => *,2,Hangup()
[pasvalide]
exten => _.,1,Answer()
exten => _.,2,Playback(invalid)
exten => _.,3,Playback(goodbye)
exten => _.,4,Hangup()
--
When I on asterisk's CLI try 'show dialplan' command this is what I
get:
*CLI> show dialplan
[ Context 'pasvalide' created by 'pbx_config' ]
'_.' => 1. Answer() [pbx_config]...
2007 Feb 08
2
Asterisk outbound calling does not wait for answer before playback
...through
Zap/1 (Sangoma A200D to a Canadian POTS line). The problem is that
Asterisk does not wait for the other side to answer before it starts
playing the message. So the person called answers the phone after the
second or third ring and only hears the tail end of the message and the
"goodbye".
Ideally, we want to deliver the message immediately after the person
answers, or if an answering machine picks up, right after the "beep".
Any suggestions?
(1) The call file generator script (works ok):
#!/bin/sh
TMPFILE=`mktemp /tmp/tmp.XXXXXXX` || exit 1
echo "TMPFILE =...
2018 Oct 22
0
Goodbye from our Newsletter
Goodbye from our Newsletter, sorry to see you go.
You have been unsubscribed from our newsletters.
This is the last email you will receive from us. Our newsletter system,
phpList,
will refuse to send you any further messages, without manual intervention
by our administrator.
If there is an error...
2016 Dec 16
0
IRC question: appending newline to end of file
..."nodev /mnt/huge_qemu_1G
hugetlbfs rw,pagesize=1G 0 0\n"
16:43 < martingo_> any ideas
16:48 < martingo_> any help?
An example of what can go wrong is shown here:
$ guestfish -N fs -m /dev/sda1 \
write /foo "hello" : write-append /foo "goodbye\n" : hexdump /foo
00000000 68 65 6c 6c 6f 67 6f 6f 64 62 79 65 5c 6e |hellogoodbye\n|
0000000e
Notice that the literal characters '\' and 'n' have been added
to the file.
It helps to look at the API calls being made, by adding the
guestfish -x option:
$ guestfish -x...
2011 Jul 20
0
Goodbye from our Newsletter
Goodbye from our Newsletter, sorry to see you go.
You have been unsubscribed from our newsletters.
This is the last email you will receive from us. We have added you to our
"blacklist", which means that our newsletter system will refuse to send
you any other email, without manual interv...
2005 Jul 15
2
Goodbye!
I am unsubscribing from the list.
I asked for help at least twice for an issue and only one person even
offered to try and help if they could. I sent them the details directly and
did not receive anything back.
I realize this is a community effort and that I am not guaranteed an answer
when I submit a question, but to not even receive an "RTFM" just doesn''t
leave me feeling
2005 Sep 14
1
TE110P - Asterisk@Home Install Problems
...rations without avail. This is a single asterisk@home system with a single T1 card. Robbed Bit T1 ami, d4.
------------------inbound call
-- Starting simple switch on 'Zap/7-1'
-- Starting simple switch on 'Zap/14-1'
-- Executing Playback("Zap/7-1", "vm-goodbye") in new stack
-- Playing 'vm-goodbye' (language 'en')
-- Executing Macro("Zap/7-1", "hangupcall") in new stack
-- Executing ResetCDR("Zap/7-1", "w") in new stack
-- Executing NoCDR("Zap/7-1", "") in ne...
2010 Jan 21
2
Caller hang up not detected
...en the caller (me) hangs
up, the Dial command does not exit. The callee stays connected (and my
billing continues!). Dial doesn't exit until the callee hangs up. Here's a
snip from extensions.conf:
exten => 1,n,Dial(SIP/14168724765 at 6135551212-sw1|120|gtT)
exten => 1,n,Playback(vm-goodbye)
Here's the CLI output (verbosity = 4):
-- Executing [1 at Trunk-0001:1] NoOp("SIP/77.57.127.163-09023590", "") in new
stack
-- Executing [1 at Trunk-0001:2] Dial("SIP/77.57.127.163-09023590",
"SIP/14168724765 at 6135551212-sw1|120|gtT") in new stack
--...