[Asterisk-Users] .call MeetMe

2005-01-06 Thread Sjaak Nabuurs
Hello
Would it be possible to dail out to lett's say to 4 people with a .call 
file and put them directly into a free meetme room.

Thanks
Sjaak
___
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] .call MeetMe

2005-01-06 Thread Florian Overkamp
Hi, 

 Would it be possible to dail out to lett's say to 4 people 
 with a .call 
 file and put them directly into a free meetme room.

You could create an alias that dials 4 people at once, or you could generate
4 different call files. Seems to be easy enough..

Florian

___
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] .call MeetMe

2005-01-06 Thread sjaak imap
Arghh sure
Something like
Channel: ZAP/g1/xx/ZAP/g1/xxx/ZAP/g1/ etc 
MaxRetries: 2
RetryTime: 60
WaitTime: 30
Context: monitor
Extension: 601 -- first meetme room
Priority: 1
ZAP/g1 is an ISDN30
But how do I know this 601 room is free
I've rooms 601 602 and 3,4,5,6,7,8,9 and so on
I like to pick up the first room who's empty.
Thanks
Florian Overkamp
Hi, 

 

Would it be possible to dail out to lett's say to 4 people 
with a .call 
file and put them directly into a free meetme room.
   

You could create an alias that dials 4 people at once, or you could generate
4 different call files. Seems to be easy enough..
Florian
___
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 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] .call MeetMe

2005-01-06 Thread Steven Critchfield
On Thu, 2005-01-06 at 14:39 +0100, sjaak imap wrote:
 Arghh sure
 
 Something like
 Channel: ZAP/g1/xx/ZAP/g1/xxx/ZAP/g1/ etc 

BAD idea, the fist person to answer will terminate the other calls here.
It is just like ringing multiple internal extensions until someone
answers. 

 MaxRetries: 2
 RetryTime: 60
 WaitTime: 30
 Context: monitor
 Extension: 601 -- first meetme room
 Priority: 1
 
 ZAP/g1 is an ISDN30
 
 
 But how do I know this 601 room is free
 I've rooms 601 602 and 3,4,5,6,7,8,9 and so on
 I like to pick up the first room who's empty.

Well you need to decide on a room first. You could use one of the
modules out and around to query the manager port and see if there is a
free room. Problem is if you try and do it from the dialplan, as soon as
your first called person enters the room, the others would get scrolled
to another room. Then you get your multiple parties all in individual
meetme rooms all alone.

Although, on further thinking about it. You might be able to make the
context/extension part include a code that identifies the called
parties as all being part of a meetme group. The first person to answer
would trigger a lookup for the meetme room matching the code given and
if it isn't in the DB, it finds an empty room and then puts the room
number in the DB and then joins the room. Then any other calls coming in
would see the DB entry and just join. The dialplan will be more complex
but it reduces the heavy lifting in the external app that creates
the .call files.  

-- 
Steven Critchfield [EMAIL PROTECTED]

___
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] .call MeetMe

2005-01-06 Thread Florian Overkamp
Hi Sjaak, 

 -Original Message-
 Arghh sure
 
 Something like
 Channel: ZAP/g1/xx/ZAP/g1/xxx/ZAP/g1/ etc 

Ehm, not sure if that will work. But if you have an extension that does
Dial(Chan1Chan2..) you could use Channel: Local/[EMAIL PROTECTED]

 MaxRetries: 2
 RetryTime: 60
 WaitTime: 30
 Context: monitor
 Extension: 601 -- first meetme room
 Priority: 1


 But how do I know this 601 room is free
 I've rooms 601 602 and 3,4,5,6,7,8,9 and so on
 I like to pick up the first room who's empty.

Whoah, that's a whole different question. App MeetMeCount might help a
little, or maybe use GetGroupCount.

Florian

___
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