marwanAmeen / openjsip

Automatically exported from code.google.com/p/openjsip
Apache License 2.0
1 stars 0 forks source link

Error found in Proxy source code. #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I downloaded source code of OPNJSIP and i was only interested in proxy. so 
I created a project in Netbeans and import all proxy related files in that 
project. But when i ran the project , it gave error.Error summary and location 
is as under.
1. Proxy.java file, at line 631
" methodPlugin.initialize(pluginProperties, this);"

2. Proxy.java file, line 2503
"transactionsMapping.getResponseContext().addFinalResponse(response);"

3.Proxy.java , line 2680
"Response bestResponse = 
transactionsMapping.getResponseContext().getBestResponse(messageFactory);"

Could anyone please help me in this regard.
Thanks in advance

Original issue reported on code.google.com by mnadeem8...@gmail.com on 29 Apr 2014 at 7:40