[SR-Users] Noob hoping for guidance

2014-12-02 Thread john
Hello, I have been googling for a simple (as simple as it can be knowing the complexity of Kamailio) for a "how to/step bey step/do this dummy" type of guide to get Kamailio registered with a sip provider I already have, and register one end point to kamailio that can use that provider. Nothing fa

Re: [SR-Users] Noob hoping for guidance

2014-12-02 Thread john
> Hello, > I have been googling for a simple (as simple as it can be knowing the > complexity of Kamailio) for a "how to/step bey step/do this dummy" type of > guide to get Kamailio registered with a sip provider I already have, and > register one end point to kamailio that can use that provider.

Re: [SR-Users] Noob hoping for guidance

2014-12-02 Thread john
> A first easy hint would be to go out there and get yourself a nice copy of > ngrep, "ngrep -d eth0 port 5060 -W byline -q " will help you understand > the > magic of SIP much easier. > > I think you could get yourself upto speed by trying to get one of the many > example configuration files to wo

Re: [SR-Users] Noob hoping for guidance

2014-12-02 Thread john
> Hello, > > On 02/12/14 17:51, j...@millican.us wrote: >> Hello, >> I have been googling for a simple (as simple as it can be knowing the >> complexity of Kamailio) for a "how to/step bey step/do this dummy" type >> of >> guide to get Kamailio registered with a sip provider I already have, and >>

[SR-Users] Do we need rtpproxy for all kind of NAT?

2013-05-04 Thread John Chen
Hi, I can configure kamailio + rtpproxy to enable calling between user behind the NAT. Thanks for the example config, it is very easy to did it. Do we need rtprpoxy for all kind of NAT? From what i have read, only symmetric NAT that hard to be traversal-ed. While other type of NAT can be traver

[SR-Users] Bls: Do we need rtpproxy for all kind of NAT?

2013-05-07 Thread John Chen
Hi Klaus, Thanks for your detailed explanation. Really appreciate it. - Pesan Asli - Dari: Klaus Darilion Kepada: John Chen ; Kamailio (SER) - Users Mailing List Cc: Dikirim: Senin, 6 Mei 2013 14:49 Judul: Re: [SR-Users] Do we need rtpproxy for all kind of NAT? On 04.05.2013 16

Re: [SR-Users] Do we need rtpproxy for all kind of NAT?

2013-05-07 Thread John Chen
I don't have asterisk/freeswitch now. But i'm considering it now. How is rtpproxy performance compared to asterisk/freeswitch for handling media relay. I only need the media relay capability. Don't need conference, ivr, transcoding, etc... - Pesan Asli - Dari: Olle E. Johansson If y

[SR-Users] Help with install using GIT

2013-06-19 Thread John Doe
Hi all, I am trying to install the latest version using git (new to git) and after running "git checkout -b 4.0 origin/4.0" I got these messages: [root@test kamailio-4.0.2]# git checkout -b 4.0 origin/4.0 fatal: Cannot update paths and switch to branch '4.0' at the same time. Did you intend to

[SR-Users] Help with install using GIT

2013-06-19 Thread John Doe
> > Hi all, I am trying to install the latest version using git (new to git) and > after running "git checkout -b 4.0 origin/4.0" I got these messages: > > > [root@test kamailio-4.0.2]# git checkout -b 4.0 origin/4.0 > > fatal: Cannot update paths and switch to branch '4.0' at the same time. > Did

Re: [SR-Users] Help with install using GIT

2013-06-19 Thread John Doe
Thank you Daniel, it worked. > From: jdoe_...@hotmail.com > To: sr-users@lists.sip-router.org > Subject: Help with install using GIT > Date: Wed, 19 Jun 2013 10:06:36 -0400 > >> >> Hi all, I am trying to install the latest version using git (new to git) and

[SR-Users] Writing information into a table

2013-08-15 Thread John Doe
everytime etc but we dont have experience on none of the methods. Also please take into account that they are still using version 1.52, and upgrading is not an option at the moment. Thank you very much, your answer is much appreciated!    john

[SR-Users] Pickup group implementation in Kamailio

2013-10-23 Thread John Murray
but what Kamailio module would process that and what would the config look like? Many thanks John > Hello, > > this is a custom implementation, only for phones that have programmable > buttons. It is not really recommended way to do it. > > Better rely on standard

Re: [SR-Users] Disable NAT for given IP range

