Re: [SR-Users] kamailio xmpp gateway configuration issue

2016-02-08 Thread Daniel-Constantin Mierla
Hello, can you run with debug=3 in kamailio.cfg and look at the log messages? You should get more details about what happens there. Cheers, Daniel On 08/02/16 06:43, kevin hifx wrote: > Hi Daniel, > > The kamailio and ejabbred is installed on the same server and using > xmpp and sip client able

Re: [SR-Users] [SOLVED] Users in different domains and multiple domains

2016-02-08 Thread Daniel-Constantin Mierla
Welcome! Good to know it works smooth for you now! Cheers, Daniel On 05/02/16 11:04, Barış Şekerciler wrote: > Thank you so much Daniel. > If I have a trouble I will type again :) > > Regards. > >> On 05 Feb 2016, at 11:47, Daniel-Constantin Mierla >

Re: [SR-Users] Replace User Agent

2016-02-08 Thread Daniel-Constantin Mierla
Hello, for changing the user-agent header you can use: remove_hf("User-Agent"); append_hf("User-Agent: abc\r\n"); Cheers, Daniel On 02/02/16 11:20, Steven Maddox wrote: > Hi, > > I've brought up this topic up before (here and on IRC) and I feel like > I'm getting closer but still a bit stuck.

Re: [SR-Users] No contact info(0 bindings) in 200-register

2016-02-08 Thread Daniel-Constantin Mierla
Hello, thanks -- this way won't be forgotten -- I will get to it when I get the first chance. Cheers, Daniel On 05/02/16 03:41, sgy wrote: > Hi Daniel, > I have open an issue for this case, please check it. > Link: > https://github.com/kamailio/kamailio/issues/497 > > -- > Best Regards, >

Re: [SR-Users] GCC version in use

2016-02-08 Thread Daniel-Constantin Mierla
On 03/02/16 02:08, James Cloos wrote: > DM> so I assume is fine to compact old gcc version to something > DM> more generic... > > The only thing I can think needs checking is whether openbsd still > uses an archaic gcc. > Anyone with openbsd around? Cheers, Daniel -- Daniel-Constantin Mierla

Re: [SR-Users] [sr-dev] GCC version in use

2016-02-08 Thread Mikko Lehto
Daniel-Constantin Mierla : > Anyone with openbsd around? Sure! $ uname -srvm OpenBSD 5.8 GENERIC.MP#1236 amd64 $ gcc -v Reading specs from /usr/lib/gcc-lib/amd64-unknown-openbsd5.8/4.2.1/specs Target: amd64-unknown-openbsd5.8 Configured with: OpenBSD/amd64 system compiler

Re: [SR-Users] Kamailio IMS deployment

2016-02-08 Thread Franz Edler
The REGISTER request is OK.  There is no username included in REGISTER request.Regarding the mismatch: do you use NATURAL on your platform? Next step should be a tracefile (tcpdump) and later a debug-log from the node which shows the problem. Von Samsung-Tablet gesendet Ursprüngliche

[SR-Users] rfc: kamailio.cfg polishing for v4.4

2016-02-08 Thread Daniel-Constantin Mierla
Hello, wondering if people feel it is need to polish the current default kamailio.cfg, to prepare the version for next major release. It can be browsed online at: - https://github.com/kamailio/kamailio/blob/master/etc/kamailio.cfg It is mainly about very common scenarios that are encountered

Re: [SR-Users] [sr-dev] GCC version in use

2016-02-08 Thread Daniel-Constantin Mierla
Thanks for the detailed list. Cheers, Daniel On 08/02/16 20:47, Mikko Lehto wrote: > Daniel-Constantin Mierla : > >>> OpenBSD 5.8 GENERIC.MP#1236 amd64 >> Thanks! Is this the last version of openbsd? > Yes, 5.8 was released 2015-10-18 > > > Looks like 4.2.1 was introduced in

Re: [SR-Users] Kamailio IMS deployment

2016-02-08 Thread sainath.ellendula
Hi Franz, Please find ping status and seems good. root@server:~# ping -c 1 hss.net1.test PING hss.net1.test (10.0.0.9) 56(84) bytes of data. 64 bytes from server.net1.test (10.0.0.9): icmp_seq=1 ttl=64 time=0.017 ms --- hss.net1.test ping statistics --- 1 packets transmitted, 1 received, 0%

Re: [SR-Users] [sr-dev] GCC version in use

2016-02-08 Thread Daniel-Constantin Mierla
On 08/02/16 17:53, Mikko Lehto wrote: > Daniel-Constantin Mierla : > >> Anyone with openbsd around? > Sure! > > $ uname -srvm > OpenBSD 5.8 GENERIC.MP#1236 amd64 Thanks! Is this the last version of openbsd? Cheers, Daniel > $ gcc -v > Reading specs from

Re: [SR-Users] Kamailio IMS deployment

2016-02-08 Thread Franz Edler
Sainath, what was the result for ping on - icsct.net1.test - scscf.net1.test - hss.net1.test to increase debug level you have to modify the corresponding cfg-file, e.g. kamailio-icscf.cfg in line 35: debug=2 Just increase to debug=3 and then start the process again. BR Franz

Re: [SR-Users] Kamailio IMS deployment

2016-02-08 Thread sainath.ellendula
Hi Franz, Thank you for response. Modified everything as suggested, Still getting the same issue. Please find the tail -f /var/log/syslog It looks good. Ping is happening. root@server:/etc/init.d# tail -f /var/log/syslog Feb 8 14:39:57 server named[1615]: zone 127.in-addr.arpa/IN: loaded

Re: [SR-Users] [sr-dev] GCC version in use

2016-02-08 Thread Mikko Lehto
Daniel-Constantin Mierla : > > OpenBSD 5.8 GENERIC.MP#1236 amd64 > > Thanks! Is this the last version of openbsd? Yes, 5.8 was released 2015-10-18 Looks like 4.2.1 was introduced in version 4.8 (2010-11-01): "Gcc 2.95.3 (+ patches), 3.3.5 (+ patches) and 4.2.1 (+patches)"