[asterisk-users] MeetMe problem

2010-06-12 Thread Daniel Knoll
Hi Guys,
sometimes if one caller or many callers are in a meetme Room and a new one join 
the room, 
then he or another caller into the same room where kickt from the room.
It's very strange for me and in logs (full) I can't see anything. is it 
possible to log more from meetme.c ?

can anyone help me and maybe someone has also the problem as i and have an 
solution.
I use:

asterisk-1.6.2.7
dahdi-linux-complete-2.3.0+2.3.0
asterisk-addons-1.6.2.1

Thanx a lot for any answers that helps me.
Daniel
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] MeetMe problem

2010-06-12 Thread Thomas Perron
try using confbridge in lastest asterisk version


On Sat, Jun 12, 2010 at 11:30 AM, Daniel Knoll dan...@danielknoll.de wrote:
 Hi Guys,
 sometimes if one caller or many callers are in a meetme Room and a new one 
 join the room,
 then he or another caller into the same room where kickt from the room.
 It's very strange for me and in logs (full) I can't see anything. is it 
 possible to log more from meetme.c ?

 can anyone help me and maybe someone has also the problem as i and have an 
 solution.
 I use:

 asterisk-1.6.2.7
 dahdi-linux-complete-2.3.0+2.3.0
 asterisk-addons-1.6.2.1

 Thanx a lot for any answers that helps me.
 Daniel
 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] MeetMe problem

2010-06-12 Thread Daniel Knoll
it's not so easy, because i use a mysql database (realtime) to write the room 
number from a webapp into the table.
also i extend the meetme table for my web application :-/
any other things at least to show more logs from meetme or dahdi ?

Daniel

Am 12.06.2010 um 17:39 schrieb Thomas Perron:

 try using confbridge in lastest asterisk version
 
 
 On Sat, Jun 12, 2010 at 11:30 AM, Daniel Knoll dan...@danielknoll.de wrote:
 Hi Guys,
 sometimes if one caller or many callers are in a meetme Room and a new one 
 join the room,
 then he or another caller into the same room where kickt from the room.
 It's very strange for me and in logs (full) I can't see anything. is it 
 possible to log more from meetme.c ?
 
 can anyone help me and maybe someone has also the problem as i and have an 
 solution.
 I use:
 
 asterisk-1.6.2.7
 dahdi-linux-complete-2.3.0+2.3.0
 asterisk-addons-1.6.2.1
 
 Thanx a lot for any answers that helps me.
 Daniel
 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 -- 
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Daniel Knoll

Liberdastr. 9 
12047 Berlin

fon +49 (0)179 20 16 50 8
mail dan...@danielknoll.de
web www.danielknoll.de





-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Meetme problem (talk detection/opt) in 1.6.1.1

2009-07-10 Thread Steve Edwards
On Fri, 10 Jul 2009, Jared Mauch wrote:

 I need the 'talking' information to better identify rogue people
 on bridges.

I'm a 1.2 Luddite so I don't have all these fancy new features :)

A different solution to a similar problem.

I had problems with abusive callers in my conferences. I whipped up some 
dialplan and AGI mojo to let an admin mute and unmute individual callers 
to identify the culprit and then kick that caller.

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] meetme problem maybe connected to features.conf

2008-12-08 Thread Thomas Stein
Hello.

I have a strange problem with the MeetMe application. Configured is a misdn 
msn to go into a preconfigured MeetMe room.

exten = 12,1,MeetMe(1234,pIM)

The first caller gets the prompt to enter the pin and then gets connected to 
the MeetMe room. The second caller gets also the prompt but after entering the 
right key he hears a dialtone followed by the message: The number you have 
dialed is invalid. After that he is also connected to the MeetMe room. This 
behaviour vanishes if i add the q option to the MeetMe command. And more 
strange this behaviour also vanishes if i change the features.conf

from:

[featuremap]
blindxfer = #1
disconnect = #0
atxfer = #2

to:

[featuremap]
blindxfer = *1
disconnect = *0
atxfer = *2

I'm using asterisk-1.4.22, dahdi and misdn-1.1.7.2.

Someone has an idea whats going on here?

best regards
t.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] meetme problem maybe connected to features.conf

2008-12-08 Thread Thomas Stein

 Hello.

 I have a strange problem with the MeetMe application. Configured is a misdn
 msn to go into a preconfigured MeetMe room.

 exten = 12,1,MeetMe(1234,pIM)

 The first caller gets the prompt to enter the pin and then gets connected
 to the MeetMe room. The second caller gets also the prompt but after
 entering the right key he hears a dialtone followed by the message: The
 number you have dialed is invalid. After that he is also connected to the
 MeetMe room. This behaviour vanishes if i add the q option to the MeetMe
 command. And more strange this behaviour also vanishes if i change the
 features.conf

