Displaying 20 results from an estimated 2313 matches for "gate".
Did you mean:
date
1999 Jan 20
3
oplcok_break more information (PR#12734)
...ure the the proper information is out there and didn't
want to miss anything! I stripped out some of the hex dump information to
make it fit under the 40k limit for samba@samba.org. Hope I didn't delete
any pertinant information!
Thanks!
Bruce
ost5 tcpdump:
18:09:41.378977 arp who-has gate.irstc.cc.al.us tell ost5.irstc.cc.al.us
18:09:41.378977 arp reply gate.irstc.cc.al.us is-at 0:60:8:95:8e:70
18:09:41.378977 ost5.irstc.cc.al.us.1047 >
gate.irstc.cc.al.us.netbios-ssn: P 565:656(91) ack 555 win 82
06
>>> NBT Packet
NBT Session Packet
Flags=0x0
Length=87
SMB PACKET: SM...
2015 Jun 03
1
RES: RES: How to invoke a binary file from the dial plan?
> I love this question, simply because it allows me to talk about one
> of the neatest features I programmed into my system that barely
> anyone knows exists. Plus it lines up pretty much exactly with what
> you are trying to do.
>
> We have our gate control system tied into our Asterisk phone system
> so it is possible to dial a code on the phone and open the entrance
> gate to let someone in after hours. Only problem is this happens so
> rarely that no one (myself included) ever remembered the code. Thus
> a search for a bette...
2015 Jun 03
4
RES: RES: How to invoke a binary file from the dial plan?
...) ' executes when the SIP client (my softphone Jitsi) sends a SIP INVITE to asterisk. So, the softphone tries to establish a session with target 1234.
Now, lets suppose my softphone rings and I answer a call. During the call, the caller asks me to execute a command (ex: to open a door or gate). In this case, what have I to program in dial plan to Asterisk execute System() again? Is it possible to execute a dial plan even during an ongoing call?
Finally, lets suppose I want to use my softphone to execute a dial plan, even without establishing a call (no session with target 1234). For ex...
2000 Mar 07
0
Pre 3.0.0 PANIC
I've been getting a lot of these recently in my samba-log ever since I
downloaded the latest cvs SAMBA_2_0 branch code.
Mar 6 18:13:06 gate smbd[11126]: cos5 (192.168.7.132) connect to
service rsession as user rsession (uid=707, gid=100) (pid 11126)
Mar 6 18:13:15 gate smbd[11126]: [2000/03/06 18:13:15, 0]
lib/fault.c:fault_report(40)
Mar 6 18:13:15 gate smbd[11126]:
===============================================================
M...
1999 Jan 15
1
Oplock question
...r the oplock_break
succeeds or fails. (Just wondering where to place the emphasis. Windows
or F-Prot???)
>From the tcpdump, it looks like (if I'm reading the correct portion of the
file) tenison is receiving the oplock_break (SMBlockX in tcpdump lingo???)
and is ack-ing in response. Then Gate (our server) resends the
oplock_break. WHY? HELP!
Does this information make any sense? Is there anything else we can do to
figure out what is the culprit here (short of oplocks=no as I have it now
so that all will work!)
Any input is sincerely appreciated!
Bruce
>From the tcpdump-smb -s...
2017 Apr 01
2
DNAT Internet gate problem on centos
Hello Guys,
I got trouble to get vserver work as gate:
GATE=XX.XX.XX.XX
YY_PORT=YY
echo "1" > /proc/sys/net/ipv4/ip_forward
iptables -F -t nat
iptables -t nat -A PREROUTING -p tcp -i venet0:0 --dport $YY_PORT \
-j DNAT --to-destination $GATE:$YY_PORT
iptables -t nat -A POSTROUTING -p tcp --dport $YY_PORT \
-j MASQUERAD...
2008 Oct 20
13
[PATCH 00/13] ia64/pv_ops, xen: more paravirtualization.
This patchset is for more paravirtualization on ia64/pv_ops.
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full source is available from
http://people....
2008 Oct 20
13
[PATCH 00/13] ia64/pv_ops, xen: more paravirtualization.
This patchset is for more paravirtualization on ia64/pv_ops.
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full source is available from
http://people....
2008 Nov 25
13
[PATCH 00/13] ia64/pv_ops, xen: more paravirtualization. TAKE 2
This patchset is for more paravirtualization on ia64/xen domU.
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full source is available from
http://people....
2008 Nov 25
13
[PATCH 00/13] ia64/pv_ops, xen: more paravirtualization. TAKE 2
This patchset is for more paravirtualization on ia64/xen domU.
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full source is available from
http://people....
2017 Feb 18
2
[lld] Has anybody ever run into the Solaris linker before?
...quite a few innovations in the linker
space, but I had never actually looked at their iinker (the time I spent
interacting with Solaris/illumos was related to DTrace stuff and happened
before I started working on linkers).
The basic layout seems to be:
http://src.illumos.org/source/xref/illumos-gate/usr/src/cmd/
sgs/ld/common/ld.c
This is where `main` is.
The actual linker has a "main in a library" type interface that is called
into from main() by:
718 /* Call the libld entry point for the specified ELFCLASS */
719 if (class == ELFCLASS64)
720 return (ld64_main(argc, argv, mach));...
2009 Mar 17
2
PBX to gate interface
Has anyone found a good wayt o do a gate intercom using Asterisk? I am
looking at a Xorcom PBX with programmable contact, so I have no issue
with opening the gate, but the interface at the gate is a bit tricky. I
thought about a weather proof housing containing a phone but it seems a
bit tacky. I also looked at a handsfree erather pro...
2009 Mar 04
15
[PATCH 00/15] ia64/pv_ops, xen: more paravirtualization. TAKE 5
...f the already merged patches or ia64
porting from x86 paravirt techniques and that their quality is enough
for merge.
This patch set is for more paravirtualization on ia64/xen domU.
This patch set does
- remove existing warnings
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full source is available from
http://people....
2009 Mar 04
15
[PATCH 00/15] ia64/pv_ops, xen: more paravirtualization. TAKE 5
...f the already merged patches or ia64
porting from x86 paravirt techniques and that their quality is enough
for merge.
This patch set is for more paravirtualization on ia64/xen domU.
This patch set does
- remove existing warnings
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full source is available from
http://people....
2010 Mar 09
2
NMB is flooding logfile
Hello,
I have a litle strnge problem with 3.0.23d on a SuSE 10.2.
In Messages, I have hundreds of Messages like:
=========================
Mar 9 14:59:19 v-gate nmbd[3664]: [2010/03/09 14:59:19, 0]
nmbd/nmbd_incomingrequests.c:process_name_refresh_request(172)
Mar 9 14:59:19 v-gate nmbd[3664]: process_name_refresh_request:
unicast name registration request received for name VXP<00> from IP
10.17.28.1 on subnet UNICAST_SUBNET.
Mar 9 14:59:19 v-...
2008 Dec 12
15
[PATCH 00/15] ia64/pv_ops, xen: more paravirtualization. TAKE 3
...f the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for more paravirtualization on ia64/xen domU.
This patch set does
- remove existing warnings
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full source is available from
http://people....
2008 Dec 12
15
[PATCH 00/15] ia64/pv_ops, xen: more paravirtualization. TAKE 3
...f the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for more paravirtualization on ia64/xen domU.
This patch set does
- remove existing warnings
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full source is available from
http://people....
2008 Dec 22
15
[PATCH 00/15] ia64/pv_ops, xen: more paravirtualization. TAKE 4
...f the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for more paravirtualization on ia64/xen domU.
This patch set does
- remove existing warnings
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full source is available from
http://people....
2008 Dec 22
15
[PATCH 00/15] ia64/pv_ops, xen: more paravirtualization. TAKE 4
...f the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for more paravirtualization on ia64/xen domU.
This patch set does
- remove existing warnings
- paravirtualize fsys call (fsys.S) by multi compile
- paravirtualize gate page (gate.S) by multi compile
- support save/restore
For this purpose, the followings needs to be paravirtualized
- ar.itc instruction
- sched_clock()
This is because timer may changed before/after saving/restoring.
For convenience the working full source is available from
http://people....
2015 Jun 03
2
RES: RES: RES: How to invoke a binary file from the dial plan?
Hi Kevin.
Thank you again for help me!
In my case, in the final application for smartphones or in a softphone for PCs, there will be a button on the GUI and the user will have just to touch it, and the door or gate will open. I mean, during an ongoing call, the callee will see a button in the interface of its SIP application. For example, we can use the lib of Linphone and implement a GUI over it, having a new button to open doors and gates. So, the callee will not have to remember about codes, because there...