VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
david at safedatausa.com Guest
|
Posted: Mon Mar 24, 2008 10:56 am Post subject: [asterisk-users] Dynamic meetme conference creation with Aut |
|
|
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?
Thanks,
David Ruggles
CCNA MCSE (NT) CNA A+
Network Engineer Safe Data, Inc.
(910) 285-7200 david at safedatausa.com |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Mon Mar 24, 2008 11:34 am Post subject: [asterisk-users] Dynamic meetme conference creation with Aut |
|
|
On Monday 24 March 2008 10:56, David Ruggles wrote:
Quote: | 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?
|
Well, the obvious part is that you're entering a conference NAMED
"CDR(accountcode)", not a conference with the value INSIDE CDR(accountcode).
Use MeetMe(${CDR(accountcode)}) to get that.
--
Tilghman |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|