Hello Experts,
I was just wondering if there is a way to disable the qop=auth parameter on the 407 response below in freeswitch. I understand this parameter is optional according to RFC 2617. The reason I want to try is, we are using a WebRTC to SIP Gateway (Mizu) and when the 407 is sent by FS and the Mizu GW sends a ACK, FS keeps sending the 407 almost 10 times at 4 seconds interval. The Mizu engineers suspect that the qop=auth is causing this issue and want to try disabling this.
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/WSS d9h55fi6gutd.invalid;branch=z9hG4bK2988121;received=abc.yyy.104.144;rport=60518
From: <sip:abcde@test.com>;tag=1i0om9f8q2
To: <sip:12345678@test.com>;tag=gK2p2Z6vm8pKK
Call-ID: 2o19kkuc2320g3gm8e16
CSeq: 8627 INVITE
User-Agent: FreeSWITCH
Accept: application/sdp
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Proxy-Authenticate: Digest realm="test.com", nonce="ed15197a-4a90-4c8e-9340-ea20b6473efd", algorithm=MD5, qop="auth"
Content-Length: 0
I was just wondering if there is a way to disable the qop=auth parameter on the 407 response below in freeswitch. I understand this parameter is optional according to RFC 2617. The reason I want to try is, we are using a WebRTC to SIP Gateway (Mizu) and when the 407 is sent by FS and the Mizu GW sends a ACK, FS keeps sending the 407 almost 10 times at 4 seconds interval. The Mizu engineers suspect that the qop=auth is causing this issue and want to try disabling this.
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/WSS d9h55fi6gutd.invalid;branch=z9hG4bK2988121;received=abc.yyy.104.144;rport=60518
From: <sip:abcde@test.com>;tag=1i0om9f8q2
To: <sip:12345678@test.com>;tag=gK2p2Z6vm8pKK
Call-ID: 2o19kkuc2320g3gm8e16
CSeq: 8627 INVITE
User-Agent: FreeSWITCH
Accept: application/sdp
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE
Supported: timer, path, replaces
Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer
Proxy-Authenticate: Digest realm="test.com", nonce="ed15197a-4a90-4c8e-9340-ea20b6473efd", algorithm=MD5, qop="auth"
Content-Length: 0