<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16466"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>hey, I got it solved. Apparently my voip provider used a G729 Codec, which freeswitch didn't like.<BR>Of course the VOIP provider has 4, and just the one not supported in this setup is used as default&nbsp;:-o</DIV>
<DIV>&nbsp;</DIV>
<DIV>Now I can call in, WOW, cool :-)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Small steps here...<BR><BR><BR>&gt;&gt;&gt; 13-01-2010 kl. 19:06 skrev "mailinglist" &lt;mailinglist@fribert.dk&gt; i meddelelsen &lt;4B4E19D3020000E1000003AB@mail.fribert.dk&gt;:<BR></DIV>
<TABLE style="MARGIN: 0px 0px 0px 15px; FONT-SIZE: 1em" border=0 bgColor=#f3f3f3>
<TBODY>
<TR>
<TD>
<DIV style="BORDER-LEFT: #050505 1px solid; PADDING-LEFT: 7px">Hi again<BR><BR>Ok, got a bit further, just had a success, I called out, weeheee :-D<BR><BR>Now I want to call in, and it seems the SIP provider I'm using has multiple IP's, I'm not sure if that's the issue here?<BR>I've created the dialplan part explained in the guide, and placed it in dialplan/public as explained in IN-COMING CALLS, RINGING A GROUP<BR><BR>&lt;include&gt;<BR>&nbsp; &lt;extension name="Privat"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^(4692xxxx)$"&gt;&nbsp; (my phonenumber)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="set" data="domain_name=10.11.12.25"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="transfer" data="*8201 XML default"/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<BR>&nbsp; &lt;/extension&gt;<BR>&lt;/include&gt;<BR>I've joined the two soft phones I have to the group.<BR><BR>When I call in I get this displayed:<BR>2010-01-13 18:57:51.396370 [NOTICE] switch_channel.c:602 New Channel sofia/external/2680xxxx@87.54.25.116 [fedccd2a-6d00-df11-aee0-000c29b7b4cb]<BR>2010-01-13 18:57:51.396370 [NOTICE] sofia.c:3419 Hangup sofia/external/26802233@87.54.25.116 [CS_NEW] [INCOMPATIBLE_DESTINATION]<BR>2010-01-13 18:57:51.399569 [NOTICE] switch_core_session.c:1085 Session 19 (sofia/external/2680xxxx@87.54.25.116) Ended<BR>2010-01-13 18:57:51.399569 [NOTICE] switch_core_session.c:1087 Close Channel sofia/external/2680xxxx@87.54.25.116 [CS_DESTROY]<BR><BR>The 87.54.25.116 is from musimi.dk, but outgoing is handled by 87.54.25.114 (which musimi.dk translates to).<BR><BR>2680xxxx is my cellphones number.<BR><BR>Hmm, help :-)<BR><BR>&gt;&gt;&gt; 13-01-2010 kl. 18:08 skrev "mailinglist" &lt;mailinglist@fribert.dk&gt; i meddelelsen &lt;4B4E0C24020000E1000003A7@mail.fribert.dk&gt;:<BR><BR>Hi Joseph<BR><BR>Hmm, you were right, I hadn't set it there, as the guide explains me that I should set it in internal.xml.<BR>After setting it in vars.xml it authenticates as well.<BR><BR>So I'm contiuing the quest :-)<BR><BR>Thankyou very much for your assistance!<BR><BR>/Fribse<BR><BR><BR>&gt;&gt;&gt; 13-01-2010 kl. 16:30 skrev "Joseph L. Casale" &lt;jcasale@activenetwerx.com&gt; i meddelelsen &lt;CA5A491E9DEFBE4CB777DE97E21575E9079C65@prato.activenetwerx.local&gt;:<BR><BR>&gt;But are you sayng that "eval ${domain}" will do more than is done when I restart the fs?<BR>&gt;I don't see that anywhere in the guide :-D<BR>&gt;<BR>&gt;I'll try it out asap!<BR><BR>What I am saying is it "evaluates" that placeholder and shows<BR>its value. You can use it to show the current value to verify<BR>it matches what you intend, which is for it to be the same as<BR>your LAN ip.<BR><BR>_______________________________________________<BR>FreeSWITCH-users mailing list<BR>FreeSWITCH-users@lists.freeswitch.org <BR><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A> <BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR><A href="http://www.freeswitch.org">http://www.freeswitch.org</A><BR><BR><BR>_______________________________________________<BR>FreeSWITCH-users mailing list<BR>FreeSWITCH-users@lists.freeswitch.org<BR><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR><A href="http://www.freeswitch.org">http://www.freeswitch.org</A><BR></DIV></TD></TR></TBODY></TABLE></BODY></HTML>