Eduardo López Martínez
2005-May-11 03:16 UTC
[Asterisk-Users] Gateway service under Asterisk
Hello list! I am new in * but i want to learn about its possibilities. I want somebody to tell me if what I want to do is possible with *. I have a teleconference tool which uses SIP and now I am using Asterisk as POTS gateway. When I dial certain number from a telephone I connect with asterisk which asks me for an extension. When I dial certain extension I connect with my SIP application successfully and I'm able to participate as an "audio-only" participant. What I want to do now is to include more than one teleconference room. When I connect to asterisk from a phone I want * to ask me for the room I want to connect to and for a password which should be read from a database and will be different for each room. Depending on the selected room, * should dial one sip address or another, which are read from a database as well. Please, note that I am not talking about "Meetme rooms" (although I don't know if I can archive my goal using it). I only want to dial a new SIP agent depending the selected room. How can achieve this? What additional tools will be necessary? Thanks a lot! Eduardo. ===========================================================Eduardo L?pez Mart?nez <elopez@dit.upm.es> Isabel Operation Center <isabel.oc@dit.upm.es> DIT - Dept. Ing. Sist. Telem?ticos Tf: +34 913367366 (446) UPM - Univ. Politecnica de Madrid Fax: +34 913367333 Madrid SPAIN ============================================================
Hi Eduardo, Check the AGI (Asterisk Gateway Interface) scripting: home.cogeco.ca/~camstuff/agi.html voip-info.org/wiki-Asterisk+AGI If you write your own script that: * plays the welcome message * collects digits to select the conference room * redirects the call to the appropriate SIP address I think you will easily be able to solve your problem. Perhaps the list knows about other options, but this is how I guess I would do it. Good luck! --- Eduardo L?pez Mart?nez <elopez@dit.upm.es> wrote:> Hello list! > > I am new in * but i want to learn about its > possibilities. I want somebody > to tell me if what I want to do is possible with *. > > I have a teleconference tool which uses SIP and now > I am using Asterisk as > POTS gateway. When I dial certain number from a > telephone I connect with > asterisk which asks me for an extension. When I dial > certain extension I > connect with my SIP application successfully and I'm > able to participate as > an "audio-only" participant. > > What I want to do now is to include more than one > teleconference room. When > I connect to asterisk from a phone I want * to ask > me for the room I want to > connect to and for a password which should be read > from a database and will > be different for each room. Depending on the > selected room, * should dial > one sip address or another, which are read from a > database as well. > > Please, note that I am not talking about "Meetme > rooms" (although I don't > know if I can archive my goal using it). I only want > to dial a new SIP agent > depending the selected room. > > How can achieve this? What additional tools will be > necessary? > > Thanks a lot! > Eduardo. > >===========================================================> Eduardo L?pez Mart?nez <elopez@dit.upm.es>> Isabel Operation Center <isabel.oc@dit.upm.es> > DIT - Dept. Ing. Sist. Telem?ticos Tf: +34 > 913367366 (446) > UPM - Univ. Politecnica de Madrid Fax: +34 913367333 > Madrid SPAIN >===========================================================>> > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com >lists.digium.com/mailman/listinfo/asterisk-users> To UNSUBSCRIBE or update options visit: > >lists.digium.com/mailman/listinfo/asterisk-users>