Eyepea / aiosip

SIP support for AsyncIO (DEPRECATED)
Apache License 2.0
82 stars 41 forks source link

Set dialog as inbound when created in `run_dialplan` #105

Closed ovv closed 6 years ago

ovv commented 6 years ago

I'm not sure this is the right fix but looks like it handle #87 for now

codecov-io commented 6 years ago

Codecov Report

Merging #105 into master will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
+ Coverage   70.42%   70.48%   +0.06%     
==========================================
  Files          15       15              
  Lines        1562     1562              
  Branches      267      267              
==========================================
+ Hits         1100     1101       +1     
+ Misses        343      342       -1     
  Partials      119      119
Impacted Files Coverage Δ
aiosip/application.py 71.24% <ø> (+0.65%) :arrow_up:
aiosip/dialog.py 73.49% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 01a015e...ed49ff7. Read the comment docs.

vodik commented 6 years ago

Oops, I knew I overlooked something....