maybe that phone does not support early media<br><br>try adding the answer application to your dialplan<br><br><br><div class="gmail_quote">On Mon, Mar 30, 2009 at 3:33 PM,  <span dir="ltr">&lt;<a href="mailto:can_man@gmx.de">can_man@gmx.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hallo,<br>
<br>
thank you for your answer Anthony.<br>
<div class="im"><br>
&gt;<br>
&gt; starting at line 192 you seem to be sending yourself a notify, not sure<br>
&gt; how you did that.<br>
<br>
</div>That is indeed strange, I have looked at the MjSip code but haven&#39;t found the cause yet.<br>
<div class="im"><br>
&gt; you are not by any chance trying to call a registered endpoint using the<br>
&gt; FS<br>
&gt; ip together with @ are you?<br>
&gt; say you fs box is 1.2.3.4 and the phone is registered as 1000<br>
&gt;<br>
&gt; If you want to call 1000 you don&#39;t use sofia/internal/<a href="mailto:1000@1.2.3.4">1000@1.2.3.4</a> you<br>
&gt; would<br>
&gt; use sofia/internal/1000%1.2.3.4<br>
&gt; The % tells it to resolve the domain as a locally hosted domain and<br>
&gt; translate it to the registered contact instead of using dns.<br>
&gt;<br>
<br>
</div>For testing I at the moment send the incoming call to the voicemail of user 1000 with this code:<br>
<br>
return &#39;&#39;&#39;&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;document type=&quot;freeswitch/xml&quot;&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;section name=&quot;dialplan&quot; description=&quot;RE Dial Plan For FreeSwitch&quot;&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;context name=&quot;public&quot;&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;extension name=&quot;voicemail%s&quot;&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;condition field=&quot;destination_number&quot; expression=&quot;^(%s)$&quot;&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;action application=&quot;voicemail&quot; data=&quot;default $${domain} %s&quot;/&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;/condition&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;/extension&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;/context&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;/section&gt;\n&#39;&#39;&#39;\<br>
        &#39;&#39;&#39;&lt;/document&gt;&#39;&#39;&#39; % (didNumber, didNumber, id)<br>
<br>
<br>
Works fine with a normal SIP client.<br>
I have captured more output with debug enabled and have also captured the SIP messages originating from MjSip.<br>
<br>
FS: <a href="http://pastebin.freeswitch.org/8045" target="_blank">http://pastebin.freeswitch.org/8045</a><br>
MjSip: <a href="http://pastebin.freeswitch.org/8046" target="_blank">http://pastebin.freeswitch.org/8046</a><br>
<br>
Thank you very much for your help.<br>
Best wishes,<br>
Phil<br>
<div><div></div><div class="h5"><br>
&gt;<br>
&gt;<br>
&gt; On Sun, Mar 29, 2009 at 5:09 PM, &lt;<a href="mailto:can_man@gmx.de">can_man@gmx.de</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Hello everyone,<br>
&gt; &gt;<br>
&gt; &gt; I am trying to get FS working with the MjSip Java Sip-stack, the<br>
&gt; SipToSis<br>
&gt; &gt; source and the normal one. Everything works well within my own network<br>
&gt; and<br>
&gt; &gt; when using x-lite, but when it comes to making calls from MjSip to an<br>
&gt; &gt; outside FS server I don&#39;t hear any voice - seems to be a NAT problem or<br>
&gt; some<br>
&gt; &gt; kind of other MjSip problem. Registration works fine though and SIP<br>
&gt; messages<br>
&gt; &gt; get through ok, but non of the UDP RTP ones. Would be great if someone<br>
&gt; could<br>
&gt; &gt; advice me on how to do the setup correctly.<br>
&gt; &gt;<br>
&gt; &gt; The whole FS trace can be found here:<br>
&gt; <a href="http://pastebin.freeswitch.org/8029" target="_blank">http://pastebin.freeswitch.org/8029</a><br>
&gt; &gt;<br>
&gt; &gt; The settings for MjSip are:<br>
&gt; &gt;<br>
&gt; &gt; &quot;via_addr=91.101.58.142 (changed in the whole trace)&quot;,&quot;host_port=5090&quot;,<br>
&gt; &gt; &quot;transport_protocols=udp tcp&quot;,&quot;from_url=&lt;<a href="http://sip:puli@91.101.58.142:5090" target="_blank">sip:puli@91.101.58.142:5090</a>&gt;&quot;,<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &quot;username=puli&quot;,&quot;realm=91.101.58.142&quot;,&quot;passwd=1234&quot;,&quot;debug_level=8&quot;,&quot;do_register=yes&quot;,<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &quot;#do_unregister=yes&quot;,&quot;#do_unregister_all=yes&quot;,&quot;keepalive_time=8000&quot;,&quot;audio=yes&quot;,&quot;audio_port=21068&quot;,<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &quot;audio_avp=0&quot;,&quot;audio_codec=PCMU&quot;,&quot;audio_sample_rate=8000&quot;,&quot;audio_sample_size=1&quot;,&quot;audio_frame_size=500&quot;,<br>
&gt; &gt; &quot;bin_rat=rat&quot;,&quot;bin_vic=vic&quot;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Thank you very much.<br>
&gt; &gt; Best wishes,<br>
&gt; &gt; Phil<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate +<br>
&gt; &gt; Telefonanschluss für nur 17,95 Euro/mtl.!*<br>
&gt; &gt; <a href="http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a" target="_blank">http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a</a><br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Freeswitch-users mailing list<br>
&gt; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II<br>
&gt;<br>
&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;<br>
&gt; AIM: anthm<br>
</div></div>&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a> &lt;<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a>&lt;<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
<div class="im">&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
</div>&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a> &lt;<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
<div class="im">&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
</div>&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a>&lt;<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>

&gt; pstn:213-799-1400<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* <a href="http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a" target="_blank">http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a</a><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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>