| Summary: | ASTERISK-24830: res_rtp_asterisk.c checks USE_PJPROJECT not HAVE_PJPROJECT | ||
| Reporter: | Stefan Engström (StefanEng86) | Labels: | |
| Date Opened: | 2015-02-25 12:16:49.000-0600 | Date Closed: | 2015-03-07 19:47:48.000-0600 | 
| Priority: | Major | Regression? | |
| Status: | Closed/Complete | Components: | |
| Versions: | 13.0.0 13.1.0 13.2.0 | Frequency of Occurrence | Constant | 
| Related Issues: | |||
| Environment: | Attachments: | ||
| Description: | My Asterisk 13.1.0 config.log contains "HAVE_PJPROJECT 1" but res_rtp_asterisk.c checks #ifdef USE_PJPROJECT (line 4992 13.1.0) This caused dtls_perform_handshake to be called more than once, which may or may not cause dtls-issues. | ||
| Comments: | |||