<br>Is there other way around doing it instead of enabling debug and verbose from logger.conf?<br><br><br><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Message: 1<br>
Date: Thu, 27 Oct 2011 10:36:08 -0400<br>
From: Ahmed Munir &lt;<a href="mailto:ahmedmunir007@gmail.com">ahmedmunir007@gmail.com</a>&gt;<br>
Subject: [asterisk-users] Check which client access Asterisk using AMI<br>
To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>
Message-ID:<br>
        &lt;CAGMN=JdNtgAu-yjWB_-Yi7rr=<a href="mailto:0Jk5OSJQZ7ibyGUfGejd4bjKg@mail.gmail.com">0Jk5OSJQZ7ibyGUfGejd4bjKg@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi,<br>
<br>
In manager.conf file I created a user profile by which clients can access<br>
Asterisk server as listed below;<br>
<br>
<br>
[cbusapp]<br>
secret = cbus123<br>
deny=<a href="http://0.0.0.0/0.0.0.0" target="_blank">0.0.0.0/0.0.0.0</a><br>
permit=<a href="http://192.168.1.0/255.255.255.0" target="_blank">192.168.1.0/255.255.255.0</a><br>
read = system,call,log,verbose,command,agent,user,originate<br>
write = system,call,log,verbose,command,agent,user,originate<br>
<br>
<br>
<br>
Using above configuration clients are successfully access the asterisk and<br>
forward its parameters to asterisk. The thing I would like to know how can I<br>
keep track from which client does asterisk receives request from? Like<br>
client A, B and C need to know from which clients the request was made to<br>
asterisk.<br>
<br>
--<br>
Regards,<br>
<br>
Ahmed Munir Chohan<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.digium.com/pipermail/asterisk-users/attachments/20111027/ff89ea1a/attachment.html" target="_blank">http://lists.digium.com/pipermail/asterisk-users/attachments/20111027/ff89ea1a/attachment.html</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 27 Oct 2011 09:39:43 -0500<br>
From: &quot;Danny Nicholas&quot; &lt;<a href="mailto:danny@debsinc.com">danny@debsinc.com</a>&gt;<br>
Subject: Re: [asterisk-users] Check which client access Asterisk using<br>
        AMI<br>
To: &quot;&#39;Asterisk Users Mailing List - Non-Commercial Discussion&#39;&quot;<br>
        &lt;<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>&gt;<br>
Message-ID: &lt;006e01cc94b6$443a6c60$ccaf4520$@<a href="http://debsinc.com" target="_blank">debsinc.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
This information might be in /var/log/asterisk/messages or /v/l/a/full.  If<br>
not, you can change the logging and get it there (turn on debug in one of<br>
them) (/etc/asterisk/logger.conf)<br>
<br>
<br>
<br></blockquote></div>-- <br>Regards,<br><br>Ahmed Munir Chohan<br><br><br>