Hi, To generate stateless INVITE request and less care about the response (e.g: for offer/answer validation purpose), I think it will be easier to just use PJLIB file operation and transport to read and send the text file, then the response may be parsed using PJSIP SIP parser. It depends on what you want to achieve though. Regards, nanang On Tue, Oct 21, 2008 at 9:31 PM, cedric leveque <levequecedric at hotmail.com> wrote: > Hi, > > I have an INVITE request describe in a text file. > I need to create and send this INVITE via PJSIP. > > At the moment, I use simpleua example. I read the text file to get different > elements, and I create an INVITE Request like in example, with INVITE > Session Module. > I used the To, From, Contact, and Request Line get from the file. And for > others elements, I modify manually the tdata generated. > > Is there an easier way to create a request from a file ? > > > Example of the texte file : > INVITE sip:172.16.0.3:5080 SIP/2.0 > Record-Route: sip:172.16.0.2:5060;lr > Via: SIP/2.0/UDP > 11.0.0.253:5070;rport;branch=z9hG4bKPj48d06b6b-890c-4da4-ac0b-f2af3edb1b6e > Max-Forwards: 70 > From: <sip:MN@11.0.0.253>;tag=dcc62b08-0d0c-417d-a8a5-0c22dc84e534 > To: sip:172.16.0.3 > Contact: <sip:MN at 11.0.0.253:5070> > Call-ID: 6959b01e-9faa-4879-ab39-5daa7fc70a75 > CSeq: 21736 INVITE > Route: <sip:172.16.0.2:5060;lr> > Allow: INVITE, ACK, BYE, CANCEL, UPDATE, PRACK > Supported: 100rel > Require: 100rel > Content-Type: application/sdp > Content-Length: 258 > v=0 > o=- 3433220172 3433220172 IN IP4 11.0.0.253 > s=pjmedia > c=IN IP4 11.0.0.253 > t=0 0 > m=audio 4070 RTP/AVP 0 8 101 > a=rtcp:4071 IN IP4 11.0.0.253 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=sendrecv > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-15 > > Thanks by advance for your help. > > C?dric. > > ________________________________ > Discutez sur Messenger o? que vous soyez ! Mettez Messenger sur votre mobile > ! > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >