Yes I see why now,<br><br>The template has the email addr in the To: header via the ${voicemail_email}<br>i added ${voicemail_notify_email} that is used in the new template.<br><br><br><div class="gmail_quote">On Wed, Jun 4, 2008 at 12:14 PM, Peder @ NetworkOblivion &lt;<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">One issue. &nbsp;If you have both email and notify set, you get the email<br>
with the attachment, a notify to the notify address, but you also get a<br>
notify to the email address (3 messages total). &nbsp;It appears that the<br>
notify message is using the email header and then adding the notify<br>
email to the existing header, so you are getting the notify sent to two<br>
places. &nbsp;I haven&#39;t tried using a separate notify template yet.<br>
<div class="Ih2E3d"><br>
Anthony Minessale wrote:<br>
&gt; This feature was a patch we probably should have looked at closer?<br>
&gt;<br>
&gt; I reverted it and wrote a new one, please test as i am not able to atm<br>
&gt; this is a blind commit.<br>
&gt;<br>
&gt; vm-mailto (default undef) &quot;the addr you want main email&quot;<br>
&gt; vm-notify-mailto (default same as vm-mailto) &quot;the addr you want<br>
&gt; notifications sent to&quot;<br>
&gt; vm-email-all-messages (default false) &quot;send all messages to vm-mailto<br>
&gt; addr (attachment based on vm-attach-file param)&quot;<br>
&gt; vm-notify-email-all-messages (default false) &quot;send a notify email to<br>
&gt; vm-notify-mailto when a vm is left (never has attachment)&quot;<br>
&gt; vm-keep-local-after-email (default true) when you email the main message<br>
&gt; also keep it locally as new vm for the phone.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; when false means delete it as if<br>
&gt; it never happened and just email it.<br>
&gt; vm-attach-file (default true) attach the audio file to the main email<br>
&gt;<br>
&gt; the notify email will use the same template as the main email unless you<br>
&gt; define the new profile param &quot;notify-template-file&quot;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Jun 3, 2008 at 1:25 PM, Peder @ NetworkOblivion<br>
</div><div class="Ih2E3d">&gt; &lt;<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a> &lt;mailto:<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; Right, but if you don&#39;t have &quot;vm-email-all-messages&quot; and &quot;vm-mailto&quot;,<br>
&gt; &nbsp; &nbsp; you can&#39;t send a notify. &nbsp;In other words it is either email only, or<br>
&gt; &nbsp; &nbsp; email and notify. &nbsp;You can&#39;t just do notify.<br>
&gt;<br>
&gt; &nbsp; &nbsp; Anthony Minessale wrote:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; vm-mailto is just the value of your email address if you want to<br>
&gt; &nbsp; &nbsp; send or<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; not which is more specific than email-addr<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; vm-email-all-messages is the actual param to adjust the<br>
&gt; &nbsp; &nbsp; functionality.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; On Tue, Jun 3, 2008 at 12:39 PM, Peder @ NetworkOblivion<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &lt;<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a> &lt;mailto:<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>&gt;<br>
</div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a><br>
<div><div></div><div class="Wj3C7c">&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>&gt;&gt;&gt; wrote:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; So I was messing with the voicemail to email and notify and<br>
&gt; &nbsp; &nbsp; ran into an<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &quot;issue&quot;. &nbsp;It appears that you have to have<br>
&gt; &nbsp; &nbsp; vm-email-all-messages set to<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; true and have an address in vm-mailto to send a notify. &nbsp;This<br>
&gt; &nbsp; &nbsp; may or may<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; not be the intention, but it just doesn&#39;t sound right to me.<br>
&gt; &nbsp; &nbsp; &nbsp;I should<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; be able to send a notify without sending an email as well. &nbsp;I<br>
&gt; &nbsp; &nbsp; think I<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; found the culprit at line 1926, it is:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp;if (send_mail &amp;&amp; !switch_strlen_zero(email_vm) &amp;&amp;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; switch_file_exists(file_path,<br>
&gt; &nbsp; &nbsp; switch_core_session_get_pool(session)) ==<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; SWITCH_STATUS_SUCCESS) {<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; My thought was to instead say &quot;if you have email-all and an<br>
&gt; &nbsp; &nbsp; email, or<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; you have notify&quot;, then you are ok, which I think the below<br>
&gt; &nbsp; &nbsp; will do:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp;if (((send_mail &amp;&amp; !switch_strlen_zero(email_vm)) ||<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; !switch_strlen_zero(email_vm_notify)) &amp;&amp;<br>
&gt; &nbsp; &nbsp; switch_file_exists(file_path,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; switch_core_session_get_pool(session)) ==<br>
&gt; &nbsp; &nbsp; SWITCH_STATUS_SUCCESS) {<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; The issue is that I kind of got lost in the logic below as to<br>
&gt; &nbsp; &nbsp; how I<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; would change these lines. &nbsp;This sends an email with attach<br>
&gt; &nbsp; &nbsp; AND a notify<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; if notify &nbsp;is set. &nbsp;If both are set, that is fine, but if<br>
&gt; &nbsp; &nbsp; only notify is<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; set, I don&#39;t want to send an email. Line 2014:<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; if (email_attach) {<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_simple_email(email_vm, from,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; header_string, body, file_path);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } else {<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_simple_email(email_vm, from,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; header_string, body, NULL);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!switch_strlen_zero(email_vm_notify)) {<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_simple_email(email_vm_notify,<br>
&gt; &nbsp; &nbsp; from,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; header_string, body, NULL);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_log_printf(SWITCH_CHANNEL_LOG,<br>
&gt; &nbsp; &nbsp; SWITCH_LOG_DEBUG,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &quot;Sending message to %s\n&quot;, email_vm);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; I wasn&#39;t sure if I needed to say &quot;if email_attach and<br>
&gt; &nbsp; &nbsp; send_mail and<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; !zero(email_vm)&quot; and then the else would be an elseif of &quot;if<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; email_attach and send_mail and zero(email_vm)&quot; to make sure<br>
&gt; &nbsp; &nbsp; that I don&#39;t<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; match either of these with only notify set. &nbsp;Or is there an<br>
&gt; &nbsp; &nbsp; easier way<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; to say it to make sure I don&#39;t miss something?<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Also, I think the log message would be better if there was<br>
&gt; &nbsp; &nbsp; one per<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; if/then/if so that we can see if it is with an attach,<br>
&gt; &nbsp; &nbsp; without, or just<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; a notify.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if (email_attach) {<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_simple_email(email_vm, from,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; header_string, body, file_path);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_log_printf(SWITCH_CHANNEL_LOG,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; SWITCH_LOG_DEBUG, &quot;Sending email with attachment to %s\n&quot;,<br>
&gt; &nbsp; &nbsp; email_vm);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } else {<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_simple_email(email_vm, from,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; header_string, body, NULL);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_log_printf(SWITCH_CHANNEL_LOG,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; SWITCH_LOG_DEBUG, &quot;Sending email without attachment to %s\n&quot;,<br>
&gt; &nbsp; &nbsp; email_vm);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!switch_strlen_zero(email_vm_notify)) {<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_simple_email(email_vm_notify,<br>
&gt; &nbsp; &nbsp; from,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; header_string, body, NULL);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_log_printf(SWITCH_CHANNEL_LOG,<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; SWITCH_LOG_DEBUG, &quot;Sending email notify to %s\n&quot;,<br>
&gt; &nbsp; &nbsp; email_vm_notify);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_safe_free(body);<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; And before anybody says it, I don&#39;t have cvs commit access<br>
&gt; &nbsp; &nbsp; and I am a<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; rookie programmer and don&#39;t want to commit something that is<br>
&gt; &nbsp; &nbsp; totally<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; f&#39;d up.<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Peder<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Freeswitch-dev mailing list<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a>&gt;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; --<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; Anthony Minessale II<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; AIM: anthm<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a><br>
</div></div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:MSN%25253Aanthony_minessale@hotmail.com">MSN%253Aanthony_minessale@hotmail.com</a>&gt;&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a><br>
</div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:PAYPAL%25253Aanthony.minessale@gmail.com">PAYPAL%253Aanthony.minessale@gmail.com</a>&gt;&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt;<br>
&gt; &nbsp; &nbsp; &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; FreeSWITCH Developer Conference<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a><br>
</div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:sip%25253A888@conference.freeswitch.org">sip%253A888@conference.freeswitch.org</a>&gt;&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt; &nbsp; &nbsp; &lt;<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">http://iax:guest@conference.freeswitch.org/888</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &lt;<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">http://iax:guest@conference.freeswitch.org/888</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a><br>
</div>&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:googletalk%25253Aconf%25252B888@conference.freeswitch.org">googletalk%253Aconf%252B888@conference.freeswitch.org</a>&gt;&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp;&gt; pstn:213-799-1400<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; ------------------------------------------------------------------------<br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; Freeswitch-dev mailing list<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>
</div><div><div></div><div class="Wj3C7c">&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a>&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt; &nbsp; &nbsp; &nbsp;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; Freeswitch-dev mailing list<br>
&gt; &nbsp; &nbsp; <a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>
&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a>&gt;<br>
&gt; &nbsp; &nbsp; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt; &nbsp; &nbsp; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt; &nbsp; &nbsp; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&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>
&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt; &lt;mailto:<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><br>
&gt; &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt; &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt; &lt;<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">http://iax:guest@conference.freeswitch.org/888</a>&gt;<br>
&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt; &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>
&gt; pstn:213-799-1400<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-dev mailing list<br>
&gt; <a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
_______________________________________________<br>
Freeswitch-dev mailing list<br>
<a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</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