Hi,

 

I'm  trying to use AddQueueMember() to add a member to a queue and trying to
make this "logged" member in the queue between reloads and restarts of
asterisk.

 

I configure en queues.conf:

 

[general]

Persistentmembers=yes

 

 

And Extensions.conf:

 

exten=>
*01,1,AddQueueMember(queue_name,Local/${CALLERID(num)[EMAIL PROTECTED],penalty);

 

 

When I log with AddQueueMember to any queue and stop and load asterisk
again, the database entry disappear.  Is this a normal behavior?

 

I tried to look at the code in app_queue.c and check at
reload_queue_member() function, that function does not found the database
entry /Queues/PersistentMembers/queue_name.

 

Am I wrong? Any help?

 

Thanks.

 

 

Alejandro Guercio

 

 

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Reply via email to