Thank you Andreas,
it worked like a charm.
Efelin
2011/12/7 Andreas Granig :
> Hi,
>
> On 12/07/2011 09:45 AM, Efelin Novak wrote:
>> So is there any other common practice how to test registers?
>> Is there any flag that can prevent storing location?
>> Can I send 200 OK to these user in any oth
Hello,
On 12/7/11 10:03 AM, Pavel Segeč wrote:
HI,
Thank you. Just as I sent my previous mail I look into kamctl command
syntax and I found
-- command 'rpid' - manage Remote-Party-ID (RPID)
rpid add . add rpid for a user (*)
rpid rm . set rpid to NULL for a user
Hello,
o Andreas Granig on 12/05/2011 05:24 PM:
Ladies and Gentlemen,
I'm happy to announce the official release of sip provider CE v2.4, an
easy-to-use, free and open-source soft-switch built on top of Kamailio
and Sems. As always, we provide a dead-simple installer to start from
thank you v
Hello Stefan,
On 12/07/2011 05:47 PM, Stefan Sayer wrote:
> thank you very much again for this great piece of work!
>
> I'm sure this is useful not only to newcomers, but both as a base to
> build on for the more experienced, and as reference on how to do things
> properly in many details - the w
[OT] Job offer:
Interested in working with one of the biggest Voice over IP networks in
europe? We're hiring and have one additional IT operation position open in
our team in Karlsruhe, Germany. You would be responsible in a team of
motivated system administrators for the operation and maintenanc
this line is present in a module that i am writting, but on
modules_k/pua_bla/notify.c line 205 has a similar condition...
Cheers
2011/12/7 marius zbihlei
> On 12/07/2011 06:24 PM, Bruno Bresciani wrote:
>
>> Hi All,
>>
>> Kamailio generate a core at line below
>>
>> if(_msg->contact!= NULL ||
On 12/07/2011 06:24 PM, Bruno Bresciani wrote:
Hi All,
Kamailio generate a core at line below
if(_msg->contact!= NULL || _msg->contact->body.s!= NULL){
_msg is a sip_msg struct that my module receive from kamailio. I want
verify if on that request messagem have a contact header, but a core
i
You would want to have:
if(_msg->contact!= NULL && _msg->contact->body.s!= NULL){
Regards,
Ovidiu Sas
--
VoIP Embedded, Inc.
http://www.voipembedded.com
On Wed, Dec 7, 2011 at 11:24 AM, Bruno Bresciani
wrote:
> Hi All,
>
> Kamailio generate a core at line below
>
> if(_msg->contact!= NULL ||
Hi All,
Kamailio generate a core at line below
if(_msg->contact!= NULL || _msg->contact->body.s!= NULL){
_msg is a sip_msg struct that my module receive from kamailio. I want
verify if on that request messagem have a contact header, but a core is
being generated when contact header isn't present
hi,
i use "ds_select_domain()" to route a call.
if the destination reply with an error i am using the next lines in a route
that i called from the failure route:
if($avp(OSPRPL)!=404) {
ds_mark_dst("IP");
}
after trying this line i do "kamctl fifo ds_list" and i see the host is
still at "AX".
Hi,
On 12/07/2011 09:45 AM, Efelin Novak wrote:
> So is there any other common practice how to test registers?
> Is there any flag that can prevent storing location?
> Can I send 200 OK to these user in any other way?
You can do sl_send_reply("200", "Auth test ok") after
www_authenticate(...) suc
Hi,
I've implemented the config file function for
record_route_advertised_address and it should appear in git head later
today. Just doing the documentation and some testing...
Hugh
On 05/12/2011 21:52, Daniel-Constantin Mierla wrote:
Hello,
maybe the option for now is to set the parameters
Hi folks,
I would like to know what to use for the following scenario. I want
users to be able to test their registration by sending REGISTER and
Kamailio sends them 200 OK if credentials are OK. However I don't want
the aor to be stored in location table. This REGISTER should be only
used for tes
Daniel hi,
thanks for the reply.
i woke up this mornning and tried to change the destination set on the
dispatcher DB table.
it was "sip:user@host"... i changed it to "sip:host" and used
ds_select_domain.
worked great, the R-URI host changed as needed.
regarding the t_relay(host,port) option. the
14 matches
Mail list logo