Skip to content

Commit fa06423

Browse files
committed
Appveyor CI updates
1 parent 7bdec51 commit fa06423

File tree

3 files changed

+43
-31
lines changed

3 files changed

+43
-31
lines changed

api/SIPSorcery.SIP.App.SIPUserAgent.html

+27-15
Original file line numberDiff line numberDiff line change
@@ -603,21 +603,21 @@ <h5 class="returns">Returns</h5>
603603
</table>
604604
<span class="small pull-right mobile-hide">
605605
<span class="divider">|</span>
606-
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_Answer_SIPSorcery_SIP_App_SIPServerUserAgent_SIPSorcery_SIP_App_IMediaSession_.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.Answer(SIPSorcery.SIP.App.SIPServerUserAgent%2CSIPSorcery.SIP.App.IMediaSession)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
606+
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_Answer_SIPSorcery_SIP_App_SIPServerUserAgent_SIPSorcery_SIP_App_IMediaSession_System_Net_IPAddress_.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.Answer(SIPSorcery.SIP.App.SIPServerUserAgent%2CSIPSorcery.SIP.App.IMediaSession%2CSystem.Net.IPAddress)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
607607
</span>
608608
<span class="small pull-right mobile-hide">
609-
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L643">View Source</a>
609+
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L644">View Source</a>
610610
</span>
611611
<a id="SIPSorcery_SIP_App_SIPUserAgent_Answer_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.Answer*"></a>
612-
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_Answer_SIPSorcery_SIP_App_SIPServerUserAgent_SIPSorcery_SIP_App_IMediaSession_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.Answer(SIPSorcery.SIP.App.SIPServerUserAgent,SIPSorcery.SIP.App.IMediaSession)">Answer(SIPServerUserAgent, IMediaSession)</h4>
612+
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_Answer_SIPSorcery_SIP_App_SIPServerUserAgent_SIPSorcery_SIP_App_IMediaSession_System_Net_IPAddress_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.Answer(SIPSorcery.SIP.App.SIPServerUserAgent,SIPSorcery.SIP.App.IMediaSession,System.Net.IPAddress)">Answer(SIPServerUserAgent, IMediaSession, IPAddress)</h4>
613613
<div class="markdown level1 summary"><p>Answers the call request contained in the user agent server parameter. Note the
614614
<a class="xref" href="SIPSorcery.SIP.App.SIPUserAgent.html#SIPSorcery_SIP_App_SIPUserAgent_AcceptCall_SIPSorcery_SIP_SIPRequest_">AcceptCall(SIPRequest)</a> method should be used to create the user agent server.
615615
Any existing call will be hungup.</p>
616616
</div>
617617
<div class="markdown level1 conceptual"></div>
618618
<h5 class="decalaration">Declaration</h5>
619619
<div class="codewrapper">
620-
<pre><code class="lang-csharp hljs">public Task&lt;bool&gt; Answer(SIPServerUserAgent uas, IMediaSession mediaSession)</code></pre>
620+
<pre><code class="lang-csharp hljs">public Task&lt;bool&gt; Answer(SIPServerUserAgent uas, IMediaSession mediaSession, IPAddress publicIpAddress = null)</code></pre>
621621
</div>
622622
<h5 class="parameters">Parameters</h5>
623623
<table class="table table-bordered table-striped table-condensed">
@@ -639,6 +639,12 @@ <h5 class="parameters">Parameters</h5>
639639
<td><a class="xref" href="SIPSorcery.SIP.App.IMediaSession.html">IMediaSession</a></td>
640640
<td><span class="parametername">mediaSession</span></td>
641641
<td><p>The media session used for this call</p>
642+
</td>
643+
</tr>
644+
<tr>
645+
<td><span class="xref">System.Net.IPAddress</span></td>
646+
<td><span class="parametername">publicIpAddress</span></td>
647+
<td><p>The public IP address to use in SDP</p>
642648
</td>
643649
</tr>
644650
</tbody>
@@ -660,21 +666,21 @@ <h5 class="returns">Returns</h5>
660666
</table>
661667
<span class="small pull-right mobile-hide">
662668
<span class="divider">|</span>
663-
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_Answer_SIPSorcery_SIP_App_SIPServerUserAgent_SIPSorcery_SIP_App_IMediaSession_System_String___.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.Answer(SIPSorcery.SIP.App.SIPServerUserAgent%2CSIPSorcery.SIP.App.IMediaSession%2CSystem.String%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
669+
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_Answer_SIPSorcery_SIP_App_SIPServerUserAgent_SIPSorcery_SIP_App_IMediaSession_System_String___System_Net_IPAddress_.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.Answer(SIPSorcery.SIP.App.SIPServerUserAgent%2CSIPSorcery.SIP.App.IMediaSession%2CSystem.String%5B%5D%2CSystem.Net.IPAddress)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
664670
</span>
665671
<span class="small pull-right mobile-hide">
666-
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L658">View Source</a>
672+
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L660">View Source</a>
667673
</span>
668674
<a id="SIPSorcery_SIP_App_SIPUserAgent_Answer_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.Answer*"></a>
669-
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_Answer_SIPSorcery_SIP_App_SIPServerUserAgent_SIPSorcery_SIP_App_IMediaSession_System_String___" data-uid="SIPSorcery.SIP.App.SIPUserAgent.Answer(SIPSorcery.SIP.App.SIPServerUserAgent,SIPSorcery.SIP.App.IMediaSession,System.String[])">Answer(SIPServerUserAgent, IMediaSession, String[])</h4>
675+
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_Answer_SIPSorcery_SIP_App_SIPServerUserAgent_SIPSorcery_SIP_App_IMediaSession_System_String___System_Net_IPAddress_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.Answer(SIPSorcery.SIP.App.SIPServerUserAgent,SIPSorcery.SIP.App.IMediaSession,System.String[],System.Net.IPAddress)">Answer(SIPServerUserAgent, IMediaSession, String[], IPAddress)</h4>
670676
<div class="markdown level1 summary"><p>Answers the call request contained in the user agent server parameter. Note the
671677
<a class="xref" href="SIPSorcery.SIP.App.SIPUserAgent.html#SIPSorcery_SIP_App_SIPUserAgent_AcceptCall_SIPSorcery_SIP_SIPRequest_">AcceptCall(SIPRequest)</a> method should be used to create the user agent server.
672678
Any existing call will be hungup.</p>
673679
</div>
674680
<div class="markdown level1 conceptual"></div>
675681
<h5 class="decalaration">Declaration</h5>
676682
<div class="codewrapper">
677-
<pre><code class="lang-csharp hljs">public async Task&lt;bool&gt; Answer(SIPServerUserAgent uas, IMediaSession mediaSession, string[] customHeaders)</code></pre>
683+
<pre><code class="lang-csharp hljs">public async Task&lt;bool&gt; Answer(SIPServerUserAgent uas, IMediaSession mediaSession, string[] customHeaders, IPAddress publicIpAddress = null)</code></pre>
678684
</div>
679685
<h5 class="parameters">Parameters</h5>
680686
<table class="table table-bordered table-striped table-condensed">
@@ -702,6 +708,12 @@ <h5 class="parameters">Parameters</h5>
702708
<td><span class="xref">System.String</span>[]</td>
703709
<td><span class="parametername">customHeaders</span></td>
704710
<td><p>Custom SIP-Headers to use in Answer.</p>
711+
</td>
712+
</tr>
713+
<tr>
714+
<td><span class="xref">System.Net.IPAddress</span></td>
715+
<td><span class="parametername">publicIpAddress</span></td>
716+
<td><p>The public IP address to use in SDP</p>
705717
</td>
706718
</tr>
707719
</tbody>
@@ -728,7 +740,7 @@ <h5 class="returns">Returns</h5>
728740
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_AttendedTransfer_SIPSorcery_SIP_SIPDialogue_System_TimeSpan_System_Threading_CancellationToken_System_String___System_String_System_String_.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.AttendedTransfer(SIPSorcery.SIP.SIPDialogue%2CSystem.TimeSpan%2CSystem.Threading.CancellationToken%2CSystem.String%5B%5D%2CSystem.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
729741
</span>
730742
<span class="small pull-right mobile-hide">
731-
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L827">View Source</a>
743+
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L829">View Source</a>
732744
</span>
733745
<a id="SIPSorcery_SIP_App_SIPUserAgent_AttendedTransfer_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.AttendedTransfer*"></a>
734746
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_AttendedTransfer_SIPSorcery_SIP_SIPDialogue_System_TimeSpan_System_Threading_CancellationToken_System_String___System_String_System_String_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.AttendedTransfer(SIPSorcery.SIP.SIPDialogue,System.TimeSpan,System.Threading.CancellationToken,System.String[],System.String,System.String)">AttendedTransfer(SIPDialogue, TimeSpan, CancellationToken, String[], String, String)</h4>
@@ -811,7 +823,7 @@ <h5 class="returns">Returns</h5>
811823
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_BlindTransfer_SIPSorcery_SIP_SIPURI_System_TimeSpan_System_Threading_CancellationToken_System_String___System_String_System_String_.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.BlindTransfer(SIPSorcery.SIP.SIPURI%2CSystem.TimeSpan%2CSystem.Threading.CancellationToken%2CSystem.String%5B%5D%2CSystem.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
812824
</span>
813825
<span class="small pull-right mobile-hide">
814-
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L800">View Source</a>
826+
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L802">View Source</a>
815827
</span>
816828
<a id="SIPSorcery_SIP_App_SIPUserAgent_BlindTransfer_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.BlindTransfer*"></a>
817829
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_BlindTransfer_SIPSorcery_SIP_SIPURI_System_TimeSpan_System_Threading_CancellationToken_System_String___System_String_System_String_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.BlindTransfer(SIPSorcery.SIP.SIPURI,System.TimeSpan,System.Threading.CancellationToken,System.String[],System.String,System.String)">BlindTransfer(SIPURI, TimeSpan, CancellationToken, String[], String, String)</h4>
@@ -1053,7 +1065,7 @@ <h5 class="decalaration">Declaration</h5>
10531065
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_Close.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.Close%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
10541066
</span>
10551067
<span class="small pull-right mobile-hide">
1056-
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L1918">View Source</a>
1068+
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L1920">View Source</a>
10571069
</span>
10581070
<a id="SIPSorcery_SIP_App_SIPUserAgent_Close_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.Close*"></a>
10591071
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_Close" data-uid="SIPSorcery.SIP.App.SIPUserAgent.Close">Close()</h4>
@@ -1071,7 +1083,7 @@ <h5 class="decalaration">Declaration</h5>
10711083
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_Dispose.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.Dispose%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
10721084
</span>
10731085
<span class="small pull-right mobile-hide">
1074-
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L1927">View Source</a>
1086+
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L1929">View Source</a>
10751087
</span>
10761088
<a id="SIPSorcery_SIP_App_SIPUserAgent_Dispose_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.Dispose*"></a>
10771089
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_Dispose" data-uid="SIPSorcery.SIP.App.SIPUserAgent.Dispose">Dispose()</h4>
@@ -1166,7 +1178,7 @@ <h5 class="returns">Returns</h5>
11661178
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_PutOnHold.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.PutOnHold%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
11671179
</span>
11681180
<span class="small pull-right mobile-hide">
1169-
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L853">View Source</a>
1181+
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L855">View Source</a>
11701182
</span>
11711183
<a id="SIPSorcery_SIP_App_SIPUserAgent_PutOnHold_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.PutOnHold*"></a>
11721184
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_PutOnHold" data-uid="SIPSorcery.SIP.App.SIPUserAgent.PutOnHold">PutOnHold()</h4>
@@ -1182,7 +1194,7 @@ <h5 class="decalaration">Declaration</h5>
11821194
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_SendDtmf_System_Byte_.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.SendDtmf(System.Byte)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
11831195
</span>
11841196
<span class="small pull-right mobile-hide">
1185-
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L845">View Source</a>
1197+
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L847">View Source</a>
11861198
</span>
11871199
<a id="SIPSorcery_SIP_App_SIPUserAgent_SendDtmf_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.SendDtmf*"></a>
11881200
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_SendDtmf_System_Byte_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.SendDtmf(System.Byte)">SendDtmf(Byte)</h4>
@@ -1231,7 +1243,7 @@ <h5 class="returns">Returns</h5>
12311243
<a href="https://github.com/sipsorcery-org/sipsorcery/new/gh-pages/apiSpec/new?filename=SIPSorcery_SIP_App_SIPUserAgent_TakeOffHold.md&amp;value=---%0Auid%3A%20SIPSorcery.SIP.App.SIPUserAgent.TakeOffHold%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
12321244
</span>
12331245
<span class="small pull-right mobile-hide">
1234-
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L866">View Source</a>
1246+
<a href="https://github.com/sipsorcery-org/sipsorcery/blob/gh-pages/src/app/SIPUserAgents/SIPUserAgent.cs/#L868">View Source</a>
12351247
</span>
12361248
<a id="SIPSorcery_SIP_App_SIPUserAgent_TakeOffHold_" data-uid="SIPSorcery.SIP.App.SIPUserAgent.TakeOffHold*"></a>
12371249
<h4 id="SIPSorcery_SIP_App_SIPUserAgent_TakeOffHold" data-uid="SIPSorcery.SIP.App.SIPUserAgent.TakeOffHold">TakeOffHold()</h4>

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3177,7 +3177,7 @@
31773177
"output": {
31783178
".html": {
31793179
"relative_path": "api/SIPSorcery.SIP.App.SIPUserAgent.html",
3180-
"hash": "EA+of3oxEy0IrhYSUQvDT2RECAD+xJMCsbozjPkW/jQ="
3180+
"hash": "Zq+cIunmOq6B9nNKp9XQoPFxQJX7mdkhay5e6OzhM70="
31813181
}
31823182
},
31833183
"is_incremental": false,

0 commit comments

Comments
 (0)