<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18852"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial>Hi Ahmed,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial>My vars.xml file does not set the literal IP address (nor the
server's DNS name), rather it uses the following line (so this should not cause
a problem):</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face="Courier New"><X-PRE-PROCESS cmd="set"
data="domain=$${local_ip_v4}"/></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial>Also, there are no references to hard-coded addresses anywhere
in the other XML files. </FONT></SPAN><SPAN class=987371118-05012010><FONT
size=2 face=Arial><FONT color=#0000ff>Also, line #3 of the pastebin "<FONT
face="Courier New">IP 192.168.72.29 Rejected by acl "domains" Falling back to
Digest auth.</FONT>" just means it is authenticating the
INVITE and then it does proceed with the call.</FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial>The problem is down at line #71: "<FONT
face="Courier New">zap_io.c:1197 outgoing_call method not
implemented!</FONT>". What does this error mean?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial>Thank you and Best Regards,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial>Jerry</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=987371118-05012010><FONT color=#0000ff
size=2 face=Arial></FONT></SPAN> </DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> Ahmed Naji [mailto:a.alalousi@gmail.com]
<BR><B>Sent:</B> Tuesday, January 05, 2010 1:40 AM<BR><B>To:</B>
freeswitch-users@lists.freeswitch.org<BR><B>Subject:</B> Re:
[Freeswitch-users] DESTINATION_OUT_OF_ORDER<BR></FONT><BR></DIV>
<DIV></DIV>Hi Jerry,<BR><BR>Looked at your log and your problem is quiet
simple to resolve, but first here's what's happenning:<BR><BR>You copied the
conf/ subtree to your new server. As such, you have also duplicated your
vars.xml. By doing so, you have set the domain on the <B>new server</B> to the
same domain used on your old server which would be fine, <B>but</B> the
default domain settings used by FS is to use your primary IPv4 IP address as
your domain.<BR><BR>By duplicating the conf subtree from the old server, you
have effectively bound the new instance of FS to a domain that is the IP
address of the old server, if this makes sense.<BR><BR>You can see this on
third line of your log:<BR><BR><B><U><SPAN class=re0><SPAN
class=nu0>192.168</SPAN><SPAN class=nu0>.72</SPAN><SPAN class=nu0>.29</SPAN>
Rejected by acl "domains"</SPAN></U></B><BR><BR>To resolve this, modify your
vars.xml on the new server to reflect whatever domain it is you want to route,
or set the domain to the new server's IP address like
so:<BR><BR> <X-PRE-PROCESS cmd="set"
data="domain=IP_ADDRESS_OF_NEW_SERVER"/><BR><BR>You also need to check that
any other files (e.g. the conf/sip_profiles, conf/directory/ and
conf/dialplan/ hierarchy) are modified to reflect the new server settings as
well.<BR><BR>In the limit, resolving those conflicts will also resolve your
issues, unless there is something else that's wrong.<BR><BR>Let's know how you
get along.<BR><BR>Regards,<BR><BR>Ahmed.<BR> <BR><BR>
<DIV class=gmail_quote>2010/1/4 Jerry Richards <SPAN dir=ltr><<A
href="mailto:jerry.richards@teotech.com">jerry.richards@teotech.com</A>></SPAN><BR>
<BLOCKQUOTE
style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote><BR>Hello,<BR><BR>I have one FS instance that is working
well with a PRI and running FS<BR>version 1.0.5pre9. Originally, it
was running FS version 1.0.4 and I then<BR>upgraded it.<BR><BR>Now, I am
trying to bring up another FS instance (basically a clone of the<BR>first),
but the PRI does not work. When I attempt to make
an<BR>internal-to-PSTN call, I get a "502 Bad Gateway" reply. I
verified that<BR>both servers are using the latest Sangoma Wanpipe driver,
and I copied the<BR>conf XML file tree from the old server to the new one.
I think the problem<BR>has to do with the openzap module, but I'm
having difficulty isolating the<BR>problem. Could it have built the
openzap module incorrectly? Another<BR>difference is that I installed
1.0.5pre9 from scratch on the new server<BR>(i.e. it never had 1.0.4 running
on it).<BR><BR>I put the FS log into the pastebin when an outbound call
attempt is made:<BR><BR><A href="http://pastebin.freeswitch.org/11675"
target=_blank>http://pastebin.freeswitch.org/11675</A><BR><BR>Could someone
give me a pointer on what to try next?<BR><BR>Thanks and Best
Regards,<BR>Jerry<BR><BR><BR>_______________________________________________<BR>FreeSWITCH-users
mailing list<BR><A
href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><A
href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A
href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A
href="http://www.freeswitch.org"
target=_blank>http://www.freeswitch.org</A><BR></BLOCKQUOTE></DIV><BR><BR
clear=all><BR>-- <BR>Ahmed Naji<BR></BLOCKQUOTE></BODY></HTML>