I think i posted to quick. The error has nothing to do with features.conf. But 
the q option really solves this issue. I'm a little bit lost. So if someone 
has an idea i would be really happy.

cheers
t. 

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] meetme problem maybe connected to features.conf

2008-12-08 Thread Thomas Stein

Here is my misdn.conf.

[general]

debug=0
tracefile=/var/log/asterisk/misdn.log
bridging=yes

[default]
language=de
nationalprefix=0
internationalprefix=00
musicclass=default
overlapdial=yes
senddtmf=yes
hold_allowed=yes

[TEports]
ports=1,2,3,4
context=eingehend
msns=*

[NTport1]
ports=5
context=alarmanlage
msns=*

[FAX]
ports=6
context=fax-out
msns=*

cheers
t.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Meetme Problem

2005-09-19 Thread kurt x
I think I configured the MeetMe right.  Since I am using SIP for
inbound calls I followed the
instruction, for 2.6 kernel, from this web page: 

http://www.voip-info.org/wiki-Asterisk+timer+ztdummy

When I call the MeetMe number I get the greeting to enter in your
conference room.  I do and get invalid conference room.  Below is my
configs:

Executing Wait(SIP/192.168.1.2-08c82740, 1) in new stack
-- Executing MeetMe(SIP/192.168.1.2-08c82740, ) in new stack
-- Playing 'conf-getconfno' (language 'en')
  == Parsing '/etc/asterisk/meetme.conf': Found
-- Playing 'conf-invalid' (language 'en')
Sep 19 10:41:58 WARNING[14066]: file.c:554 ast_readaudio_callback: Failed

sip.conf
[15551232432]
type=friend
;username=2432
;secret=2432
host=dynamic
context=voice-mail
dtmfmode=rfc2833
;canreivet=yes

extension.conf
[voice-mail]
exten = _15551232432,1,wait(1)
exten = _15551232432,2,Meetme
exten = _15551232432,3,Hangup

meetme.conf
[voice-mail]
conf = 100


Thanks

Kurt
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Meetme Problem

2005-09-19 Thread Rich Adamson

 I think I configured the MeetMe right.  Since I am using SIP for
 inbound calls I followed the
 instruction, for 2.6 kernel, from this web page: 
 
 http://www.voip-info.org/wiki-Asterisk+timer+ztdummy
 
 When I call the MeetMe number I get the greeting to enter in your
 conference room.  I do and get invalid conference room.  Below is my
 configs:
 
 Executing Wait(SIP/192.168.1.2-08c82740, 1) in new stack
 -- Executing MeetMe(SIP/192.168.1.2-08c82740, ) in new stack
 -- Playing 'conf-getconfno' (language 'en')
   == Parsing '/etc/asterisk/meetme.conf': Found
 -- Playing 'conf-invalid' (language 'en')
 Sep 19 10:41:58 WARNING[14066]: file.c:554 ast_readaudio_callback: Failed
 
 sip.conf
 [15551232432]
 type=friend
 ;username=2432
 ;secret=2432
 host=dynamic
 context=voice-mail
 dtmfmode=rfc2833
 ;canreivet=yes
 
 extension.conf
 [voice-mail]
 exten = _15551232432,1,wait(1)
 exten = _15551232432,2,Meetme
 exten = _15551232432,3,Hangup
 
 meetme.conf
 [voice-mail]
 conf = 100

Try something like this

In extensions.conf, define a Meetme extension like:
; Meetme Conference room #1 (no pin required)
exten = 3555,1,Meetme(3555|pM)

; Meetme Conference room #2 (pin number required to join)
exten = 3556,1,Answer
exten = 3556,2,Wait,1
exten = 3556,3,Authenticate(12345)
exten = 3556,4,Meetme(3556|pM)

and in meetme.conf, add entries like this:
[rooms]
;
; Usage is conf = confno[,pin][,adminpin]
;
conf = 3555
conf = 3556



___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Meetme Problem

2005-09-19 Thread Doug Lytle



kurt x wrote:


exten = _15551232432,2,Meetme
exten = _15551232432,3,Hangup
 



Try exten = _155512324232,2,MeetMe(|Msicp)

Doug

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] MeetMe problem - some parameters ignored

2005-07-10 Thread Jim Archer

Hi All...

