Displaying 3 results from an estimated 3 matches for "my_friend".
Did you mean:
my_friends
2010 Jun 21
1
Asterisk 1.6 + Jabber crashes
...then
Asterisk starts up. So I assume the issue is with this file? I can't find any
issues:
jabber.conf:
[general]
debug=no
autoprune=no
autoregister=no
[gtalk1]
type=client
serverhost=talk.google.com
username=MY_GMAIL at gmail.com/Talk
secret=MY_PASS
port=5222
usetls=yes
usesasl=yes
;buddy=MY_FRIEND at gmail.com
;statusmessage="This is an Asterisk server"
;timeout=100
gtalk.conf:
[general]
context=default
allowguest=no
bindaddr=IPADDR
[my-Friend-context]
username=MY_FRIEND at gmail.com
disallow=all
allow=ulaw
context=custom-michael
connection=gtalk1
When jabber.conf is removed fro...
2009 Jul 23
0
how to get the value of a text field
....
My code looks like:
this is the view page:
<% form_tag(''javascript:void(0)'') do
%>
<%= text_field_tag ''search'' %>
<%=
observe_field :search,
:frequency =>
0.5,
:update =>
''my_friends'',
:url => {:action =>
''search''},
:with => "''search='' + encodeURIComponent
(value)" %>
<% end %>
<% end %>
<div id="my_friends">
<% @friends.ea...
2010 Jan 20
0
Will_paginate not working with the ajax
Hi,
I am using "will_paginate" for pagination purpose.
I have a partial with name "my_friends", I have a pagination of 25 per
page.
I have added "<%= will_paginate @user_friend} %>" in my partial.
It is working fine. I have a functionality to delete the friend.
So I have usd "link_to_remote" call to delete the friend and I am
updating that partial with all re...