my setup is good. I see the conference but I do not see the extension that are in there is my problem
my setup is good. I see the conference but I do not see the extension that are in there is my problem
My extension.conf asterisk
Contexte conferences
;
[ctx_conferences]
exten => ${CONF_test},1,SetMusicOnHold(453)
exten => ${CONF_test},2,Meetme(${EXTEN},M)
;
; Gestion conferences dynamiques
;
; Acces a la conference:
exten => 10000,1,Meetme(,xqs)
; Creation conference:
exten => 10001,1,Meetme(,AsD)
My button.conf on fop2
[CONFERENCE/TEST]
type=conference
label=TEST
server=1
extension=10000
context=from-internal
You have to define a static conference in asterisk's meetme.conf or match the number for the dynamic conference. For example, in meetme.conf
conf => 5000
And the button configuration in fop2:
[CONFERENCE/5000]
type=conference
You are not posting your meetme.conf but from your dialplan I asume you use dynamic conferences... in that case do a meetme list when the conference is created, and if the conference name is the number you enter at login, the use a fop2 button with that number : [CONFERENCE/1000] and not [CONFERENCE/test]
best regards,
ok this is my meetme.conf
[rooms]
conf => 1000,1234,4567
but when I configure button.con nothing happens
You posted this:
[CONFERENCE/test]
And your queues.conf shows this:
conf => 1000,1234,4567
So, you are asking fop2 to monitor a queue named "test" while you have a conference with name "1000" created. It won't work, change the button.conf to use CONFERENCE/1000 , then login to that conference and it will work as expected.
Best regards,
I do not understand can explain everything step by step what I should do about asterisk and fop2 pleaz ?
I want to know is that I must have in my asterisk setup and fop2.
Thank you in advance
ok...
in asterisk configuration you have defined the conference "1000"
in fop2 you defined the conference "test"
test <> 1000
you are monitoring a confernece with an incorrect name... so in the button configuration in fop2, change
[CONFERENCE/test]
to
[CONFERENCE/1000]
All of this supposing you are doing a manual configuration and not using the automatic freepbx config.
Best regards,
So all is configure but it doesn't work i don't understand why ?
I have this in extension.conf ---> ; Conferences
;
CONF_1000=1000
But i have nothing about conference in queues.conf
And this is my meetme.conf --->; Fichier de configuration pour les conferences
;
;
[rooms]
conf => 1000
And my button.conf ---> CONF_1000/1000
type=conference
label=TEST
You conference name/number is 1000, not conf_1000. Your buttons conf should display
[CONFERENCE/1000]
type=conference
label=conference
blah..
blah..
I configured like this but it doesn't work. I see that there is someone in conference but i don't see who.
start fop2_server with debug level 3 and login to the conference, and look for the meetmejoin event.. then post that event here.
service fop2 stop /usr/local/fop2/fop2_server -X 3
192.168.10.9 -> Action: Command
192.168.10.9 -> Command: meetme list 1000 concise
192.168.10.9 -> ActionID: meetme_1000
192.168.10.9 <- Response: Follows
192.168.10.9 <- Privilege: Command
192.168.10.9 <- ActionID: meetme_1000
192.168.10.9 <- User #: 01 246 Clement Hugo Channel: SIP/246-b5660c58 (unmonitored)
192.168.10.9 <- 1 users in that conference.
192.168.10.9 <- --END COMMAND--
192.168.10.9 <- Server: 0
192.168.10.9 -> Action: UserEvent
192.168.10.9 -> UserEvent: MEETME-REFRESH
192.168.10.9 -> Meetme:
192.168.10.9 <- Response: Error
192.168.10.9 <- Message: Invalid/unknown command
192.168.10.9 <- Server: 0
I do not see the meetmejoin in those events you paste... but I see the conference 1000... so you should be able to see the conference button and the user logeed unless you have the free version limited to 15 buttons and the conference button is beyond the 15 limit.
Best regards,
This can help you.
192.168.10.9 <- Event: MeetmeJoin
192.168.10.9 <- Privilege: call,all
192.168.10.9 <- Channel: SIP/246-b787d6d0
192.168.10.9 <- Uniqueid: 1263385420.6765
192.168.10.9 <- Meetme: 1000
192.168.10.9 <- Usernum: 1
192.168.10.9 <- Server: 0
192.168.10.9 -> Action: Command
192.168.10.9 -> Command: meetme list 1000 concise
192.168.10.9 -> ActionID: meetme_1000
192.168.10.9 <- Response: Follows
192.168.10.9 <- Privilege: Command
192.168.10.9 <- ActionID: meetme_1000
192.168.10.9 <- User #: 01 246 Clement Hugo Channel: SIP/246-b787d6d0 (unmonitored)
192.168.10.9 <- 1 users in that conference.
192.168.10.9 <- --END COMMAND--
192.168.10.9 <- Server: 0
192.168.10.9 -> Action: UserEvent
192.168.10.9 -> UserEvent: MEETME-REFRESH
192.168.10.9 -> Meetme:
192.168.10.9 <- Response: Error
192.168.10.9 <- Message: Invalid/unknown command
192.168.10.9 <- Server: 0
Response: Error
Message: Invalid/unknown command
Server: 0
A button [CONFERENCE/1000] will work.
yes but nothing appears . I do not see the extensions when I click on the button
Clicking on the button does nothing, you will start seeing participants added at the bottom. If not, your fop2 is misconfigured. Maybe you have a mix of static and #exec config and that is not going to work well. Best regards,
everything is configured manually nothing automatic. I do not understand why the extension does not appear when connecting to the conference
Me neither.. I am currently on vacation. I will get back on january 18th. Try to catch me on the live help by then if you can give me access to your machine. Best regards,
I contact you regarding my problem I still have not managed to resolve. In debug mode button conference seems to work but I do not get posting on the website of fop.
thank you in advance