Thanks a lot Stephen.<br><br>I was able to trace the error using dynlog.<br><br>I had to set the inputmodes property for the &lt;menu&gt; element.<br><br>Default value for <i>inputmodes = &quot;dtmf voice&quot;.</i> And this was cause of error. I don&#39;t know why it should be. Any guess??<br>
<br>I had to set it explicitly to <i>inputmodes = &quot;dtmf&quot;</i><br><br>*********************<br><i> &lt;menu id=&quot;dayselection&quot;&gt;</i><br>   <i><b>&lt;property name=&quot;inputmodes&quot; value=&quot;dtmf&quot;/&gt;</b></i><br>
********************<br><br>This solved the problem. Thanks again!!!<br><br><br><div class="gmail_quote">On Tue, Mar 17, 2009 at 4:49 PM,  <span dir="ltr">&lt;<a href="mailto:voiceglue-request@voiceglue.org">voiceglue-request@voiceglue.org</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;">Send Voiceglue mailing list submissions to<br>
        <a href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:voiceglue-request@voiceglue.org">voiceglue-request@voiceglue.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:voiceglue-owner@voiceglue.org">voiceglue-owner@voiceglue.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Voiceglue digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Problem with Using DTMF Menu with voiceglue (Ramji Nagariya)<br>
   2. Re: Problem with Using DTMF Menu with voiceglue (Stephen Smith)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 17 Mar 2009 12:24:26 +0530<br>
