0

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...

4

1 回答 1

1

好的,我现在知道出了什么问题。在调用 pjsip_parse_msg 之前,必须初始化端点:)

于 2010-09-24T11:04:44.240 回答