hi
i m using ,meetme.conf,extention.conf and sip.conf for conferencing but i m geting error i.e meetme not found for specified extention. zaptel and ztdummy works well cus MOH is properly working ,any one can help me to sort out this problm …waiting 4 reply …thanx
hmmm what i usually use is the d or D flags to create meetme conferences on the fly without meetme.conf… might that do it?
[quote=“dosti”]hi
i m getting this error
my configurations for meetme and extions.conf r
== Spawn extension (conference, 620, 2) exited non-zero on ‘SIP/5102-0a0f3d68’
– Executing Answer(“SIP/5102-0a0f3d68”, “”) in new stack
Oct 9 00:08:07 WARNING[5182]: pbx.c:1700 pbx_extension_helper: No application ‘MeetMe’ for extension (conference, 101, 2)
== Spawn extension (conference, 101, 2) exited non-zero on ‘SIP/5102-0a0f3d68’
– Incoming call: Got SIP response 500 “Server Internal Error” back from 192.168.0.45
– Executing Answer(“SIP/5102-0a0f3d68”, “”) in new stack
Oct 9 00:10:51 WARNING[5208]: pbx.c:1700 pbx_extension_helper: No application ‘MeetMe’ for extension (conference, 101, 2)
== Spawn extension (conference, 101, 2) exited non-zero on ‘SIP/5102-0a0f3d68’
– Incoming call: Got SIP response 500 “Server Internal Error” back from 192.168.0.45
extension.conf
[conference]
exten => 101,1,answer()
exten => 101,2,MeetMe(101)
meetme.conf
[rooms]
conf => 101,1234
and for musiconhold i m getting following error
…
se EXIT or QUIT to exit the asterisk console
– Executing Answer(“SIP/5102-0a0f3d68”, “”) in new stack
– Executing MusicOnHold(“SIP/5102-0a0f3d68”, “default”) in new stack
– Started music on hold, class ‘default’, on channel ‘SIP/5102-0a0f3d68’
– Stopped music on hold on SIP/5102-0a0f3d68
== Spawn extension (conference, 620, 2) exited non-zero on ‘SIP/5102-0a0f3d68’
– Executing Answer(“SIP/5102-0a0f3d68”, “”) in new stack
Oct 9 00:08:07 WARNING[5182]: pbx.c:1700 pbx_extension_helper: No application ‘MeetMe’ for extension (conference, 101, 2)
and configuration for music on hold r
extension.conf
[conference]
exten => 620,1,Answer()
exten => 620,2,MusicOnHold(default)
musiconhold.conf
[classes]
default => quietmp3:/var/lib/asterisk/mohmp3/fpm-sunshine
…
and the status of lsmod command is as under
[root@localhost zaptel-1.2.9.1]# lsmod
Module Size Used by
ztdummy 3924 0
zaptel 210820 1 ztdummy
crc_ccitt 2113 1 zaptel
parport_pc 28933 1
lp 13001 0
parport 40585 2 parport_pc,lp
autofs4 29253 2
rfcomm 42333 0
l2cap 30661 5 rfcomm
bluetooth 56133 4 rfcomm,l2cap
…
my calls got established but i m getting no output…so anyone can help me to get out of this problem …thanx
[quote=“dosti”][quote=“dosti”]hi
i m using ,meetme.conf,extention.conf and sip.conf for conferencing but i m geting error i.e meetme not found for specified extention,any one can help me to sort out this problm …waiting 4 reply …thanx[/quote][/quote]
I have no idea what you just said, spell check.
is MeetMe being loaded ? at the console :CLI> show application MeetMe
if it’s not loaded try loading it : CLI> load app_meetme.so
if you get no “Registered” messages then post the output of : !tail /var/log/asterisk/full
(the ‘!’ runs a system command within the CLI)
thanks but what about music on hold
hi
I got this reply
*CLI> show application meetme
Your application(s) is (are) not registered
*CLI> load app_meetme.so
Oct 13 02:41:31 WARNING[4838]: loader.c:325 __load_resource: /usr/lib/asterisk/modules/app_meetme.so: cannot open shared object file: No such file or directory
Unable to load module app_meetme.so
*CLI> !
[root@localhost ~]# tail
Oct 13 02:42:56 ERROR[4852]: chan_sip.c:10990 handle_request_subscribe: Got SUBSCRIBE for extension 201@fest from 192.168.0.45, but there is no hint for that extension
can u tell me how to register or some thing else i need to make it work
best regards
dosti
ok, don’t worry about tail’ing the log, just post the appropriate section from /var/log/asterisk/full here for us to look at (and where your answer probably lies)
edit : ok, forum email code is very dead !
Hi
Sounds like Zaptel wasnt build or had an error when building.
I have seen outcome when this happens.
Do a zap show channels.
hi
i had also manually look at madule directory i.e
/usr/lib/asterisk/modules/
but app_meetme.so was not there
and as a result of
i got rply that no such file or directory found…
Hi
I will repeat
[quote]Sounds like Zaptel wasnt build or had an error when building.
I have seen outcome when this happens.
Do a zap show channels.[/quote]
Meetme requires timing, this is either from a zaptel card or ztdummy. It seems without zaptel asterisk doesnt build meetme, which would be correct.
Ian
hi ianplain
as for as timing is concerned…music on hold works well
and lsmod result is as under
[root@localhost zaptel-1.2.9.1]# lsmod
Module Size Used by
ztdummy 3924 0
zaptel 210820 1 ztdummy
crc_ccitt 2113 1 zaptel
parport_pc 28933 1
lp 13001 0
parport 40585 2 parport_pc,lp
autofs4 29253 2
rfcomm 42333 0
l2cap 30661 5 rfcomm
bluetooth 56133 4 rfcomm,l2cap
ok tell me what configuration i have to make in zapta.conf for meetme…thanks
OK
For one last time.
what does "zap show channels " say ??
Did you build * in the correct order ?
I would recompile from the begining (except for make samples) and see what you get.
hi
Thanks ianplain and baconbuttie my problem is solved…* was not installed in correct order,now its ok and i found meetme and its working…
Regards
dosti
Okay, I am having the same problem. I have recompiled from the beginning and still have the same problem. I would like to check the proper order
- Zaptel
- libpri
- Asterisk
I hope that I got the order right, I did follow the book step-by-step, so I thought. Any help would be appreciated.
zap show channels returns:
Chan Extension Context Language MusicOnHold
pseudo default
Hi
What problem do you have, Zap is installe by the look of it.
Ian
in the Asterisk console I am getting the following error message:
Oct 29 17:05:36 ERROR[3065]: chan_sip.c:11029 handle_request_subscribe: Got SUBSCRIBE for extension 101@internal from 192.168.1.15, but there is no hint for that extension
The second problem is that when I try to log-in to check voice mail, it gives me an error that incorrect authenticate and asks for the password again. The third time it logs off. I changed the password several time making it a simple password, “the extension number,” and it sill does not let me in. When I log-in through the webpage, the password works fine, but it does not list the voicemails.
I was thinking that it is not sync with the system.
hi
my compilation order was
[ul]libpri
zaptel
ztdummy(if u r not having hardware for timing)
asterisk
[/ul]
check this order