Hello ,
I am new to Asterisk. Trying to use Meetme for Audio
Conferencing. Got Zaptel card etc.
and i could see app_meetme.so nicely loaded. Now :
1. how to start a conference ?
2. how to add a user ?
3. How can a user join a conference ?
After looking at certain links on Net I tried to configure
meetme.conf like this :
[rooms]
;
; Usage is conf => confno[,pin]
;
conf => 1234
And in extension.conf:
exten => 8600,1,Meetme,1234
When I try to dial 8600 from client ..nothing happened ? even no
logs on server ?
when I give meetme command on console ...it says : No active
meetme conference
Please Help !!
regards
Vikram Bhuskute
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20041127/3cc71a21/attachment.htm
> * *[rooms] > ; > ; Usage is conf => confno[,pin] > ; > conf => 1234Should be: conf => 1234,5555> <> > And in *extension.conf:* > ** > exten => 8600,1,Meetme,1234 >Should be: exten => 8600,1,Meetme(1234) exten => 8600,2,Hangup Call extension 8600, enter the pin of 5555 and off you. I'm sure all of this is in the Wiki, since that's where I went to learn on how to set it up. Doug