search for: qop

Displaying 20 results from an estimated 72 matches for "qop".

Did you mean: op
2003 Nov 03
1
Asterisk compliance with RFC 2617 (qop, nc and cnonce) - in relation to sipcall.co.uk
Hi All, I am attempting to setup Asterisk with sipcall.co.uk. They use Intertex kit to provide the SIP service. Unfortunately Asterisk cannot seem to authenticate against Intertex. Having provided SIP debug info the provider has informed me that Asterisk does not appear to support 'qop', 'nc' and 'cnonce' which are used to stop replay attacks. So, does Asterisk support 'qop', 'nc' and 'cnonce'? If not, is anyone working on support? Before anyone says code it yourself, I would if I could! Thanks, Nathan.
2017 Dec 20
2
[PATCH] gm107/ir: use lane 0 for manual textureGrad handling
...26a81 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_gm107.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_gm107.cpp @@ -95,18 +95,15 @@ GM107LegalizeSSA::visit(Instruction *i) bool GM107LoweringPass::handleManualTXD(TexInstruction *i) { - static const uint8_t qOps[4][2] = - { - { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(MOV2, MOV2, ADD, ADD) }, // l0 - { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(MOV2, MOV2, ADD, ADD) }, // l1 - { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l2 - { QUADOP(SUBR, MOV2, SUBR, MOV2), QU...
2017 Dec 20
0
[PATCH] gm107/ir: use lane 0 for manual textureGrad handling
.../drivers/nouveau/codegen/nv50_ir_lowering_gm107.cpp > +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_gm107.cpp > @@ -95,18 +95,15 @@ GM107LegalizeSSA::visit(Instruction *i) > bool > GM107LoweringPass::handleManualTXD(TexInstruction *i) > { > - static const uint8_t qOps[4][2] = > - { > - { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(MOV2, MOV2, ADD, ADD) }, // l0 > - { QUADOP(SUBR, MOV2, SUBR, MOV2), QUADOP(MOV2, MOV2, ADD, ADD) }, // l1 > - { QUADOP(MOV2, ADD, MOV2, ADD), QUADOP(SUBR, SUBR, MOV2, MOV2) }, // l2 > - { QUADOP(SU...
2003 Jul 11
0
Sip: problem authenticating (with Cisco VoIP IOS 12.x) [long]
...0;branch=z9hG4bKGIT0eMlXdQD2-0 To: sip:912345678@1.2.3.4 From: sip:912345678@1.2.3.4 Call-ID: 6569644770@24.132.244.120 CSeq: 100 REGISTER WWW-Authenticate: Digest realm="multico.es", nonce="474c3ba3aca1b4a444188e1adbe5b2da", domain="sip:mailvision.com",algorithm=MD5,qop="auth" =============================================================== ========== Send ============= OK = transport UDP = remote 1.2.3.4:5060 = local 24.132.244.120:1047 ============================= REGISTER sip:1.2.3.4 SIP/2.0 Via: SIP/2.0/UDP 24.132.244.120:5060;branch=z9hG4bKGIT0eH...
2003 Jan 06
1
0.99.6rc1 released
...ng a couple of times, the bug couldn't happen anymore since Dovecot then began caching the BODY data. So, this mostly happened with new users. - If authentication was aborted by client ("*" reply to AUTHENTICATE), the login process crashed later. - Digest-MD5: We used "qop-options" instead of "qop", which was incompatible with at least Cyrus SASL. - We didn't work with some 64bit systems - Realms in passwd-file were buggy * Some coding style changes (less typedefs)
2016 Oct 11
2
Compound Literal - xlc and gcc differences can be patched
..., + (struct http_auth_param) { } + } + },{ + .scheme = NULL + } +}; +static const struct http_auth_challenge_test digest[] = { + { .scheme = "Digest", + .data = NULL, + .params = (struct http_auth_param []) { + { "realm", "testrealm at host.com" }, + { "qop", "auth,auth-int" }, + { "nonce", "dcd98b7102dd2f0e8b11d0f600bfb0c093" }, + { "opaque", "5ccc069c403ebaf9f0171e9517f40e41" }, + { } + } + },{ + .scheme = NULL + } +}; +static const struct http_auth_challenge_test realms[] = { + { .scheme...
2006 Aug 28
1
DIGEST-MD5 doesn't work
...yZlRDTXJ3PT0iLHFvcD1hdXRoLHJlYWxtPSIiLHJlc3BvbnNlPTVmMTQyZWVlN2FmMWVmYTJhYWI5ZmM0ODNiOGJjOTJhLHVzZXJuYW1lPSJvdHJzIg== authzid="otrs",charset=utf-8,cnonce="1e96dbfbea0f516eaf12bc46553bff5e", digest-uri="pop3/nano",nc=00000001,nonce="OTjFZhcKaHV6RTc2fTCMrw==", qop=auth,realm="",response=5f142eee7af1efa2aab9fc483b8bc92a,username="otrs" Client is a Perl script using Net::POP3 and Authen::SASL Modules Dovecot is version 0.99.14 - I know it's old and not supported. If one tells me the bug is known and fixed in 1.0rc, then I'll think...
2006 Oct 14
1
failed authentication with digest-md5 (rc9)
...GEST-MD5 \ service=POP3 secured lip=<lip> rip=<rip> resp=<something_long> 12:45:11 Info: auth(default): client out: CONT 1 <something_long> 12:45:11 Info: auth(default): client in: CONT 1 <something_long> 12:45:11 Info: auth(default): digest-md5(?,<rip>): Unknown QoP value 12:45:12 Info: auth(default): client out: FAIL 1 12:45:12 Info: pop3-login: Aborted login: method=DIGEST-MD5, rip=<rip>, lip=<lip>, TLS Using KMail 1.9.4. Daniel -- LeVA
2009 Jun 08
2
How to add these headers to a xml response
...ing="UTF-8"?> <Container> <id>aQlfVHX+qPM</id> <lifetime>2009-09-19T08:14:55Z</lifetime> </Container> The response should contain the next headers: Content-Type=`application/vnd.3gpp+xml` Authentication-Info={rspauth=`xxxxxxxxxxx...xxxxxxxxxxx`,qop=`auth-int`,cnonce=`xxxxxxxxxxxxxxxxxx....xxxxxxxxxxxxx`,nc=`000 00001`} How can I do that? I always see {"Cache-Control"=>"no-cache", "Content-Type"=>"application/xml"} when I print the headers... I can use xml builder ok to generate the xml, but I h...
2015 Mar 16
1
Asterisk 13.1.0/PJSIP outbound calling using SIP trunk: Unable to create request with auth.No auth credentials for any realms in challenge.
...5551212 at 65.254.44.194>;tag=2484f1a5f06b7307c34ab1dd8d74150a.188a > Call-ID: 012135e9-b05e-4ffd-8ed7-32b3160273e3 > CSeq: 6753 INVITE > Proxy-Authenticate: Digest realm="65.254.44.194", > nonce="VQYKoVUGCEmlb1riTSTWwGKGMJZeqn7uVKO5AGraoWJnidF+hUD12HhxBszB", > qop="auth" > Content-Length: 0 > > > [Kip-192.168.13.121*CLI> [0K<--- Transmitting SIP request (382 bytes) to > UDP:65.254.44.194:5060 ---> > ACK sip:12025551212 at 65.254.44.194:5060 SIP/2.0 > Via: SIP/2.0/UDP > 18.18.19.123:5060;rport;branch=z9hG4bKPj70617ad...
2017 Sep 01
5
Asterisk bugs make a right mess of RTP
http:/www.theregister.co.uk/2017/09/01/asterisk_admin_patch/ -- Dave Topping e: info at dntopping.uk t: 03445 888 888 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170901/ae060564/attachment.html>
2015 Feb 26
0
having trouble to register cisco 7975 with pjsip
....168.1.4>;tag=0c8525a689610012e85fd91b-ee689f06 To: <sip:*777 at 192.168.1.4;user=phone>;tag=z9hG4bKa67a2ab7 CSeq: 101 INVITE WWW-Authenticate: Digest realm="asterisk",nonce="1424929962/9af5af19e633c82d2a9e17ec97afb72b",opaque="2776507e426bda2b",algorithm=md5,qop="auth" Content-Length: 0 <--- Received SIP request (368 bytes) from UDP:192.168.1.61:49174 ---> ACK sip:*777 at 192.168.1.4;user=phone SIP/2.0 Via: SIP/2.0/UDP 192.168.1.61:5060;branch=z9hG4bKa67a2ab7 From: "111" <sip:111 at 192.168.1.4>;tag=0c8525a689610012e85fd91...
2015 Feb 24
2
having trouble to register cisco 7975 with pjsip
Oh god it works ! to switch cisco to upd I used config: <transportLayerProtocol>2</transportLayerProtocol> with udp it works well, thanks for your help :) > On 24 Feb 2015, at 17:02, Joshua Colp <jcolp at digium.com> wrote: > > If you use UDP with force_rport=no it'll work. > If you use TCP then set rewrite_contact=yes so it'll reuse the established TCP
2015 Mar 15
0
Asterisk 13.1.0/PJSIP outbound calling using SIP trunk: Unable to create request with auth.No auth credentials for any realms in challenge.
...f6a1db8 To: <sip:12025551212 at 65.254.44.194 >;tag=2484f1a5f06b7307c34ab1dd8d74150a.188a Call-ID: 012135e9-b05e-4ffd-8ed7-32b3160273e3 CSeq: 6753 INVITE Proxy-Authenticate: Digest realm="65.254.44.194", nonce="VQYKoVUGCEmlb1riTSTWwGKGMJZeqn7uVKO5AGraoWJnidF+hUD12HhxBszB", qop="auth" Content-Length: 0 [Kip-192.168.13.121*CLI> [0K<--- Transmitting SIP request (382 bytes) to UDP:65.254.44.194:5060 ---> ACK sip:12025551212 at 65.254.44.194:5060 SIP/2.0 Via: SIP/2.0/UDP 18.18.19.123:5060 ;rport;branch=z9hG4bKPj70617ad5-d57a-4e5b-8043-086b0b8ebba2 From: &...
2011 Feb 10
2
Unable to make outgoing calls with Internode
...73b From: "<my ata cid>" <sip:<phone number>@<my static ip>>;tag=as2c865f34 To: <sip:0871271201 at sip.internode.on.net>;tag=232999791-1297303507574 Call-ID: 784523d570058f2f64315e506a79ee0f@<my static ip>:5060 CSeq: 102 INVITE WWW-Authenticate: DIGEST qop="auth",nonce="BroadWorksXgjz10gvqTmcdnmtBW",realm="BroadWorks",algorithm=MD5 Content-Length: 0 <-------------> --- (8 headers 0 lines) --- Transmitting (no NAT) to 203.2.134.1:5060: ACK sip:0871271201 at sip.internode.on.net SIP/2.0 Via: SIP/2.0/UDP <my stati...
2014 Mar 25
2
Asterisk 12.1.1 - Having trouble setting up PJSIP
I am trying to make PJSIP work with my Cisco SPA504G phone. I have no problems making it work with the chan_sip driver. When I configure my phone, it indicates the contact was added -- Added contact 'sip:7001 at 192.168.9.142:5063' to AOR '7001' with expiration of 3600 seconds Phone shows green light for the line. I then attempt to dial extension 1 and Asterisk crashes.
2003 Jan 14
0
0.99.6 released
...with UIDs instead of sequences. - If authentication was aborted by client ("*" reply to AUTHENTICATE), the login process crashed later. - STATUS command gave invalid reply for mailboxes with spaces in name - Timezones were parsed wrong with message dates - Digest-MD5: We used "qop-options" instead of "qop", which was incompatible with at least Cyrus SASL. - Realms in passwd-file were buggy - Literals didn't work when logging in - Crashed if it had to wait for mbox lock - With invalid configuration auth and login processes were just dying and mast...
2005 May 23
0
SIP authentification? Any ideas?
...ent: Asterisk PBX uthorization: Digest username="3073334444", realm="voip.myfavoriteisp.net", algorithm=MD5, uri="sip:voip.myfavoriteisp.net", nonce="27a4f823b14f298bbbbbbbbbbbbbbbb", response="6ccccccccccccccccccccccccccccccc", opaque="", qop="auth", cnonce="abcdefab", nc=00000001 Expires: 120 Contact: <sip:s@192.168.134.247> Event: registration Content-Length: 0 --- phone*CLI> <-- SIP read from 45.123.29.97:5060: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.134.247:5060;received=216.98.159.235;bra...
2003 Jan 11
2
0.99.6rc3
...with UIDs instead of sequences. - If authentication was aborted by client ("*" reply to AUTHENTICATE), the login process crashed later. - STATUS command gave invalid reply for mailboxes with spaces in name - Timezones were parsed wrong with message dates - Digest-MD5: We used "qop-options" instead of "qop", which was incompatible with at least Cyrus SASL. - Realms in passwd-file were buggy - Literals didn't work when logging in - Crashed if it had to wait for mbox lock - With invalid configuration auth and login processes were just dying and mast...
2012 Oct 11
0
PDC: realm changed: authentication aborted
...NTLM0# subschemaSubentry1 cn=Subschema0 e //client->server 0? " `? ?? DIGEST-MD5 //server->client 0? a? @SASL(0): successful result: security flags do not match required???nonce="cryptic1",realm="ARCServer.arc-aachen.de",qop="auth,auth-int, auth-conf",cipher="rc4-40,rc4-56,rc4,des,3des",maxbuf=65536,charset=utf-8, algorithm=md5-sess //client->server 0? `? ?? DIGEST-MD5 ? ?username="client$",realm="arcd",nonce="cryptic1",digest-uri="ldap/ARC...