On Tue, Sep 7, 2010 at 3:11 AM, Daniel Knoll <dan...@danielknoll.de> wrote:
> Hi Kai-Uwe,
> thank you for your answer. but it doesn't work.
> i use this dialplan.
c> exten => 22,n,NoCDR()
> exten => 22,n,WaitExten(2)
> exten => 22,n,Set(CHANNEL(musicclass)=music)
> exten => 22,n,Set(CHANNEL(language)=de)
> exten => 22,n,Read(roomid,conf-getconfno,6,1)
> exten => 22,n,MeetMe(${roomid},Ms)
> exten => 22,n,Hangup()
> exten => i,1,Playback(conf-invalid)
> exten => i,n,Goto(22,1)
> exten => t,1,Goto(22,1)
>
Your dialplan is missing priory 1 for you Answer().

exten => 22,1,Answer()

-- 
Paul Belanger | dCAP
Polybeacon | Consultant
Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
blog.polybeacon.com

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to