[Asterisk-Dev] E option in meetme.conf
Ryan Courtnage
ryan at voxbox.ca
Mon Jun 28 07:19:03 MST 2004
On Monday 28 June 2004 04:01, Tilghman Lesher wrote:
> On Friday 11 June 2004 20:49, Ryan Courtnage wrote:
> > Hi all,
> >
> > I'm toying with the 'E' option for MeetMe:
> >
> > 'E' — select an empty pinless conference (added after v0.7.2)
> >
> >
> > [ext-meetme]
> > exten => 80,1,MeetMe(|E)
> > exten => _8[1-6],1,MeetMe(${EXTEN}) ; 81-86 defined in meetme.conf
> >
> >
> > Works great when a single extension dials into 80.
> > However, if a second extension dials 80 (while the 1st extension is
> > still in a conference), * will pin the CPU and require a restart.
> What kind of restart? Asterisk soft restart, kill -9 restart, warm
> reboot, or cold reboot?
'restart now' at the * CLI will correct it.
>
> Also, what processor are you using,
It's an AMD Athlon XP 2200+
> and what options did you turn on
> in zconfig.h?
Using stock zconfig.h from CVS-Head. (ie: CONFIG_ZAPTEL_MMX is NOT defined)
> The contents of zaptel.conf and zapata.conf might be
> useful, too, depending upon the answers above.
-----zaptel.conf:-----
fxsks=3-4
fxoks=1-2
loadzone = us
defaultzone = us
-----zaptel.conf:-----
-----zapata.conf------
context=from-pstn
signalling=fxs_ks
faxdetect=both
usecallerid=yes
echocancel=yes
callprogress=no
busydetect=no
echocancelwhenbridged=no
echotraining=800
group=0
channel=3
context=from-pstn
signalling=fxs_ks
faxdetect=both
usecallerid=yes
echocancel=yes
callprogress=no
busydetect=no
echocancelwhenbridged=no
echotraining=800
group=0
channel=4
-----zapata.conf------
Here is what 'show channels' yieds after:
- use SIP/200 to dial to exten => 80,1,MeetMe(|E)
- use SIP/204 to dial to exten 80. (conf-enteringno will not be played for
204)
*CLI> show channels
Channel (Context Extension Pri ) State Appl. Data
SIP/200-3947 (from-internal 80 1 ) Up MeetMe |E
Zap/pseudo-1897832715 (from-pstn s 1 ) Rsrvd (None)
(None)
SIP/204-014a (from-internal 80 1 ) Up MeetMe |E
3 active channel(s)
at this point, the asterisk is using 100% of CPU utilization.
*CLI> show version
Asterisk CVS-D2004.06.28.20.00.00-06/28/04-13:03:04 built by root at imaging on a
i686 running Linux
--
..................................
Ryan Courtnage
Coalescent Systems Inc
403.244.8089
www.voxbox.ca
More information about the asterisk-dev
mailing list