Asterisk 1.8.2.3 Now Available
From: Asterisk Development Team
To: Asterisk Development Team
Date: Today 18:18:28
The Asterisk Development Team has announced the release of Asterisk 1.8.2.3.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/
I hope that this simple example will clarify things a bit, so is an example of
a test; trying to count incoming and outgoing in one trunk.
exten => _9.,n,Set(GROUP(${TRUNK})=${EXTEN)
Example:
exten => _9.,n,Set(GROUP(COMP1)=${EXTEN:1})
exten => _9.,n,Set(GROUP(COMP2)=${CALLERID(num)})
exten =>
Using in you dialplan..
GROUP
GROUP_LIST
GROUP_MATCH_COUNT
to limit outgoing calls per trunk
CLI> show function GROUP_LIST
Returns a space separated list of all the groups set on a channel.
Helius
On Monday 31 May 2010 22:38:52 Vardan Harutyunyan wrote:
> A ok, I think I have understand wh
One opcion..!!
cat /var/log/asterisk/messages |grep '#callerid="Helius' --color=auto
On Fri 06 Mar 2009 12:10:32 Danny Nicholas wrote:
> The log files themselves are not in color. It would be a style sheet
> change on the GUI.
>
> -Original Message-
> From: asterisk-users-boun...@lists.di
Asterisk 1.6 implements the "hangup" on the channel you just made the call
and I used it with this command (apparently)
asterisk -rx "soft hangup $(asterisk -rx 'core show channels' | grep SIP/7000|
awk '{ print $1 '} )"
In my asterisk system:
debian*CLI> core show channels
Channel
Stop now
Em Terça 23 Janeiro 2007 09:41, Marco Mouta escreveu:
> Try safe_asterisk , for an easy way to start asterisk in background, and
> then connect with asterisk process running asterisk -rx
>
> Now you can use exit, and by the way you may look on wiki diferent ways to
> run asterisk.
>
>