[Asterisk-Users] meetme application
Miguel
mmiranda at 123.com.sv
Fri Feb 10 17:00:53 MST 2006
Hi, i ant to configure a conference but im having som problems,
in extensions:
exten => 22662201,1,Answer
exten => 22662201,2,Wait(1)
exten => 22662201,3,GotoIf($[${CALLERIDNUM} = ${EXTEN:1}]?5:4)
exten => 22662201,4,MeetMe(${EXTEN}|sM)
exten => 22662201,5,MeetMe(${EXTEN}|asM)
in meet.conf
[rooms]
;
; Usage is conf => confno[,pin][,adminpin]
;
;conf => 1234
;conf => 2345,9938
conf => 22662201,1234
but when i call the extension this is the error:
pbx.c:1688 pbx_extension_helper: No application 'MeetMe' for extension
i did a normal make, make install, did i miss something?
More information about the asterisk-users
mailing list