I'm trying to setup app_python and I'm using the handlers.py script from
the git repo to test. I get the script to load and mod_init() and
child_init() both run, but I can't figure out how to get handler() to run.
I tried adding python_exec("handler") to my config file but Kamailio
doesn't start like that. It says I have a syntax error in my config file.
I've tried versions 4.0.3 from the Ubuntu repo as well as building from git
and both have the same results. Is python support broken or am I just doing
something wrong?
Hi,
As the $Ts pseudovariable gets the timestamp only in seconds, what is
the best way to get the value of the current Unix timestamp in
miliseconds in Kamailio?
Regards,
Dragos
Dear IPtel Support Team,
when trying to make a SIP call to an ID with the domain sipgate.co.uk I
get prompted for a password. I have used the full ID
"sip:[user-id]@sipgate.co.uk"
Am I doing something wrong?
Best regards,
Deborah Harpendale
Dear All,
I am working on XMPP module of kamailio server, but i stucked with some
Integration error.
Firstly my Kamailio and Jabberd servers are on the same machine. I
managed to separately make them work. Call setup between SIP clients
is working and so with messaging/presence, File transfer functions for
Jabberd
clients.
But the problem is when trying to integrate this jabberd2 server with my
kamailio server by setting XMPP module in kamailio's configuration file,
SIP server is starting as usually but syslog gives the following error :
Aug 28 19:45:14 kamailio /usr/local/sbin/kamailio[
19648]: ERROR: xmpp [network.c:110]: net_connect(): resolving
xmpp.example.com failed (Unknown host).
what could be the problem ? please help me in resolving this issue ?
PS: My task is to achieve 'File transfer' feature between SIP and XMPP
clients (also between two SIP clients). so with this regards can you give
me any hints or links to accomplish this.
Any help will greatly appreciate.
Regards,
Nandini
Hello,
I have two sip clients. Client1 registers to kamailio1, Client2
registers to kamailio2. Kamailio1 and kamalio2 sharing one database. I want
to make call between client1 and client2. What should I do?
Another question is that I want to achieve load balancing with kamailios.
The architecture is described as: I run one kamailio instance as load
balancer, other to help make calls, and the load balancer dispatchs
requests to other kamailios.
So, how should I do that? Has anyone ever achieved this? Give me a hand,
thanks very much.
Hi All,
just to know if exist an RPC, actually XML, to get/check user's info.
I've tried ul.lookup but this one returns only online users.
Thanks in advance,
Roberto Fichera.
El 05/09/13 17:21, sr-users-request(a)lists.sip-router.org escribió:
> Send sr-users mailing list submissions to
> sr-users(a)lists.sip-router.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
> or, via email, send a message with subject or body 'help' to
> sr-users-request(a)lists.sip-router.org
>
> You can reach the person managing the list at
> sr-users-owner(a)lists.sip-router.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of sr-users digest..."
>
>
> Today's Topics:
>
> 1. Re: RPC User lookup (Daniel-Constantin Mierla)
> 2. Re: Kamailio problem route (Daniel-Constantin Mierla)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 05 Sep 2013 23:19:53 +0200
> From: Daniel-Constantin Mierla <miconda(a)gmail.com>
> To: "Kamailio (SER) - Users Mailing List"
> <sr-users(a)lists.sip-router.org>
> Subject: Re: [SR-Users] RPC User lookup
> Message-ID: <5228F579.3070706(a)gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hello,
>
> On 9/5/13 3:21 PM, Roberto Fichera wrote:
>> Hi All,
>>
>> just to know if exist an RPC, actually XML, to get/check user's info.
>> I've tried ul.lookup but this one returns only online users.
> the (xml)rpc commands are mainly to deal with kamailio internals
> (in-memory structures). The profiles for users are in subscriber table
> inside database. You can make own web app that can connect to database,
> kamailio itself doesn't implement in its C code a command to manage
> database records via rpc.
>
> There is a rather new module that could be helpful here, see xhttp_pi -
> might give something similar to what you look, although could be just http.
>
> Cheers,
> Daniel
>
yes: error t_forward_nonack no branches for forwarding
thanks
--
Saludos ATTE: *
*
imagen mirje
/*Camilo Bozo
Mirje Soluciones informáticas
Atención de Lunes a Viernes 9:30 a 18:30 hrs
Fono: 81338638
Email: camilo.bozo(a)mirje.net
*/
Hey all,
I have 2 Kamailio systems replicating REGISTER's to each other. However,
I've noticed that the Contact header seems to be wrong on the second server.
For example, if I have endpoint 1.1.1.1 registering to 2.2.2.2, then
2.2.2.2 is calling t_replicate() to 3.3.3.3, the Contact header once it is
received on 3.3.3.3 is user(a)2.2.2.2. I think it should be user(a)1.1.1.1.
Where's the best place to change this before it is sent?
--
Marc Soda, Sr. Systems Engineer
*CoreDial, LLC* | www.coredial.com
1787 Sentry Parkway West, Building 16, Suite 100, Blue Bell, PA 19422
Office: (215) 297-4400 x203 | Fax: (215) 297-4401 | Email:
msoda(a)coredial.com
- - - - -
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
Hello!
i am new in It, i speak spanish y very bad english, my problem is:
i want route to announcement when is busy or request timeout(486|408):
...
...
if(t_check_status("486|408")){
route(TEST);
exit;
}
route[TEST] {
setflag(1);
append_hf("P-App-Name: announcement\r\n");
rewritehostport("sip.inf.uct.cl:5080");
route("RELAY");
exit;
}
route[RELAY] {
if(is_method("ACK")) {
exec_msg("/bin/echo \" $$SIP_HF_FROM $$SIP_HF_TO $$SIP_RURI \" >>
/home/kaminfo/llamadas.log");
...
...
this just to prove that routing works.
call with linphone and gives an error that says "I'm terribly sorry,
server error occurred (6/SL).
Are you missing something in code?
Please help, is my final
Thank you.
--
Saludos ATTE: *
*
imagen mirje
/*Camilo Bozo
Mirje Soluciones informáticas
Atención de Lunes a Viernes 9:30 a 18:30 hrs
Fono: 81338638
Email: camilo.bozo(a)mirje.net
*/