@babblevoice/babble-drachtio-callmanager 2.3.25 → 2.3.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/call.js +1 -0
  2. package/package.json +1 -1
package/lib/call.js CHANGED
@@ -2993,6 +2993,7 @@ class call {
2993
2993
 
2994
2994
  newcall.options.headers[ "Allow-Events" ] = "talk, hold, presence, as-feature-event, dialog, call-info, sla, include-session-description, message-summary, refer"
2995
2995
  newcall.options.headers[ "Allow" ] = "INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE"
2996
+ newcall.options.headers[ "Supported" ] = "timer, path, replaces"
2996
2997
 
2997
2998
  newcall.#confignetwork( options )
2998
2999
  await newcall.#openchannelsfornewuac()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/babble-drachtio-callmanager",
3
- "version": "2.3.25",
3
+ "version": "2.3.26",
4
4
  "description": "Call processing to create a PBX",
5
5
  "main": "index.js",
6
6
  "scripts": {