hemaxox / sipml5

Automatically exported from code.google.com/p/sipml5
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Auth header is not implemented for generic request #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
sipml5 do not add auth header to generic request and reaction on 401/407 is not 
implemented too.

tsip_dialog_generic.js
function tsip_dialog_generic_InProgress_2_InProgress_X_401_407_421_494(ao_args) 
{
    console.error("Not implemented");
    return 0;
}

Original issue reported on code.google.com by i...@fomine.com on 22 May 2012 at 10:36

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by boss...@yahoo.fr on 22 May 2012 at 10:40

GoogleCodeExporter commented 8 years ago
Fixed by r59

Original comment by boss...@yahoo.fr on 29 May 2012 at 5:08