[Users] Call through 2 proxy failed
Tsitsi
mediatsitsi-ser at yahoo.fr
Wed May 9 12:09:07 CEST 2007
Hi,
The sip scenario is in the figure (sip.gif) that describe Alice ( proxy atlanta.com) calling Bob (proxy biloxi.com)
This scenario can be found at :
http://switzernet.com/people/emin-gabrielyan/070410-SIP-transactions/
I use :
- Openser as Proxy
- eyebeam as phone
The problem is that when bob's sip phone is ringing (F6 in the figure ) after Alise is calling, the Alice's phone does not indicate ringing but it is staying a at calling (no F7 , F8 at the figure).
Bob can answer (call etablished) but Alice's phone is staying "Calling" and get timeout.
In eyebeam , the call can be a success if i set outbound via target domain but it is not using proxy but directly the eyebeam request dns and send request via proxy (biloxi.com) it not use proxy for outbound
I want to use Send outbound via proxy
I tried to use openser and asterisk (the other side sip proxy) but i get same wrong scenario
The script
route{
if (method=="REGISTER") {
sl_send_reply("100", "Trying");
if(!save("location")) {
sl_reply_error();
};
exit;
}
route(1);
}
route[1] {
xlog("L_INFO", "New request - M=$rm RURI=$ru F=$fu T=$tu IP=$si ID=$ci\n");
lookup("location");
if (!t_relay()) {
sl_reply_error();
};
exit;
}
Thanks for your reply,
Regards,
Tsitsi
---------------------------------
Découvrez le blog Yahoo! Mail : dernières nouveautés, astuces, conseils.. et vos réactions !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kamailio.org/pipermail/users/attachments/20070509/2846b8ac/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sip.GIF
Type: image/gif
Size: 4930 bytes
Desc: 869318175-sip.GIF
Url : http://lists.kamailio.org/pipermail/users/attachments/20070509/2846b8ac/attachment.gif
More information about the Users
mailing list