Re: [reSIProcate-users] Regiatration failed Authorization user
testUA - doesn't currently have an interface to set a different authentication username. However it is easy to modify the code for this. You need to change line 1286:
profile->setDigestCredential(uri.uri().host(), uri.uri().user(), password);
Change the uri.uri().user() parameter to whatever auth name you need.
Scott
On Thu, Sep 16, 2010 at 11:46 PM, Rajan, Nihar
<nihar.rajan@xxxxxxxxxxxxxxxx> wrote:
Hi,
I am using recon to develop SIP client. I am trying to configure TestUA application provided with recon with Avaya IPO.
In avaya IPO for every extension there is an extension name ( like 320) and an authentication username ( like SIP320).
I started the testua with following command line parameters " teastua -a xx.xx.x.xxx -u sip:320@xxxxxxxxxxx -p *** " but authentication failed during registration. I put the wireshark trace in attachment. Authentication failed because I need to pass
Digest User Name "SIP320" instead of "320" in authorization header .
So can anyone please help me how to set Authorization Username in Recon.
Regards,
ND
_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/