Hi,
I am trying to install 3 difference rtpproxy module on 3 different Virtual
machines. And I have installed kamailio-4.0.3 in another virtual machine.
When I start running the kamailio it sends the ping information to all the
rtpproxy servers once via rtpp_test method in rtpproxy module.
But I want to send the periodic ping to all the rtpproxy servers. Currently
the module will send the ping whenever the rtpproxy function gets invoked.
Is it possible to create new thread for that check and not to call
rtpp_test method all the time when request comes ?
Thanks in Advance
--
Regards
Praveen.
Hello,
besides a consistent number of presentations related to Kamailio, the
project has it own booth, number 19, in the exhibition area of Astricon
conference:
- http://www.astricon.net
We are already a group of people to man the booth, do demos and present
what Kamailio can do - I made a short news article for now:
- http://www.kamailio.org/w/2013/09/kamailio-at-astricon/
If anyone else using Kamailio is interested to join with flyers, demos,
etc., you are welcome, contact me to synchronize on logistics.
Anyhow, we would be glad to meet as many folks from the community as
possible. Stop by to have a chat.
Looking forward to meeting in Atlanta,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Trainings - Berlin, Nov 25-28; Miami, Nov 18-20, 2013
- more details about Kamailio trainings at http://www.asipto.com -
Just signed up for an account. I have an account and phone number with sipgate that will go out of business on Oct. 31st. How do I go about switching my phone number to my iptel account? Thanks, Nick
Hi,
I am using Kamailio (4.0.3 (x86_64/linux)) against an MSS in the mobile
core network.
Kamailio receives an INVITE with following bodies:
Content-Type: application/sdp
....
Content-Type: application/ISUP;base=itu-t92+;version=itu-t92+.
....
How can the latter part i.e. the ISUP body be *removed *so that I just keep
the sdp and relay.
I have gone through the docs for textops, mangler, sdpops. What other
functions are there for sdp removal apart from *sdp_remove_line_by_prefix.*
*
*
It's a bit impressive that Kamailio could at least respond to all such
multi-body (SDP+ISUP) INVITE messages while asterisk 1.8 (the one in
debian apt) could not.
*
*
Best regards,
Adnan
Hello,
looks like the documentation was not updated -- the module should work
with external xcap server, as you can see in the next module parameter
from the readme.
Can you give it a try?
Cheers,
Daniel
On 9/18/13 7:33 AM, Shankar wrote:
>
> Hi,
>
> While reading the module documentation of 'PRESENCE_XML' module, I
> came across 'intergrated_xcap_server'. If it is set to value '0', then
> it has to use xcap_client module to fetch documents from XCAP server.
> But as per documentation, it says this mode is not supported. So can I
> assume that only intergrated xcap server is supported in kamailio and
> not standalone. If YES, module xcap_client cannot be used at all?
>
> Can someone please confirm the same.
>
> Regards,
>
> Shankar
>
>
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users(a)lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Trainings - Berlin, Oct 21-24; Miami, Nov 11-13, 2013
- more details about Kamailio trainings at http://www.asipto.com -
I am setting up my kamailio and mysql server on separate machines. They are connected via a private network on the eth1. The public interfaces are on eth0. I can use the mysql client to log in the mysql server via the private network but kamailio will not connect. If I change the mysql to communicate on the public network it works (where the sip messaging and mysql are on the same interface). Is there a setting or something that I have to change so the sip messaging and mysql can be on different interfaces.
Thanks in advance,
Sam
Hello,
I would like to know de Ip adresse of the SIP server. I have an audio codec to use in SIP and the machine does just accept the IP #...
Thank you very much
Alex
Alexandre Berube
TECHNICIEN AUDIO
[cid:89de2d.png@29a4e2a1.4b848433]
[cid:1562d7.png@ce780813.40a48a3f]
T 514-787-7799 #7707
C 514-809-4046
F 514-789-0527
________________________________
800, Rue de la Gauchetière Ouest, Bureau 1100
Montréal Québec H5A 1M1 [cid:535258.png@67f7f4bd.4c9de3e6]
Hello,
I'm having trouble understanding how Kamailio keeps track of contacts
when used as an outbound proxy. When using Kamailio as the registrar,
contact information for each endpoint is generally stored in the
locations table.
However, when Kamailio is used as an outbound proxy, the location table
isn't used to keep track registrations. How then does Kamailio keep
track of contacts when used as an outbound proxy? Is Kamailio able to do
NAT pinging on clients behind NAT in this scenario?
Thanks,
Isaac
Hi .*,
scenario:
1) kamailio listening on 0.0.0.0:5060 UDP and TCP configured as SIP proxy
2) eth0 private interface, eth1 public interface
3) multiple IP address on eth1
4) firewall open on 5060 UCP/TCP only for 1 IP address x.x.x.x
When from a client I try to register to the SIP proxy, packets are
going to IP x.x.x.x but kamailio replies using a different source IP
(typically first one configured on the interface) and not the one it
received the request to.
Is there a way to configure/workaround this?
Thank you!
--
mandi, Marco
The check_route_param docs say that you must call loose_route() first.
loose_route() cane called from not within onreply_route.
How do I check form route params within the onreply_route?
Thanks Gareth