search for: membernam

Displaying 20 results from an estimated 36 matches for "membernam".

Did you mean: membername
2010 May 14
1
realtime queues "membername" problem
Hi, I'm using dynamic realtime with asterisk 1.6.0.24, I'm having a strange problem with queue_members... If I update only 'membername' field on queue_members table asterisk won't refresh the change, but if I update another field like interface everything works as expected, I've found this problem also deleting a existing agent on queue_members and then inserting a new one with the same interface, penalty and pause bu...
2011 Feb 20
1
MEMBERINTERFACE and MEMBERNAME questions
Hi! Did play around with queues and need some help. I thought that MEMBERINTERFACE and MEMBERNAME should be set to the ?device? the call was queued to not the device that called the queue, or do i miss something? Running: Asterisk 1.8.2.3 built by root @ sip on a i686 running Linux on 2011-01-31 13:38:23 UTC 0317998985 calls Kinna (0320209030) Tomas Ekman (SIP/0317998972) receives the call bu...
2015 Jan 08
6
Mounted NFS share as Samba share
Hi, is it possible to create a Samba share with full Windows ACL support based on a mounted NFS share? What is needed e.g. as NFS mount options? Regards Tim
2013 Jul 22
0
[LLVMdev] Libclang get class name from DeclRefExpr
...h]; } And the result I need is the type of class of helpmeh, which is "DFDemoDataModelOne". So far I have the following code, which outputs: "[(DFDataModelContainer).dataModels addObject:helpmeh]" if (cursor.kind == CXCursor_ObjCMessageExpr) { __block NSString* memberName = nil; __block NSString* ownerClassName = nil; __block NSString* methodName = [NSString stringWithUTF8String:clang_getCString(clang_getCursorDisplayName(cursor))]; clang_visitChildrenWithBlock(cursor, ^enum CXChildVisitResult(CXCursor cursor, CXCursor parent) {...
2008 Jan 04
2
Agents and AddQueueMember
Hi, I have callcenter running with v 1.2 with AgentCallbackLogin and now trying to move to 1.4 using the example doc, doc/queues-with-callback-members.txt. From what I understand the basic idea in the example is to 1. Authenticate a caller with VMAuthenticate 2. Get his SIP Channel number 3. Use
2013 Aug 02
1
Dial application "b" subroutine arguments not passing?
...dial-to-customer] exten => s,1,NoOp(to-customer) same =>n,Wait(1) same =>n,Playback(custom/callmenow-announce) same =>n,GoSub(sub-outbound_caller_id,start,1) same =>n,Dial(${TOLL}/${MMCUSTOMER_NUMBER},,*b(dial-to-customer-sub,s,1,${MMCUSTOMER_NUMBER},${MEMBERINTERFACE},${MEMBERNAME})*) [dial-to-customer-sub] ; this runs on the customer's channel exten =>s,1,NoOp() same =>n,Set(OPERATORID=${ODBC_OPERATORID_FROM_ADDRESS(${ARG2})}) same =>n,Verbose(2, dial-to-customer-sub interface ${ARG2} name ${ARG3} customer number ${ARG1} operatoriod ${OPERATORID} cha...
2018 Nov 26
2
Send QueueMemberAdded Event via AMI
...QueueAdd Function is used (QueueMemberAdded>Raised when a member is added to the queue). My idea is to send the event with the help of a script via AMI. First i tried to do this manually connected to the AMI via telnet and pasted it in: Event: QueueMemberAdded Privilege: agent,all Queue: 905 MemberName: SIP/599 Interface: SIP/599 StateInterface: SIP/599 Membership: realtime Penalty: 0 CallsTaken: 0 LastCall: 0 LastPause: 0 InCall: 0 Status: 1 Paused: 0 PausedReason: 0 Ringinuse: 0 This generates an error: Response: Error Message: Missing action in request I wasn´t able to find the correct acti...
2008 Dec 16
0
realtime odbc queue member cache problem
Hello, I have asterisk 1.6.0.1. I'm using realtime asterisk with MS SQL. Everything is OK, but I have noticed strange thing with queue members. If I modify just 'membername' - asterisk do not refresh this info. But if I make changes also in 'interface' column, and after executing command `queue show my-queue` and I see changes. So is it possible that asterisk after membername changes, asterisk also refreshes these info? Thanks -- Pagarbiai / Best R...
2009 Oct 26
1
state_interface backport issue
It's my understanding that the backport is available now in 1.4. However, seem to be having some issues with it. Just wondering if I have everything setup right. I'm running 1.4.26.2 realtime. queue_members: `uniqueid` int(10) unsigned NOT NULL auto_increment, `membername` varchar(40) default NULL, `queue_name` varchar(128) default NULL, `interface` varchar(128) default NULL, `penalty` int(11) default NULL, `paused` int(1) default NULL, `state_interface` varchar(128) NOT NULL, Data: 1, Name, QUEUENAME, Local/1050 at agents/n, 1, , SIP/100 Local agents a...
2010 May 31
1
Reloading queue members (realtime DB)
Hi, Asterisk 1.4.31 here. I have a queue with members defined, and those member have member names "member 1", "member 2", etc. They are in a realtime DB. When I modify those member names (column membername) the changes aren't reflected in the queue status ("show queues" from cli. They aren't reflected when a new call comes in, or when I reload the dialplan. What do I need to do for the changes to be shown in the CLI, short of restarting Asterisk? Regards, Mike --------...
2010 Feb 17
1
queue.conf - Set(MONITOR_FILENAME=${})
...ntil someone take it, so its impossible to set the MONITOR_FILENAME with the agent number before executing the exten => s,x,QUEUE(${Q_NAME}||||${TIMEOUT}) Could anyone get the MONITOR_FILENAME set from the queue.conf with variables like: MEMBERINTERFACE is the interface name (eg. Agent/1234) MEMBERNAME is the member name (eg. Joe Soap) MEMBERCALLS is the number of calls that interface has taken, MEMBERLASTCALL is the last time the member took a call. MEMBERPENALTY is the penalty of the member MEMBERDYNAMIC indicates if a member is dynamic or not MEMBERREALTIME indicates if a member is realt...
2016 Sep 10
2
Queue show : failed to extend from 240 to 327
...there is a truncated string > in the > 'queue show' output. > > You haven't stated which Asterisk version you are using. It may > already be fixed. Hello I have this with asterisk-certified-13.8-cert1 and also with asterisk-certified-13.8-cert2 Could it be that the membername value (and interface value) in my realtime MySQL table queue_members is too long ?? It looks like this : Local/01_vlaebidvxcrxrheebdin354 at ExternalCallFromQueue Local/02_vlaebidvxcrxrheebdin114 at ExternalCallFromQueue Local/03_vlaebidvxcrxrheebdin329 at ExternalCallFromQueue I have the idea...
2014 Feb 12
1
Realtime Call Queues : call members in certain order
...-+----------------+-------------------+-----------------+----------------+-------------+--------+----------------+-------------------+-----------------------------+-----------+ and queue members : +----------+----------------+----------------+--------------------+---------+--------+ | uniqueid | membername | queue_name | interface | penalty | paused | +----------+----------------+----------------+--------------------+---------+--------+ | 44 | queuemem4 | queue6 | SIP/queuemem4 | 0 | NULL | | 45 | queuemem2 | queue6 | SIP/queuemem2 | 0 | NULL | | 46 | queue...
2007 Jul 05
1
AgentCallBackLogin vsAddQueueMember
...wrote: > However, this is not what we need. This adds a phone channel to the > queue, and does not track which person is using that phone. This means > that all queue activity is associated with a SIP channel in the logs, > which is not acceptable. Right. This is why we added the 'membername' argument to the AddQueueMember application, so that queue logs can reflect a logical name for the queue member, regardless of what channel/interface they logged in from. > Using this map of people to phones, our dial plan would then need to > ensure that: > - a person cannot be logg...
2009 May 07
1
Macro arguments on app_queue
hi list, i have a question about the args of queue: when we use Queue() app, there are some arguments than can use. help from CLI: Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI[,macro[,gosub[,rule]]]]]]]]) well.. i'm trying to identify who has taken the call on a queue, and, when agent conected, launch a macro with some args based on who takes the call i do: exten =>
2018 May 08
2
Passing parameter to Queue-called macro
Hi all I need to pass a parameter in a thread-safe manner to the Queue pickup macro. This is to know when (and who) picked up an incoming call to a queue and log that to my back-office system with a CURL to a HTTP endpoint. However, the Queue application does not appear to allow passing of parameters to the called queue pickup macro. E. g. non-working code is: [queuetest] timeout = 60 retry =
2018 May 11
2
Passing parameter to Queue-called macro
...eout},,set-dst-agent); .. } // the "context macro-..." things is an ael-specific workaround to get transfer working (macro sets context to app_queue_gosub_virtual_context) context macro-set-dst-agent { s => { Noop(${ORIG_UNIQUEID}); &add-current-call-agent(${ORIG_UNIQUEID},${MEMBERNAME}); } } macro add-current-call-agent (id,num) { Set(ODBC_ADD_CURRENT_AGENT(${id},${num})=1); return; } -- marie On 08.05.2018, at 16:16, Stefan Viljoen <viljoens at verishare.co.za> wrote: > Hi all > > I need to pass a parameter in a thread-safe manner to the Queue pickup...
2011 Sep 23
3
Set (MONITOR_FILENAME=.................) for queuing recording calls
Hi All; I noticed in the queues.conf the configuration for recording the calls in the queuing, and regarding to the filename (or any other parameter), it is written that I can determine the filename using the command: Set(MONITOR_FILENAME=foo) But it should be called from the dialing plan, but really i did not understand how to call it from the dialing plan. Well, for example this is my
2013 Apr 18
5
Dynamic realtime + queues
....com/titles/9781449332426/asterisk-DB.html ? I have a database called asterisk which contains 2 main tables: Queues and queue_member_table, both tables have sample data. ? mysql> select * from queue_member_table; +----------+------------+------------+-----------+---------+--------+ | uniqueid | membername | queue_name | interface | penalty | paused | +----------+------------+------------+-----------+---------+--------+ |??????? 1 | SIP/1000?? | support??? | SIP/1000? |??? NULL |?? ???? ???0 | +----------+------------+------------+-----------+---------+--------+ ? ? SQL> select QueueID,name,strat...
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
...er is '^]'. Asterisk Call Manager/1.0 Action: Login UserName: admin Secret: xxxxxx ActionID: 1 Response: Success ActionID: 1 Message: Authentication accepted Event: QueueMemberPaused Privilege: agent,all Queue: 140 Location: Local/402 at default/n <mailto:%20Local/402 at default/n> MemberName: Local/402 at default/n <mailto:%20Local/402 at default/n> Paused: 1 Event: QueueMemberPaused Privilege: agent,all Queue: 140 Location: Local/402 at default/n <mailto:%20Local/402 at default/n> MemberName: Local/402 at default/n <mailto:%20Local/402 at default/n> Paused: 0 E...