similar to: re: Problems with Queues

Displaying 20 results from an estimated 30000 matches similar to: "re: Problems with Queues"

2005 Sep 21
1
Addendum to Problem with Queues question
Here is the full "transaction" -- outgoing agentcall, to agent '1001', on 'Local/3044@local-4fee,1' -- Called Agent/1001 -- Executing Macro("Local/3044@local-4fee,2", "sipline|3044") in new stack -- Executing Dial("Local/3044@local-4fee,2", "SIP/3044|20|t") in new stack -- Called 3044 -- SIP/3044-ea92 is
2005 Oct 04
1
Number Restriction
Hello, I have a block of 25 DIDs and have 10 phones on the network. I want when a person tries to call out for * to pick a number for the CIDN and I want to make sure that the number isn't duplicated while it's in use. Joshua __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Sep 21
2
Problem with Queues
I am getting this on the console once people call in -- outgoing agentcall, to agent '1001', on 'Local/3044@local-fd6d,1' -- Called Agent/1001 -- Executing Macro("Local/3044@local-fd6d,2", "sipline|3044") in new stack -- Executing Dial("Local/3044@local-fd6d,2", "SIP/3044|20|t") in new stack -- Called 3044 --
2005 Oct 04
1
Forcing Codec Usage
Hello, I have VPC (Voice Pulse Connect) and NuFone for providers and I have setup modules.conf with the registered (Digium) G.729 Codec such as: load => codec_g729a.so load => res_crypto.so With both sip/iax2 configuration disallow=all is first and then allow=g729 is next (allow=ulaw,allow=alaw,allow=gsm are next after allow=g729) and it always dials via ulaw. Why is this happening? Josh
2005 Oct 04
2
Call-in/Call-out
Hello, How would I setup where I call into my number and press say 911 and then it would ask for a pass and would accept it and then would prompt for a number so I could call out of my number on the road? Joshua __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Oct 05
1
Help! Extensions
Hello How do I fix this.... [IPComms-in] exten => ${IPCCIDN01},1,Noop(${DATETIME} ${CALLERID}) exten => ${IPCCIDN01},2,SetCallerID(${CALLERID}) exten => ${IPCCIDN02},1,Noop(${DATETIME} ${CALLERID}) exten => ${IPCCIDN02},2,SetCallerID(${CALLERID}) exten => ${IPCCIDN03},1,Noop(${DATETIME} ${CALLERID}) exten => ${IPCCIDN03},2,SetCallerID(${CALLERID}) exten =>
2005 Oct 10
0
Queue delay
Hi, * queue application delays about 10 seconds to connect to the agents. queue.conf ----------------------------------------------------- [general] ;monitor-format = gsm [default] timeout = 4 ; How long do we wait before trying all the members again? retry=1 ; Maximum number of people waiting in the queue (0 for unlimited) maxlen = 0 music=default [que1] leavewhenempty=no music=default
2005 Oct 05
3
IPComms Setup
Hey I just setup service with IPComms and they are telling me to setup such as this: iax.conf: [IPCommsNet] type=user host=69.15.xxx.xx context=voicepulse-in ;(changed by me) nat=yes dtmfmode=rfc2833 disallow=all allow=ulaw allow=alaw allow=gsm When I'm calling once of my numbers it's giving me this though: Oct 5 12:11:06 NOTICE[49584]: chan_iax2.c:5476 socket_read: Rejected connect
2005 Sep 15
2
Help on RealTime Extensions on Oracle DB
Does someone here configured RealTime Extensions using ODBC connecting to Oracle DB? Im having a problem in dialplan patterns, it doesnt work. Pls. help! -Chris __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Oct 04
4
Emergency calls - forcing through on channel
Hi Hypothetical but quite possible scenerio: Attempted emergency 911 call but all zap channels are already in use. Is there any way to hangup zap channels before dial(Zap/g1/911) or equivalent. AFAIK hangup doesn't except options so I CANNOT do something like hangup(Zap/g1) to clear zap channels before the dial statement - this is what i was hoping to do. So what do other people do?
2005 Oct 04
3
[Q] file_column help needed
Hi all, I''m trying to use file_column to upload a picture but I''m getting the following error: "cannot convert nil into String" caused by the last line in FileColumnHelper::url_for_file_column(object_name, method) url << object.send("#{method}_relative_path") I don''t have any images uploaded for existing entries so does this not
2005 Oct 28
1
two different logins?
Hey, im using samba version 3.0.20pre2-1 and w2k as workstation. Domain logins work fine. But when i try to open a share (e.g. \\server\share) it aks for a user/pass. Thats okay because the user doesnt have the permissions. So i try to login with an admin user. But then i get the error "The specified logon information is in conflict to the existing logon information." So is there any
2005 Oct 12
1
Integrated T1
Hi, We have a Data/Voice service supplied through an integrated T1. Does anyone know if Digium T1 card will support the splitting of the Voice and Data? Regards. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Oct 16
2
Pass variable to context (NOT macro)
Hi, Is there anyway to pass a variable from one context to another (NOT macro and NOT global) Regards __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Nov 29
2
mac compatable?
is there a dowload for mac users? __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2005 Oct 21
1
Any good GUI Theora encoder for Windows?
I try to test Theora in Windows , but i only find one Theora encoder , ffmpeg2theora. I don't like because is command line , and i want to encode from a visual encoder. I also try ffdshow but i don't know how to encode video and audio to get Theora ... With ffdshow i get a worst 4 FPS encoding ... Would be a good idea that xiph contact to creators of VirtualDubMod
2005 Nov 18
1
route with optional args?
Is it possible to specify a route like this: /items(/category/:category_id)(/order/:order)(/page/:page) and have any of the parts in parentheses be optional? I know I can make :category_id and the other vars optional, but is it possible with the entire "/category/:category_id" part? thanks csn __________________________________ Yahoo! Mail - PC Magazine Editors''
2005 Oct 27
2
Fixtures are not loading into instance variables. Why not?
Hi, I have a fixture in a unit test and I see that the fixture is loaded correctly into the database table, but no instance variables are created. So now I''m stuck. More background: this is my first RoR project and I have just installed the SaltedLoginGenerator and generated its output. Running the unit tests gives an error, so I cut it down to just 1 test:
2005 Oct 10
2
Throroughly confused about SetCallerID
Folks, I've been trying to handle the problem where blocked callerids appear as coming from asterisk <asterisk> on the email notification, and the message envelope simply doesn't say anything (does not actually play the vm-unknown message). So, following the tip provided by several previous posters, I tried putting this in my extensions.conf (the xx's are my DID,
2005 Sep 30
2
SIP make outside call
Hi, I am can make local extension to and from SIP X-Lite softphone, but I can't dial out using X-Lite but local analog works just fine. Here are my conf files any idea? Thanks, David my sip.conf [general] bindport=5060 ; UDP Port to bind to (SIP standard port is 5060) bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all) allow=all [3000]