[Asterisk-Dev] 1.2.0-beta1 MeetMe bug?
Dan Austin
Dan_Austin at Phoenix.com
Fri Nov 11 19:27:46 MST 2005
I haven't seen any bugs related to this behaviour, so I haven't tried
beta2 or RC1.
> extensions.conf
exten => 8650,1,Answer
exten => 8650,n,Wait(1)
exten => 8650,n,MeetMe(12345|d)
exten => 8650,n,Noop (MeetMe Secs: ${MeetMeSecs})
exten => 8650,n,Hangup
> show dialplan
'8650' => 1. Answer() [pbx_config]
2. Wait(1) [pbx_config]
3. MeetMe(12345|d) [pbx_config]
4. Noop(MeetMe Secs: ${MeetMeSecs}) [pbx_config]
5. Hangup() [pbx_config]
When exiting the conference the call flow does not continue to
step 4. Normal?
-- Executing Answer("SIP/cisco2-3e11", "") in new stack
-- Executing Wait("SIP/cisco2-3e11", "1") in new stack
-- Executing MeetMe("SIP/cisco2-3e11", "12345|d") in new stack
-- Created MeetMe conference 1023 for conference '12345'
-- Playing 'conf-onlyperson' (language 'en')
Nov 11 18:23:02 WARNING[10967]: app_meetme.c:1270 conf_run: Unable to
write frame to channel: No such file or directory
-- Hungup 'Zap/pseudo-609083389'
== Spawn extension (default, 8650, 3) exited non-zero on
'SIP/cisco2-3e11'
I'm looking to track how long a caller was in a conference,
and was think to add that information to the 'meetme list' command,
but as hoping to get a feel for what the output would be before
adding code to app_meetme.
Thanks,
Dan
More information about the asterisk-dev
mailing list