similar to: Agent won't log out!

Displaying 20 results from an estimated 3000 matches similar to: "Agent won't log out!"

2005 Mar 17
1
Include/Macro not working right...
Hey guys. Thanks for the help on the Pattern matching, I got that working pretty nicely. the next problem I have is that I'm using an include file, but its not really working... In my extensions.conf: [incoming] exten => _NXXNXXXXXX,1,SetCallerID("Unknown Called Number") #include "numbers.conf" exten => _NXXNXXXXXX,3,Macro(Number,1000,${EXTEN}) [macro-Brand]
2005 Jan 27
1
Stumped by BroadVoice SIP
Hello guys. I am a fairly new user to Asterisk, and I'm just having a tough time. My goal is to set up a VOIP PBX. I have signed up with a BroadVoice number, and I have three systems with SIP phones. The PBX and the SIP phones are all behind a Cisco PIX running NAT. I am using Asterisk CVS version from yesterday. I also tried 1.0.3 with little luck. The SIP phones are two X-Lites on
2005 Mar 16
1
Pattern Matching?
I need to deploy some quasi-virtual-PBXes, and I'd like to avoid having to be hands on for each new phone number deployed... so I would like to set up some administrative extensions that can record greetings... lets say: [admin] exten => 8(NXXNXXXXXX),1,Record($1|-greeting.gsm) [incoming] exten => _(NXXNXXXXXX),1,Playback($1|-greeting) exten => _(NXXNXXXXXX),2,Goto($1,1000) exten
2005 Feb 07
2
Broadvoice issues
Hi all, I signed up for BV over the weekend. I have set everything up as per their howto. I can receive calls to my BV number but cannot make any. I'm running CVS head 1/30/2005 so assume that the patch is already in my code. Am I correct? Is it the patch that's stopping me from making calls? Mark
2005 Jan 27
0
Channel Groups?
Is it possible to build grousp of channels? I have a series of extensions which are receiving incoming calls to various virtual organizations. Something like this... [foo-incoming] exten => 2122222222, 1, Goto(ACorp|1000|1) exten => 2123333333, 1, Goto(BCorp|1000|1) . . . exten => _NXXNXXXXXX, 1, Goto(GenericCorp|1000|1) [GenericCorp] exten => 1000, 1, SetCallerID("Generic
2005 Mar 18
3
Which linux distribution
Hi all i'm just starting to setup my "own" asterisk. My first question is, if there is any reason to choose a special linux distribution or if it doesn't mater which distribution i chosse. Is there anything i should be aware of? Thanks a lot for your help! Greetings Frank -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Feb 03
2
Odd behaviour between Grandstream and Xlite
Hi, I've got an Asterisk box with grandstream and xlite clients on it. No here's the thing: - I grey out all the codecs on the Xlite except for GSM - I call the Grandstream from the Xlite, the Xlite uses the GSM codec and the Grandstream uses ulaw, with Asterisk doing the conversion, everything fine - I call the Xlite from the Grandstrea, the Xlite ends up using the ulaw codec as
2010 Dec 22
4
Asterisk hangs up call after 20s
Hello I have an Asterisk 1.4 server and two XLite softphones, where Asterisk and the local XLite phone are located in a LAN behind a NAT router, and the remote XLite phone is located elsewhere on the Net behind its own NAT router: http://img252.imageshack.us/img252/3749/asterisknat.png I'm having the following issue: When the _local_ XLite calls out the remote XLite, everything works fine;
2011 Feb 24
1
Using a Virtual IP Line
Hello! I bought a virtual IP line to my ISP to use with my asterisk but when I try to connect it to my ISP tells me I can not use and I can only use with a softphone that gives me, xlite ready configured. I use ngrep to see what information sent on xlite for communication, the User-Agent was changed so I change the User-Agent to my asterisk to the same as saying the xlite but still does not work.
2006 Mar 16
1
Newbie needs audio help
My first Asterisk install: Debian sarge with the 2.6 kernel, and two X-Lite soft-phones. I followed the online how-to documents and was calling between the two soft-phones and calling the demo system with no problems and had full audio. I then went on to configure the TDM400P's two FXS modules. I got into that a ways and was having some success, but no dial-tone when I was off the
2006 Dec 28
1
one way rtp stream (Sent alwax to 127.0.0.1)
Asterisk version 1.2.14 I use snom190 and xliteV3 as sip phones. asterisk send the rtp stream never to the xlite softphone. Any hits for me? *CLI> rtp debug RTP Debugging Enabled -- Executing Dial("SIP/xlite-007918f0", "SIP/snom") in new stack -- Called snom -- SIP/snom-00797110 is ringing -- SIP/snom-00797110 is ringing -- SIP/snom-00797110 answered
2011 Mar 17
1
[1.6.2.5] Asterisk can't find MOH file
Hello I thought I had things set OK to have Asterisk play FR files for prompts and MOH, but for some reason, it still can't find them: ============ ll /var/lib/asterisk/sounds/ drwxr-xr-x 2 asterisk asterisk 4096 2011-01-21 16:18 custom/ drwxr-xr-x 10 root root 61440 2011-03-17 14:21 fr/ Note: fr/ contains core + extra + moh as downloaded from here:
2005 Mar 27
1
Asterisk and XLite on same machine (OSX)?
Dear all, I have tried to run an asterisk instance together with XLite on a single machine (a PowerBook). The intent is to take advantage of IAX connections to easily cross NATs while traveling. While the IAX setup proved 'easy', just having to fiddle a little with working configs at both sides, I did not succeed so far in getting XLite to connect to the local Asterisk server, AND be
2006 Feb 26
2
Skype vs. an Xlite registered to Asterisk
I have a bunch of road warriors who I've set up with Xlite clients. Unfortunately the sound quality has been intermittent at best. Sometimes it's great other times completely unusable. When it's bad one usually hears harsh static when the other party speaks or their voice gets "clipped" to static if they speak too loudly. Many of these users have migrated to Skype ? much
2010 Dec 06
1
[3102] How to rewrite CID name + number?
Hello I use the Linksys 3102 to connect Asterisk to a POTS line, and XLite on XP as an SIP client: http://img694.imageshack.us/img694/1421/3102asteriskxlitecid.png The problem is that by default, Asterisk doesn't rewrite the CID name + number in incoming calls, so that XLite displays whatever name I used in the 3102 and the extension the 3102 uses to register with Asterisk. How can I tell
2005 May 16
2
NAT and sip issues
I have an asterisk server behind NAT - no audio on the test external calls I have tried making so far. Read http://www.voip-info.org/wiki-Asterisk+SIP+NAT+solutions - No solution evident from there, sounds like I have case 9. I would have thought that all I would have to do is port foward and have the external IP on the asterisk server, which I have done I have fowared 5060UDP, 8000UDP, and
2006 Feb 01
3
XLite dtmf issue?
Hi, I'm wondering if anyone has experienced an issue with the XLite softphone and asterisk accepting dtmf? I can listen to my voicemail perfectly from my hardphone. However when I dial the voicemail number from my XLite softphone and enter the password at the voicemail prompt, an error appears vm-incorrect and I get an "Unable to read password" message on the asterisk console. Has
2006 Mar 07
1
Setting Vaaibles
Helo List, First I would like to apologize for my bad spelling as well as that I did not search the wiki first. I only have email access at the moment. I am having trouble setting both variables and global variables thru an extension. I am using Asterisk 1.2.4 with Ztdummy on CentOS 3.4 with an Xlite softphone. I have two xlite phones on diffent computers. One logs in as xlite1 and the other as
2010 Feb 25
3
X-Lite won't register
Beginner to Asterisk, but not beginner to VoIP FreePBX front end running on a dell 1550 and XLite running on a different Woindows XP box Both boxes connected via switch on same subnet. No NAT involved On FreePBX I created a new extension 1001 with a SIP password of 1001 On Xlite, username is 1001, password is 1001, authorization user name is 1001, and domain is IP of Free PBX XLite tries to
2005 Jun 08
5
Xlite not communicating with Asterisk
Dear All, I have downloaded the xlite version 2.0 for windows and I made the following conf in the xlite itself as the document suggested in order to make it work with Asterisk but still it doesn't work as a matter of fact when I tried to make a tcp dump I can see no packets going between the windows client and the Asterisk server at all, here is the my conf on the xlite itself: in the