Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid From number determined #4

Closed
MetalMuxa opened this issue Nov 5, 2016 · 2 comments
Closed

Invalid From number determined #4

MetalMuxa opened this issue Nov 5, 2016 · 2 comments

Comments

@MetalMuxa
Copy link

MetalMuxa commented Nov 5, 2016

I catched next problem while using library. First one or set of first calls are coming to library correct and have correct "From" number in instance of "Call" class.
However set of next calls have From address exactly like the last the one call (in fact they are different).
It looks like some unnecessary caching at first look.

For example:

  1. 04.11.2016 18:37:12: 792310115XX
  2. 04.11.2016 18:37:36: 792319018XX
  3. 04.11.2016 18:46:22: 791393165XX
  4. 04.11.2016 18:46:35: 791393165XX
  5. 04.11.2016 19:23:59: 791393165XX

Like you can see, last three calls have same From number, but in SIP they all are different. Only call #1, #2 and #3 have correct numbers. Calls #4 and #5 are incorrect.

@MetalMuxa
Copy link
Author

MetalMuxa commented Nov 5, 2016

Temporary solved it by changing
//LinphoneCall existCall = FindCall (call);
to
LinphoneCall existCall = null;
in Linphone.cs

Hope it does not break any functionality.

@bedefaced
Copy link
Owner

I suppose this fixed in update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants