Juha Heinanen writes:

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

i was able to figure that out.  this seems to work ok:

  if(dialout_dlg.sendRequest(SIP_METH_INVITE,"application/sdp", "",
                             extra_hdrs) < 0) {

next problem is that an extra char is added to the end of request uri:

U 2011/10/12 20:02:09.570866 127.0.0.1:5090 -> 127.0.0.1:5080
INVITE sip:[email protected]. SIP/2.0.

wireshark shows the . as \031.  any idea where that comes from?

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

Reply via email to