<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Here's the logs for the voicemail that works: <a href="http://pastebin.freeswitch.org/17079">http://pastebin.freeswitch.org/17079</a><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Here's the logs for the other case: <a href="http://pastebin.freeswitch.org/17080">http://pastebin.freeswitch.org/17080</a><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>On Behalf Of </b>Michael Collins<br><b>Sent:</b> Wednesday, August 17, 2011 3:38 PM<br><b>To:</b> FreeSWITCH Users Help<br><b>Subject:</b> Re: [Freeswitch-users] voicemail doesn't work<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Use <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a> and put the console debug output there. Capture the traffic for both the working and non-working dialplans. Hopefully there will be an error or warning that gives a clue as to what is happening. Hint: use &quot;FreeSWITCH Log&quot; as the syntax highlighting and it will be much easier to read.<o:p></o:p></p><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'>-MC<o:p></o:p></p><div><p class=MsoNormal>On Wed, Aug 17, 2011 at 8:55 AM, Yungwei Chen &nbsp;wrote:<o:p></o:p></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;color:#1F497D'>If I change my dialplan to the following, voicemail will work properly. What am I missing here? Thanks.</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp; &nbsp;&lt;extension name=&quot;main_number_2&quot; continue=&quot;true&quot;&gt;<br>&nbsp; &nbsp; &nbsp;&lt;condition field=&quot;destination_number&quot; expression=&quot;^1112223333$&quot;&gt;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&lt;!--<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;settingEndBridge&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;settingFail&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;autoPlay&quot; data=&quot;vm_auto_play=false&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;settingTimeout&quot; data=&quot;call_timeout=30&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;settingRing&quot; data=&quot;ringback=${us-ring}&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;settingRingXfer&quot; data=&quot;transfer_ringback=${us-ring}&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;export&quot; bluebox=&quot;sipCalleeIdName&quot; data=&quot;sip_callee_id_name=m1&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;export&quot; bluebox=&quot;sipCalleeIdNumber&quot; data=&quot;sip_callee_id_number=1112223333&quot;/&gt;<br>--&gt;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;answer&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;voicemail&quot; data=&quot;default voicemail_2 91000&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;hangup&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;/condition&gt;<br>&nbsp; &nbsp;&lt;/extension&gt;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;color:#1F497D'>&nbsp;</span><o:p></o:p></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span style='font-size:10.0pt'>From:</span></b><span style='font-size:10.0pt'> <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] <b>On Behalf Of </b>Nandy Dagondon<br><b>Sent:</b> Monday, August 15, 2011 6:52 PM<br><b>To:</b> FreeSWITCH Users Help<br><b>Subject:</b> Re: [Freeswitch-users] voicemail is not saved</span><o:p></o:p></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'>check the directory/file permissions<br>-nandy<o:p></o:p></p><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>On Tue, Aug 16, 2011 at 3:33 AM, Yungwei Chen wrote:<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Hi,<br><br>I left several voicemails (Each is longer than 3 sec) to a user account, but none is available when I check the mailbox.<br>Relevant settings are listed below. What am I missing here? Thanks.<br><br>In conf/autoload_configs/modules.conf.xml, mod_voicemail is already loaded.<br>freeswitch@internal&gt; load mod_voicemail<br>+OK Reloading XML<br>-ERR [Module already loaded]<br>freeswitch@internal&gt; 2011-08-15 14:32:10.666978 [WARNING] switch_loadable_module.c:998 Module mod_voicemail Already Loaded!<br><br>Here's the content of conf/autoload_configs/voicemail.conf.xml:<br>&lt;configuration name=&quot;voicemail.conf&quot; description=&quot;Voicemail&quot;&gt;<br>&nbsp;&lt;settings&gt;<br>&nbsp;&lt;/settings&gt;<br>&nbsp;&lt;profiles&gt;<br>&nbsp; &nbsp;&lt;profile name=&quot;default&quot;&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;file-extension&quot; value=&quot;wav&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;terminator-key&quot; value=&quot;#&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;max-login-attempts&quot; value=&quot;3&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;digit-timeout&quot; value=&quot;10000&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;min-record-len&quot; value=&quot;3&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;max-record-len&quot; value=&quot;300&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;max-retries&quot; value=&quot;3&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;tone-spec&quot; value=&quot;%(1000, 0, 640)&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;callback-dialplan&quot; value=&quot;XML&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;callback-context&quot; value=&quot;default&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;play-new-messages-key&quot; value=&quot;1&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;play-saved-messages-key&quot; value=&quot;2&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;login-keys&quot; value=&quot;0&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;main-menu-key&quot; value=&quot;0&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;config-menu-key&quot; value=&quot;5&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;record-greeting-key&quot; value=&quot;1&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;choose-greeting-key&quot; value=&quot;2&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;change-pass-key&quot; value=&quot;6&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;record-name-key&quot; value=&quot;3&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;record-file-key&quot; value=&quot;3&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;listen-file-key&quot; value=&quot;1&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;save-file-key&quot; value=&quot;2&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;delete-file-key&quot; value=&quot;7&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;undelete-file-key&quot; value=&quot;8&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;email-key&quot; value=&quot;4&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;pause-key&quot; value=&quot;0&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;restart-key&quot; value=&quot;1&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;ff-key&quot; value=&quot;6&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;rew-key&quot; value=&quot;4&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;skip-greet-key&quot; value=&quot;#&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;previous-message-key&quot; value=&quot;1&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;next-message-key&quot; value=&quot;3&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;skip-info-key&quot; value=&quot;*&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;repeat-message-key&quot; value=&quot;0&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;record-silence-threshold&quot; value=&quot;200&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;record-silence-hits&quot; value=&quot;2&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;web-template-file&quot; value=&quot;web-vm.tpl&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;!-- if you need to change the sample rate of the recorded files e.g. gmail voicemail player --&gt;<br>&nbsp; &nbsp; &nbsp;&lt;!--&lt;param name=&quot;record-sample-rate&quot; value=&quot;11025&quot;/&gt;--&gt;<br>&nbsp; &nbsp; &nbsp;&lt;!-- the next two both must be set for this to be enabled<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; the extension is in the format of &lt;dest&gt; [&lt;dialplan&gt;] [&lt;context&gt;]<br>&nbsp; &nbsp; &nbsp; --&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;operator-extension&quot; value=&quot;operator XML default&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;operator-key&quot; value=&quot;9&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;vmain-extension&quot; value=&quot;vmain XML default&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;param name=&quot;vmain-key&quot; value=&quot;*&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;!-- playback created files as soon as they were recorded by default --&gt;<br>&nbsp; &nbsp; &nbsp;&lt;!--&lt;param name=&quot;auto-playback-recordings&quot; value=&quot;true&quot;/&gt;--&gt;<br>&nbsp; &nbsp; &nbsp;&lt;email&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;template-file&quot; value=&quot;voicemail.tpl&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;notify-template-file&quot; value=&quot;notify-voicemail.tpl&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;!-- this is the format voicemail_time will have --&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;date-fmt&quot; value=&quot;%A, %B %d %Y, %I %M %p&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;email-from&quot; value=&quot;${voicemail_account}@${voicemail_domain}&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;/email&gt;<br>&nbsp; &nbsp; &nbsp;&lt;!--&lt;param name=&quot;storage-dir&quot; value=&quot;/tmp&quot;/&gt;--&gt;<br>&nbsp; &nbsp; &nbsp;&lt;!--&lt;param name=&quot;odbc-dsn&quot; value=&quot;dsn:user:pass&quot;/&gt;--&gt;<br>&nbsp; &nbsp; &nbsp;&lt;!--&lt;param name=&quot;record-comment&quot; value=&quot;Your Comment&quot;/&gt;--&gt;<br>&nbsp; &nbsp; &nbsp;&lt;!--&lt;param name=&quot;record-title&quot; value=&quot;Your Title&quot;/&gt;--&gt;<br>&nbsp; &nbsp; &nbsp;&lt;!--&lt;param name=&quot;record-copyright&quot; value=&quot;Your Copyright&quot;/&gt;--&gt;<br>&nbsp; &nbsp;&lt;/profile&gt;<br>&nbsp;&lt;/profiles&gt;<br>&lt;/configuration&gt;<br><br>In conf/directory/default.xml, user 91000 is defined in domain voicemail_2.<br>&nbsp;&lt;domain name=&quot;voicemail_2&quot;&gt;<br>&nbsp; &nbsp;&lt;groups&gt;<br>&nbsp; &nbsp; &nbsp;&lt;group name=&quot;default&quot;&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;users&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;user bluebox_id=&quot;2&quot; id=&quot;91000&quot;&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;params&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;sip-forbid-register&quot; value=&quot;true&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;vm-password&quot; value=&quot;xxxx&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;vm-message-ext&quot; value=&quot;wav&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;vm-mailto&quot; value=&quot;<a href="mailto:xxx@xxx.com" target="_blank">xxx@xxx.com</a>&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;email-addr&quot; value=&quot;<a href="mailto:xxx@xxx.com" target="_blank">xxx@xxx.com</a>&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;vm-delete-file&quot; value=&quot;false&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;vm-attach-file&quot; value=&quot;true&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name=&quot;vm-email-all-messages&quot; value=&quot;true&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/params&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;variables&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;variable name=&quot;timezone&quot; value=&quot;America/Chicago&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/variables&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/user&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;/users&gt;<br>&nbsp; &nbsp; &nbsp;&lt;/group&gt;<br>&nbsp; &nbsp;&lt;/groups&gt;<br>&nbsp;&lt;/domain&gt;<br><br>In my dialplan, calls to 1112223333 will be sent to user 91000's voicemail box if they are not answered.<br>&nbsp; &nbsp;&lt;extension name=&quot;main_number_2&quot; continue=&quot;true&quot;&gt;<br>&nbsp; &nbsp; &nbsp;&lt;condition field=&quot;destination_number&quot; expression=&quot;^1112223333$&quot;&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;settingEndBridge&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;settingFail&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;autoPlay&quot; data=&quot;vm_auto_play=false&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;settingTimeout&quot; data=&quot;call_timeout=30&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;settingRing&quot; data=&quot;ringback=${us-ring}&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;set&quot; bluebox=&quot;settingRingXfer&quot; data=&quot;transfer_ringback=${us-ring}&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;export&quot; bluebox=&quot;sipCalleeIdName&quot; data=&quot;sip_callee_id_name=m1&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;export&quot; bluebox=&quot;sipCalleeIdNumber&quot; data=&quot;sip_callee_id_number=1112223333&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;bridge&quot; data=&quot;user/91000@$${location_3}&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;answer&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;voicemail&quot; data=&quot;default voicemail_2 91000&quot;/&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;hangup&quot;/&gt;<br>&nbsp; &nbsp; &nbsp;&lt;/condition&gt;<br>&nbsp; &nbsp;&lt;/extension&gt;<br><br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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><o:p></o:p></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p></div></div><p class=MsoNormal style='margin-bottom:12.0pt'><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><o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></body></html>