jambonz / jambonz-feature-server

Core telephony feature server for the jambones platform
MIT License
46 stars 38 forks source link

Call Recording using SIPREC to be able to pass custom headers #395

Closed vdharashive closed 1 year ago

xquanluu commented 1 year ago

Start working on this

vdharashive commented 1 year ago

{ "verb": "config", "record": { "action": "startCallRecording", "siprecServerURL": "sip:srs@recording.example.com" } } should be to pass header like

{ "verb": "config", "record": { "action": "startCallRecording", "siprecServerURL": "sip:srs@recording.example.com" "headers" : { "X-id" : "sfsfgd", "X-Name" : "dddd" }

} } JSON

vdharashive commented 1 year ago

Thanks @xquanluu i have tested it