[asterisk-bugs] [JIRA] (ASTERISK-24242) PJSIP: Error parsing/validating SDP body: Unknown error 220030
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Sun Aug 17 15:59:28 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-24242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=221724#comment-221724 ]
Joshua Colp commented on ASTERISK-24242:
----------------------------------------
This is not a bug within Asterisk itself. The issue is that PJSIP, by default, builds with a maximum SIP packet size of 4000 bytes. Your message is exceeding this. You can change this by creating a config_site.h file in the pjlib/include/pj directory of your pjproject. In this file place the following:
#define PJSIP_MAX_PKT_LEN 8000
You will need to rebuild PJSIP and Asterisk afterwards.
> PJSIP: Error parsing/validating SDP body: Unknown error 220030
> --------------------------------------------------------------
>
> Key: ASTERISK-24242
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24242
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip
> Affects Versions: 12.5.0
> Reporter: litnimax
> Attachments: pjsip.conf, siplog.txt
>
>
> When calling from sipjs WebRTP phone the following error message happens. See siplog.txt for details and pjsip.conf for configuration.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list