I set up a conference bridge using MeetMe.  It works nicely, except that it 
seems that certain parameters I give it are ignored or else don't work.


Here is the line from my dial plan:

exten = 6500,1,absolutetimeout,0
exten = 6500,2,MeetMe,100|ciMpPs|1234


The MOH and * work, but users are not announced when they join or leave and 
the pin is not requested.  Maybe I am misunderstanding what these are 
supposed to do?


 
___

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] meetme problem

2005-07-06 Thread Atuc

hallo,

i just experienced that all meetme rooms share the same voice data, if i 
connect to 499, it could be heard in all other rooms (498,500, 501)


could sombody help me, why does asterisk send the voice out of all rooms if 
i only connect to one?


thanks for help,
alex


meetme.conf
conf = 101
conf = 102
conf = 103
conf = 104

extentions.conf 
exten = 498,1,MeetMe(101,q) ; quiet room
exten = 499,1,MeetMe(102,q) ; quiet room
exten = 500,1,MeetMe(103,q) ; quiet room
exten = 501,1,MeetMe,104


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] meetme problem

2005-06-28 Thread Felix Skwarczynski

Hello,

I seem to have a strange problem, which appeared out of nowhere.
Did anyone see something like this?

2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek

2005-06-03 18:44:50 DEBUG[10721] res_agi.c: Zap/65-1 hungup
2005-06-03 18:44:50 DEBUG[10721] channel.c: Avoiding deadlock for 
'Zap/63-1'
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success


Once these messages start showing, I must stop my asterisk (stop now) 
because the load goes sky high.

I'm using an Asterisk CVS-HEAD.

Looking forward for your answer.


Felix

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] meetme problem

2005-06-28 Thread Felix Skwarczynski

Hello,

I seem to have a strange problem, which appeared out of nowhere.
Did anyone see something like this?

2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Illegal seek
2005-06-03 18:44:50 DEBUG[10721] res_agi.c: Zap/65-1 hungup
2005-06-03 18:44:50 DEBUG[10721] channel.c: Avoiding deadlock for
'Zap/63-1'
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame
to channel: Success

Once these messages start showing, I must stop my asterisk (stop now)
because the load goes sky high.
I'm using an Asterisk CVS-HEAD.

Looking forward for your answer.


Felix


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] meetme problem

2005-06-28 Thread Felix Skwarczynski

Hello,

I seem to have a strange problem, which appeared out of nowhere.
Did anyone see something like this?

2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek

2005-06-03 18:44:50 DEBUG[10721] res_agi.c: Zap/65-1 hungup
2005-06-03 18:44:50 DEBUG[10721] channel.c: Avoiding deadlock for 
'Zap/63-1'
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success


Once these messages start showing, I must stop my asterisk (stop now) 
because the load goes sky high.

I'm using an Asterisk CVS-HEAD.

Looking forward for your answer.


Felix

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] meetme problem

2005-06-22 Thread Felix Skwarczynski

Hello,

I seem to have a strange problem, which appeared out of nowhere.
Did anyone see something like this?

2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Illegal seek

2005-06-03 18:44:50 DEBUG[10721] res_agi.c: Zap/65-1 hungup
2005-06-03 18:44:50 DEBUG[10721] channel.c: Avoiding deadlock for 'Zap/63-1'
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success
2005-06-03 18:44:50 WARNING[10721] app_meetme.c: Unable to write frame 
to channel: Success


Once these messages start showing, I must stop my asterisk (stop now) 
because the load goes sky high.

I'm using an Asterisk CVS-HEAD.

Looking forward for your answer.


Felix

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] MeetMe problem

2004-01-05 Thread Michael Graves
Hi All,

Earlier today I tried using my new * server to host a simple 3 party
conference in a MeetMe conf room. I was on a snom 200, one other party
called inbound from PSTN via X100p, while the third party was a call
that I placed outbound via VoicePulse Connect. I transfered both
external parties to the conf extension (5000 in my case) they dialed
that extension myself.

Upon arrival of the first party the greeting played and MOH music
started. The second party enterd fine and myself. The quality was good
with no echo problems at first. However, about 5 minutes into the call
my the sound went very bad. There was a snapping sound whereafter my
participation was impossible due to a harsh metallic noise and a lot of
echo. 

The * console did not indicate anything wrong. Might anyone have
experienced such a problem elsewhere? Any ideas what might have failed?

Thanks,
Michael

--
Michael Graves   [EMAIL PROTECTED]
Sr. Product Specialist  www.pixelpower.com
Pixel Power Inc.  [EMAIL PROTECTED]

