hi guys:
recently I want to buinding a meeting confence on asterisk and use the meetme 
application.
I have a ztdummy kernel
     afteri the  lsmod commond:
ztdummy                 5768  0 
      zaptel                182660  28 zttranscode,ztdummy
      crc_ccitt               3008  1 zaptel

I also configure the meetme.conf
conf => 1000;
my extensions.conf
[default]
     exten => 4110,1,Answer()
     ;exten => 99008664110,n,MeetMeCount(1000)
     exten => 4110,n,MeetMe(1000)
     exten => 4110,n,Hangup()

but after i dial the 4110 in my xlite, the sip debug show the message and stop 
here:
-- Executing [4...@meetme:2] MeetMe("SIP/28989-08241e60", "1000") in new stack
........(sip ACK message)
without parsing the meetme.conf and can't build the chat room!

i reload the app_meetme.so in CLI:
 - Reloading module 'app_meetme.so' (MeetMe conference bridge)
      == Parsing 'etc/asterisk/meetme.conf': Found

All the sip message show that there is no fault, and i dont know why the meetme 
application can't work.

i have a usable meetme sever and the sip message is:
 Executing MeetMe("SIP/20742-081a8198", "1000|Ap") in new stack
  == Parsing '/etc/asterisk/meetme.conf': Found
  == Parsing '/etc/asterisk/staticmeetme.conf': Found
    -- Created MeetMe conference 1023 for conference '1000'


I dont Know why the meetme application dont parsing the meetme.conf and creat 
MeetME conference
hope some guys help me ,appreciate your help!!! 
2009-02-09 



邱磊 
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to