Hi,
I'm using the test_proxy application and encounter a few issues.
proxy->agent = nta_agent_create(root,URL_STRING_MAKE("sip:9.0.4.11:5060"),*
message_recv*, /*call-back for recv message*/
NULL,NTATAG_UA(0),NTATAG_SERVER_RPORT(1),NTATAG_CLIENT_RPORT(1),*
NTATAG_EXTRA_100*(1),TAG_END());
It
On 2/11/07, adi yoresh <[EMAIL PROTECTED]> wrote:
> I'm new to Sofia-SIP and I'm trying to figure out the flow within the stack.
>
> As I would like to build a SIP-Proxy on-top of the Sofia I used the
> test_proxy sample as a starting point.
> I have a few questions that I hope someone can answer:
Hi,
I'm new to Sofia-SIP and I'm trying to figure out the flow within the stack.
As I would like to build a SIP-Proxy on-top of the Sofia I used the
test_proxy sample as a starting point.
I have a few questions that I hope someone can answer:
1. Where is the parsing takes place? I see that i