Asterisk With PJSIP

Home » Asterisk Users » Asterisk With PJSIP
Asterisk Users 1 Comment

Thank you for your reply.

After setting “pjsip set logger on”, the following message is displayed.

It seems that the 9002(SIP client) refuse INVITE message. Are SIP methods too many?

Thanks, MMEEGGAA

——————

One thought on - Asterisk With PJSIP

  • Hi,

    yes, the 9002 Linphone answers “400 Bad Request” to Asterisk’s INVITE. Does it work in the other direction (9002 calling 9001)?
    Have you checked your codecs (Linphone is offering PCMA, PCMU and GSM, Asterisk just PCMU)?

    Apparently, for debug logging Linphone, you should
    • open a windows shell prompt
    • go to c:\Program Files\Linphone
    • start Linphone like this: bin/linphone –logfile “c:\Temp\logs.txt”

    So maybe this way you can see some more information.

    marie