search for: resultcode

Displaying 17 results from an estimated 17 matches for "resultcode".

Did you mean: result_code
2015 Nov 14
3
[lit] RFC: Per test timeout
...mmits because I want to gather more feedback on my initial implementation and hopefully some answers to some unresolved issues with my implementation. Currently in lit you can set a global timeout for all of the tests but not for each individual test. The attached patches add * Support for a new ResultCode called TIMEOUT * A new command line option --max-individual-test-time * Support for running external and internal ShTests with a per test timeout * Support for running GTests with a per test timeout I wanted to get some initial feedback on the implementation. * If a timeout is requested the Pytho...
2015 Nov 15
2
[lit] RFC: Per test timeout
...tion and >> hopefully some answers to some unresolved issues with my implementation. >> >> Currently in lit you can set a global timeout for >> all of the tests but not for each individual test. >> >> The attached patches add >> >> * Support for a new ResultCode called TIMEOUT > > > When I implemented mine, one of the first revisions had this, but then @ddunbar said he'd prefer I didn't add a new ResultCode. Okay. I'll bear that in mind. I currently want to distinguish between a TIMEOUT and UNRESOLVED (I'm not sure what other cond...
2003 Apr 06
1
Call completion/error codes and extensions.conf call flow
...ontext, to the priority X within the same context where X is represented by "+X". METHOD 2: Simply set a channel variable with the result code. I'd suggest handing out two different variables: one with the numeric response, and one with the "human-readable" response. $RESULTCODE and $RESULTTEXT might work. This way, the existing routines of Goto and GotoIf can be used, and large numbers of errors can be handled in generic ways. Plus, I'll say that I prefer this method since it doesn't involve relative jumps (+X) which I really dislike for generic use. Oth...
2005 Jun 06
1
Hangupcode == 44
Sorry to be bombing the list today, you guys have been more than helpful and I'm having nightmares googling for things :) Anyway, I have a PRI through an Adit 600 and it seems to be setup properly now but when I make a call out I get resultcode 44 (AST_CAUSE_REQUESTED_CHAN_UNAVAIL). Is this a problem with my equipment or a problem with the telco's switch or the adit 600? Additionally, when I try to call a DID inward, I get an "All Circuits are Busy now" message. Any ideas? -- Tom
2004 May 18
1
Dial and MeetMe on the same channel
...rcpy(cmd,"EXEC Dial "); strcat(cmd,numtocall); //numtocall is a variable quote from teh database strcat(cmd," 60"); // Ex?cution de la commande et lib?ration du buffer fprintf(stderr,"%s\n",cmd); printf("%s\n",cmd); fflush(stdout); resultcode = checkresult(); // Mise en conf?rence de l'operateur strcpy(cmd1,""); strcpy(cmd1,"EXEC MeetMe "); strcat(cmd1,confroom); //confroom is a variable quote from teh database strcat(cmd1,"|q"); fprintf(stderr,"%s\n",cmd1); printf...
2015 Aug 28
1
AWS AD Connector and Samba4
...AD Connector.  Connection (bind) is ok, but no users/groups are found.  Via tcpdump/wireshark we found this query/answer pair: Query from AD Connector LDAPMessage searchRequest(5) “dc=companyname,dc=com" wholeSubtree Filter: (&(ANR=testuser*)(sAMAccountType=805306368)) Answer from Samba4 resultCode: unavailableCriticalExtension (12) The following controlType is marked as critical in the query: controlType: 2.16.840.1.113730.3.4.9 (LDAP_CONTROL_VLVREQUEST VLV) Is it possible to activate / add this controlType in samba4?  --  Br, Jörg Baldzer -------------- next part -------------- A non-t...
2024 Mar 28
1
SaMBa functional level
On Wed, 2024-03-27 at 12:18 +0100, Pisch Tam?s wrote: > > Others have integrated Azure AD with Samba without the FL increase, > > and > > the key step would be the adprep work, > > Then I will do it without increasing the FL. What do I have to do > with adprep? To (prepare to) raise the domain functional level of an existing domain, after updating the smb.conf and
2013 Jan 14
3
Samba4 AD delegation to read userPassword attribute
...n, why should I use 2 LDAP databases? Fedora 17, latest updates applied Samba: Version 4.1.0pre1-GIT-813bd03 dovecot-2.1.10-4.fc17.i686 At first I tried to use the auth_bind method of Dovecot, but very soon I realized (via tcpdump) that you first have to authenticate to Samba4: ... searchResDone resultCode: operationsError (1) matchedDN: Operation unavailable without authentication ... I defined the properties in dovecot-ldap.conf like this: --------------------------------------------------- uris = ldaps://192.168.0.1:636 dn = cn=ldap,ou=USER,dc=example,dc=de dnpass = somepassword base = dc=exam...
2003 Jul 25
1
Busy detect on pri channel?
Did anybody figure out how to make dial detect a busy on a zaptel channel on a pri interface when using overlap dialing? According to the documentation dial should return to priority n+101, if the called party is found to be busy. I can see a DISCONNECT message with "user busy" coming from the network when I turn on pri debugging, but the dial application does not seem to notice.
2008 Jan 14
1
Failed to parse cldap reply
Dear List, I seem to have a problem with winbind. Have successfully joined samba to a 2003 AD, but when I start winbind, the logs are full of the following: ==> log.winbindd <== [2008/01/14 11:25:58, 1] libads/cldap.c:recv_cldap_netlogon(247) Failed to parse cldap reply Running wbinfo -t returns: checking the trust secret via RPC calls failed error code was (0x0) Could not check
2013 Dec 24
0
LDAP server listening on UDP for resource location
...LM Token: 0xffff NT Token: 0xffff [Response To: 27961] [Time: 0.001009000 seconds] LDAPMessage searchResDone(3) success [1 result] messageID: 3 protocolOp: searchResDone (5) searchResDone resultCode: success (0) matchedDN: errorMessage: [Response To: 27961] [Time: 0.001009000 seconds] Thank you Markus
2015 Oct 30
2
S/MIME certificates in Samba 4 LDAP
Dear Samba users and developers, we had the idea of storing S/MIME certificates in the Samba 4 LDAP. In the Windows Active Directory Users and Computers tool I can use the "Published Certificates" tab to add a certificate to a user account. As Mozilla Thunderbird requests the "userCertificate;binary" attribute of a user when sending encrypted mail, the LDAP response is empty.
2008 Oct 20
2
[LLVMdev] TableGen Hacking Help
...), SHUFP_shuffle_mask:$sm)>, Requires<[HasSSE2]>; } // AddedComplexity I believe the problem with the tblgen in trunk is that it doesn't know how to support patterns with two memory operands. I've attached the code that the hacked tblgen spits out from EmitResultCode for this pattern. The remaining problem is that this code doesn't actually replace the two memory operations. It generates two MOVSDs and a SHUFPD just fine but it produces two extra MOVSD instructions. As far as I can understand things, the problem is that the two MOVSD instructions are...
2015 Nov 03
2
S/MIME certificates in Samba 4 LDAP
...erts,DC=de attributes: 0 items [Response To: 15] [Time: 0.021100000 seconds] Lightweight Directory Access Protocol LDAPMessage searchResDone(2) success [1 result] messageID: 2 protocolOp: searchResDone (5) searchResDone resultCode: success (0) matchedDN: errorMessage: [Response To: 15] [Time: 0.021100000 seconds] Regards, Stefan
2018 Mar 22
2
AMI potential memory leak
...DName: <unknown> ConnectedLineNum: <unknown> ConnectedLineName: <unknown> Language: en AccountCode: 11 Context: ABC Exten: 3002 Priority: 8 Uniqueid: 1521724388.197 Linkedid: 1521724388.197 CommandId: 401382226 Command: EXEC Playback iss/eng/THANK-U&iss/eng/BYE Result: Success ResultCode: 200 After this, there are no more AMI events for this channel. On other channels, we receive the Event: AsyncAGIExec with the Result. It's as if there is some condition where the AMI Result is getting corrupted. In most cases, it's working. However, we are seeing intermittent cases whe...
2013 Jul 01
3
Asterisk 1.8.20 AGI function SAY DATETIME does not play anything when mode in say.conf is changed to "new"
Hi I am using following say.conf file. Its a default file, which comes with Asterisk installation. When I call SAY DATETIME AGI function, it simply returns without playing date & time. Where as if I use mode=old setting, it works. Is this a bug or mode=new is not implemented for SAY DATETIME AGI function? [general] mode=new ; method for playing numbers and dates ;
2018 Mar 21
2
AMI potential memory leak
We are communicating with Asterisk via AMI. Running Asterisk version 13.18.5 on an Ubuntu box. If you look at the event response, the Result field is filled with random characters. I'm not sure what to do because that is a completely random result. It makes no sense. We send the following command to asterisk via AMI Action: AGI ActionID: C44415 Channel: SIP/192.168.40.105-00001338