[asterisk-users] Meet me

Jaswinder Singh vicky.r at gmail.com
Mon May 28 08:58:43 MST 2007


change conf => 222
to conf => 222
( remove | )

I had same problem as freepbx always put | removing it fixed the problem
On 29/05/07, Khaled Chehab <kchehab at xplorium.com> wrote:
>
>
>
>
> I am using asterisk 1.4.4 now and facing a problem with meetme,the code  I
> was using with asterisk 1.2 is not functioning with 1.4 ,my code is
>
> conf => 222|     at meetme.conf
>
> at meet_me_additional
>
>
>
> like this
>
> exten => 21,1,MeetMe(21,dq)
>
> exten => 21,2,Playback(beep)
>
>
>
> or this
>
> exten => 222,1,GotoIfTime(*|mon-sun|08-08|may-may?223,1)
>
> exten => 222,n,Playback(vm-goodbye)
>
> exten => 222,n,Hangup
>
> exten =>
> STARTMEETME,1,MeetMe(${MEETME_ROOMNUM},${MEETME_OPTS},${PIN})
>
> exten => STARTMEETME,n,Hangup
>
> exten => h,1,Hangup
>
>  exten => 223,1,Set(MEETME_ROOMNUM=222)
>
>  exten => 223,n,GotoIf($[${DIALSTATUS} = ANSWER]?READPIN)
>
>  exten => 223,n,Answer
>
> exten => 223,n,Wait(1)
>
>  exten => 223,n(READPIN),Read(PIN,enter-conf-pin-number,,)
>
>  exten => 223,n,GotoIf($[foo${PIN} = foo]?USER)
>
>  exten => 223,n,GotoIf($[${PIN} = ]?ADMIN)
>
>  exten => 223,n,Playback(conf-invalidpin)
>
>  exten => 223,n,Goto(READPIN)
>
>  exten => 223,n(ADMIN),Set(MEETME_OPTS=aAwciMs)
>
>  exten => 223,n,Goto(STARTMEETME,1)
>
>  exten => 223,n(USER),Set(MEETME_OPTS=ciMs)
>
>  exten => 223,n,Goto(STARTMEETME,1)
>
>
>
>
>
> please guide me
>
>
>
>  ________________________________
>  *********************************************
>  No employee or agent is authorized to conclude
> any binding agreement on behalf of
> Xplorium with another party by e-mail
> without express written confirmation by an
> officer of Xplorium. Any views expressed by
> an individual in this electronic message
> do not necessarily reflect views of Xplorium
> or its subsidiaries and associates.
>
>  This electronic message and its attachments are
> solely addressed to the addressee(s), and
> contain confidential information protected
> from disclosure belonging to Xplorium.
>
>  If you are not the intended addressee of this
> electronic message and its attachments,
> kindly delete it immediately from your system and
> notify the sender by electronic mail. You
> must not copy this message or attachment
> or disclose its content to any other
> person.
>
>  Xplorium does not guarantee the integrity of this
> electronic message and any of its
> attachments, or that they are free from computer viruses
> or other defects.
>  *********************************************
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>


More information about the asterisk-users mailing list