[Asterisk-Users] Meetme Problem

kurt x kurtwp at gmail.com
Mon Sep 19 08:07:26 MST 2005


I think I configured the MeetMe right.  Since I am using SIP for
inbound calls I followed the
instruction, for 2.6 kernel, from this web page: 

http://www.voip-info.org/wiki-Asterisk+timer+ztdummy

When I call the MeetMe number I get the greeting to enter in your
conference room.  I do and get invalid conference room.  Below is my
configs:

Executing Wait("SIP/192.168.1.2-08c82740", "1") in new stack
    -- Executing MeetMe("SIP/192.168.1.2-08c82740", "") in new stack
    -- Playing 'conf-getconfno' (language 'en')
  == Parsing '/etc/asterisk/meetme.conf': Found
    -- Playing 'conf-invalid' (language 'en')
Sep 19 10:41:58 WARNING[14066]: file.c:554 ast_readaudio_callback: Failed

sip.conf
[15551232432]
type=friend
;username=2432
;secret=2432
host=dynamic
context=voice-mail
dtmfmode=rfc2833
;canreivet=yes

extension.conf
[voice-mail]
exten => _15551232432,1,wait(1)
exten => _15551232432,2,Meetme
exten => _15551232432,3,Hangup

meetme.conf
[voice-mail]
conf => 100


Thanks

Kurt



More information about the asterisk-users mailing list