Skip to content

Instantly share code, notes, and snippets.

View BayuKrisnawan's full-sized avatar
💭
I may be slow to respond.

Bayu Krisnawan BayuKrisnawan

💭
I may be slow to respond.
View GitHub Profile
@sparse91
sparse91 / kamailio.cfg
Last active February 11, 2024 16:34
Kamailio SIP proxy for freeswitch with RTPEngine for RTP traffic (Kamailio+SIP+RTP+Freeswitch)
#!KAMAILIO
#
# Kamailio (OpenSER) SIP Server v5.2 - default configuration script
# - web: https://www.kamailio.org
# - git: https://github.com/kamailio/kamailio
#
# Direct your questions about this file to: <sr-users@lists.kamailio.org>
#
# Refer to the Core CookBook at https://www.kamailio.org/wiki/
# for an explanation of possible statements, functions and parameters.
@rocklau
rocklau / test_curl_httpbin.lua
Created March 22, 2019 00:55
httpbin test for freeswitch curl
json = freeswitch.JSON()
curl = freeswitch.cURL()
GET ='get'
POST ='post'
PUT = 'put'
DELETE ='delete'
CONTENT_TYPE ='application/json'
proto = "http://"
domain = "httpbin.org"