[OpenSIPS-Users] Send simultaneous commands with exec module

2010-01-03 Thread Jennifer-4
Hi everybody and Happy New Year!! I´m working with Opensips 1.4. I need to send two commands simultaneously from Opensips, specifically I want to send two flows with ITG. If I write two sentences with exec_avp or exec_dset, the commands are sent in order, not simultaneously. So I´m trying to s

[OpenSIPS-Users] Opensips 1.4: Value of $Ts and reset

2009-11-26 Thread Jennifer-4
Hi! I´m using Opensips 1.4. I need to know the time when some SIP messages are sent. I read the value of variable $Ts. But, what is the time´s reference? Is there any way to reset the initial time? Thanks! -- View this message in context: http://n2.nabble.com/Opensips-1-4-Value-of-Ts-and-res

[OpenSIPS-Users] Opensips and Asterisk - Problem with extensions and SIP messages

2009-11-24 Thread Jennifer-4
Hi! I´m using two Opensips as proxys, and they also take decisions about redirections of different calls. All messages pass through Asterisk. In a call from 104 to 100, the first thing I do is send the INVITE message to Asterisk. Later, after Opensips receives the new INVITE (from Asterisk), it

Re: [OpenSIPS-Users] Function exec_msg() and exec module

2009-11-17 Thread Jennifer-4
ed to do something more? Regards, Bogdan-Andrei Iancu wrote: > > you have them in modules/exec/ > > Also, after doing "make all", you will get the exec.so lib there. > > By default, the "exec" modules is installed. > > Regards, > Bogdan > > Jennif

Re: [OpenSIPS-Users] Function exec_msg() and exec module

2009-11-17 Thread Jennifer-4
I read the doc, but I think I need files like exec.h or exec.c, to load the module with exec.so Regards Bogdan-Andrei Iancu wrote: > > Hi, > > Jennifer-4 wrote: >> Hi! >> >> I want to send a command from "opensips.cfg", so in the main route, I´m

[OpenSIPS-Users] Function exec_msg() and exec module

2009-11-16 Thread Jennifer-4
Hi! I want to send a command from "opensips.cfg", so in the main route, I´m trying to do: exec_msg("echo HOLA"); I have read that I need a module called "exec", but I don´t know where I can find the files needed. Thanks! -- View this message in context: http://n2.nabble.com/Function-exec-msg

[OpenSIPS-Users] Opensips - Processing received messages

2009-11-04 Thread Jennifer-4
Hi! I´m using the 1.4.1 version and I´m making calls between two pjsua, using opensips as a proxy. When the first pjsua makes a call to the second, all the info passes along the opensips (because is being used as a proxy). I want to process these messages on the "opensips.cfg" of the proxy, in o

Re: [OpenSIPS-Users] Opensips: Sip-Response-Code

2009-11-03 Thread Jennifer-4
I want to know the value on the main routing, it´s possible? Iñaki Baz Castillo wrote: > > El Martes, 3 de Noviembre de 2009, Jennifer-4 escribió: >> Hi! >> >> I´m using Opensips 1.4.1. >> >> I want to know the value of "Sip-Response-Code" o

[OpenSIPS-Users] Opensips: Sip-Response-Code

2009-11-03 Thread Jennifer-4
Hi! I´m using Opensips 1.4.1. I want to know the value of "Sip-Response-Code" of a SIP message. I´m trying to do: xlog("L_INFO","Value = $rs \n"); But the value returned is "null". Any idea? Thanks! -- View this message in context: http://n2.nabble.com/Opensips-Sip-Response-Code-tp3937674p

[OpenSIPS-Users] Opensips- Valor de Sip-Response-Code

2009-11-03 Thread Jennifer-4
Hola, estoy utilizando la versión 1.4.1 de Opensips. Quiero conocer, para cada mensaje, el valor de "Sip-Response-Code". Por ejemplo, para saber cuál es el método, utilizo la variable $rm. ¿Qué variable me da el valor de Sip-Response-Code? Muchas gracias! -- View this message in context: h