VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
pchammer at dynx.net Guest
|
Posted: Mon Mar 24, 2008 11:55 am Post subject: [asterisk-users] Dynamic meetme conference creation with Aut |
|
|
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?
| you need to put {} around the CDR(accountcode) like so, and add options
to the meetme to make dynamic.
exten => _XXXXXXXXXX18467,n,MeetMe.${CDR(accountcode)}|dq |
|
Back to top |
|
|
pchammer at dynx.net Guest
|
Posted: Mon Mar 24, 2008 11:57 am Post subject: [asterisk-users] Dynamic meetme conference creation with Aut |
|
|
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?
| doesn't help when i typo the ,
exten => _XXXXXXXXXX18467,n,MeetMe,${CDR(accountcode)}|dq |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Mon Mar 24, 2008 12:58 pm Post subject: [asterisk-users] Dynamic meetme conference creation with Aut |
|
|
On Monday 24 March 2008 11:57, Richard Lyman wrote:
Quote: | 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?
|
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 |
|
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
|