Displaying 2 results from an estimated 2 matches for "confapp".
Did you mean:
conf_api
2006 Oct 25
0
Conference is Not Working.... with OpenSER And Asterisk
...ten => 19003,2,Wait(2)
exten => 19003,3,MeetMe(1234|pm)
------------------------------------------------------------------------
* In cbmysql.conf*
[global]
hostname=localhost
dbname=conference
password=
user=root
port=3306
sock=/var/lib/mysql/mysql.sock
DBOpts=yes
;OptsAdm=asdp
;OptsUsr=sdp
ConfApp=MeetMe
ConfAppCount=MeetMeCount
; Choose one of the following to modify early join behaviour
earlyalert=300 ; Tell the participant if they are too early (seconds)
;fuzzystart= ; Allow participants to join early (seconds)
------------------------------------------------------------------------...
2005 Mar 18
3
ANNOUNCEMENT:Updatesforapp_cbmysqlandMeetMe2gui(out of tree modules)
I'm afraid I am at a loss. If the three files,
app_cbmysql.c, app_meetme2.c and Makefile all
exist in ../apps then a patch -p1 from the
../asterisk directory should work.
The -p1 tells patch to ignore the first directory
in the path to the file in the patch, -p2 ignores
two directories. Another option is to just edit
the apps-meetme-cbmysql.txt and split it into
three patchs and apply