[Opalvoip-user] No OnEstablished called on outcomming call
Brought to you by:
csoutheren,
rjongbloed
|
From: Ivan C. <goo...@gm...> - 2015-07-14 14:15:33
|
Hi to all Opal users. I'm a bit new to Opal library an need your help to clarify one issue that occured while using Opal. Just for better understanding the flow work of Opal, I've downloaded the OpenPhone (v3.10.9) application from SourceForge. Configured it and made an short outcoming call. Here is the log: Open Phone Version 3.10.9 by Vox Lucida on Windows ? (v6.2.9200-i586 > (Model=58 Stepping=9)) > Detected 3 network interfaces: > 172.16.0.210 <54bef7096290> (Karta Intel(R) 82579V Gigabit Network > Connection) > 192.168.56.1 <08002700f4cf> (VirtualBox Host-Only Ethernet Adapter) > 127.0.0.1 (Software Loopback Interface 1) > H323 listening on tcp$*:1720,tcps$*:1300 > SIP listening on udp$*:5060,tcp$*:5060,tcps$*:5061 > SIP Register started for sip:303@192.168.200.220 > Ready ... > *SIP registration of sip:303@192.168.200.220 <sip%3A303@192.168.200.220> > successful.* > *Calling "206@192.168.200.220 <206@192.168.200.220>"* > *Started receiving G.711-ALaw-64k from sip endpoint* > *Started sending G.711-ALaw-64k (20ms) to sip endpoint* > *sip:206@192.168.200.220 <sip%3A206@192.168.200.220> is ringing on Wt 3:56 > ...* > > *Established call from pc:IvanTheCoder to sip:206@192.168.200.220:5060 > <http://sip:206@192.168.200.220:5060>Stopped receiving G.711-ALaw-64k from > sip endpoint* > *Stopped sending G.711-ALaw-64k (20ms) to sip endpoint* > "sip:206@192.168.200.220:5060" has cleared the call, on Wt 3:56. Duration > 0:04s. The "*Established call from...*" message occured when person on the other end picked up the phone. Now, using the latest version of OpenPhone (v 3.14.3) I've made the same shot call. Here is the log: Open Phone Version 3.14.3 by Vox Lucida on Windows 8.1 (v6.3-i586 (Model=58 > Stepping=9)) > Detected 8 network interfaces: > fe80::9091:9f4f:35c2:f1ed%3 <54bef7096290> (Karta Intel(R) 82579V Gigabit > Network Connection) > 172.16.0.210 <54bef7096290> (Karta Intel(R) 82579V Gigabit Network > Connection) > fe80::1493:5eef:efa5:d7d0%5 <08002700f4cf> (VirtualBox Host-Only Ethernet > Adapter) > 192.168.56.1 <08002700f4cf> (VirtualBox Host-Only Ethernet Adapter) > ::1 (Software Loopback Interface 1) > 127.0.0.1 (Software Loopback Interface 1) > 2001:0:5ef5:79fb:c63:24:53ef:ff2d <00000000000000e0> (Teredo Tunneling > Pseudo-Interface) > fe80::c63:24:53ef:ff2d%4 <00000000000000e0> (Teredo Tunneling > Pseudo-Interface) > H.460.19 active > Fixed Router active replies Open NAT > H323 listening on tcp$0.0.0.0:1720,tcp$[::]:1720 > SIP listening on udp$*:5060,tcp$0.0.0.0:5060,tcp$[::]:5060 > SIP Registration started for sip:303@192.168.200.220 > Ready ... > *SIP registration of sip:303@192.168.200.220 <sip%3A303@192.168.200.220> > successful.* > *Calling "206@192.168.200.220 <206@192.168.200.220>"* > *sip:206@192.168.200.220 <sip%3A206@192.168.200.220> is ringing on Wt 4:03 > ...* > *Started sending to sip, session 1, G.711-ALaw-64k, 20ms* > *Started receiving from sip, session 1, G.711-ALaw-64k* > *Stopped receiving from sip, session 1, G.711-ALaw-64k* > *Stopped sending to sip, session 1, G.711-ALaw-64k* > "sip:206@192.168.200.220:5060;transport=tcp" has cleared the call, on Wt > 4:03. Duration 0:03s. And there was no "*Established call from...*" message. Moreover I'm writing an application that uses Opal library and I'm experiencing same behaviour. What could possibly be the cause of such behaviour? Thank you for help. |