Hello, I'm trying to setup an instance of Asterisk to use as a SIP conference server only. And I'm using OpenSER as SIP Registrar/Proxy. On asterisk's sip.conf I created a user [EMAIL PROTECTED] (sipdomain == server name), that registers to OpenSER when asterisk is started. The user conference refers to context conference-context. And, on the extensions.conf I've defined the context called conference-context, with an extension named conference. >From my SIP client, I call sip:[EMAIL PROTECTED] And get a 404 Not found response from asterisk. On asterisk's log I see messages like: "Looking for conference on conference-context (domain serverIP)" And: "Call from 'conference' to extension 'conference' rejected because extension not found." Does anyone have an ideia of why I'm getting that message? Why does asterisk seem to be using domain == serverIP, instead of domain == servername? Is that correct the behavior? Or I may have something missing on my configuration? I suspect the problem is more likely be in the sip.conf file, but I can't see what's wrong/missing. I'm using app_conference. But I don't think this matters for now, because my first line of the conference extension calls Log(). And, as I don't see my log message printed, I assume asterisk didn't even start processing the commands defined for the conference extension. Thanks, Anderson Luiz Brunozi
_______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com --
AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
