search for: 123456

Displaying 20 results from an estimated 350 matches for "123456".

Did you mean: 12345
2019 Mar 22
1
prettyNum digits=0 not compatible with scientific notation
> On 22 Mar 2019, at 18:07 , Martin Maechler <maechler at stat.math.ethz.ch> wrote: > > gives (on Linux R 3.5.3, Fedora 28) > > d=10 d=7 d=2 d=1 d=0 > [1,] "123456" "123456" "123456" "1e+05" "%#4.0-1e" > [2,] "12345.6" "12345.6" "12346" "12346" "%#4.0-1e" > [3,] "1234.56" "1234.56" "1235" "1235" &...
2009 Jul 16
1
Sending faxes with T.38 problem. Fax for Asterisk (no SpanDSP) - 1.6.1.1
...*CLDigium Fax G.711 Driver: 1.6.1_1.0.9 (optimized for i686_32) ---------------------------------------------------------- .call file Channel: SIP/1905 at outbound-calls MaxRetries: 3 WaitTime: 30 Set: LOCALSTATIONID=22222 Set: LOCALHEADERINFO=T38 fax Set: T38CALL=1 Set: T38TXDETECT=yes CallerID: 123456 Context: fax-tx Extension: send priority:1 ----------------------------------------------------------- sip.conf [general] context=default allowoverlap=no udpbindaddr=0.0.0.0 tcpenable=no tcpbindaddr=0.0.0.0 srvlookup=yes disallow=all...
2005 May 09
1
extension based on a dialed number?
I have an ISDN line with 10 numbers. The line is then connected to * with one HFC-based card. The format of the numbers is like below: 123456-0 123456-1 ... 123456-9 Now I would like to connect those numbers to different telephones, i.e. when someone dials 123456-0, he/she is connected to the digital receptionist. If someone dials 123456-2, the connection goes to SIP/202 If someone dials 123456-3, the connection goes to SIP/203 etc....
2006 Dec 09
2
RDNIS question
Perhaps I've got the whole concept wrong, but here goes: Using 1.4, when someone from the outside dials my direct line (123456), I want it to call my extension at work (SIP/456), my extension in my home office (vpn connection to corporate lan, SIP/678) and my mobile (654321). So my dialplan is thus: exten => 123456,1,Dial(SIP/456&SIP/678&Zap/G3c/07803654321,30) exten => 123456,n(VMNoAnswer),Voicemail(${EX...
2011 May 07
1
Tricky: Progress, Delay, DTMF / background calling
...en done before respectively is it possible with Asterisk? I searched the archives but couldn't locate anything. 1. Call to 5555 comes in via SIP. 2. Call is not answered yet but progress continues. 3. At the moment the call comes in something like this gets spawned in the background: Dial(SIP/123456 at provider,,D(ww${EXTEN}) which should translate to: Dial(SIP/123456 at provider,,D(ww5555) But even better would be take the ${EXTEN} and put some w's between them: Dial(SIP/123456 at provider,,D(ww5ww5ww5ww5) 4. After a pretermined amount of time since the call came in respectively the Dial...
2008 Jun 29
3
Working around/with Restful Authentication
...n and a before_create action: before_save :encrypt_password before_create :make_activation_code But for some reason when I try to create a user programmatically in the controller like this: User.new(:email => ''user-n8tE+Mx9DRM@public.gmane.org'', :password => ''123456'', :password_confirmation => ''123456'') Nothing happens. I get a user that I can''t save: > u = User.new(:email => ''user-n8tE+Mx9DRM@public.gmane.org'', :password => ''123456'', :password_confirmation => ''12...
2015 May 01
1
Fatal: Unknown scheme: SHA512-CRYPT. On a Mac-mini
...ux based tutorial on setting up Postfix+Dovecot+MySQL on a site. Everything is generally going ok, apart from this bit. There are some others unknown as well. The codes used to create my database of passwords follows these output examples. MacMini:~ robert$ sudo doveadm pw -s SHA512-CRYPT -p 123456 Fatal: Unknown scheme: SHA512-CRYPT MacMini:~ robert$ sudo doveadm pw -s SHA512 -p 123456 {SHA512}ujJTh2rta8ItSm/1PYQGxq2GQZXtFEq1yHYhtsIztUi66uaVbfNG7IwX9eoQ817jy8UUeX7X3dMUVGTioLq0Ew== MacMini:~ robert$ sudo doveadm pw -s SHA256 -p 123456 {SHA256}jZae727K08KaOmKSgOaGzww/XVqGr/PKE...
2005 Sep 21
7
add 0 (zero) to incoming callerID - how?
I have an asterisk box and SIP / IAX2 phones. To call out, users have to add 0 (zero) before a real telephone number. That means, that if they want to call someone that has a number 123456, they have to call 0-123456. Simple, right? This has a serious drawback though - when someone calls us from the number 123456, we see the callerID 123456, and we're unable to use the callback/redial feature in the telephone (because the phone doesn't know that it should add 0 before the n...
2020 Aug 12
0
auth debug log entry incorrect
...rberos auth. Users are stored in ldap, Kerberos makes use of the same ldap as its backend, goal was to enable users to use their principals in addition to simple login with mailAddress/userPassword combination. Sample entry relevant attrs: --- mailAddress: sn.gn at example.com mailDeliveryAddress: 123456 at example.com uid: u123456 krbPrincipalName: u123456 at REALM krbPrincipalName: user123456 at REALM krbPrincipalName: alias at REALM --- with pass_attrs = =user=%{ldap:mailDeliveryAddress},=password=%{ldap:userPassword},=k5principals=%{ldap:krbPrincipalName} I can see incorrectly logged ldap sea...
2009 Jun 30
1
MeetMe not prompting for PIN
Hello, all. I must be brain cramping badly on our Asterisk 1.6.1.1 installation. Our MeetMe macros are working fine except they do not prompt for a PIN. So I made a very simple conference room: exten => 7777,1,MeetMe(123456,cMaAsx,123456) Shouldn't this prompt the user who dials 7777 to enter a PIN before entering the conference room whether or not a PIN is defined in meetme.conf? I have tried it both ways and tried using the P flag. The user is never prompted. What am I missing? Thanks - John -- John A. Sulli...
2013 Dec 25
1
SHA512-CRYPT scheme fails password verification
Hello, If I try to use the crypt schemes provided by libc. I fail as follows: jnikula at jlaptop:~/$ doveadm pw -s SHA512-CRYPT -p 123456 {SHA512-CRYPT}$6$to2umWLDtqvzS8SV$ZGpBeGNKuUN/2HKG6I2BEAt.Gzrz/y.SZDkos2GT2ik8obnp3XCFWfVsKVriJa6jjHULmLIqCSSyaF5YrTH7u. jnikula at jlaptop:~/$ doveadm pw -t {SHA512-CRYPT}$6$to2umWLDtqvzS8SV$ZGpBeGNKuUN/2HKG6I2BEAt.Gzrz/y.SZDkos2GT2ik8obnp3XCFWfVsKVriJa6jjHULmLIqCSSyaF5YrTH7u. -p 123456 doveadm(jn...
2010 Dec 07
2
Linux, Windows AD domain, and IDs
...ing is happy. There are NO local accounts in /etc/passwd except for the defaults out of the box. Authentication relies on the accounts of the Windows server. I have no authority on the server except to add or remove computers. Login accounts take the form, for example, initials and a number: se123456 I want my uid to reflect 123456. I spent about an hour or two playing with various configurations and options of idmap and winbind. ? Along the way, some testing revealed: getent passwd my_ad_account returned almost all appropriate values, but the uid and gid were both 10000, clearly not correct...
2019 Mar 22
2
prettyNum digits=0 not compatible with scientific notation
FWIW, it doesn't seem to be happening on Mac OS: > format(2^30, digits=0) [1] "1.e+09" > prettyNum(12345.6, digits=0) [1] "1.e+04" A glibc misfeature? -pd > On 22 Mar 2019, at 10:10 , Martin Maechler <maechler at stat.math.ethz.ch> wrote: > > Thank you, Robert for raising this here ! > >>>>>> Robert McGehee
2009 Dec 11
2
incorrect linetype with pdf device (PR#14128)
...dev.off() The pdf output, opened with Acrobat, shows only extremely thin marks (artifacts) at low zoom factor, and invisible line at higher zoom factor. The same file opened with Adobe Illustrator reveals that the line pattern lty=13 has in fact become 04 (0 solid length, 4 space). Similarly, lty=123456 would produce 032547, pdf("test-123456.pdf") grid.newpage() grid.lines(gp=gpar(lty="123456", lineend = "butt")) dev.off() while the same command with quartz() gives the correct line pattern, quartz(type="pdf", file="test2-123456.pdf") grid.newpa...
2004 Nov 29
2
Variable substitution - How can I do Dial(${DIALSTRING}) where ${DIALSTRING} is 'SIP/201, 15, tT'?
I've been banging my head against a brick wall for the last hour and I'm sure this is one of those easy to solve things - just that I can't see the wood for the trees. I'm trying to do: ----------- [some-context] Exten => s,1,Macro(dodial,'SIP/201,15,tT',123456,MOHClass) [macro-dodial] Exten => s,1,SetCallerID(${ARG2}) Exten => s,2,SetMusicOnHold(${ARG3}) Exten => s,3,Dial(${ARG1}) ----------- (there's a lot more to it than that, but the above should give you an idea of what I'm trying to achieve) A command starting at some-context,s,...
2006 Feb 06
2
Samba 3 by Example - chapter 5 & 6 ( Manager -> sambaadmin)
Dear Samba & Users. I have spent some time going over the documentation, however I still no not fully understand what the cause is. I am focusing on Samba 3 by Example chapter 5 & 6 specifically Chapter 5 smbpasswd -w 123456 [root@node1 data]# smbpasswd -w 123456 Setting stored password for "cn=Manager,dc=ddesign,dc=com" in secrets.tdb Chapter 6 indicates in the smb.conf to use sambaadmin instead of manager. If i change this to manager in the smb.conf & also this entry in the slapd.conf access to attr...
2013 May 24
0
Pri-Debug-Log / Is Early Media supported by provider?
...not hear the voicefile - I only hear the ring tone. In the Asterisk-Log I can see, that the voicefile is played. I got the same result when using "Progress()" in the first priority. I tried "pri set debug on span 1" and got the following: (I replaced originating caller id by 123456) PRI Span: 1 < Protocol Discriminator: Q.931 (8) len=48 PRI Span: 1 < TEI=0 Call Ref: len= 2 (reference 14783/0x39BF) (Sent from originator) PRI Span: 1 < Message Type: SETUP (5) PRI Span: 1 < [a1] PRI Span: 1 < Sending Complete (len= 1) PRI Span: 1 < [04 03 80 90 a3] PRI Span:...
2008 Dec 16
4
RDNIS and asterisk
I have a couple of numbers that are diverted to a number that is conected to an isdn30 card, running asterisk 1.4. eg. 123456 => 22334455 654321 => 22334455 What I would like to know is the number of the orginal number dialled (123456 or 654321). I thought that RDNIS was the answer, but it is always coming up blank. When I did a debug on the pri span, I saw the following message Unable to handle ROSE operation...
2009 Mar 02
0
an intresting problem
...ojoo user. When i use mysql vpopmail,and use select pw_domain,pw_name,pw_clear_password from vpopmail; Then i see following message: +------------+------------+-----------------+ | pw_domain | pw_name | pw_clear_passwd | +------------+------------+-----------------+ | joojoo | postmaster | 123456 | | final.com | postmaster | 123456 | | janjan.com | postmaster | 123456 | | final.com | mohsen | 123456 | | final.com | kamal | 123456 | +------------+------------+-----------------+ When i use `telnet 0 110` i see following message pl...
2010 Dec 17
3
Samba, id, uid, Active Directory and CentOS 5
...y configured files - not likewise open). getent passwd my_account reveals uid and gid are both 10000:10000. Thus, typing: % id reveals a uid of 10000. /etc/passwd does NOT have my local account created - credentials are strictly from the Active Directory domain. The username is of the format se123456. I want my uid to be of the format 123456 (numeric part of the username. I have looked at many options for smb.conf configurations. At this point, I'm starting to believe that if getent passwd provides 10000:10000 fior uid/gid then id is providing the correct details. My SID from the domain...