No subject


Thu Jul 12 09:23:04 CDT 2007


found response from asterisk.
=20
=20
On asterisk's log I see messages like:
"Looking for conference on conference-context (domain serverIP)"
=20
And:
"Call from 'conference' to extension 'conference' rejected because
extension not found."
=20
=20
Does anyone have an ideia of why I'm getting that message?
=20
Why does asterisk seem to be using domain =3D=3D serverIP, instead of =
domain
=3D=3D servername? Is that correct the behavior? Or I may have something
missing on my configuration?
=20
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.
=20
=20
Thanks,
=20
Anderson Luiz Brunozi
=20

------_=_NextPart_001_01C8F183.F7C38821
Content-Type: text/html;
	charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.6000.16674" name=3DGENERATOR></HEAD>
<BODY>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2>Hello,</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial size=3D2>I'm =
trying to setup=20
an instance of Asterisk to use as a SIP conference server only. And I'm =
using=20
OpenSER as SIP Registrar/Proxy.</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial size=3D2>On =
asterisk's=20
sip.conf&nbsp;I created a user <A=20
href=3D"mailto:conference at sipdomain">conference at sipdomain</A>&nbsp;(sipdo=
main =3D=3D=20
server name), that registers to OpenSER when asterisk is=20
started.</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial size=3D2>The =
user conference=20
refers to context conference-context.</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial size=3D2>And, =
on the=20
extensions.conf I've defined the context called conference-context, with =
an=20
extension named conference.</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial size=3D2>From =
my SIP client,=20
I call sip:conference at sipdomain. And get a 404 Not found response from=20
asterisk.</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial size=3D2>On =
asterisk's log I=20
see messages like:</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial =
size=3D2>"Looking for=20
conference on conference-context (domain serverIP)"</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2>And:</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial size=3D2>"Call =
from=20
'conference' to extension 'conference' rejected because extension not=20
found."</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial size=3D2>Does =
anyone have an=20
ideia of why I'm getting&nbsp;that message?</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial size=3D2>Why =
does=20
asterisk&nbsp;seem to be using domain =3D=3D serverIP, instead of domain =
=3D=3D=20
servername? Is that correct the behavior? Or I may have something =
missing on my=20
configuration?</FONT></SPAN></DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D043373513-29072008><FONT face=3DArial size=3D2><SPAN=20
class=3D043373513-29072008><SPAN class=3D043373513-29072008>I suspect =
the problem is=20
more likely be in the sip.conf file, but I can't see what's=20
wrong/missing.</SPAN></SPAN></FONT></SPAN></DIV>
<DIV><FONT face=3DArial><FONT size=3D2><SPAN =
class=3D043373513-29072008>I'm using=20
app_conference. But I don't think this matters for now, because =
m</SPAN><SPAN=20
class=3D043373513-29072008><SPAN class=3D043373513-29072008>y first line =
of the=20
conference extension calls Log(). And, as I don't see my log message =
printed, I=20
assume asterisk didn't even start processing the commands defined for =
the=20
conference extension.</SPAN></SPAN></FONT></FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2><SPAN =
class=3D043373513-29072008><SPAN=20
class=3D043373513-29072008></SPAN></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D2><SPAN =
class=3D043373513-29072008><SPAN=20
class=3D043373513-29072008></SPAN></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D2><SPAN =
class=3D043373513-29072008><SPAN=20
class=3D043373513-29072008>Thanks,</SPAN></SPAN></FONT></FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2><SPAN =
class=3D043373513-29072008><SPAN=20
class=3D043373513-29072008></SPAN></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial><FONT size=3D2><SPAN =
class=3D043373513-29072008><SPAN=20
class=3D043373513-29072008>Anderson Luiz =
Brunozi</SPAN></SPAN></FONT></FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2><SPAN =
class=3D043373513-29072008><SPAN=20
class=3D043373513-29072008></SPAN>&nbsp;</DIV></SPAN></FONT></FONT></BODY=
></HTML>

------_=_NextPart_001_01C8F183.F7C38821--



More information about the asterisk-users mailing list