Skip to Content.
Sympa Menu

sip.edu - Re: RE: [sip.edu] Cisco Call Manager 4.0 + Asterisk/SER ?

Subject: SIP in higher education

List archive

Re: RE: [sip.edu] Cisco Call Manager 4.0 + Asterisk/SER ?


Chronological Thread 
  • From: "Jesse C. Alba" <>
  • To:
  • Subject: Re: RE: [sip.edu] Cisco Call Manager 4.0 + Asterisk/SER ?
  • Date: Fri, 10 Feb 2006 06:14:20 -0800
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=K3NooHYTL6f0dakgjMWV7FObM6GhTRqI9so1CwAD+m8QSfgGu/djhw+H2SaTR+IyoT4hY3s0LeE69yJZVwtr7FFYaRy7ADmO22mmMFkDJ7wr+rAeQognrzZeds2CmKZmlhK+vA2/XqiESJo7Lsd1kQzBTCjRCTq8DdF0qoL5cy4=

Did you ever get an answer to your question, sorry I'm a little late, I haven't been around a keyboard in about 2 weeks now. Anyway if you still need help let me know if not, later.
 
-jca

 
On 1/31/06, <> wrote:
hello,
      i have a similar configuration.I am trying to use SER as a redirect server. I have peer registered to SER and SER sends a redirect to that peer to call my asterisk box.but the problem here being it looks for the same ip of the registered peer with SER on the asterisk box. not able to figure out how can the peer and asterisk communicate independent of the SER box.

my ser.cfg
if (method=="REGISTER") {

               if(!www_authorize("ser domain name", "subscriber")){
                       www_challenge("ser domain name", "0");
                       break;
               }
                       sl_send_reply("200", "ok");
              break;
      };


    rewritehostport ("ip addr of asterisk box:5060");
         sl_send_reply ("300", "redirect");

}


please help.
Thank you,
Amy



--
(o_
//\    Jesse C. Alba
V/_  "A time there was before the birth of conciousness when all things went well."


Archive powered by MHonArc 2.6.16.

Top of Page