No matter how cynical you get you can never keep up.
 - Lilly Tomlin
 
** Tag(s) inserted by Bandit Tagger98 - http://www.gbar.dtu.dk/~c918704


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] MeetMe problem

2003-11-16 Thread Brian West
 Make sure you have at least one blank line at the bottom of your
 meetme.conf..

sorry but this isn't true mine doesn't... I have checked in vi

If yours has drama.. what editor are you using?

bkw
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] MeetMe problem

2003-11-16 Thread Tilghman Lesher
On Sunday 16 November 2003 15:23, Brian West wrote:
  Make sure you have at least one blank line at the bottom of your
  meetme.conf..

 sorry but this isn't true mine doesn't... I have checked in vi

 If yours has drama.. what editor are you using?

What this calls to is not that you have a blank line, but that you
have a trailing newline.  Vi as an editor in particular always has
the trailing newline and will complain if a file does not have one
at startup.  Other editors are not so wise as to do this.

-Tilghman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] MeetMe problem

2003-11-16 Thread Brian West
That might just very well be it. :P

On Sun, 16 Nov 2003, Tilghman Lesher wrote:

 On Sunday 16 November 2003 15:23, Brian West wrote:
   Make sure you have at least one blank line at the bottom of your
   meetme.conf..
 
  sorry but this isn't true mine doesn't... I have checked in vi
 
  If yours has drama.. what editor are you using?

 What this calls to is not that you have a blank line, but that you
 have a trailing newline.  Vi as an editor in particular always has
 the trailing newline and will complain if a file does not have one
 at startup.  Other editors are not so wise as to do this.

 -Tilghman

 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] MeetMe problem

2003-11-15 Thread firedude
Hi guys,
Having a bit of a problem trying to get conference bridges working. In my 
meetme.conf file I have the following line
[rooms] 
conf = 6000


In my extensions.conf file I have:
exten = 1000,1,MeetMe,6000

My problem is that when I dial into extension 1000 it is telling me this 
is not a valid conference number.  Can anybody telling me what I'm doing 
wrong here?  
AJ

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] MeetMe problem

2003-11-15 Thread Tilghman Lesher
On Saturday 15 November 2003 08:59, [EMAIL PROTECTED] 
wrote:
 Hi guys,
 Having a bit of a problem trying to get conference bridges working.
 In my meetme.conf file I have the following line
 [rooms]
 conf = 6000


 In my extensions.conf file I have:
 exten = 1000,1,MeetMe,6000

 My problem is that when I dial into extension 1000 it is telling me
 this is not a valid conference number.  Can anybody telling me what
 I'm doing wrong here?

You need to do a restart after defining new conference numbers,
otherwise they won't work (i.e. not on a reload).

-Tilghman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] MeetMe problem

2003-11-15 Thread Josh Roberson
Also, unless something has changed, If you don't have any zap devices,
you'll need to have the ztdummy module loaded to provide zap timing to
the meetme app.

--
Josh Roberson
Indigent Networks
1.877.677.9647 x1
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tilghman
Lesher
Sent: Saturday, November 15, 2003 8:59 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] MeetMe problem

On Saturday 15 November 2003 08:59, [EMAIL PROTECTED] 
wrote:
 Hi guys,
 Having a bit of a problem trying to get conference bridges working.
 In my meetme.conf file I have the following line
 [rooms]
 conf = 6000


 In my extensions.conf file I have:
 exten = 1000,1,MeetMe,6000

 My problem is that when I dial into extension 1000 it is telling me
 this is not a valid conference number.  Can anybody telling me what
 I'm doing wrong here?

You need to do a restart after defining new conference numbers,
otherwise they won't work (i.e. not on a reload).

-Tilghman

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.538 / Virus Database: 333 - Release Date: 11/10/2003
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.538 / Virus Database: 333 - Release Date: 11/10/2003
 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] MeetMe problem

2003-11-15 Thread Olle E. Johansson
[EMAIL PROTECTED] wrote:

My problem is that when I dial into extension 1000 it is telling me this 
is not a valid conference number.  Can anybody telling me what I'm doing 
wrong here?  
I've added the solution to this to the FAQ:
http://www.voip-info.org/tiki-index.php?page=Asterisk+FAQ
/Olle

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] MeetMe problem

2003-11-15 Thread WipeOut
[EMAIL PROTECTED] wrote:

Hi guys,
Having a bit of a problem trying to get conference bridges working. In my 
meetme.conf file I have the following line
[rooms] 
conf = 6000
 

Make sure you have at least one blank line at the bottom of your 
meetme.conf..

Later..

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users