sasacoh / sipekphone

Automatically exported from code.google.com/p/sipek2
1 stars 1 forks source link

Gui doesn't handle transfered calls correctly #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
> 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 commented 8 years ago
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