Hi, Is it within the realms of possibility to have a single conference with multiple numbers? I'm thinking of getting PSTN numbers in a number of different countries so that people in those countries only pay for a local call. At this stage doing it with VoIP is out of the question. Thanks -- Mike Williams
Yes you can. If you are dealing striclty with non-voip you may have a bit of a challenge getting the calls to the same server but if you had a way of getting all the calls to the same box, or have boxes all over and have them all conntect to one main box then it would be possible. ----- Original Message ----- From: "Mike Williams" <mike.williams@comodo.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, October 10, 2006 12:37 PM Subject: [asterisk-users] single conference, multiple numbers> Hi, > > Is it within the realms of possibility to have a single conference with > multiple numbers? > > I'm thinking of getting PSTN numbers in a number of different countries so > that people in those countries only pay for a local call. > At this stage doing it with VoIP is out of the question. > > Thanks > > -- > Mike Williams > _______________________________________________ > --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 >
On Tue, Oct 10, 2006 at 11:37:49AM +0100, Mike Williams wrote:> Hi, > > Is it within the realms of possibility to have a single conference with > multiple numbers?exten => 1234,1,Meetme(1111) exten => 5676,1,Meetme(1111) ? -- Tzafrir Cohen sip:tzafrir@local.xorcom.com icq#16849755 iax:tzafrir@local.xorcom.com +972-50-7952406 jabber:tzafrir@jabber.org tzafrir.cohen@xorcom.com http://www.xorcom.com
Absolutely, the MeetMe command just takes a conference number. You could have as many extensions invoke it as you would like. --Brian On Tue, Oct 10, 2006 at 11:37:49AM +0100, Mike Williams wrote:> Hi, > > Is it within the realms of possibility to have a single conference with > multiple numbers? > > I'm thinking of getting PSTN numbers in a number of different countries so > that people in those countries only pay for a local call. > At this stage doing it with VoIP is out of the question. > > Thanks > > -- > Mike Williams > _______________________________________________ > --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
On Tuesday 10 October 2006 12:24, Brian Rogan wrote:> Absolutely, the MeetMe command just takes a conference number. ?You > could have as many extensions invoke it as you would like.Thanks all. -- Mike Williams
Mike Williams wrote:> Hi, > > Is it within the realms of possibility to have a single conference with > multiple numbers? > > I'm thinking of getting PSTN numbers in a number of different countries so > that people in those countries only pay for a local call. > At this stage doing it with VoIP is out of the question. >This is very simple to do with voip, It is worth noting that with some countries you cannot yet buy a number (Dominican republic and Isle of Man spring to mind).
Folks, I am absolutely new to asterisk for the Voice Over IP. I have set up my own server using asterisk, successfully connected and be in position to test the voice over IP by connecting to the digium server and testing the echo system working absolutely fine. My therefore comes, how to work with extensions and voicemail. The documentation that I am using does not provide me with concrete information on working on this. Any assistance will highly be appreciated. Ahmed Ndaula Technology Officer UgaBYTES Initiative http://www.ugabytes.org
Have a look at the book: Asterisk: The future of Telephony. It will teach you almost everything that you need to know. Also you have the wiki (http://voip-info.org) and remember google is your friend. ----- Original Message ----- From: "Ahmed Ndaula" <andaula@gmail.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Wednesday, October 11, 2006 10:06 AM Subject: [asterisk-users] Extension and Voice Mail setup> Folks, > > I am absolutely new to asterisk for the Voice Over IP. I have set up my > own server using asterisk, successfully connected and be in position to > test the voice over IP by connecting to the digium server and testing the > echo system working absolutely fine. My therefore comes, how to work with > extensions and voicemail. The documentation that I am using does not > provide me with concrete information on working on this. > > Any assistance will highly be appreciated. > > > Ahmed Ndaula > Technology Officer > UgaBYTES Initiative > http://www.ugabytes.org > _______________________________________________ > --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 >
On Wed, Oct 11, 2006 at 04:06:06AM -0400, Ahmed Ndaula wrote:> I am absolutely new to asterisk for the Voice Over IP. I have set up my > own server using asterisk, successfully connected and be in position to > test the voice over IP by connecting to the digium server and testing > the echo system working absolutely fine. My therefore comes, how to work > with extensions and voicemail. The documentation that I am using does > not provide me with concrete information on working on this.Try "Asterisk: The Future of Telephony". It has practical dialplan and voicemail examples (chapters 5 and 6). http://www.asteriskdocs.org/modules/tinycontent/index.php?id=11 (or buy the printed book)