Displaying 20 results from an estimated 6018 matches for "registration's".
Did you mean:
registration
2011 Dec 27
3
how to stop hacking of my server
...erver it's
remote server of server provider and we used it for making voip call for
customers.
for the time been i have close all sip accounts. but can't stop for more
then 1 days. I need your help ....
*CLI log:- *
[Dec 26 21:21:20] NOTICE[1770]: chan_sip.c:22318 handle_request_register:
Registration from '"4411" <sip:4411 at 204.152.194.246>' failed for
'62.141.54.169' - Wrong password
[Dec 26 21:21:20] NOTICE[1770]: chan_sip.c:22318 handle_request_register:
Registration from '"4411" <sip:4411 at 204.152.194.246>' failed for
'62.141.5...
2010 Aug 24
2
Attempted SIP connection by foreign host. Help!
Say,
I just picked this up on my messages!
There are a whole host of these requests!
Anyone know whow there people are? Is there a way to report them?
Any suggestions as to how to block them?
[Aug 23 10:34:16] NOTICE[1010] chan_sip.c: Registration from '"912" <sip:1 at 41.1.1.1>' failed for '184.106.217.112' - Wrong password
[Aug 23 10:34:16] NOTICE[1010] chan_sip.c: Registration from '"912" <sip:1 at 41.1.1.1>' failed for '184.106.217.112' - Wrong password
[Aug 23 10:34:16] NOT...
2007 Jan 30
1
Solaris 10 compilation issue
...identical.o internet.o iosupport.o
lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o
model.o names.o objects.o optim.o optimize.o options.o par.o paste.o
pcre.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o
printvector.o printutils.o qsort.o random.o regex.o registration.o relop.o
rlocale.o saveload.o scan.o seq.o serialize.o size.o sort.o source.o
split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o
sysutils.o unique.o util.o version.o vfonts.o xxxpr.o mkdtemp.o
../unix/libunix.a ../appl/libappl.a ../nmath/libnmath.a -L../../lib
-lRblas -R/...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...cs.o identical.o internet.o iosupport.o
lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o
model.o names.o objects.o optim.o optimize.o options.o par.o paste.o
pcre.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o
printvector.o printutils.o qsort.o random.o regex.o registration.o relop.o
rlocale.o saveload.o scan.o seq.o serialize.o size.o sort.o source.o
split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o
sysutils.o unique.o util.o version.o vfonts.o xxxpr.o mkdtemp.o
../unix/libunix.a ../appl/libappl.a ../nmath/libnmath.a -L../../lib
-lRblas -R/usr/l...
2007 Nov 13
2
new to rspec, error running "rake rspec" on debian/etch
I have the latest version of rspec and rails-rspec installed. I''m using
the debian versions of ruby and rails. On a new project after a
generate an "rspec_model" and then try to run "rake spec", I get the
following error:
dan at dan-server:~/projects/cw/registration$ rake spec
(in /home/dan/projects/cw/registration)
/home/dan/projects/cw/registration/vendor/plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/rescue.rb:19: undefined method `alias_method_chai\n'' for \
ActionController::Rescue:Module (NoMethodError)
from /usr/l...
2015 Oct 04
2
pjsip realtime registrations not pulling from ODBC
I have a pjsip install that is not pulling it's realtime registrations from
an ODBC database.
When I have them directly pull from a MySQL database everything seems to
work.
I am having trouble finding a requirements document for the pjsip realtime
registrations.
Is there some kind of special config that has to be used to trigger the
connection for realtime...
2005 Feb 09
6
Cisco 7960 Beating a Dead Horse
...: ""
proxy6_address: ""
# Line 1 Settings
line1_name: "Cisco7960" ; Line 1 Extension\User ID
line1_displayname: "Cisco7960 Line1" ; Line 1 Display Name
line1_shortname: "Line1"
line1_authname: "Cisco7960"; Line 1 Registration Authentication
line1_password: "Cisco7960" ; Line 1 Registration Password
# Line 2 Settings
line2_name: "" ; Line 2 Extension\User ID
line2_displayname: "" ; Line 2 Display Name
line2_shortname: ""
line2_auth...
2006 Aug 17
4
Automatically creating associated records with after_create
Hi all.
I am actually using ActiveRecord outside of Rails but I don''t see that
it matters for this question.
I want to automatically create a registration entry when I add a new
user to my application. This works fine, but it''s not automatic:
class User < ActiveRecord :: Base
has_many :registrations
end
class Test
user = User.new
user.registrations.create
end
I''d like the User class to do that automatically. I tried thi...
2005 Dec 30
2
before_create question
I have the following models: User, Registration, Event.
User has_many Registration, Event has_many Registration, and
Registration belongs_to User and Registration. So far, so good.
There''s a registration deadline on a Event though, a few days before
the Event occurs.
So, I have this:
class Registration < AR
def before_create...
2015 Oct 04
3
pjsip realtime registrations not pulling from ODBC
----------------------------------------
From: "Joshua Colp" <jcolp at digium.com>
Sent: Sunday, October 4, 2015 12:12 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] pjsip realtime registrations not pulling from
ODBC
On 15-10-04 01:09 PM, Bryant Zimmerman wrote:
> --
> Joshua
> Thanks for your reply. It thought the same thing, but when I change the
> line in the corcery.conf to:
> registration=realtime,px1_ps_registrations
> Asterisk crashes and won't start. Her...
2015 Oct 04
2
pjsip realtime registrations not pulling from ODBC
On 15-10-04 09:54 AM, Bryant Zimmerman wrote:
> I have a pjsip install that is not pulling it's realtime registrations
> from an ODBC database.
> When I have them directly pull from a MySQL database everything seems to
> work.
> I am having trouble finding a requirements document for the pjsip
> realtime registrations.
> Is there some kind of special config that has to be used to trigger the
>...
2007 Jan 30
0
R Compiling issue
...ntical.o internet.o iosupport.o
lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o
model.o names.o objects.o optim.o optimize.o options.o par.o paste.o
pcre.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o
printvector.o printutils.o qsort.o random.o regex.o registration.o relop.o
rlocale.o saveload.o scan.o seq.o serialize.o size.o sort.o source.o
split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o
sysutils.o unique.o util.o version.o vfonts.o xxxpr.o mkdtemp.o
../unix/libunix.a ../appl/libappl.a ../nmath/libnmath.a -L../../lib
-lRblas...
2007 Jan 30
0
Issue with compiling R on solaris 10
...cs.o identical.o internet.o iosupport.o
lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o
model.o names.o objects.o optim.o optimize.o options.o par.o paste.o
pcre.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o
printvector.o printutils.o qsort.o random.o regex.o registration.o relop.o
rlocale.o saveload.o scan.o seq.o serialize.o size.o sort.o source.o
split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o
sysutils.o unique.o util.o version.o vfonts.o xxxpr.o mkdtemp.o
../unix/libunix.a ../appl/libappl.a ../nmath/libnmath.a -L../../lib
-lRblas -R/usr/l...
2017 Mar 01
3
fail2ban Asterisk 13.13.1
Hello, fail2ban does not ban offending IP.
NOTICE[29784] chan_sip.c: Registration from
'"user3"<sip:1005 at asterisk-ip:5060>' failed for 'offending-IP:53417' - Wrong
password
NOTICE[29784] chan_sip.c: Registration from
'"user3"<sip:1005 at asterisk-ip:5060>' failed for ?offending-IP:53911' -
Wrong password
systemc...
2007 Jan 01
5
Validations based on associations
My model is very simple, it''s mostly just a join table that represents
which tournaments a user has registered for.
class Registration < ActiveRecord::Base
belongs_to :user
belongs_to :tournament
validates_presence_of :user_id, :tournament_id
validates_uniqueness_of :user_id, :scope => :tournament_id
end
the validates_uniqueness checks to make sure there''s no record that
has the same user_id and tournament...
2017 Feb 14
6
Registration of native routines
Registration of 'native routines' (entry points in compiled code loaded
into R) has been available for over 14 years, but few packages make use
of it (less than 10% of those on CRAN with compiled code).
Registration has similar benefits to name spaces in R code:
- it ensures that the routines used b...
2011 Apr 02
1
Registration from '"000000" x 1000
Hello list,
I often see the following in my message log :
[Apr 2 08:15:01] NOTICE[22988] chan_sip.c: Registration from '"000000"
<sip:000000 at MY-IP>' failed for '184.106.109.168' - No matching peer found
[Apr 2 08:15:01] NOTICE[22988] chan_sip.c: Registration from '"000000"
<sip:000000 at MY-IP>' failed for '184.106.109.168' - No matching pee...
2006 Oct 11
3
asterisk 1.2.12 lost phone registrations today... why?
I lost my internet connection today for a short time.
During that time 1.2.12.1 stopped talking to my phones.
Asterisk was still working as I got 2 voicemails. I have TDM analog
cards for incoming calls.
Anyway my cisco phones had X's (lost registration) and my uniden phones
said "Registration error".
Why would phones loose registration to asterisk when the internet
connection and DNS was lost.
All phones have hardcoded IP addresses not DNS names.
Any ideas? THanks,
Jerry
2015 Oct 05
2
pjsip realtime registrations not pulling from ODBC
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Joshua Colp
Sent: Sunday, October 04, 2015 12:44 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] pjsip realtime registrations not pulling from ODBC
On 15-10-04 01:42 PM, Bryant Zimmerman wrote:
> ----------------------------------------------------------------------
> --
> *From*: "Joshua Colp" <jcolp at digium.com>
> *Sent*: Sunday, October 4, 2015 12:12 PM
> *To*: asterisk-users at lists...
2010 Dec 25
2
sip attack.. fail2ban not stopping attack
My server is being attached all day and fail2ban is not stopping the
attack. I updated stamstamp to match fail2ban requirements.
[2010-12-25 18:54:34] NOTICE[15415]: chan_sip.c:21830
handle_request_register: Registration from '"7002" <sip:7002 at x.x.x.x>'
failed for '38.108.40.94' - No matching peer found
[2010-12-25 18:54:34] NOTICE[15415]: chan_sip.c:21830
handle_request_register: Registration from '"7002" <sip:7002 at x.x.x.x>'
failed for '38.108.40.94...