From: Ramji Nagariya &lt;<a href="mailto:ramji.nagariya@simmortel.com">ramji.nagariya@simmortel.com</a>&gt;<br>
Subject: [Voiceglue] Problem with Using DTMF Menu with voiceglue<br>
To: <a href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:8b289cf20903162354g75ab2096pad2da61fdcb7357f@mail.gmail.com">8b289cf20903162354g75ab2096pad2da61fdcb7357f@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
I have given a sample dtmf menu vxml program in earlier mail attached below.<br>
<br>
The voiceglue replies (over phone) with message:  &quot;A Serious error has<br>
occured..... exiting&quot;<br>
<br>
<br>
What could be the cause of this message? Does it mean, there is problem with<br>
SRGSDTMF module?<br>
<br>
The program is supposed to take a dtmf input (press 1 or 2), It don&#39;t take<br>
any input. And gives the error message. Voiceglue does not seem to handle<br>
&lt;choice&gt; element and &lt;if&gt; elements properly?<br>
<br>
Does voiceglue support dtmf handling???<br>
<br>
<br>
<br>
<br>
<br>
<br>
&gt;<br>
&gt;<br>
&gt; Thanks a lot Robby. I am using Debain. Voiceglue 0.9. I compiled voiceglue<br>
&gt; the hard way mentioned in installation guide (using source).<br>
&gt;<br>
&gt; I solved problem by changing user &quot;asterisk&quot; to &quot;root&quot; in following files:<br>
&gt;<br>
&gt; Shell script:<br>
&gt; /etc/init.d/voiceglue<br>
&gt; Perl script:<br>
&gt; /usr/bin/voiceglue<br>
&gt; I will aslo try adding user asterisk.<br>
&gt;<br>
&gt;<br>
&gt; Now I can play tts (using flite) or audio file over phone using simple vxml<br>
&gt; program.<br>
&gt; But I am unable to use even simple DTMF Menu. It plays a tts over phone: &quot;A<br>
&gt; serious error has occured. Exiting&quot;.<br>
&gt;<br>
&gt; *Program: dtmfmenu.vxml*<br>
&gt;<br>
&gt;  &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&gt; &lt;vxml version=&quot;2.0&quot;&gt;<br>
&gt;<br>
&gt;<br>
&gt;  &lt;menu id=&quot;dayselection&quot;&gt;<br>
&gt;    &lt;prompt&gt;<br>
&gt;      Press 1 for Monday and 2 for Tuesday.<br>
&gt;    &lt;/prompt&gt;<br>
&gt;    &lt;choice dtmf=&quot;1&quot; next=&quot;#monday&quot;/&gt;<br>
&gt;    &lt;choice dtmf=&quot;2&quot; next=&quot;#tuesday&quot;/&gt;<br>
&gt;  &lt;/menu&gt;<br>
&gt;<br>
&gt;  &lt;form id=&quot;monday&quot;&gt;<br>
&gt;    &lt;block&gt;<br>
&gt;      Thanks, you selected Monday.<br>
&gt;    &lt;/block&gt;<br>
&gt;  &lt;/form&gt;<br>
&gt;<br>
&gt;  &lt;form id=&quot;tuesday&quot;&gt;<br>
&gt;    &lt;block&gt;<br>
&gt;      Thanks, you selected Tuesday.<br>
&gt;    &lt;/block&gt;<br>
&gt;  &lt;/form&gt;<br>
&gt; &lt;/vxml&gt;<br>
&gt;<br>
&gt;<br>
&gt; *This is output at asterisk CLI:*<br>
&gt;<br>
&gt; Starting simple switch on &#39;DAHDI/4-1&#39;<br>
&gt;    -- Executing [s@FOUR:1] Answer(&quot;DAHDI/4-1&quot;, &quot;&quot;) in new stack<br>
&gt;    -- Executing [s@FOUR:2] AGI(&quot;DAHDI/4-1&quot;, &quot;agi://localhost&quot;) in new<br>
&gt; stack<br>
&gt;    -- Playing<br>
&gt; &#39;voiceglue/tts/A_serious_error_has_occured_Exiting-F77A1893DA898982&#39;<br>
&gt; (escape_digits=) (sample_offset 0)<br>
&gt;    -- AGI Script agi://localhost completed, returning 0<br>
&gt;    -- Executing [s@FOUR:3] Hangup(&quot;DAHDI/4-1&quot;, &quot;&quot;) in new stack<br>
&gt;  == Spawn extension (FOUR, s, 3) exited non-zero on &#39;DAHDI/4-1&#39;<br>
&gt;    -- Hungup &#39;DAHDI/4-1&#39;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt;   1. Re: Problem in installing voiceglue (Robby Dermody)<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ----------------------------------------------------------------------<br>
&gt; &gt;<br>
&gt; &gt; Message: 1<br>
&gt; &gt; Date: Sun, 15 Mar 2009 13:58:57 -0500 (GMT-05:00)<br>
&gt; &gt; From: Robby Dermody &lt;<a href="mailto:robbyd@u20.org">robbyd@u20.org</a>&gt;<br>
&gt; &gt; Subject: Re: [Voiceglue] Problem in installing voiceglue<br>
&gt; &gt; To: General discussion about voiceglue &lt;<a href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a>&gt;<br>
&gt; &gt; Message-ID: &lt;26963926.461237143533881.JavaMail.robbyd@chl-lab-dev1&gt;<br>
&gt; &gt; Content-Type: text/plain; charset=utf-8<br>
&gt; &gt;<br>
&gt; &gt; Normally the user is created as part of installing the package. The best<br>
&gt; &gt; practice is to run asterisk under the asterisk user, and never under the<br>
&gt; &gt; root user.<br>
&gt; &gt; If you compiled Asterisk from source you will probably need to create the<br>
&gt; &gt; user yourself using the useradd command (see &#39;man useradd&#39; for more<br>
&gt; info).<br>
&gt; &gt;<br>
&gt; &gt; A few questions:<br>
&gt; &gt;<br>
&gt; &gt; -What distribution are you running?<br>
&gt; &gt; -Did you compile from source instead of using that distribution&#39;s build<br>
&gt; in<br>
&gt; &gt; packages?<br>
&gt; &gt;<br>
&gt; &gt; Robby<br>
&gt; &gt; ----- Original Message -----<br>
&gt; &gt; From: &quot;Ramji Nagariya&quot; &lt;<a href="mailto:ramji.nagariya@simmortel.com">ramji.nagariya@simmortel.com</a>&gt;<br>
&gt; &gt; To: <a href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a><br>
&gt; &gt; Sent: Saturday, March 14, 2009 7:35:57 AM GMT -05:00 US/Canada Eastern<br>
&gt; &gt; Subject: [Voiceglue] Problem in installing voiceglue<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; I am getting problem in voiceglue installation.<br>
&gt; &gt;<br>
&gt; &gt; I have almost completed the installation.<br>
&gt; &gt;<br>
&gt; &gt; I do following to start voiceglue<br>
&gt; &gt;<br>
&gt; &gt; Start Asterisk:<br>
&gt; &gt; $ /usr/sbin/asterisk (this /usr/sbin/asterisk is a binary file. executing<br>
&gt; &gt; this file starts asterisk)<br>
&gt; &gt;<br>
&gt; &gt; Start Dynlog:<br>
&gt; &gt; $ /etc/init.d/dynlog start (/etc/init.d/dynlog is a shell script. In this<br>
&gt; &gt; file dynlog_user and dynlog_group are defined to be &quot;dynlog&quot;)<br>
&gt; &gt;<br>
&gt; &gt; Start phoneglue:<br>
&gt; &gt; $ /etc/init.d/phoneglue start (/etc/init.d/phoneglue is also a shell<br>
&gt; script<br>
&gt; &gt; with user and gropu to be definrd as &quot;phoneglue&quot;)<br>
&gt; &gt;<br>
&gt; &gt; Start voiceglue:<br>
&gt; &gt;<br>
&gt; &gt; $/etc/init.d/voiceglue start (/etc/init.d/voiceglue is also a shell<br>
&gt; script<br>
&gt; &gt; with user and group defined to be &quot;asterisk&quot;)<br>
&gt; &gt; Starting voiceglue: Starting Voiceglue daemon: voicegluevoiceglue: user<br>
&gt; &gt; &quot;asterisk&quot; unknown<br>
&gt; &gt; failed!<br>
&gt; &gt;<br>
&gt; &gt; As shown in error message above, Voiceglue fails to start.<br>
&gt; &gt;<br>
&gt; &gt; This is link to voiceglue installation guide.<br>
&gt; &gt; Link:<br>
&gt; &gt;<br>
&gt; <a href="http://voiceglue.org/wiki/doku.php?id=voiceglue_0.9_installation_instructions" target="_blank">http://voiceglue.org/wiki/doku.php?id=voiceglue_0.9_installation_instructions</a><br>
&gt; &gt;<br>
&gt; &gt; ..............Start copied_note<br>
&gt; &gt;<br>
&gt; &gt; The &quot;asterisk&quot; user<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; The ?asterisk? user must be present. This user is what the voiceglue<br>
&gt; &gt; process runs as because it needs to share audio files with Asterisk. It<br>
&gt; is<br>
&gt; &gt; legal, even with the easy way, to have Asterisk installed on a separate<br>
&gt; &gt; machine from Voiceglue, but the ?asterisk? user must be present on the<br>
&gt; &gt; voiceglue host, and should match the uid/gid of the ?asterisk? user on<br>
&gt; the<br>
&gt; &gt; Asterisk host.<br>
&gt; &gt; ..................End<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Now my problem is how do I make asterisk user present. Asterisk is<br>
&gt; running<br>
&gt; &gt; but no user named &quot;asterisk&quot; is present. Notably I start my asterisk by<br>
&gt; &gt; using this binary: ($ /usr/sbin/asterisk). And I don&#39;t start asterisk<br>
&gt; using<br>
&gt; &gt; some init.d shell script like ($ /etc/init.d/asterisk start). I have no<br>
&gt; &gt; /etc/init.d/asterisk shell script.<br>
&gt; &gt;<br>
&gt; &gt; All others (dynlog, phoneglue and voiceglue ) are started using shell<br>
&gt; &gt; scripts in /etc/init.d<br>
&gt; &gt;<br>
&gt; &gt; so now, how do I run voiceglue? how do I make user &quot;asterisk&quot; present.<br>
&gt; &gt; Any help is very much appreciated.<br>
&gt; &gt;<br>
&gt; &gt; Thanks!<br>
&gt; &gt;<br>
&gt; &gt; Neo<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Voiceglue mailing list<br>
&gt; &gt; <a href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
&gt; &gt; <a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ------------------------------<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Voiceglue mailing list<br>
&gt; &gt; <a href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
&gt; &gt; <a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; End of Voiceglue Digest, Vol 20, Issue 5<br>
&gt; &gt; ****************************************<br>
&gt; &gt;<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL:<br>
&gt; <a href="http://www.voiceglue.org/pipermail/voiceglue/attachments/20090316/6b17699a/attachment.html" target="_blank">http://www.voiceglue.org/pipermail/voiceglue/attachments/20090316/6b17699a/attachment.html</a><br>

&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Voiceglue mailing list<br>
&gt; <a href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
&gt; <a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
&gt;<br>
&gt;<br>
&gt; End of Voiceglue Digest, Vol 20, Issue 6<br>
&gt; ****************************************<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://www.voiceglue.org/pipermail/voiceglue/attachments/20090317/e5e8d56d/attachment-0001.html" target="_blank">http://www.voiceglue.org/pipermail/voiceglue/attachments/20090317/e5e8d56d/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 17 Mar 2009 07:19:07 -0400<br>
From: Stephen Smith &lt;<a href="mailto:s.smith@ampersand.com">s.smith@ampersand.com</a>&gt;<br>
Subject: Re: [Voiceglue] Problem with Using DTMF Menu with voiceglue<br>
To: General discussion about voiceglue &lt;<a href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:4a4696100903170419l380d570asbf7124978e19c1e4@mail.gmail.com">4a4696100903170419l380d570asbf7124978e19c1e4@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi Ramji,<br>
The &quot;Serious error has occured&quot; message usually occurs when there are<br>
parse-time errors in your VXML program.   Details about the error, including<br>
line and column where things went wrong, can by found in the dynlog.<br>
 Often it&#39;s an openVXI error that you&#39;ll be looking at.<br>
<br>
You may also want to crank the dynlog up to level 7, to see what is<br>
correctly being parsed.   Details about dynlog, where it is, and how to set<br>
the levels are all in the Users Guide on the Voiceglue wiki (under the<br>
documentation tab on the main <a href="http://voiceglue.org" target="_blank">voiceglue.org</a> site).<br>
<br>
Yes, Voiceglue works just fine with DTMF input, and we use it that way all<br>
the time.   I don&#39;t know offhand about the &lt;choice&gt; element, Doug would know<br>
and perhaps he could chime in.<br>
<br>
2009/3/17 Ramji Nagariya &lt;<a href="mailto:ramji.nagariya@simmortel.com">ramji.nagariya@simmortel.com</a>&gt;<br>
<br>
&gt; I have given a sample dtmf menu vxml program in earlier mail attached<br>
&gt; below.<br>
&gt;<br>
&gt; The voiceglue replies (over phone) with message:  &quot;A Serious error has<br>
&gt; occured..... exiting&quot;<br>
&gt;<br>
&gt;<br>
&gt; What could be the cause of this message? Does it mean, there is problem<br>
&gt; with SRGSDTMF module?<br>
&gt;<br>
&gt; The program is supposed to take a dtmf input (press 1 or 2), It don&#39;t take<br>
&gt; any input. And gives the error message. Voiceglue does not seem to handle<br>
&gt; &lt;choice&gt; element and &lt;if&gt; elements properly?<br>
&gt;<br>
&gt; Does voiceglue support dtmf handling???<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Thanks a lot Robby. I am using Debain. Voiceglue 0.9. I compiled voiceglue<br>
&gt;&gt; the hard way mentioned in installation guide (using source).<br>
&gt;&gt;<br>
&gt;&gt; I solved problem by changing user &quot;asterisk&quot; to &quot;root&quot; in following files:<br>
&gt;&gt;<br>
&gt;&gt; Shell script:<br>
&gt;&gt; /etc/init.d/voiceglue<br>
&gt;&gt; Perl script:<br>
&gt;&gt; /usr/bin/voiceglue<br>
&gt;&gt; I will aslo try adding user asterisk.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Now I can play tts (using flite) or audio file over phone using simple<br>
&gt;&gt; vxml<br>
&gt;&gt; program.<br>
&gt;&gt; But I am unable to use even simple DTMF Menu. It plays a tts over phone:<br>
&gt;&gt; &quot;A<br>
&gt;&gt; serious error has occured. Exiting&quot;.<br>
&gt;&gt;<br>
&gt;&gt; *Program: dtmfmenu.vxml*<br>
&gt;&gt;<br>
&gt;&gt;  &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&gt;&gt; &lt;vxml version=&quot;2.0&quot;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;  &lt;menu id=&quot;dayselection&quot;&gt;<br>
&gt;&gt;    &lt;prompt&gt;<br>
&gt;&gt;      Press 1 for Monday and 2 for Tuesday.<br>
&gt;&gt;    &lt;/prompt&gt;<br>
&gt;&gt;    &lt;choice dtmf=&quot;1&quot; next=&quot;#monday&quot;/&gt;<br>
&gt;&gt;    &lt;choice dtmf=&quot;2&quot; next=&quot;#tuesday&quot;/&gt;<br>
&gt;&gt;  &lt;/menu&gt;<br>
&gt;&gt;<br>
&gt;&gt;  &lt;form id=&quot;monday&quot;&gt;<br>
&gt;&gt;    &lt;block&gt;<br>
&gt;&gt;      Thanks, you selected Monday.<br>
&gt;&gt;    &lt;/block&gt;<br>
&gt;&gt;  &lt;/form&gt;<br>
&gt;&gt;<br>
&gt;&gt;  &lt;form id=&quot;tuesday&quot;&gt;<br>
&gt;&gt;    &lt;block&gt;<br>
&gt;&gt;      Thanks, you selected Tuesday.<br>
&gt;&gt;    &lt;/block&gt;<br>
&gt;&gt;  &lt;/form&gt;<br>
&gt;&gt; &lt;/vxml&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; *This is output at asterisk CLI:*<br>
&gt;&gt;<br>
&gt;&gt; Starting simple switch on &#39;DAHDI/4-1&#39;<br>
&gt;&gt;    -- Executing [s@FOUR:1] Answer(&quot;DAHDI/4-1&quot;, &quot;&quot;) in new stack<br>
&gt;&gt;    -- Executing [s@FOUR:2] AGI(&quot;DAHDI/4-1&quot;, &quot;agi://localhost&quot;) in new<br>
&gt;&gt; stack<br>
&gt;&gt;    -- Playing<br>
&gt;&gt; &#39;voiceglue/tts/A_serious_error_has_occured_Exiting-F77A1893DA898982&#39;<br>
&gt;&gt; (escape_digits=) (sample_offset 0)<br>
&gt;&gt;    -- AGI Script agi://localhost completed, returning 0<br>
&gt;&gt;    -- Executing [s@FOUR:3] Hangup(&quot;DAHDI/4-1&quot;, &quot;&quot;) in new stack<br>
&gt;&gt;  == Spawn extension (FOUR, s, 3) exited non-zero on &#39;DAHDI/4-1&#39;<br>
&gt;&gt;    -- Hungup &#39;DAHDI/4-1&#39;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;   1. Re: Problem in installing voiceglue (Robby Dermody)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ----------------------------------------------------------------------<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Message: 1<br>
&gt;&gt; &gt; Date: Sun, 15 Mar 2009 13:58:57 -0500 (GMT-05:00)<br>
&gt;&gt; &gt; From: Robby Dermody &lt;<a href="mailto:robbyd@u20.org">robbyd@u20.org</a>&gt;<br>
&gt;&gt; &gt; Subject: Re: [Voiceglue] Problem in installing voiceglue<br>
&gt;&gt; &gt; To: General discussion about voiceglue &lt;<a href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a>&gt;<br>
&gt;&gt; &gt; Message-ID: &lt;26963926.461237143533881.JavaMail.robbyd@chl-lab-dev1&gt;<br>
&gt;&gt; &gt; Content-Type: text/plain; charset=utf-8<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Normally the user is created as part of installing the package. The best<br>
&gt;&gt; &gt; practice is to run asterisk under the asterisk user, and never under the<br>
&gt;&gt; &gt; root user.<br>
&gt;&gt; &gt; If you compiled Asterisk from source you will probably need to create<br>
&gt;&gt; the<br>
&gt;&gt; &gt; user yourself using the useradd command (see &#39;man useradd&#39; for more<br>
&gt;&gt; info).<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; A few questions:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -What distribution are you running?<br>
&gt;&gt; &gt; -Did you compile from source instead of using that distribution&#39;s build<br>
&gt;&gt; in<br>
&gt;&gt; &gt; packages?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Robby<br>
&gt;&gt; &gt; ----- Original Message -----<br>
&gt;&gt; &gt; From: &quot;Ramji Nagariya&quot; &lt;<a href="mailto:ramji.nagariya@simmortel.com">ramji.nagariya@simmortel.com</a>&gt;<br>
&gt;&gt; &gt; To: <a href="mailto:voiceglue@voiceglue.org">voiceglue@voiceglue.org</a><br>
&gt;&gt; &gt; Sent: Saturday, March 14, 2009 7:35:57 AM GMT -05:00 US/Canada Eastern<br>
&gt;&gt; &gt; Subject: [Voiceglue] Problem in installing voiceglue<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am getting problem in voiceglue installation.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have almost completed the installation.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I do following to start voiceglue<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Start Asterisk:<br>
&gt;&gt; &gt; $ /usr/sbin/asterisk (this /usr/sbin/asterisk is a binary file.<br>
&gt;&gt; executing<br>
&gt;&gt; &gt; this file starts asterisk)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Start Dynlog:<br>
&gt;&gt; &gt; $ /etc/init.d/dynlog start (/etc/init.d/dynlog is a shell script. In<br>
&gt;&gt; this<br>
&gt;&gt; &gt; file dynlog_user and dynlog_group are defined to be &quot;dynlog&quot;)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Start phoneglue:<br>
&gt;&gt; &gt; $ /etc/init.d/phoneglue start (/etc/init.d/phoneglue is also a shell<br>
&gt;&gt; script<br>
&gt;&gt; &gt; with user and gropu to be definrd as &quot;phoneglue&quot;)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Start voiceglue:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; $/etc/init.d/voiceglue start (/etc/init.d/voiceglue is also a shell<br>
&gt;&gt; script<br>
&gt;&gt; &gt; with user and group defined to be &quot;asterisk&quot;)<br>
&gt;&gt; &gt; Starting voiceglue: Starting Voiceglue daemon: voicegluevoiceglue: user<br>
&gt;&gt; &gt; &quot;asterisk&quot; unknown<br>
&gt;&gt; &gt; failed!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; As shown in error message above, Voiceglue fails to start.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; This is link to voiceglue installation guide.<br>
&gt;&gt; &gt; Link:<br>
&gt;&gt; &gt;<br>
&gt;&gt; <a href="http://voiceglue.org/wiki/doku.php?id=voiceglue_0.9_installation_instructions" target="_blank">http://voiceglue.org/wiki/doku.php?id=voiceglue_0.9_installation_instructions</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ..............Start copied_note<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The &quot;asterisk&quot; user<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The ?asterisk? user must be present. This user is what the voiceglue<br>
&gt;&gt; &gt; process runs as because it needs to share audio files with Asterisk. It<br>
&gt;&gt; is<br>
&gt;&gt; &gt; legal, even with the easy way, to have Asterisk installed on a separate<br>
&gt;&gt; &gt; machine from Voiceglue, but the ?asterisk? user must be present on the<br>
&gt;&gt; &gt; voiceglue host, and should match the uid/gid of the ?asterisk? user on<br>
&gt;&gt; the<br>
&gt;&gt; &gt; Asterisk host.<br>
&gt;&gt; &gt; ..................End<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Now my problem is how do I make asterisk user present. Asterisk is<br>
&gt;&gt; running<br>
&gt;&gt; &gt; but no user named &quot;asterisk&quot; is present. Notably I start my asterisk by<br>
&gt;&gt; &gt; using this binary: ($ /usr/sbin/asterisk). And I don&#39;t start asterisk<br>
&gt;&gt; using<br>
&gt;&gt; &gt; some init.d shell script like ($ /etc/init.d/asterisk start). I have no<br>
&gt;&gt; &gt; /etc/init.d/asterisk shell script.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; All others (dynlog, phoneglue and voiceglue ) are started using shell<br>
&gt;&gt; &gt; scripts in /etc/init.d<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; so now, how do I run voiceglue? how do I make user &quot;asterisk&quot; present.<br>
&gt;&gt; &gt; Any help is very much appreciated.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Neo<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Voiceglue mailing list<br>
&gt;&gt; &gt; <a href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
&gt;&gt; &gt; <a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ------------------------------<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Voiceglue mailing list<br>
&gt;&gt; &gt; <a href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
&gt;&gt; &gt; <a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; End of Voiceglue Digest, Vol 20, Issue 5<br>
&gt;&gt; &gt; ****************************************<br>
&gt;&gt; &gt;<br>
&gt;&gt; -------------- next part --------------<br>
&gt;&gt; An HTML attachment was scrubbed...<br>
&gt;&gt; URL:<br>
&gt;&gt; <a href="http://www.voiceglue.org/pipermail/voiceglue/attachments/20090316/6b17699a/attachment.html" target="_blank">http://www.voiceglue.org/pipermail/voiceglue/attachments/20090316/6b17699a/attachment.html</a><br>

&gt;&gt;<br>
&gt;&gt; ------------------------------<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Voiceglue mailing list<br>
&gt;&gt; <a href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
&gt;&gt; <a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; End of Voiceglue Digest, Vol 20, Issue 6<br>
&gt;&gt; ****************************************<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Voiceglue mailing list<br>
&gt; <a href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
&gt; <a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://www.voiceglue.org/pipermail/voiceglue/attachments/20090317/e61c7735/attachment.html" target="_blank">http://www.voiceglue.org/pipermail/voiceglue/attachments/20090317/e61c7735/attachment.html</a><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
Voiceglue mailing list<br>
<a href="mailto:Voiceglue@voiceglue.org">Voiceglue@voiceglue.org</a><br>
<a href="http://www.voiceglue.org/mailman/listinfo/voiceglue" target="_blank">http://www.voiceglue.org/mailman/listinfo/voiceglue</a><br>
<br>
<br>
End of Voiceglue Digest, Vol 20, Issue 7<br>
****************************************<br>
</blockquote></div><br>