search for: 1111

Displaying 20 results from an estimated 536 matches for "1111".

Did you mean: 1,11
2008 Oct 06
3
[LLVMdev] sext..to instruction
Hi, I have a question about the "sext..to" instruction. In the document, I found two examples: %x = sext i8 -1 to i16 It means: i8 -1 = 1111 1111 --> 1111 1111 1111 1111 = i16 how can it determinate, that the i16 value %x positive is (65535)? And the second example: %y = sext i1 true to i32 1 --> 1111 1111 1111 1111 1111 1111 1111 1111 In this example, %y is -1 I'm not sure about it, when sext to results a positve/negative v...
2011 Mar 15
4
[1.4] Asterisk doesn't hang up?
...p/manolo_camp-morning_coffee) exten => 8888,n,Hangup ========== CLI ;keep line engaged for a few seconds, and hang up from remote end originate Zap/1/5551234 extension 8888 at internal ========== extensions.conf ;call from XLite to check line status ;Loop until Zap/1 is available exten => 1111,1,Set(INDEX=0) exten => 1111,n,While(1) exten => 1111,n,ChanIsAvail(Zap/1) exten => 1111,n,GotoIf($["${AVAILORIGCHAN}" != "" | ${INDEX} > 10]?exit) exten => 1111,n,Wait(5) exten => 1111,n,Set(INDEX=$[${INDEX} + 1]) exten => 1111,n,EndWhile() ;how did we exi...
2007 Jan 25
1
dialplan and "*"
Hi, I'm analyzing freepbx extensions. When creating ivr with freepbx, it writes like this: exten => 1111,1,Answer exten => 1111,n,GotoIf($["${CONTEXT}"="from-internal"]?USERCID:SETCID) exten => 1111,n(USERCID),Macro(user-callerid,) exten => 1111,n(SETCID),Set(CALLERID(name)=${CALLERIDNAME}) exten => 1111,n,Set(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${TIM...
2008 Oct 06
0
[LLVMdev] sext..to instruction
On Mon, Oct 6, 2008 at 9:30 AM, Le Anh Quang <anh_quang.le at mailbox.tu-dresden.de> wrote: > Hi, > I have a question about the "sext..to" instruction. In the document, I found > two examples: > %x = sext i8 -1 to i16 > It means: > i8 -1 = 1111 1111 --> 1111 1111 1111 1111 = i16 > how can it determinate, that the i16 value %x positive is (65535)? > And the second example: > > %y = sext i1 true to i32 > 1 --> 1111 1111 1111 1111 1111 1111 1111 1111 > In this example, %y is -1 > > I'm not sure about it, whe...
2002 Nov 05
2
problems with -R
hey all, I'm using openssh-3.5p1, was trying to set up a 'reverse telnet' session (sun solaris 2.6 on both machines). Anyways, I was doing: server% ssh -R 1111:<server>:2222 <client> client% ssh -p 1111 <client> where <server> is behind a firewall and <client> cannot reach <server> Anyways the idea was to connect to the socket on <client> and having the traffic forwarded over to the <server> (hence a...
2005 May 26
1
Asterisk con X-lite : Register Ok but no calls (404 Not found)
...; Default context for incoming calls >>recordhistory=yes ; Record SIP history by default >>port=5060 ; UDP Port to bind to (SIP standard port is 5060) >>bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all) >>srvlookup=yes >> >>[1111] >>;Turn off silence suppression in X-Lite ("Transmit Silence"=YES)! >>;Note that Xlite sends NAT keep-alive packets, so qualify=yes is not needed >>type=friend >>username=1111 >>secret=1111 >>callerid="Thibaud" <1111> >>host=dynam...
2006 Nov 01
8
${CALLERIDNUM}
...ne know how I can check if a callerID is more than 2 digits. I am setting up my phones so that if the callerID is 3 digits the phones ring one way if it is more than 3 digits it rings another i.e. internal calls and external calls. exten => 2222,1,GotoIf($["${CALLERIDNUM}" = "1111"]?5) This will tell it to jump to 5 if callerID if 1111 but how do i tell it do jump based on length of callerID? Many thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061101/23ff34...
2016 Jan 04
4
Forwarding call if extension busy
Hi and happy new year! My question: - two extensions: 1111 and 2222 - an active call on 1111 - incoming calls to 1111 should be forwarded to 1111 (call advice!) and 2222 I know how can I forward an incoming call to more than an extension, but I have no idea how can I get the information, that 1111 has already an active call... I think, I need somethi...
2015 Nov 11
3
Printer server on AD server
...(child_handler) Finished processing child request 59 [2015/11/11 11:24:49.267868, 10, pid=1120, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_dual.c:102(child_write_response) Writing 3560 bytes to parent ==> winbindd.log <== [2015/11/11 11:24:49.186377, 10, pid=1111, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd.c:725(process_request) process_request: Handling async request 1162:GETPWUID [2015/11/11 11:24:49.187025, 3, pid=1111, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_getpwuid.c:47(winbindd_getpwui...
2013 Aug 18
4
[Bug 2016] SCTP Support
https://bugzilla.mindrot.org/show_bug.cgi?id=2016 openssh at ml.breakpoint.cc changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |openssh at ml.breakpoint.cc --- Comment #5 from openssh at ml.breakpoint.cc --- The link local address (fe80::) require the
2007 Mar 06
1
Obtaining figures with exactly placed points
...margin, figure dimension 1x1 inch plot(0,0,"n",xlim=c(0,1),ylim=c(0,1),axes=F,ann=F) rect(0,0,1,1) dev.off() gives me not what I want: $ cat R2fig.fig #FIG 3.2 Landscape Flush left Inches A4 100.00 Single -2 1200 2 # End of XFig header 2 2 0 1 0 -1 100 0 -1 4.000 0 0 -1 0 0 5 0 1111 0 0 1111 0 1111 1111 0 1111 And this is what it should be (drawn by Xfig itself): $ cat Xfig.fig #FIG 3.2 Landscape Flush left Inches A4 100.00 Single -2 1200 2 2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5 0 0 1200 0 1200 1200 0 1200 0 0 The interesting part is the last line; 1200 is replaced...
2015 Nov 11
2
Printer server on AD server
...[2015/11/11 11:24:49.267868, 10, pid=1120, effective(0, 0), real(0, 0), >> class=winbind] >> ../source3/winbindd/winbindd_dual.c:102(child_write_response) >> Writing 3560 bytes to parent >> >> ==> winbindd.log <== >> [2015/11/11 11:24:49.186377, 10, pid=1111, effective(0, 0), real(0, 0), >> class=winbind] ../source3/winbindd/winbindd.c:725(process_request) >> process_request: Handling async request 1162:GETPWUID >> [2015/11/11 11:24:49.187025, 3, pid=1111, effective(0, 0), real(0, 0), >> class=winbind] >> ../source3/wi...
2015 Nov 11
2
Printer server on AD server
...0), >> real(0, 0), >> class=winbind] >> ../source3/winbindd/winbindd_dual.c:102(child_write_response) >> Writing 3560 bytes to parent >> >> ==> winbindd.log <== >> [2015/11/11 11:24:49.186377, 10, pid=1111, effective(0, 0), >> real(0, 0), >> class=winbind] ../source3/winbindd/winbindd.c:725(process_request) >> process_request: Handling async request 1162:GETPWUID >> [2015/11/11 11:24:49.187025, 3, pid=1111, effective(0, 0), >>...
2005 Aug 02
0
Sip over VPN not working
...pptp vpn client to connect. Looking at the diagnostics from X-Lite I see this: <begin log> SEND TIME: 341549001 SEND >> 192.168.8.151:5060 REGISTER sip:192.168.8.151 SIP/2.0 Via: SIP/2.0/UDP 192.168.8.203:5060;rport;branch=z9hG4bK3FB2D9058F8B41F79E68D710E384C12A From: timtest <sip:1111@192.168.8.151>;tag=109208562 To: timtest <sip:1111@192.168.8.151> Contact: "timtest" <sip:1111@192.168.8.203:5060> Call-ID: C99F00F557AE457D85513CC954CE72D3@192.168.8.151 CSeq: 22204 REGISTER Expires: 1800 Max-Forwards: 70 User-Agent: X-Lite release 1103m Content-Length: 0...
2015 Nov 11
0
Printer server on AD server
...cessing child request 59 > [2015/11/11 11:24:49.267868, 10, pid=1120, effective(0, 0), real(0, 0), > class=winbind] ../source3/winbindd/winbindd_dual.c:102(child_write_response) > Writing 3560 bytes to parent > > ==> winbindd.log <== > [2015/11/11 11:24:49.186377, 10, pid=1111, effective(0, 0), real(0, 0), > class=winbind] ../source3/winbindd/winbindd.c:725(process_request) > process_request: Handling async request 1162:GETPWUID > [2015/11/11 11:24:49.187025, 3, pid=1111, effective(0, 0), real(0, 0), > class=winbind] > ../source3/winbindd/winbindd_getp...
2015 Nov 11
0
Printer server on AD server
...10, pid=1120, effective(0, 0), > real(0, 0), > class=winbind] > ../source3/winbindd/winbindd_dual.c:102(child_write_response) > Writing 3560 bytes to parent > > ==> winbindd.log <== > [2015/11/11 11:24:49.186377, 10, pid=1111, effective(0, 0), > real(0, 0), > class=winbind] ../source3/winbindd/winbindd.c:725(process_request) > process_request: Handling async request 1162:GETPWUID > [2015/11/11 11:24:49.187025, 3, pid=1111, effective(0, 0), > real(0, 0), >...
2003 Jan 11
0
Source-depending DNAT
I run Shorewall on a Bering router and need to do some (what I would call) source-depending DNAT (Port-FW). I want all incoming udp connections to 200.171.1.1:1111 from subnet 200.0.0.0/8 forwarded to 192.168.1.1:1111 (just an example). All other iuncoming connections to 200.171.1.1:1111 I want to forward to 192.168.1.2:1111. Could I do something like this??? ACTION SOURCE DESTINATION PROTOCOL DESTINATION SOURCE...
2011 Mar 07
1
what wrong about my ipv6 address
Hi I used the command "ip -6 addr add 2001:DB8:CAFE:1111::12/64 dev eth0" to add ipv6 address and can see it in ifconfig but can't ping it Why? Thank you # ping6 2001:db8:cafe:1111::12 PING 2001:db8:cafe:1111::12(2001:db8:cafe:1111::12) 56 data bytes >From ::1 icmp_seq=1 Destination unreachable: Address unreachable >From ::1 icmp_seq...
2004 Jan 05
3
question re voicemail
...;canreinvite=no defaultip=172.30.200.26 dtmfmode=rfc2833 mailbox=5104112978 callerid = "test2" <5104112978> context=sip extensions.conf ------------------------ [sip] ;ring exten => 5104112978,1,Dial(SIP/5104112978,20,tr) exten => 6882332,1,Dial(SIP/6882332,15,tr) exten => 1111,1,Dial(SIP/1111,5,tr) ;unanswered exten => 6882332,102,Voicemail,u6882332 exten => 5104112978,102,Voicemail,u5104112978 exten => 1111,102,Voicemail,u1111 ;busy exten => 6882332,103,Voicemail,b6882332 exten => 5104112978,103,Voicemail,b5104112978 exten => 1111,103,Voicemail,b1111...
2008 Oct 16
3
central patch list
Is there a list somewhere of available updates for a given CentOS release? Something like this: https://rhn.redhat.com/errata/rhel4ws-errata.html Ideally I would like a something like: Bug Description Link to update 1111 kernel blah,etc http://some.rpm.com/1111.rpm -Mark -- Mark Belanger LTX Corporation