2013-11-13 Thread John Murray
John, You can switch rfc1918 checking by changing the nat_uac_test flags. See: http://www.kamailio.org/docs/modules/4.0.x/modules/nathelper.html#idp1537653 6 Looks like 18 might fit for you. Regards John -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users

[SR-Users] Kamailio behind NAT

2014-01-21 Thread John Smith
Hello, I am currently deploying one Kamailio behind NAT with one Asterisk as explained in the Asipto KB (Kamailio 4.0.x and Asterisk 11.3.0 using Asterisk Database http://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb ). The structure is deployed as described in that docume

Re: [SR-Users] Kamailio behind NAT

2014-01-21 Thread John Smith
Hi Fred, I have followed your HOWTO and the scenario remains exactly the same. I see traffic from Phone1 IP to Kamailio private IP, from Kamailio private IP to Asterisk IP, and back directly to Phone2 public IP. I might be making wrong assumptions regarding this traffic flow. Is that correct?

Re: [SR-Users] Kamailio behind NAT

2014-01-21 Thread John Smith
Sent: 01/21/14 05:06 AM > To: Kamailio (SER) - Users Mailing List > Subject: Re: [SR-Users] Kamailio behind NAT > > Hi John, > > rtpproxy is not enough if you are using asterisk in your environment. > You have to check that asterisk is configured to work with NAT, otherwis

Re: [SR-Users] Kamailio behind NAT

2014-01-21 Thread John Smith
then rewrite via rtpproxy_offer in the NATMANAGE block? Thank you > - Original Message - > From: Klaus Darilion > Sent: 01/21/14 05:25 AM > To: Kamailio (SER) - Users Mailing List > Subject: Re: [SR-Users] Kamailio behind NAT > > On 21.01.2014 13:24, John Smith wrote:

Re: [SR-Users] Kamailio behind NAT

2014-01-21 Thread John Smith
Using advertised IP address in manage_rttproxy would work with unpatched rtpproxy? Thank you > - Original Message - > From: Klaus Darilion > Sent: 01/21/14 05:18 AM > To: Kamailio (SER) - Users Mailing List > Subject: Re: [SR-Users] Kamailio behind NAT > > On 21.01.2014 12:27, Fred Posn

Re: [SR-Users] Kamailio behind NAT

2014-01-21 Thread John Smith
put the correct IP addresses > in RR and Via, eg: > > # public IP address of Kamailio/rtpproxy: 3.3.3.3 > # internal socket > listen=udp:10.10.0.2 > # external socket > listen=udp:10.10.0.3 advertise 3.3.3.3:5060 > mhomed=0 > > You could use separate subnets for the 2 so

Re: [SR-Users] Kamailio behind NAT

2014-01-23 Thread John Smith
Kamailio. Thank you for your help > - Original Message - > From: Klaus Darilion > Sent: 01/23/14 12:26 AM > To: Kamailio (SER) - Users Mailing List > Subject: Re: [SR-Users] Kamailio behind NAT > > Am 21.01.2014 17:33, schrieb John Smith: > > The next test

Re: [SR-Users] Kamailio behind NAT

2014-01-30 Thread John Smith
gle listen-IP, then these flags are not > >> needed. Only if you operate rtpproxy in bridge mode, then you need these > >> flags. Bridge mode is necessary if you do not have IP routing between > >> the internal network and the "virtual external" network, or if

Re: [SR-Users] Kamailio behind NAT

2014-01-30 Thread John Smith
e, then you need these > > flags. Bridge mode is necessary if you do not have IP routing between > > the internal network and the "virtual external" network, or if you want > > to bridge between IPv4 and IPv6. > > John, > This function can be used to check the

Re: [SR-Users] Kamailio behind NAT

2014-01-30 Thread John Smith
; From: Klaus Darilion > Sent: 01/23/14 08:12 AM > To: Kamailio (SER) - Users Mailing List > Subject: Re: [SR-Users] Kamailio behind NAT > > On 23.01.2014 10:29, John Smith wrote: > > Hello Klaus, > > > > I had already two sockets bound each to two independent phy

[SR-Users] dialog list query

2014-02-01 Thread John Murray
se: sercmd proxy dlg.list I get the calls listed correctly. What am I doing wrong? Thanks John ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin

Re: [SR-Users] dialog list query

2014-02-02 Thread John Murray
using avp_db_query? Yes lots of queries to non dialog tables working fine. >And do you see any errors in the log? No logs show query happening fine and returning Null. Thanks John ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mail

Re: [SR-Users] dialog list query

2014-02-02 Thread John Murray
Charles, Thanks For that. How do I get the callid from a call in a specific profile if it is stored in memory? Regards. John On 2 Feb 2014 15:05, "Charles Chance" wrote: > Hi John, > > > > > >What db_mode are you using for dialog module? > > > >

Re: [SR-Users] dialog list query

2014-02-03 Thread John Murray
nging) went into the database that would solve the problem although it seems a bit heavyweight. It would be great if I could get all this from memory given that it is there. Any suggestions ? Thanks John From: Charles Chance [mailto:charles.cha...@sipcentric.com] Sent: 03 February 2014 1

