shimaore / esl

Node.js client and server for FreeSwitch Event Socket
The Unlicense
123 stars 41 forks source link

add Job-Owner-UUID to filter for myEvent #70

Closed fifthdegree closed 2 months ago

fifthdegree commented 2 months ago

Freeswitch doesn't seem to set the Unique-ID header for BACKGROUND_JOB events; rather it sets a header called Job-Owner-UUID to the call uuid for which the api command was executed.

shimaore commented 2 months ago

I haven't used server mode in quite some time but the change passes the test suite.

shimaore commented 2 months ago

esl-lite uses a different scheme to match background job, no need to port this there