Thanks Folks; I'm making progress. The following origination string does make my non-registered SJPhone ring:<br><br>{origination_caller_id_number=2000}sofia/external/<a href="mailto:some@192.168.50.67">some@192.168.50.67</a><br>
<br><br>But why isn't it caught by the following extension?<br><br><br><span style="color: rgb(0, 0, 0);"><include><br> <extension name="myextension"><br> <condition field="caller_id_number" expression="^2000$" break="on-true"><br>
<action application="socket" data="<a href="http://192.168.50.67:10000/" target="_blank">192.168.50.67:10000</a><span> </span>full" /><br> </condition><br> </extension><br>
</include><br><br><br></span><br><div class="gmail_quote">On Wed, Jun 10, 2009 at 11:11 AM, Brian West <span dir="ltr"><<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>></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;">
<div style=""><a href="http://wiki.freeswitch.org/wiki/Dialplan_XML#SIP-Specific_Dialstrings" target="_blank">http://wiki.freeswitch.org/wiki/Dialplan_XML#SIP-Specific_Dialstrings</a><div><br></div><div>If you're calling a locally registered user... you need to use user/user@domain which uses dial-string from the params on the user or directory. Or sofia/profile/user%domain </div>
<div><br></div><div>/b</div><div><br></div><div><div class="im"><br><div><div>On Jun 10, 2009, at 9:54 AM, Max Bridgewater wrote:</div><br><blockquote type="cite"><span style="color: rgb(0, 0, 0);">Thanks,<span> </span><br>
<br>the first variant doesn't work for me. Any idea?<br>I changed it to:<br><br>originate sofia/internal/<a href="mailto:1003@192.168.10.103" target="_blank">1003@192.168.10.103</a><span> </span>& park()<br><br>then i get the error message: "Cannot blind transfer 1 legged call".<br>
<br><br><br>Also going through the wiki i discovered the concept of socket event and included the following extension under /usr/local/freeswitch/conf/dialplan/public/mysockt.xml:<br><br><include><br> <extension name="myextension"><br>
<condition field="caller_id_number" expression="^2000$" break="on-true"><br> <action application="socket" data="<a href="http://192.168.50.67:10000" target="_blank">192.168.50.67:10000</a><span> </span>full" /><br>
</condition><br> </extension><br></include><br><br>Can somebody gives me an example of dial string that would allow my call to be sent to this server socket? How would i place such a call using SJPhone?<br>
<br>Best regards,<br>Max.</span></blockquote></div><br></div><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style="">
<div>Brian West</div><div><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></div><div><br></div></div></span>-- Meet us at ClueCon! <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
<div><br></div></div></span><br></div></span><br> </div><br></div></div><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>
<br></blockquote></div><br>