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
171 stars 109 forks source link

No unique-id on outbound connections #4

Closed lxfontes closed 12 years ago

lxfontes commented 12 years ago

connection.js line 410

    uuid = self.getInfo().getHeader('unique-id');

should be

    uuid = self.getInfo().getHeader('Unique-ID');
englercj commented 12 years ago

Closed by #6