No application 'Meetme' for extension

Hi,

I m getting “WARNING[16502]: pbx.c:1720 pbx_extension_helper: No application ‘Meetme’ for extension (incoming, 8600011, 1)”


sip.conf:

[971047]
type=peer
username=971047
secret=9710
insecure=very
port=5060
nat=yes
host=dynamic
dtmfmode=rfc2833
canreinvite=no
context=incoming
disallow=all
allow=alaw
allow=ulaw

extension.conf

[imcoming]
exten => 8600011,1,Meetme(8600011)

meetme.conf

conf => 8600011,1234

lsmod | grep ztdummy
ztdummy 2532 0 (unused)
zaptel 180800 0 [ztdummy]
usb-uhci 26348 0 [ztdummy]

getting no error in “modprobe ztdummy”

service zaptel restart
Unloading zaptel hardware drivers: ztdummy.
Removing zaptel module: [ OK ]
Loading zaptel framework: [ OK ]
Waiting for zap to come online…OK
Loading zaptel hardware modules: ztdummyRunning ztcfg: [ OK ]

asterisk version: 1.2.26

it is not showing module app_meetme in “show module”

in /usr/lib/asterisk/modules, it is not showing any file like “app_meetme”

O/S: RHEL5

Kindly suggest what to do.

can anybody help me …?

Hi It sounds like you complied in the wrong order

Recompile in order IE

zaptel
libpri
asterisk
asterisk-add-ons
asterisk-sounds

and see if its there then

Ian