4.3.109
Changes for 4.3.109
Changes to branch 4.3
after version 4.3.108
.
Commits
-
split no_plan policy for im - 4.3 - by lazedo
when a plan is
not found
orim is not set
we take a policy setting and apply it as default.this commit uses differentiated settings for regular accounts and resellers
-
HELP-14590: replacing LF with CRLF before sending emails - by icehess
Per SMTP spec bare line feed (LF) are forbidden and
CRLF should be used instead. Some SMTP relays and server in both ends
are nice enough to correct bad line ending, but some don't.
Like in one case relay server is Office 365 and receiving end is AOL.com.
Office 365 stopped correcting line endings and AOL is not fixing it either.
This cause the email to bounce back with Non-Delivery Report (NDR) message.
From here:
When bare line feed characters are included in a message, the SMTP protocol
chunking feature is required to transmit the message between email servers.
Chunking uses the SMTP protocol BDAT command, but the recipient's email
server (in our case AOL) doesn't support the BDAT command.
-
KCON-1: search for conference focus before origination - by James Aimonetti
If no target call-id is supplied, use the conference ID to search for
the conference focus to make sure the dial command is sent to the
right zone (otherwise the conference could be started in the local
zone while the existing conference is in another zone).