On Tue, 2008-11-18 at 10:49 -0600, Jerry Richards wrote:
> Anyone know the answer to the question below? Does sofia-sip only use
> "agent.pem" and "cafile.pem"? No other pem files are needed or specified?
> I'm somewhat new to SSL/TLS.
Correct.
"cafile.pem" should be the certs from all certi
Hello All,
Anyone know the answer to the question below? Does sofia-sip only use
"agent.pem" and "cafile.pem"? No other pem files are needed or specified?
I'm somewhat new to SSL/TLS.
Best Regards,
Jerry
-Original Message-
From: Jerry Richards [mailto:[EMAIL PROTECTED]
Sent: Friday,
Timo Bruhn wrote:
>> I can access the SDP payload from the incoming INVITE with
>> sip->sip_payload->pl_data and send this onwards with nua_invite &
>> SIPTAG_PAYLOAD_STR().
>>
>> However, how do I get to see what comes in on 180/183/200 OK messages as
>> nua_i_state etc. do not set sip->. I've
When generating a contact address from a SIPS-only stack, "sips" is the
correct protocol string. Currently, the stack generates a message
similar to this:
>
>REGISTER sips:[EMAIL PROTECTED] SIP/2.0
>Via: SIP/2.0/TLS
> -Ursprüngliche Nachricht-
> Von: "Linus Surguy" <[EMAIL PROTECTED]>
> Gesendet: 18.11.08 11:20:29
> An: sofia-sip-devel@lists.sourceforge.net
> Betreff: [Sofia-sip-devel] New user - using sofia as B2BUA
> Hi All,
>
> Just starting out with Sofia and NUA, and so far its all going smooth
> -Ursprüngliche Nachricht-
> Von: "Pekka Pessi" <[EMAIL PROTECTED]>
> Gesendet: 12.11.08 19:59:33
> An: "Timo Bruhn" <[EMAIL PROTECTED]>
> CC: sofia-sip-devel@lists.sourceforge.net
> Betreff: Re: [Sofia-sip-devel] public network address in via-header /
> application generated via
> 2008
Hi All,
Just starting out with Sofia and NUA, and so far its all going smoothly.
Creating a B2BUA application as a control with all SDP media to be
transmitted transparantly between both sides.
I don't want SOA to try and get involved in this, so I've used
NUTAG_MEDIA_ENABLE(0).
I can access