i got stuck with rtmp tests, because my sems outbound proxy requires
some extra headers in invite before it accepts it.

i looked at the source and i think i could add them to
dialout_dlg.sendRequest(SIP_METH_INVITE,"application/sdp") call, since
sendRequest is defined like this:

  int sendRequest(const string& method, 
                  const string& content_type,
                  const string& body,
                  const string& hdrs,
                  int flags,
                  unsigned int req_cseq);

but i don't know what to use as body and if hdrs should contain all
headers or only extra headers.

what would be the easiest way to add extra headers to the invite?  i
could then add a param for those in rtmp.conf.

-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to