chakrit / gossip

A SIP client library that wraps PJSIP into a nice and clean ObjC-style OO api.
http://chakrit.github.com/gossip
The Unlicense
167 stars 74 forks source link

Incoming call is disconnecting immediately after connect. #16

Open jasjisdo opened 10 years ago

jasjisdo commented 10 years ago

Hi chakrit, i wrote this simpler example to evalutate your wrapper library: https://gist.github.com/jasjisdo/dbfac9530026760b6738

but if i call my app with the Gossip Example app, it connect to my app and it disconnect immediately. here are my log files with loglevel = 5 of both clients: https://gist.github.com/jasjisdo/87959957568f3404ea9e

what did i wrong? Start a call from my GSEMySipApp to GossipExample works great and create a stable connection.