Re: [SR-Users] Kamailio ims / rtpproxy

2011-04-06 Thread Paul Pankhurst
Ok, I solved the problem with git - now I have a new problem. gcc give lots of warnings for long ints being passed when the format string is for an int. Has anyone built this on a 64 bit platform machine before? Paul -Original Message- From: Paul Pankhurst Sent: Wednesday, April 06

Re: [SR-Users] Kamailio ims / rtpproxy

2011-04-06 Thread Paul Pankhurst
- Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Paul Pankhurst Subject: Re: [SR-Users] Kamailio ims / rtpproxy Hi, You should see the following modules, which do not belong to the original sip-router.org repository: - pcscf, icscf, scscf, ecscf, ... - cdp and cdp

Re: [SR-Users] Kamailio ims / rtpproxy

2011-04-06 Thread Paul Pankhurst
I've just tried checking the ims stuff out of the git repository, but can't see any new modules. Pretty sure I've done something stupid - anyone spot what I've done wrong? git clone --depth 1 git://git.sip-router.org/sip-router kamailio cd kamailio git checkout -b origin/arstenbock/ims Thanks

Re: [SR-Users] Outbound socket selection (HA implementation)

2011-03-29 Thread Paul Pankhurst
Forgot to mention - the reason it is done this way is that Kamailio cannot bind to the virtual IP that ucarp is managing. It has to bind to an IP address that is available the entire time. -Original Message- From: Paul Pankhurst Sent: Tuesday, March 29, 2011 10:39 AM To: SIP Router

Re: [SR-Users] Outbound socket selection (HA implementation)

2011-03-29 Thread Paul Pankhurst
I have kamailio working with ucarp in an active/standby mode. The way I did it was to bind kamailio to a fixed ip address and use ip tables to forward between the ucarp address and the fixed address. Since this is effectively a NAT traversal as far as Kamailio is concerned, you have to setup app