Summary: | ASTERISK-00991: SIP REFER message does not end with the required blank line | ||
Reporter: | wire (wire) | Labels: | |
Date Opened: | 2004-02-04 13:51:38.000-0600 | Date Closed: | 2008-01-15 14:43:07.000-0600 |
Priority: | Major | Regression? | No |
Status: | Closed/Complete | Components: | Core/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) refer.patch | |
Description: | When Asterisk channels/chan_sip.c transmit_refer() generates a REFER message, it does not terminate the headers with the required blank line. Some proxies reject the message. ****** ADDITIONAL INFORMATION ****** See attached patch - need to call add_blank_header() after building REFER. | ||
Comments: | By: Brian West (bkw918) 2004-02-07 00:07:58.000-0600 Fixed in CVS By: Digium Subversion (svnbot) 2008-01-15 14:43:06.000-0600 Repository: asterisk Revision: 2138 U trunk/Makefile U trunk/channels/chan_sip.c U trunk/configs/mgcp.conf.sample U trunk/manager.c ------------------------------------------------------------------------ r2138 | markster | 2008-01-15 14:43:05 -0600 (Tue, 15 Jan 2008) | 5 lines Insert blank after REFER (bug ASTERISK-991) Correct path to VM sample (bug ASTERISK-988) Make manager interface non-blocking (bug ASTERISK-855) Don't bork on empty from in SIP (bug ASTERISK-881) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=2138 By: Digium Subversion (svnbot) 2008-01-15 14:43:07.000-0600 Repository: asterisk Revision: 2139 U branches/v1-0_stable/Makefile U branches/v1-0_stable/channels/chan_sip.c U branches/v1-0_stable/configs/mgcp.conf.sample U branches/v1-0_stable/manager.c ------------------------------------------------------------------------ r2139 | markster | 2008-01-15 14:43:06 -0600 (Tue, 15 Jan 2008) | 5 lines Insert blank after REFER (bug ASTERISK-991) Correct path to VM sample (bug ASTERISK-988) Make manager interface non-blocking (bug ASTERISK-855) Don't bork on empty from in SIP (bug ASTERISK-881) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=2139 |