Dear Daniel,
With reference to your comment (in italics below) and request for a documentation "marshal", I humbly apply to be given the honor of contributing to that effect.
"We would need a documentation marshall that should update the docs as
something related is discussed on the lists. But none really volunteered to do it. For developers is not always obvious or easy (due to lack of time) to track the doc changes."
- "Anyone stepping forward? "
I fully understand your point and position in the light of the volume of work you have on your hands.
It may interest you to know that i assisted with testing some versions and also put together the "How to... FreeSwitch on CentOS" documentation for ASTPP (www.astpp.org). As a reference, you may browse http://www.astpp.org/?q=node/267 and http://www.astpp.org/?q=node/268 ( node/267 and node/268 ) of astpp.org site.
For sure, i understand that the Kamailio project is bigger and more complex than the ASTPP project i worked on; hence would require more of me.
Please advice if the Kamailio project still needs assistance with documentation.
Looking towards reading from you soon.
"Agatehk"
Hi,
Iam trying to develop a SIP server in VxWorks. Please assist me with how to
implement SIP in my Server. Where do I get these info...????
Thanks in Advance
Lakshmi Marudhanayagam:confused:
--
View this message in context: http://old.nabble.com/To-Develop-SIP-Server-tp29697687p29697687.html
Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com.
Hi,
Iam trying to develop a SIP server in VxWorks. Please assist me
with how to implement SIP in my Server. Where do I get these info...????
Thanks in Advance...!!!!
Lakshmi Marudhanayagam
hi all,
i have configure tls support as this link: http://www.kamailio.org/docs/tls-devel.html#id2451496
and i add certificate to 3CX sip phone is "cacert.pem" but when i register sip phone, the log file in kamailio server is :
Sep 9 15:13:36 appliance /usr/local/sbin/kamailio[2146]: ERROR: tls [tls_server.c:392]: SSL error:error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate
my configure in kamailio.cfg as :
modparam("tls", "tls_method", "TLSv1")
modparam("tls", "tls_method", "SSLv23")
modparam("tls", "certificate", "/usr/local/etc/kamailio//tls/user/user-cert.pem")
modparam("tls", "private_key", "/usr/local/etc/kamailio//tls/user/user-privkey.pem")
modparam("tls", "ca_list", "/usr/local/etc/kamailio//tls/user/user-calist.pem")
modparam("tls", "verify_certificate",0 )
modparam("tls", "require_certificate",0 )
please suggest to fix this error.
thanks and regards.
Peter Green.
Hi!
I have some problems with 3.0 dispatcher module:
module configuration:
# ----- dispatcher -----
/* enable failover support */
modparam("dispatcher", "flags", 2)
modparam("dispatcher", "dst_avp", "$avp(i:271)")
modparam("dispatcher", "grp_avp", "$avp(i:272)")
modparam("dispatcher", "cnt_avp", "$avp(i:273)")
If I understand correctly, then dispatcher should send OPTIONS once a
destination is in "probe" mode. But this never happens, e.g. if I set
"probe" mode manually, the destination is set to active again:
# kamctl fifo ds_list
SET_NO:: 1
SET:: 1
URI:: sip:gucci.labs.nic.at flag=A
URI:: sip:nvst.labs.nic.at flag=A
# kamctl fifo ds_set_state i 1 sip:gucci.labs.nic.at
# kamctl fifo ds_list
SET_NO:: 1
SET:: 1
URI:: sip:gucci.labs.nic.at flag=I
URI:: sip:nvst.labs.nic.at flag=A
# kamctl fifo ds_set_state p 1 sip:gucci.labs.nic.at
# kamctl fifo ds_list
SET_NO:: 1
SET:: 1
URI:: sip:gucci.labs.nic.at flag=A
URI:: sip:nvst.labs.nic.at flag=A
I also tried ds_probing_mode=1 which IIUC should send OPTIONS also to
active destinations to find out if the destination is alive. But I never
see any OPTIONS requests.
Is there something I am doing completely wrong?
thanks
Klaus
Hi,
Our openSER proxy is receiving SIP messages from PBX devices. The PBX includes its extension in the FROM field of the SIP message.
Is there any function in the openSER to strip off the PBX extension (anything after username and before @domain)?
Is uac_replace_from( ) function is the right one?
3d:13h:41m:33s INVITE sip:888-555-1212@10.0.0.1;user=phone SIP/2.0
Via: SIP/2.0/UDP 10.5.0.1;branch=z9hG4bKac1169001476
Max-Forwards: 70
From: <sip:8885551212;isub=37313132@10.5.0.1.>;tag=1c1168990861
To: <sip:8665551212@10.0.0.1;user=phone>
Call-ID: 1168989994392010134133(a)10.0.0.1
CSeq: 1 INVITE
Contact: <sip:4075857112@10.5.0.1>
Supported: em,timer,replaces,path,resource-priority,sdp-anat
Allow: REGISTER,OPTIONS,INVITE,ACK,CANCEL,BYE,NOTIFY,PRACK,REFER,INFO,SUBSCRIBE,UPDATE
User-Agent: CS-Pelloni/v.5.60A.021.004
Content-Type: application/sdp
Content-Length: 261Thanks,
AR
hi all,
i have install and try to fix my error many time. and i cannot recognize my problem is.
final i think maybe it about openssl.
my version is : OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008.
so please help me to upgrade it.
i try to down load and install another version, but when i rn command openssl version , it don`t change .
please help me final time.
thanks all so much.
Peter Green.
Hi All,
Just went from 3.0 to 3.0.3 and when I try to start I get:
Not starting kamailio: invalid configuration file!
0(13110) ERROR: <core> [modparam.c:143]: set_mod_param_regex: parameter
<radius_config> not found in module <acc>
0(13110) : <core> [cfg.y:3333]: parse error in config file
//etc/kamailio/kamailio.cfg, line 146, column 74: Can't set module parameter
0(13110) ERROR: <core> [modparam.c:143]: set_mod_param_regex: parameter
<radius_flag> not found in module <acc>
0(13110) : <core> [cfg.y:3333]: parse error in config file
//etc/kamailio/kamailio.cfg, line 147, column 33: Can't set module parameter
0(13110) ERROR: <core> [modparam.c:143]: set_mod_param_regex: parameter
<radius_missed_flag> not found in module <acc>
0(13110) : <core> [cfg.y:3333]: parse error in config file
//etc/kamailio/kamailio.cfg, line 148, column 40: Can't set module parameter
0(13110) ERROR: <core> [modparam.c:143]: set_mod_param_regex: parameter
<radius_extra> not found in module <acc>
0(13110) : <core> [cfg.y:3333]: parse error in config file
//etc/kamailio/kamailio.cfg, line 163, column 43: Can't set module parameter
ERROR: bad config file (4 errors)
Has something changed in the radius accounting module?
Thanks,
Brian
Hi all,
I have some problem when integrate module xmpp to Kamailio 3.0.1. I have already searched on google and mailing-list but can't find the right way to fix it.
I install Kamailio 3.0.1 on server 192.168.1.25 (kamailio1.com), Ejabberd on server 192.168.1.21 (ejabberd.com).
Here the config of kamailio1 server:
# ---- xmpp ----
modparam("xmpp", "gateway_domain", "kamailio1.com")
modparam("xmpp", "xmpp_domain", "ejabberd.com")
modparam("xmpp", "xmpp_host", "ejabberd.com")
modparam("xmpp", "backend", "component")
modparam("xmpp", "xmpp_password", "secret")
modparam("xmpp", "domain_separator", "*")
modparam("xmpp", "xmpp_port", 5347)
........
if (method == "MESSAGE") {
log("*** xmpp-handled MESSAGE message.\n");
if (xmpp_send_message()) {
sl_send_reply("200", "Accepted");
} else {
sl_send_reply("404", "Not found");
}
return;
}
log("*** xmpp: unhandled message type\n");
sl_send_reply("503", "Service unavailable");
return;
Here the config of ejabberd server:
{5347, ejabberd_service, [
{access, all},
{shaper_rule, fast},
{ip, {192, 168, 1, 21}},
{hosts, ["kamailio1.com"], [{password, "secret"}]}
]},
I create 1 user on kamailio1 server: 103(a)kamailio1.com
And 1 user on ejabberd.com: 102(a)ejabberd.com
Test:
- Login with account 103(a)kamailio1.com on sip communicator. Add 102*ejabberd.com(a)kamailio1.com on the sip contact list.
- Login with account 102(a)ejabberd.com on pidgin. Add 103*kamailio1.com(a)ejabberd.com on the buddy list.
- When 103(a)kamailio1.com chat to 102*ejabbed.com(a)kamailio1.com, kamailio1 can't send MESSAGE to ejabberd.com, and here the log on kamailio1 server:
/usr/local/sbin/kamailio[4470]: ERROR: xmpp [xmpp.c:362]: invalid content-type 0x300ff
/usr/local/sbin/kamailio[4463]: ERROR: xmpp [xmpp.c:362]: invalid content-type 0x300ff
/usr/local/sbin/kamailio[4468]: ERROR: xmpp [xmpp.c:362]: invalid content-type 0x300ff
/usr/local/sbin/kamailio[4470]: ERROR: xmpp [xmpp.c:362]: invalid content-type 0x300ff
/usr/local/sbin/kamailio[4468]: ERROR: xmpp [xmpp.c:362]: invalid content-type 0x300ff
/usr/local/sbin/kamailio[4468]: ERROR: xmpp [xmpp.c:362]: invalid content-type 0x300ff
/usr/local/sbin/kamailio[4470]: ERROR: xmpp [xmpp.c:362]: invalid content-type 0x300ff
/usr/local/sbin/kamailio[4462]: ERROR: xmpp [xmpp.c:362]: invalid content-type 0x300ff
I think I had some wrong or miss something in the configuration of kamailio and ejabberd, please help me to check it.
P/S: I also sent the sip trace on the attached file. In the sip trace file, the ip of sip client is 192.168.1.65, and the ip of pidgin client is 192.168.1.11
Thanks and Best Regards,
Huy Nguyen
Nguyễn Quốc Huy
Post & Telecommunications Institute and Technology
branch Ho Chi Minh City
--------------------------------------------------
Email: huy_quocnguyen(a)live.com
Mobile: +84 906755226
Y!M: huy_quocnguyen1987
Hello list,
does anybody have experience in configuring LCR (gw and lcr table) in the
SQL database with siremis?
I found a problem that inserting a gateway via the menu "LCR Gateways" is
not possible without manual adaption in the database. It is no problem
inserting LCR Rules; the entries are representing all columns of the SQL
table "lcr". However, when I insert gateways that are linked over the so
called 'group_id' to the LCR Rules I can not find any field in the WebGUI
where I can put in a "lcr_id".
And that is the problem. When insertion of rules and gateways is finished
in the WebGUI I have to reload the lcr configuration e.g. with the MI
command "lcr_reload". But this is not possible, because kamailio is
displaying an error message, which looks like:
'ERROR: lcr [lcr_mod.c:1280]: gw grp_id <10> of prefix <2910> has no
gateways'
The reason of this error message is that the lcr_id of the table "gw" is
set to 0 (hardcoded). So it does not match when the rules are inserted
with another lcr_id (e.g. 1 instead of 0).
=> why is it possible to insert a free lcr_id in the menu "LCR Rules" but
not in the menu "LCR Gateways"? If only lcr_id '0' is supported in
general, then this id should be fix in the menu "LCR Rules", too.
Am I wrong or does anybody else have an opinion to this topic?
regards,
Klaus