Module: kamailio
Branch: master
Commit: 9b7f4bb1c12cc857a62d54da2e3cfb6688d72dd2
URL: https://github.com/kamailio/kamailio/commit/9b7f4bb1c12cc857a62d54da2e3cfb6…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-04-20T19:01:20+02:00
modules: readme files regenerated - app_jsdt ... [skip ci]
---
Modified: src/modules/app_jsdt/README
---
Diff: https://github.com/kamailio/kamailio/commit/9b7f4bb1c12cc857a62d54da2e3cfb6…
Patch: https://github.com/kamailio/kamailio/commit/9b7f4bb1c12cc857a62d54da2e3cfb6…
---
diff --git a/src/modules/app_jsdt/README b/src/modules/app_jsdt/README
index d9b11d9..4628263 100644
--- a/src/modules/app_jsdt/README
+++ b/src/modules/app_jsdt/README
@@ -36,7 +36,8 @@ Daniel-Constantin Mierla
5. RPC Commands
- 5.1. app_jsrt.reload
+ 5.1. app_jsdt.reload
+ 5.2. app_jsdt.api_list
6. Example of usage
@@ -71,7 +72,8 @@ Chapter 1. Admin Guide
5. RPC Commands
- 5.1. app_jsrt.reload
+ 5.1. app_jsdt.reload
+ 5.2. app_jsdt.api_list
6. Example of usage
@@ -194,12 +196,13 @@ if(!jsdt_runstring('KSR.dbg("Hello World from $fU\n")'))
5. RPC Commands
- 5.1. app_jsrt.reload
+ 5.1. app_jsdt.reload
+ 5.2. app_jsdt.api_list
-5.1. app_jsrt.reload
+5.1. app_jsdt.reload
Marks the need to reload the js script. The actual reload is done by
- every working process when the next call to jsrt_run() function or KEMI
+ every working process when the next call to jsdt_run() function or KEMI
config is executed.
Name: app_jsdt.reload
@@ -208,7 +211,20 @@ if(!jsdt_runstring('KSR.dbg("Hello World from $fU\n")'))
Example:
...
-kamcmd app_jsrt.reload
+kamcmd app_jsdt.reload
+...
+
+5.2. app_jsdt.api_list
+
+ List the functions available via Kemi framework.
+
+ Name: app_jsdt.api_list
+
+ Parameters: none
+
+ Example:
+...
+kamcmd app_jsdt.api_list
...
6. Example of usage
Hello,
probably it is the time to have another IRC devel meeting to discuss the
plans for the project and the roadmap to next major release, v5.1.
First proposed date would be Apr 20, with secondary options for Apr 24
or 25, but other dates can be taken in consideration if more convenient
for a consistent group of developers.
I created the wiki page for it at:
* https://www.kamailio.org/wiki/devel/irc-meetings/2017a
Feel free to add there the subjects you want to discuss, I also have
several other topics to add.
It would be good to list yourself if you are going to participate (or
want to participate) in a specific day in order to see who are we
relying on being present.
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - May 22-24 (USA) - www.asipto.com
Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
**Description**
When using topos, Kamailio does not set correct contact in 183 progres and 200 OK.
But for INVITE and Bye contacts are correct.
**Troubleshooting**
When loaded topoh module all work as expected without any issue.
**Reproduction**
Place a call from sip softphone behind NAT to PSTN GW or in opposite direction. You will have a call with 30 sec long because contact in 183 and 200 OK are incorrect. But when you get Bye from PSTN GW contact are correct.
**Additional Information**
version: kamailio 5.0.1 (x86_64/linux)
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown
compiled on 14:27:34 Apr 5 2017 with gcc 4.8.2
[wrong-contact-dump-with-topos.txt](https://github.com/kamailio/kamailio/fil…
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1077