Skip to content

Commit

Permalink
chore: add support for unsolicited notify messages
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Feb 15, 2024
1 parent 5a6dae7 commit 67e24db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mods/edgeport/src/server_properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ export default function getServerProperties(
properties.setProperty("gov.nist.javax.sip.MAX_MESSAGE_SIZE", "1048576")
properties.setProperty("gov.nist.javax.sip.LOG_MESSAGE_CONTENT", "true")

properties.setProperty(
"gov.nist.javax.sip.DELIVER_UNSOLICITED_NOTIFY",
"true"
)

// Default host
properties.setProperty("javax.sip.IP_ADDRESS", config.spec.bindAddr)

Expand Down

0 comments on commit 67e24db

Please sign in to comment.