this post was submitted on 20 Nov 2023
1 points (100.0% liked)

VoIP

1 readers
1 users here now

Rules

founded 11 months ago
MODERATORS
 

Does anyone have experience with freeswitch esl?

I am hooked into freeswitch esl through node. I do this to greatly extend the functionality of freeswitch.

What I am trying to do is catch the event when freeswitch processes an SMS. I can see it on fs_cli (console) but I am not finding ANY event header for it and trying to avoid writing a js script fs side in mod_sms.

I googled for a bit and found that the event header was 'CUSTOM' (Where sofia events fire) and the subclass was 'sms::receive-message'. But this subclass does not exist.

I even looped through all object properties of the event::custom object. I searched for sms and SMS but turned up nothing.

Does anyone have any experience with this?

top 1 comments
sorted by: hot top controversial new old
[–] AAAHeadsets@alien.top 1 points 10 months ago

I've ran a test here sending from a Grandstream -> Yealink Phone.
In ESL I do a 'event plain ALL', and I receive a 'MESSAGE' event