Upgrade 3CX to v18 and get it hosted free!

SER example exec

Author image

SER application integration

this example shows use of ser as stateless redirect server which rewrites URIs using an exernal utility

  1. $Id: exec.cfg,v 1.7 2003/06/03 03:18:12 jiri Exp $

 

  1. —————— module loading ———————————-

loadmodule “modules/exec/exec.so”
loadmodule “modules/sl/sl.so”

  1. ————————- request routing logic ——————-

 

  1. main routing logic

route{

  1. for testing purposes, simply okay all REGISTERs

if (method==”REGISTER”) {
log(“REGISTER”);
sl_send_reply(“200”, “ok”);
break;
};

  1. first dump the message to a file using cat command

exec_msg(“printenv SRCIP > /tmp/exectest.txt; cat >> /tmp/exectest.txt”);

  1. and then rewrite URI using external utility
  2. note that the last echo command trashes input parameter

if (exec_dset(“echo sip:[email protected];echo sip:[email protected];echo>/dev/null”)) {
sl_send_reply(“300”, “Redirect”);
} else {
sl_reply_error();
log(1, “alas, rewriting failed\n”);
};
}

See also


 


Article Reviews

Write a Review

Your email address will not be published. Required fields are marked *

Required Field. Minimum 5 characters.

Required Field. Minimum 5 characters, maximum 50.

Required field.There is an error with this field.

Required Field.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

There are no reviews for this article. Be the first one to write a review.

Related Posts:

Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.