[Asterisk-Users] MeetMe
Tim Jackson
tim at angelinacounty.net
Wed Oct 27 15:25:18 MST 2004
I figured it out. I don't need the 'x' in there.
'x' - close the conference and hangup on all others when last marked
user exits
I'm an idiot, sorry.
-Tim
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Kristian
Kielhofner
Sent: Wednesday, October 27, 2004 5:22 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] MeetMe
Tim Jackson wrote:
> I've got a problem with MeetMe. I dial the extension that dynamically
> creates the new conf, but it just hangs up on me after telling me I'm
> the only person in the conference. Here's my extensions.conf and what
> its doing:
>
>
> -- Executing Answer("SIP/101-74c0", "") in new stack
> -- Executing Wait("SIP/101-74c0", "1") in new stack
> -- Executing MeetMe("SIP/101-74c0", "|Dx") in new stack
> -- Playing 'conf-getconfno' (language 'en')
> -- Playing 'conf-getpin' (language 'en')
> -- Created MeetMe conference 1023 for conference '100'
> -- Playing 'conf-onlyperson' (language 'en')
> -- Hungup 'Zap/pseudo-874077465'
> == Spawn extension (default, 800, 3) exited non-zero on
'SIP/101-74c0'
>
> [meetme-int]
> exten => 800,1,Answer
> exten => 800,2,Wait(1)
> exten => 800,3,MeetMe(|Dx)
>
>
> Tim Jackson
> Network Engineer
> Angelina County, Texas
> (936)639-4827x101 office
> (936)414-6723 mobile
>
Tim,
Even though the conference is dynamic, (I think) you still need
to
define a room number:
exten => 800,3,MeetMe(800|Dx)
Try that and let us know.
--
Kristian Kielhofner
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list