MayamaTakeshi / sip-lab

A node module that helps to write SIP functional tests
3 stars 2 forks source link

sip.stop(cleanup=true) should check for calls, registrations, subscription counters to become zero #116

Open MayamaTakeshi opened 6 days ago

MayamaTakeshi commented 6 days ago

Currently we wait for 2000ms after issuing terminate(), unregister(), and subscribe(expires=0) to all entities. We should instead check for these entities to reach zero. This will make the stop operation to get faster.