-
klaus_darilion committed patchset 29 of module siptapi to the siptapi CVS repository, changing 6 files.
2010-01-04 09:58:02 UTC in siptapi
-
btw: upt to Kamailio 1.5 you could send the 100 response manually (with arbitrary reason phrase) and use a flag in t_Relay to not generate a 100 response.
2009-11-26 12:07:22 UTC in Kamailio (OpenSER) SIP server
-
Hi!
The RFC only defines the reason code (100), but not the phrase (Trying).
Btw, the default can be changed using a tm module parameter:
http://sip-router.org/docbook/sip-router/branch/master/modules/tm/tm.html#auto_inv_100_reason.
2009-11-26 12:05:30 UTC in Kamailio (OpenSER) SIP server
-
Yes. Go to "files" section.
2009-10-09 10:20:07 UTC in siptapi
-
Probably the configuration has changed, I am quite sure it should work with 1.6 too. I always use promiscredir=no (sip.conf) and set the explicitly the TRANSFER_CONTEXT in extensions.conf, to handle the transfer in a dedicated context.
2009-10-09 10:19:31 UTC in siptapi
-
you can download 64bit builds from the "files" section.
2009-10-09 10:17:36 UTC in siptapi
-
Is already supported.
2009-10-09 10:16:36 UTC in siptapi
-
What about having a new parameter like userloc?
db_mode=
=0: no DB
=1: read from cache, write/update to cache and DB
=2: read from cache, write to cache and delayed write/update to DB
=3: db_only, no cache.
2009-07-21 13:43:52 UTC in Kamailio (OpenSER) SIP server
-
Hi!
I use t38modem with OPAL and SIP. te38modem receives an incoming fax. reINVITE to T38 works fine, but then t38modem does not send any packet. Please the trace below:
2009/07/15 18:14:49.127 Pool:0xb5d38b90 ModemEngineBody::Attach t38engine
2009/07/15 18:14:49.127 Pool:0xb5d38b90 ModemEngineBody::Attach Other t38engine already Attached
Open...
2009-07-15 16:35:58 UTC in t38modem
-
Found the problem: t38modem does not work if it binds to a virtual IP address. If I use the interface's default IP SIP signalling works.
Maybe you can mention it in the README.
2009-07-15 15:14:03 UTC in t38modem