[asterisk-users] Dynamic meetme conference creation with Authenticate (Asterisk 1.4.0)

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Mon Mar 24 12:58:11 CDT 2008


On Monday 24 March 2008 11:57, Richard Lyman wrote:
> David Ruggles wrote:
> > I'm trying to use the password entered with Authenticate to create
> > dynamic meetme conferences with the following dial plan:
> >
> > exten => _XXXXXXXXXX18467,1,Authenticate(/etc/asterisk/meetme.pw|a)
> > exten => _XXXXXXXXXX18467,n,MeetMe(CDR(accountcode)) ; 281-8467
> >
> > However CDR(accountcode) is always being set to 1022 no matter what
> > password is used. The passwords are stored in a file so they can easily
> > be changed.
> >
> > Can anyone tell me what I'm doing wrong?
>
> doesn't help when i typo the ,
>
> exten => _XXXXXXXXXX18467,n,MeetMe,${CDR(accountcode)}|dq

That is REALLY old, deprecated syntax, that will stop working in 1.6.  The new
syntax is what everybody is already used to:

MeetMe(${CDR(accountcode)},dq)

-- 
Tilghman



More information about the asterisk-users mailing list