Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-20 Thread Rizwan Hisham

This can be done like this:
;user extensions
exten= 1,1,Dial(SIP/U1,,Tt)

exten= 2,1,Dial(SIP/U2,,Tt)

exten= 3,1,Dial(SIP/U2,,Tt)

;secretary extensions

exten= 4,1,Dial(SIP/Secretary,Tt)
the Tt option in dialplan lets the secretary to transfer the user

;conference extensions

exten= 123,1,Meetme(${EXTEN})
exten= 234,1,Meetme(${EXTEN})

your secratary dials any user who she wants to join the boss in a conference
room. after user answeres your secratary presses # button (or transfer
combination keys defined in features.conf) she will hear a transfer message
followed by a dialtone, here she has to dial conference room no where she
wants to throw the user to join the conference like 123, or 234.
Hope its helpfull


On 3/20/07, Angel Heart [EMAIL PROTECTED] wrote:


Hi Yehavi,

Yes, this can be done. We are currently using this features. The
Secretaries making the calls to who ever her Boss wants to join the
conference she then just transfer the calls into the conference room. You
can even annouce the name of the newly arrived calls in the conference.
Like; Mr. Mateevitsi join the conference or Mr. Mateevitsi leaved the
conference if one's leave the conference. I had created one coference room
for every department.

Regards.

Angel

*Victor Mateevitsi [EMAIL PROTECTED]* wrote:

Or, you can just transfer the calls into the conference room.

On 3/19/07, Lee Jenkins [EMAIL PROTECTED] wrote:

 Yehavi Bourvine +972-8-9489444 wrote:

  Why not use the MeetMe feature of asterisk?
 
  I need the person who initiated the conference call to call the others
 and join
  them by herself. If I understand correctly, with the MeetMe you have
 to
  initialize the conference and then people dial by themselves into it.
 This
  won't be acceptable by the secretaries here...
 

 Yehavi,

 Can you make a script that uses call files to get everyone into the
 conference?
 --

 Warm Regards,

 Lee


 ___
 --Bandwidth and Colocation provided by Easynews.comhttp://easynews.com/--

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


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

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


--
Don't get soaked. Take a quick peek at the forecast
with theYahoo! Search weather shortcut.


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

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





--
Regards
Rizwan Hisham
Software Engineer
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-19 Thread Yehavi Bourvine +972-8-9489444
 On Sun, 18 Mar 2007, Yehavi Bourvine +972-8-9489444 wrote:

 Hello,


  On most SIP phones a conference call is done on the phone and is limited to 
 3
 participants. Polycom phones has a configuration option to use a conference
 server instead of the internal conferencing feature. I guess I need some
 conference server; any experience with such a server which can interact with
 Asterisk?

 Why not use the MeetMe feature of asterisk?

I need the person who initiated the conference call to call the others and join
them by herself. If I understand correctly, with the MeetMe you have to
initialize the conference and then people dial by themselves into it. This
won't be acceptable by the secretaries here...

  Thanks, __Yehavi:
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-19 Thread Lee Jenkins

Yehavi Bourvine +972-8-9489444 wrote:


Why not use the MeetMe feature of asterisk?


I need the person who initiated the conference call to call the others and join
them by herself. If I understand correctly, with the MeetMe you have to
initialize the conference and then people dial by themselves into it. This
won't be acceptable by the secretaries here...



Yehavi,

Can you make a script that uses call files to get everyone into the 
conference?

--

Warm Regards,

Lee


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

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


Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-19 Thread Yehavi Bourvine +972-8-9489444
 Yehavi,

 Can you make a script that uses call files to get everyone into the
 conference?
 --

 Warm Regards,

 Lee

Possible, but looks too much cumbersome... However, that's a nice idea.

   Thanks! __Yehavi:
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-19 Thread Victor Mateevitsi

Or, you can just transfer the calls into the conference room.

On 3/19/07, Lee Jenkins [EMAIL PROTECTED] wrote:


Yehavi Bourvine +972-8-9489444 wrote:

 Why not use the MeetMe feature of asterisk?

 I need the person who initiated the conference call to call the others
and join
 them by herself. If I understand correctly, with the MeetMe you have to
 initialize the conference and then people dial by themselves into it.
This
 won't be acceptable by the secretaries here...


Yehavi,

Can you make a script that uses call files to get everyone into the
conference?
--

Warm Regards,

Lee


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

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

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

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


Re: [asterisk-users] Conference server (or how to make a call with more than 3 u

2007-03-19 Thread Angel Heart
Hi Yehavi,
   
  Yes, this can be done. We are currently using this features. The Secretaries 
making the calls to who ever her Boss wants to join the conference she then 
just transfer the calls into the conference room. You can even annouce the name 
of the newly arrived calls in the conference. Like; Mr. Mateevitsi join the 
conference or Mr. Mateevitsi leaved the conference if one's leave the 
conference. I had created one coference room for every department.
   
  Regards.
   
  Angel

Victor Mateevitsi [EMAIL PROTECTED] wrote:
  Or, you can just transfer the calls into the conference room.

  On 3/19/07, Lee Jenkins [EMAIL PROTECTED] wrote:   Yehavi Bourvine 
+972-8-9489444 wrote:

 Why not use the MeetMe feature of asterisk? 

 I need the person who initiated the conference call to call the others and 
 join
 them by herself. If I understand correctly, with the MeetMe you have to
 initialize the conference and then people dial by themselves into it. This 
 won't be acceptable by the secretaries here...


Yehavi,

Can you make a script that uses call files to get everyone into the
conference?
--

Warm Regards,

Lee


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

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


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

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


 
-
Don't get soaked.  Take a quick peek at the forecast 
 with theYahoo! Search weather shortcut.___
--Bandwidth and Colocation provided by Easynews.com --

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