Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

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


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
pchammer at dynx.net
Guest





PostPosted: Mon Mar 24, 2008 11:55 am    Post subject: [asterisk-users] Dynamic meetme conference creation with Aut Reply with 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?

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





PostPosted: Mon Mar 24, 2008 11:57 am    Post subject: [asterisk-users] Dynamic meetme conference creation with Aut Reply with 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
Back to top
tilghman at mail.jeffa...
Guest





PostPosted: Mon Mar 24, 2008 12:58 pm    Post subject: [asterisk-users] Dynamic meetme conference creation with Aut Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services