hello, can someone help me with ser redirect to asterisk. any help appreciated. Thanks, AA
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Can you specify a bit more what you whant to have help with! Best regards jan Sharon wrote:> hello, > can someone help me with ser redirect to asterisk. > any help appreciated. > > Thanks, > AA > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users- -- +------------------------------------------------------------------- ! Irial / YASK AB ! Att: Jan Saell ! Box 59, S-692 21 KUMLA, SWEDEN ! Tel: 019-58 25 15 Int +46-19 58 25 15 Fax +46-19 58 38 05 ! E-mail: jan@irial.com ! PGP Fingerprint: E957 23C8 9F51 0958 B9AD 7F18 404A 5DA1 F944 A08B -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD3JwXQEpdoflEoIsRAscBAJ9TUT+glfYs7AsIc9VuqsnmeH9SNgCfePY7 BYdhQejNlF1f1p7yKyMAHP8=Hqh4 -----END PGP SIGNATURE-----
Jan Saell wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Can you specify a bit more what you whant to have help with! > >I guess it is the usual question nobody wants to answer, right? (Internet) ====== port 5060 => SER ======== redirect EVERYTHING to port 5062 => Asterisk bye Ronald Wiplinger> Best regards > jan > > Sharon wrote: > >> hello, >> can someone help me with ser redirect to asterisk. >> any help appreciated. >> >> Thanks, >> AA >> _______________________________________________ >> --Bandwidth and Colocation provided by Easynews.com -- >> >> Asterisk-Users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > > - -- > +------------------------------------------------------------------- > ! Irial / YASK AB > ! Att: Jan Saell > ! Box 59, S-692 21 KUMLA, SWEDEN > ! Tel: 019-58 25 15 Int +46-19 58 25 15 Fax +46-19 58 38 05 > ! E-mail: jan@irial.com > ! PGP Fingerprint: E957 23C8 9F51 0958 B9AD 7F18 404A 5DA1 F944 A08B > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFD3JwXQEpdoflEoIsRAscBAJ9TUT+glfYs7AsIc9VuqsnmeH9SNgCfePY7 > BYdhQejNlF1f1p7yKyMAHP8> =Hqh4 > -----END PGP SIGNATURE----- > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
Check http://www.voip-info.org/wiki/view/Asterisk+at+large Or sipedu http://mit.edu/sip/sip.edu/ Plenty of examples .... /Vel -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Sharon Sent: Friday, January 27, 2006 4:41 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] SER redirect hello, can someone help me with ser redirect to asterisk. any help appreciated. Thanks, AA _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
my setup is client--registers--> ser-----redirect--->client---- ---invite------> asterisk ------> pstn when this happens i configured the ser.cfg with the rewriteuri and redirect logic and i am seeing 300 redirect being passed to the client registerd to ser but when it sends a invite to asterisk, asterisk looks for the same ip address of the client to send reply to and i receive a error on the asterisk server realtime_peer: Cannot Determine peer name ip=xxx.xxx.xxx.xxx I would appreciate if someone can help me figure this out. Thank you, AA On 1/30/06, Velimir Novkovic <voip@e-prometheus.org> wrote:> > Check http://www.voip-info.org/wiki/view/Asterisk+at+large > Or sipedu http://mit.edu/sip/sip.edu/ > Plenty of examples .... > /Vel > > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Sharon > Sent: Friday, January 27, 2006 4:41 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] SER redirect > > hello, > can someone help me with ser redirect to asterisk. > any help appreciated. > > Thanks, > AA > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060131/7c0baba6/attachment.htm
Sharon a ?crit :> my setup is > > client--registers--> ser-----redirect--->client---- ---invite------> > asterisk ------> pstn > > when this happens > > i configured the ser.cfg with the rewriteuri and redirect logic and i > am seeing 300 redirect being passed to the client registerd to ser but > when it sends a invite to asterisk, asterisk looks for the same ip > address of the client to send reply to and i receive a error on the > asterisk server > > realtime_peer: Cannot Determine peer name ip=xxx.xxx.xxx.xxx > > I would appreciate if someone can help me figure this out.I have the same setup and here is what I do: In ser.cfg: # ----------------------------------------------------------------- # Pass on stuff going to PSTN to Asterisk # ----------------------------------------------------------------- if (uri=~"^sip:0[0-9]*@.*") { rewritehostport ("*<your_asterisk_box_ip>*:5060"); if (!t_relay()) { # sl_send_reply ("403", "prout"); sl_reply_error(); }; break; }; In sip.conf: (asterisk) [ser-stuff] type=friend context=world host=<my_ser_host> canreinvite=no Also be careful. If <someuser>@yourserbox.ip calls not to have any [someuser] sections in sip.conf, because it broke stuff for me. Good luck! Jean-Michel. -- Jean-Michel Hiver - http://ykoz.net/ D?couvrez la R?union des Technologies IP & Telecom TEL: +262 (0)262 55 03 98 - RCS 434 273 330 SAINT PIERRE