Re: [asterisk-users] custom automated meeting

2011-11-02 Thread Thanasis
on 11/02/2011 07:44 AM Sammy Govind wrote the following: core show application meetme Thanks! (I am new to asterisk, and just learning, so forgive my dumb questions) -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] custom automated meeting

2011-11-01 Thread Thanasis
I just want to make two specific sip phone sets to ring together, when someone dials a specific incoming extension. And then, when each of the ringed sets answers, to be placed immediately into meeting session with the caller together with the other phone set. Here is exactly what I mean: Person

Re: [asterisk-users] custom automated meeting

2011-11-01 Thread Danny Nicholas
...@lists.digium.com] On Behalf Of Thanasis Sent: Tuesday, November 01, 2011 1:58 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] custom automated meeting I just want to make two specific sip phone sets to ring together, when someone dials a specific

Re: [asterisk-users] custom automated meeting

2011-11-01 Thread Thanasis
Subject: Re: [asterisk-users] custom automated meeting I just want to make two specific sip phone sets to ring together, when someone dials a specific incoming extension. And then, when each of the ringed sets answers, to be placed immediately into meeting session with the caller together

Re: [asterisk-users] custom automated meeting

2011-11-01 Thread Sammy Govind
...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Thanasis Sent: Tuesday, November 01, 2011 1:58 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] custom automated meeting I just want to make two specific sip phone

Re: [asterisk-users] custom automated meeting

2011-11-01 Thread Danny Nicholas
AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] custom automated meeting There is only one way to find out connecta.agi in /var/lib/asterisk/agi-bin directory by developing it yourself. On Tue, Nov 1, 2011 at 6:57 PM, Thanasis thana...@asyr.hopto.org

Re: [asterisk-users] custom automated meeting

2011-11-01 Thread Yaroslav Panych
You need simple dialplan of four steps: same =n,Set(conf_name=conf-${RAND(1,1000)}) same =n,Originate(SIP/dev1,app,MeetMe,${conf_name},dFI1x) same =n,Originate(SIP/dev2,app,MeetMe,${conf_name},dFI1x) same =n,MeetMe(${conf_name},dFI1xAC) same =n,Noop(do post conference stuff) 2011/10/31 Thanasis

Re: [asterisk-users] custom automated meeting

2011-11-01 Thread Thanasis
on 11/01/2011 05:41 PM Yaroslav Panych wrote the following: You need simple dialplan of four steps: same =n,Set(conf_name=conf-${RAND(1,1000)}) same =n,Originate(SIP/dev1,app,MeetMe,${conf_name},dFI1x) same =n,Originate(SIP/dev2,app,MeetMe,${conf_name},dFI1x) same

Re: [asterisk-users] custom automated meeting

2011-11-01 Thread Sammy Govind
Type in asterisk CLIcore show application meetme or google asterisk cmd meetme simple? On Tue, Nov 1, 2011 at 10:33 PM, Thanasis thana...@asyr.hopto.org wrote: on 11/01/2011 05:41 PM Yaroslav Panych wrote the following: You need simple dialplan of four steps: same

Re: [asterisk-users] custom automated meeting

2011-10-31 Thread bakko
Hello, look at Page application Regards - Original Message - From: Thanasis thana...@asyr.hopto.org To: asterisk-users@lists.digium.com Sent: Monday, October 31, 2011 4:59 PM Subject: [asterisk-users] custom automated meeting I need your help in implementing the following