meine Ext conf (wesentlicher auszug):
Meine Meetme.conf
ERROR Meldung (Verbose Level 3):
was habe ich falsch gemacht ?
danke
mark
Code:
[conference]
; limit the conference room to 10 participants
exten => 600,1,MeetMeCount(600,CONFCOUNT)
exten => 600,2,GotoIf($[${CONFCOUNT} <= 10]?3:100)
exten => 600,3,MeetMe(600,i,54321)
exten => 600,100,Playback(conf-full)
include => conference
Meine Meetme.conf
Code:
;
; Configuration file for MeetMe simple conference rooms for Asterisk of course.
;
; This configuration file is read every time you call app meetme()
[general]
;audiobuffers=32 ; The number of 20ms audio buffers to be used
; when feeding audio frames from non-Zap channels
; into the conference; larger numbers will allow
; for the conference to 'de-jitter' audio that arrives
; at different timing than the conference's timing
; source, but can also allow for latency in hearing
; the audio from the speaker. Minimum value is 2,
; maximum value is 32.
;
[rooms]
;
; Usage is conf => confno[,pin][,adminpin]
;
;conf => 1234
;conf => 2345,9938
conf => 600
ERROR Meldung (Verbose Level 3):
Code:
May 26 13:06:19 WARNING[18746]: pbx.c:1697 pbx_extension_helper: No application 'MeetMeCount' for extension (default, 600, 1)
== Spawn extension (default, 600, 1) exited non-zero on 'SIP/33-a8d9'
was habe ich falsch gemacht ?
danke
mark