Reputation: 120
does any one has experience in using pjsip ? I'm trying to parse SIP message without success. Even the simplest program does not work. Here is the code http://pastebin.com/gVTC3zRw it gives my "Segmentation fault". Please help. I'm trying to make it work for 2 day now...
Upvotes: 0
Views: 1232
Reputation: 120
Ok, I now know what is wrong. Before calling pjsip_parse_msg the endpoint must be initialized :)
Upvotes: 1