[Kamailio-Users] Register Request Forward

Denis Putyato denis7979 at mail.ru
Wed Nov 11 10:22:41 CET 2009


Try to use dlg_bridge(); function in dialog module

 

From: toqeer ali [mailto:toqeer83 at gmail.com] 
Sent: Wednesday, November 11, 2009 12:13 PM
To: Denis Putyato
Cc: users at lists.kamailio.org
Subject: Re: [Kamailio-Users] Register Request Forward

 


"that client send INVITE to asterisk via kamailio but no replay is in on
this INVITE"

 

basically Asterisk receive the request and send back to kamailio but
kamailio can't send back to xlite.

 

2009/11/11 Denis Putyato <denis7979 at mail.ru>

<but call does not route back to me>

 

You mean, that incoming call from asterisk to client via kamailio doesn't
work or that client send INVITE to asterisk via kamailio but no replay is in
on this INVITE? 

 

From: toqeer ali [mailto:toqeer83 at gmail.com] 
Sent: Wednesday, November 11, 2009 10:16 AM


To: Denis Putyato
Cc: users at l

ists.kamailio.org


Subject: Re: [Kamailio-Users] Register Request Forward

 

Thanks Again for the prompt reply... Basicaly i want to route Register
Requests for  multiple asterisk via kamailio ... by using pattern matching
of extensions...

 

is i am on the right path ?? or i can achieve this from dispatcher or load
balancer module  .... Basically i want to register specific extensions  to
specific asterisk boxes....

 

 

from your previous reply i can send call to asterisk and register to as well
but call does not route back to me... any clue ...

2009/11/11 Denis Putyato <denis7979 at mail.r

"The secret is that the other sip server was asterisk and i want route call
to asterisk via kamailio :)."

I don't understand why do you want to do any session with asterisk via
kamailio: not directly to asterisk: but any way the decision is same -
send() or rewritehost()

 

route {

 if ($fU==":"&&is_method("INVITE"))

  record_route();

  rewritehost("192.168.0.1");

  t_relay();

}  

 

Do this before authentication checking is made in kamailio.

From: toqeer ali [mailto:toqeer83 at gmail.com] 
Sent: Wednesday, November 11, 2009 6:49 AM
To: Denis Putyato
Cc: users at lists.kamailio.org
Subject: Re: [Kamailio-Users] Register Request Forward

 

Thanks it Registered but i can't call on this .. "authentication Required
from proxy". what i should do now.

 

The secret is that the other sip server was asterisk and i want route call
to asterisk via kamailio :).

2009/11/10 Denis Putyato <denis7979 at mail.ru>

Hi

If not secret, why do you want to use such scheme?

 

Your decision 

send(); - core function.

 

{

If (is_method("REGISTER")&&$fU==":.") send("udp:192.168.0.1:5060");

}

 

or 

 

{

 If (is_method("REGISTER")&&$fU==":.") {

   rewritehost("192.168..0.1");

     t_relay();

  }

}

 

From: users-bounces at lists.kamailio.org
[mailto:users-bounces at lists.kamailio.org] On Behalf Of toqeer ali
Sent: Tuesday, November 10, 2009 1:56 PM
To: users at lists.kamailio.org
Subject: [Kamailio-Users] Register Request Forward

 

Hi all,

 

My question is how to forward Register Request to another sip server.

 

For example one user (X-lite) want to register with 192.168.0.1(sip server1)
via 192.168.0.2(sip server 2).

it means that in the domain part of xlite is 192.168..0.2 and it basically
register with 192.168.0.1.

192.168.0.2 will forward Register request to 192.168..0.1.

it will be very  helpful if any one can answer.

 

Thanks 


-- 
Toqeer Ali Syed

Red Hat Certified Engineer
mob:     +92 321 9059916




-- 
Toqeer Ali Syed

Red Hat Certified Engineer
mob:     +92 321 9059916




-- 
Toqeer Ali Syed

Red Hat Certified Engineer
mob:     +92 321 9059916




-- 
Toqeer Ali Syed

Red Hat Certified Engineer
mob:     +92 321 9059916

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20091111/bd962528/attachment.htm>


More information about the sr-users mailing list