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

Gui doesn't handle transfered calls correctly #10

Closed
GoogleCodeExporter opened this issue Sep 4, 2015 · 3 comments
Closed

Gui doesn't handle transfered calls correctly #10

GoogleCodeExporter opened this issue Sep 4, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. A (thats me) make call to B
2. B answers
3. B transfer call to C
4. A received REFER and reply 202 Accepted (initiates new call to C)
5. A receives BYE from B and GUI remove session 

The problem is that new session is not shown on GUI and the old one is
released. So GUI call list is empty and the voice connection is established!


Original issue reported on code.google.com by sasa...@gmail.com on 1 Aug 2008 at 11:45

@GoogleCodeExporter
Copy link
Author

Call ids replaced in CallControl. The on_call_replaced callback has to be added 
to 
pjsip astack.

Original comment by sasa...@gmail.com on 25 Nov 2008 at 1:33

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

> The on_call_replaced callback has to be added to pjsip astack

Does this mean that gui is handling trasfered calls correctly or a "add 
on_call_replaced callback to pjspip" issue has to be created?

Original comment by rough...@gmail.com on 25 Nov 2008 at 4:01

@GoogleCodeExporter
Copy link
Author

Ok, I tried last sipeksdk.dll and pjsipdll.dll and it seems to work like a 
charm. 
Thanks a lot,
   Raffaele

Original comment by rough...@gmail.com on 25 Nov 2008 at 4:31

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

No branches or pull requests

1 participant