search for: pchammer

Displaying 12 results from an estimated 12 matches for "pchammer".

Did you mean: mchammer
2006 Dec 21
1
Re: Match a Numer - then continue with, dialplan
> -----Original Message----- > From: Richard Lyman [mailto:pchammer@dynx.net] > Sent: Wednesday, December 20, 2006 4:29 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Re: Match a Numer - then continue with, > dialplan > > > Douglas Garstang wrote: > >> -----Original Message----- >...
2003 Oct 07
0
RE: Asterisk-Users] IVR Questions?
...when the digits are entered with the following error: Ouch ... error while writing audio data: : Broken pipe I just retrieved and compiled the latest CVS this morning, as well as the latest AGI perl module. Why won't the AGI->get_data() function work correctly? Joe Richard Lyman <pchammer@dynx.net> wrote the Oct 6, 2003 6:08 PM: > simply add... > > ...... > my $AGI = new Asterisk::AGI; > my %input = $AGI->ReadParse(); ## <---- this line > ...... > > Joe Dennick wrote: > > > > > > That makes a lot of sense, but...it still doesn&...
2006 Dec 20
0
Re: Match a Numer - then continue with, dialplan
> -----Original Message----- > From: Richard Lyman [mailto:pchammer@dynx.net] > Sent: Wednesday, December 20, 2006 4:29 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Re: Match a Numer - then continue with, > dialplan > > > Douglas Garstang wrote: > >> -----Original Message----- >...
2003 Nov 07
1
Groups & LDAP
...kec etc]# net groupmap list [2003/11/07 15:49:10, 0] passdb/pdb_ldap.c:ldapsam_setsamgrent(2048) ldapsam_setsamgrent: LDAP search failed: No such object [2003/11/07 15:49:10, 0] passdb/pdb_ldap.c:ldapsam_enum_group_mapping(2113) ldapsam_enum_group_mapping: Unable to open passdb regards, pchammer
2004 Oct 04
2
Queue/Agents problem with 1 agent
Hello. I've got 1 queue setup with 2 possible agents. Agent 1 is logged in and awaiting a call via AgentCallback. Agent 2 has not logged in. An outsider (caller A) calls in and is placed in the queue, cytelcs. Agent 1's phone rings and Agent1 and A talk. While they are talking, caller B calls in. Caller B is correctly placed in the queue and hears music, however this shows up in asterisk
2007 Jan 03
4
over 200 queues, anyone?
Hello list, one of our clients is going to be deploying a system with over 200 differently composed queues and 100 agents. We are going to do a full test of the viability of this solution before deployment, but I was wondering if anyone has experience of such a setup and if there are any obvious problems or no-nos. Any suggestion welcomed, l. -- Home of QueueMetrics -
2006 Dec 20
3
Re: Match a Numer - then continue with, dialplan
> -----Original Message----- > From: David Gomillion [mailto:dgomillion@eyecarenow.com] > Sent: Wednesday, December 20, 2006 10:27 AM > To: asterisk-users@lists.digium.com > Subject: [asterisk-users] Re: Match a Numer - then continue with, > dialplan > > > I think you're making it far too difficult. > > What I do is something like this: > > [outgoing]
2003 Aug 25
2
SetVar on sample.call
Hi all!! Does anyone have a short example or even better - a working AGI script that uses "GET VARIABLE' from a /var/spool/asterisk/outgoing call that uses "SetVar"? Here's what I've tried with no luck so far: sample.call ================= Channel: SIP/1000 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Application: Agi Data: playTasks.agi Callerid: Nightly Processor
2006 Nov 29
0
Re: asterisk-users Digest, Vol 28, Issue 152
...ny@softins.clara.co.uk (Tony Mountifield) > Subject: [asterisk-users] Re: What's up with the Manager Interface?!?! > To: asterisk-users@lists.digium.com > Message-ID: <ekl114$94n$1@softins.clara.co.uk> > > In article <456DDAE1.4050705@dynx.net>, > Richard Lyman <pchammer@dynx.net> wrote: > >> just wait till you get a 'hiccup' that causes a line to get cut off, >> drop a char, and continue on next line. <G> >> (examples below) >> > > I've made heavy use of the Manager interface for over 2 years now, and...
2007 Oct 31
4
AEL2 and Callbacks
I am originating a command via the AMI with this... Action: Login Username: xxx Secret: yyy ACTION: Originate Async: yes Timeout: 60000 Exten: callback Channel: Local/6505551212 at LegA Callerid: 849120 Context: default ActionID: 849120 My LegA context: ----------------------- context LegA { _X. => { Dial(SIP/${EXTEN}@Provider); } } And my default context:
2007 Jan 03
3
Asterisk Core Dump in app_queue - Anyone seen?
Anyone seen this? It ocurred on a 'reload app_queue.so' command. Asterisk version is 1.2.9.1. Tried again, but it was not immediately reproducable. Doug. (gdb) bt #0 reload_queues () at app_queue.c:3339 #1 0xb778a7a8 in reload () at app_queue.c:4012 #2 0x0805bb44 in ast_module_reload (name=0x8137cc7 "app_queue.so") at loader.c:257 #3 0x08092b3f in handle_reload (fd=33,
2006 Nov 29
12
What's up with the Manager Interface?!?!
The Asterisk Manager Interface is driving me nuts. Whoever wrote it should be drawn and quartered. Sometimes the data comes back separated by \r\n, and sometimes it's separated by \n. The whole thing is completely inconsistent, and trying to write any kind of API for it is -GHASTLY- Doug.