englercj / node-esl

FreeSWITCH ESL implementation for Node.js; implements the full Event Socket Library specified in: http://wiki.freeswitch.org/wiki/Esl
http://englercj.github.com/node-esl/
MIT License
170 stars 111 forks source link

originate via bgapi is waiting for the answer/busy event and not returning the job-id #92

Open rpais-gocontact opened 3 years ago

rpais-gocontact commented 3 years ago

Hi! Just noticed that using bgapi to create an originate is not as expected. It should return the job-id for the task and instead it wait for the call answer/reject event and then returns the call-uuid.

englercj commented 3 years ago

PRs welcome!