-
Notifications
You must be signed in to change notification settings - Fork 2
Simple helper class for inbound event socket of Freeswitch
jankubr/freeswitch_socket
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
class MySocket < FreeswitchSocket def originate_call(number, user) command("bgapi originate user/#{user}@#{FREESWITCH_HOST} #{number}") @socket.close end end MySocket.new.originate_call(123, 'jan')
About
Simple helper class for inbound event socket of Freeswitch
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published