[SR-Users] Dialog

2014-02-06 Thread John Murray
o a sercmd dlg.dlg_list I see the call in ringing state and when it is connected. How do I get the call-id when it is in ringing state? Regards John ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@

Re: [SR-Users] Dialog

2014-02-07 Thread John Murray
Hi Daniel, Yes I need it in the kamailio config. Thanks John From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: 07 February 2014 12:15 To: Kamailio (SER) - Users Mailing List Subject: Re: [SR

Re: [SR-Users] Dialog

2014-02-07 Thread John Murray
Daniel, On an incoming call I need to get the call-id from a ringing call in a specific dialog profile. I then add that called to a replaces header and send to a B2BUA which connects the current call to the ringing one. Thanks John From: Daniel-Constantin Mierla [mailto:mico

Re: [SR-Users] Dialog

2014-02-08 Thread John Murray
Hi Daniel, Is this just not possible to get the call-id of a ringing call from a dialog profile in the kamailio config? Thanks John From: John Murray [mailto:john.mur...@skyracktelecom.com] Sent: 07 February 2014 12:37 To: 'mico...@gmail.com'; 'Kamailio (SER) - Use

Re: [SR-Users] Dialog

2014-02-09 Thread John Murray
Hi Ovidiu, BLF requires support from the handset / UA. I have analogue handsets. How would the cache work you described? Regards John On 9 Feb 2014 02:27, "Ovidiu Sas" wrote: > This is the typical BLF case. Why don't you use BLF/presence to do it? > If you really w

[SR-Users] Serialize Branches Based on q value

2016-07-01 Thread John Petrini
e but this doesn't seem to work in Kamailio. I've read and reread the documentaion but it doesn't seem to behave the way the documentation says it should. Is there something I'm missing? Is there a better way to accomplish this in Kamailio? Thank You, ___ John Petrini _

[SR-Users] (no subject)

2016-07-02 Thread John Petrini
second invite. In OpenSIPs we just called drop, to drop the branch and let the main branch continue but this doesn't seem to work in Kamailio. I've read and reread the documentaion but it doesn't seem to behave the way the documentation says it should. Is there something I'm missi

Re: [SR-Users] (no subject)

2016-07-04 Thread John Petrini
1899@44.444.4.444. CSeq: 468700 ACK. Max-Forwards: 69. Content-Length: 0. . U 2016/07/04 08:46:44.227076 333.33.33.3:5060 -> 44.444.4.444:5060 SIP/2.0 380 cnam lookup. Via: SIP/2.0/UDP 44.444.4.444:5060;branch=z9hG4bK04Bef9112d99372eace. From: "UNKNOWN" ;tag=gK046fcff6. To: ;tag=C

Re: [SR-Users] (no subject)

2016-07-04 Thread John Petrini
ot;L_ERR", "ERROR: Gateway failure (failure_route[CNAM_DIPS])"); exit; } else { t_next_contacts(); t_relay(); }; } Kamailio log: https://gist.github.com/johnavp1989/92adb1b9461168b4e46ba8842f65dac9 Packet capture: https://gist.github.com/johnavp1989/1167391732307a8ec

Re: [SR-Users] (no subject)

2016-07-05 Thread John Petrini
:20.334227 888.88.88.8:5060 -> 22.222.22.222:5060 SIP/2.0 380 cnam lookup. Via: SIP/2.0/UDP 22.222.22.222:5060;branch=z9hG4bK04Baa81485b774fe246. From: "John Doe" ;tag=gK04650084. To: ;tag=CNAM-11144-1467649116955. Call-ID: 201625658_65946715@22.222.22.222. CSeq: 852627 IN

Re: [SR-Users] (no subject)

2016-07-06 Thread John Petrini
This config from my earlier email. Do you want to see the entire config? route[CNAM_DIPS] { # Check call direction. If we're outbound nothing to do here if ($avp(direction) == "in") { t_on_branch("CNAM_DIPS"); t_on_reply("CNAM_DIPS"); t_on_failure("CNAM_DIPS"); $avp(cnam_dip_au

Re: [SR-Users] Soft phone Issue

2014-03-13 Thread John Murray
I think you need the 'outbound proxy' here set to 192.168.1.10 Regards John On 14 Mar 2014 06:40, "Owais ul Haq" wrote: > Hello, > > I have configured a kamailio server on my local network, gave it a dummy > domain like "abcd.tk". I have a number of

[SR-Users] Accounting based on location/contact

2014-05-22 Thread John Murray
contact string from the device to add a parameter for example but I can't see how to add that into the accounting records using tm and acc modules. Thanks for your help. Regards John ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing

Re: [SR-Users] Accounting based on location/contact

2014-05-22 Thread John Murray
Thanks Juha, Does this also work for forked calls? So if I add an RURI parameter to the contact of each device I can get the one that answered the call? Thanks John On 22 May 2014 12:48, Juha Heinanen wrote: > John Murray writes: > > > I can modify the contact string from the d

Re: [SR-Users] Cisco 79XX Series Phones and TLS integration with kamailio

2014-06-19 Thread John Murray
Jon hi, Which software version/image do you find works best for this? We found some later versions to have introduced more problems. Regards John From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Jonathan Hunter Sent: 19 June

Re: [SR-Users] Welcome to the "Users" mailing list

2015-04-11 Thread John Jhj
Hello, We have setup Kamailio SIP Server v4.1.7 at latest our Rackspace server (ubuntu 14.10) Chat works fine on all cases and calls are working for Local network only( I think its when it doesn't uses rtpproxy). Over Internet( on real ips rather than local one), we are able to make calls(audio/

[SR-Users] Clear To-tag on '181 Call Is Being Forwarded'

2015-05-18 Thread John Murray
quot;,"Call Is Being Forwarded"). However the SBC vendor requires that the To-tag in the 181 is cleared for this to work. How can I clear the To-tag from this 181 response? Thanks John ___ SIP Express Router (SER) and Kamailio (OpenSER) -

[SR-Users] Lost 180 Ringing Response

2015-10-07 Thread John Billings
Hi Everyone, We are using Kamailio 4.2.0 with TLS. It’s setup so multiple phones can register to the same account and they all ring together. It always works great unless one of the phones is on a slower Internet connection. Occasionally that phone will start ringing after another phone has al

[SR-Users] MySQL Connect Errors

2015-10-07 Thread John Billings
We are using kamailio 4.2.0 with auth_db enabled and connected to a MySQL server. Occasionally, in the middle of the night when there is no activity we get the following errors out of the blue (the last three lines are repeated indefinitely). According to the MySQL site

Re: [SR-Users] MySQL Connect Errors

2015-10-09 Thread John Billings
Hello ;Problem looks like blocked host and then gets connection error.https://dev.mysql.com/doc/refman/5.0/en/blocked-host.htmlhow many user it has in subscriber table or did you check data ofsubcribers. Maybe a wrong character makes connection errors so connectionlost.Thanks for help. We have over

Re: [SR-Users] Lost 180 Ringing Response

2015-10-09 Thread John Billings
> Hello, > > look at: > > http://kamailio.org/docs/modules/stable/modules/tm.html#tm.p.cancel_b_method > > Maybe one or another value for that parameter is suiting better your use > case. Thank you for the suggestion. This looked promising, but the cancel_b_method parameter is already at the

Re: [SR-Users] MySQL Connect Errors

2015-10-16 Thread John Billings
Both boxes are running Debian 8. I’m still looking at the mysql logs, but I haven’t found anything relevant, yet. > On Oct 14, 2015, at 5:00 AM, sr-users-requ...@lists.sip-router.org wrote: > > Hello, > > do you have centos+selinux? Because I heard about a lot of limits with > the combination

[SR-Users] how to log sql query

2015-11-27 Thread John Smolka
Hi guys, I use kamailio with mysql. Some queries are huge and when I need to debug something it takes a time, so the debbuging would be easier. Is there any way how could I log all sql queries into a log file ? Thanks, John ___ SIP Express Router (SER