drachtio / drachtio-server

A SIP call processing server that can be controlled via nodejs applications
https://drachtio.org
MIT License
245 stars 93 forks source link

200 Ok with no sdp #123

Closed ajay-sabat closed 4 years ago

ajay-sabat commented 4 years ago

Hi Dave, We are using Drachtio server with drachtio-siprec-recording-server and Freeswitch. It used to work fine. We are seeing a weird issue that used to work fine before. Drachtio is sending 200 OK response without SDP for the INVITE from Freeswitch. Hence Freeswitch is terminating both the calls by sending BYE for the outbound call and 500 response for the inbound INVITE. I am attaching the log messages from Drachtio. Please check and let me know. Thanks, Ajay

drachtio_siprec_call_failure_200_no_sdp.txt

davehorton commented 4 years ago

can you open this issue in the repo for the app (drachtio-siprec-recording-server)?

ajay-sabat commented 4 years ago

Sure. I will run it again with higher debugging and provide the logs there. Thanks Dave.