Displaying 20 results from an estimated 500 matches similar to: "OPTIONS Request without username <-> Forbidden"
2006 Mar 09
2
turn off auto increment
Hello,
I have an old table that handles sessions. the primary key is a field
called session_id and is the actual session id like "8df838303ufdfu838"
however when i do the following in the model:
set_primary_key "session_id"
and the following in the controller:
@session_hash = { "session_id" => @session.session_id, "session_user_id" =>
2008 Nov 19
1
Assistance needed on using mount.smbfs (cifs) to authenticate to samba server with encrypt passwords = No.
Greetings,
I am working on getting mount.cifs version: 1.11-3.2.4 on debian to
mount a share on a samba server Version 3.0.13-1.1-SUSE on SuSe. This
was working on older debian systems, but upon upgrading some of the
systems to Lenny I am now having trouble mounting shares. Again, this
was working and I have smbfs installed on the systems (which is what I
used before).
The samba server is set
2018 Jun 12
8
[PATCH 0/3] Use sbitmap instead of percpu_ida
Removing the percpu_ida code nets over 400 lines of removal. It's not
as spectacular as deleting an entire architecture, but it's still a
worthy reduction in lines of code.
Untested due to lack of hardware and not understanding how to set up a
target platform.
Changes from v1:
- Fixed bugs pointed out by Jens in iscsit_wait_for_tag()
- Abstracted out tag freeing as requested by Bart
2018 Jun 12
8
[PATCH 0/3] Use sbitmap instead of percpu_ida
Removing the percpu_ida code nets over 400 lines of removal. It's not
as spectacular as deleting an entire architecture, but it's still a
worthy reduction in lines of code.
Untested due to lack of hardware and not understanding how to set up a
target platform.
Changes from v1:
- Fixed bugs pointed out by Jens in iscsit_wait_for_tag()
- Abstracted out tag freeing as requested by Bart
2015 Feb 20
2
sipsak 200 for a user, but 404 for a different user...why?
What's the difference between user "123" and "devries"? Based on the
output here, they seem the same..?
tleilax*CLI>
tleilax*CLI> sip show users
Username Secret Accountcode
Def.Context ACL Forcerport
201 password 201
default No Yes
123
2018 May 15
6
[PATCH 0/2] Use sbitmap instead of percpu_ida
From: Matthew Wilcox <mawilcox at microsoft.com>
This is a pretty rough-and-ready conversion of the target drivers
from using percpu_ida to sbitmap. It compiles; I don't have a target
setup, so it's completely untested. I haven't tried to do anything
particularly clever here, so it's possible that, for example, the wait
queue in iscsi_target_util could be more clever, like
2017 Apr 19
2
Asterisk 1.8.32.3 : no video (h.264)
Hello
using asterisk 1.8.32.3
I am not able to make a call with video support. I do not know what I am
missing to make this video call.
Codec h264 should be supported.
sip*CLI> core show codecs
Disclaimer: this command is for informational purposes only.
It does not indicate anything about your configuration.
INT BINARY HEX TYPE NAME
2017 Apr 20
2
Asterisk 1.8.32.3 : no video (h.264)
Hello
in sip.conf I have ;
videosupport=yes
Kind regards.
J.
On 20-04-17 13:09, Marcelo Terres wrote:
> I suppose that you enable the video support on sip.conf, right?
>
> Regards,
> Marcelo H. Terres <mhterres at gmail.com>
> IM: mhterres at jabber.mundoopensource.com.br
> https://www.mundoopensource.com.br
> https://twitter.com/mhterres
>
2016 Jan 21
2
NAME/USERNAME conflict
Hi.
we are experimenting a strange issue in our PBX.
By example: if we dial to the 100, the call is answered in 199. We dont
have any redirection for that, but the cli show the same issue when request
show peers. Aditionally, the user 100 use the ip address 192.168.11.100,
and the cli show connected the user from 192.168.11.160 (that ip is
assigned to the user 199)
PBX*CLI> sip show peers
2006 Mar 25
4
dynamic set_table_name for achives
How can I pass something to set_table_name so that I can switch tables
on the fly for accessing archive data?
If I could access sessions inside a model I would do something like:
if @session[:current_period]
set_table_name "statistics_" + @session[:archive_year]
else
set_table_name "statistics_" + Date.now.year
end
But since I cannot access the session from within a
2006 May 30
3
phpbb forum with rails application.
I would like to knock up a phpbb forum with a rails application.
I wanted to do this as I want to use ActiveRecord to crawl through the
user database in the rails app.
Is there a way to do this - on the same domain name and server...
Or does it depend how the server is setup?
--
Posted via http://www.ruby-forum.com/.
2010 May 13
1
Still can't mount Samba shares from other Samba server
I am *still* unable to mount shares from a Ubuntu 10.04 server, using a
Ubuntu 10.04 laptop. I totally re-formatted both my desktop and my
laptop with Ubuntu 10.04 (so that they would be using the same version
of Samba). I am using the exact same smb.conf for the 2 machines (less
the share definitions, which exist only on the desktop, known as
"workhorse"). wbinfo -u, wbinfo -g,
2008 Nov 12
1
What are the minimum realtime fields for sipusers?
I'm trying to get sipusers working with a realtime odbc database on
Asterisk 1.6. We have sippeers working from the database, but need
sipusers to be in a separate table for other implementation reasons.
sip show user test load returns results from the database.
CLI> sip show user test load
* Name : test
Secret : <Set>
MD5Secret : <Not set>
2009 Oct 18
1
Call from 'sip-id' to extension 'sip-id' rejected because extension not found ?
I'm trying to setup sipgate on 1.6.1. Following the instructions on the
site: http://www.sipgate.com/faq/article/394/How_do_I_configure_Asterisk,
I created [sipgate] in sip.conf and a [sipgate-in] in extensions.conf:
[sipgate]
type=friend
secret= ;;SIP_PASSWORD
insecure=port,invite
defaultuser= ;; SIP-ID
fromuser= ;;SIP-ID
context=sipgate_in
fromdomain=sipgate.com
host=sipgate.com
2013 Sep 10
3
Asterisk 1.8 drop calls after 15 minutes
Hi all,
I face the subject strange behavior: calls arre dropped after 15 minutes
on an asterisk 1.8.15.0. Only phones (SNOM300) connected to the Asterisk
through OpenVPN seems to have the problem.
From CDR, I see for 3 calls from this morning I'm aware of, that
asterisk hangup after respectively 899s 894s 898s
In logs I see
WARNING[8213] chan_sip.c: Retransmission timeout reached on
2011 Mar 02
1
Asterisk 1.8 SIP realtime and NAT
Hi
After recently upgrading to 1.8.3 I have noticed that the nat setting
for my peer in my sip table is not making it into the realtime cache.
For example
* Name : 501
Realtime peer: Yes, cached
Secret : <Set>
MD5Secret : <Not set>
Remote Secret: <Not set>
Context : pack-local
Subscr.Cont. : <Not set>
Language :
AMA flags :
2009 Feb 05
1
Question about mount.cifs and smbclient
Hi!
I have a problem for a few weeks, and can't figure out what could be the
problem.
The client computer runs RHEL 5.2 (arch: x64_64); the smb server is
unknown for us.
I'm sorry, that I can't provide any info (usernames, servernames, IPs,
etc), they are masked to look like variables. But they are correct as
far as i am concerned.
When I try to mount it with mount.cifs (.smbfs
2020 Jun 13
3
Voice "broken" during calls
Am 13.06.2020 09:30, schrieb Luca Bertoncello:
Hi again (again)
I noticed right now another strange detail...
I made a call using my mobile phone (connected to the Asterisk). The
quality was top...
Maybe is the problem in a codec used from our phones at homes?
Could someone suggest me how to check the codec used by my mobile phone
and the codec used by the phones at home?
Thanks
Luca
2018 Jun 12
2
[PATCH 1/2] Convert target drivers to use sbitmap
On Tue, 2018-05-15 at 09:00 -0700, Matthew Wilcox wrote:
> diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c
> index 025dc2d3f3de..cdf671c2af61 100644
> --- a/drivers/scsi/qla2xxx/qla_target.c
> +++ b/drivers/scsi/qla2xxx/qla_target.c
> @@ -3719,7 +3719,8 @@ void qlt_free_cmd(struct qla_tgt_cmd *cmd)
> return;
> }
>
2018 Jun 12
2
[PATCH 1/2] Convert target drivers to use sbitmap
On Tue, 2018-05-15 at 09:00 -0700, Matthew Wilcox wrote:
> diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c
> index 025dc2d3f3de..cdf671c2af61 100644
> --- a/drivers/scsi/qla2xxx/qla_target.c
> +++ b/drivers/scsi/qla2xxx/qla_target.c
> @@ -3719,7 +3719,8 @@ void qlt_free_cmd(struct qla_tgt_cmd *cmd)
> return;
> }
>