similar to: SIP channel unavailable/busy/really not there

Displaying 20 results from an estimated 1000 matches similar to: "SIP channel unavailable/busy/really not there"

2009 Mar 26
3
Know who's logged in
Hi all, For those of you people that use Agents (with Agentlogin, not AgentCallbackLogin) on a call center, I have this need: when the agent logs in, a channel keeps running all the time that the agent is logged in to receive the incoming calls. How do I know which agent logged in (code)? Right now, if I query the login channel, there is no information about which agent is logged on: #
2003 Nov 24
11
Picking an open channel (FXO port) for outbound calls
Greetings: I did some quick searching of my history of this list, and I tried a quick Google search as well, but perhaps someone on the list can quickly answer this question. I have a very nicely working Asterisk system at home with two Digium X100P FXO cards. When my SIP phones want to dial-out I have them setup to grab the first analog card (Zap/1) with the following extensions.conf segment:
2007 Jun 25
1
Problems with ChanIsAvail always return status 0
Hi list: I'm having the next problem, it appear that the application ChanIsAvail is not working on Asterisk 1.4.5 always return me 0 in AVAILSTATUS. I add my dialplan and the output to the cli. THanks. In the example i'm dialing from extension SIP/112 My DialPlan Secction: [macro-callonlyiffree] exten => s,1,ChanIsAvail(${ARG1}|s) exten => s,n,NoOp(${AVAILCHAN}) exten
2009 Nov 03
3
Problem with ChanIsAvail
Hi all, I am having a problem with ChanIsAvail. It always returns the same result, regardless of whether an extension is available or not. It always returns 0 Unknown Status. This is my dialplan. exten => _2XX,1,ChanIsAvail(SIP/winsor_${EXTEN}|s) exten => _2XX,2,Verbose(0, ${AVAILSTATUS}) exten => _2XX,3,GoToIf($[${AVAILSTATUS} = "1"]?4:5) exten =>
2003 Jul 16
2
Multiple Phones for 1 Extension
Hi, I'd like to have a SIP phone at home and at the office and have them both ring when my extension is dialed. Right now I used the same config for the phones (Cisco 7960's). So they both register with the same login & pw. This doesn't seem to work quiet right, where only the last phone to register seems to get the calls. What is the proper way to set this up? Thanks, Justin
2003 Jun 25
1
Problems with music during tones of dial.
Hi everybody, Firstly I'm going to describe the scenario where I'm working. I use a E400P with Asterisk CVS-05/22/03-11:14:50, and I'm working with asterisk trow AGI scripts (Perl). The configuration of extension.conf is: exten =>_s,1,Answer exten =>_s,2,AGI,script.agi Inside the AGI script is call Dial application as follows: print "EXEC Dial
2010 Jul 23
2
application call to Gosub affects flow of control, and needs to be re-written using AEL
Hi, For some reason (outbound call tracking) I've got a few different outbound call process (using a macro for queuemetrics logging, or direct call) i wanted to factorise the routing process so i came up with something like the following. All in one it's working like expected, however every "ael reload" command trigger a lot of warning like that "application call
2003 Jun 01
6
Call Transfer Problem
hi All, We are working on Soft-PBX using Asterisk. This relates to CALL TRANSFERRING aspects of Asterisk. We were able to do one type of call transfering, ie, the called person can transfer the original call to another person. but we were unable to do the other, that is, call initiator him/her self couldn't transfer the call. Eventhough the documentation for Dial application intructs to
2009 Dec 15
2
member (In use)
Hello list. We just upgraded to 1.6.1.11. We are using real time information stored on mysql databases. That is all running fine. Now, since we upgraded, some member don't get calls from queues. In CLI: "queue show" shows something like: 611 (Local/611 at agents) with penalty 20 (realtime) (*In use*) has taken no calls yet We use the extension 611 in different computers, in the
2005 Aug 07
3
Can call from iax extn but cannot call it - unable to cteate channel iax
Hello I have created an iax exten in my iax.conf file: [300] type=friend username=300 secret=*** context=default host=dynamic callerid="some name" <300> auth=md5 Then in my extensions.conf I have: exten => 300,1,Dial(IAX/${EXTEN},20) exten => 300,2,Hangup I can dial from iaxComm (a soft IAX client) and that works fine. But when I try to dial 300 get: WARNING[22077]:
2011 Mar 15
4
[1.4] Asterisk doesn't hang up?
Hello I'm trying to use ChanIsAvail() to check when the landline is back to idle after a call, but for some reason, Asterisk doesn't detect that the callee has hung up after listening to MoH for a few seconds: ========== extensions.conf ;Play MoH for a few seconds, hang up, and ;check ChanIsAvail() able to detect when line idle again exten => 8888,1,Answer() exten =>
2007 Jun 20
2
Forcing Dial application to skip if called server is unreachable
Is it possible to force the Dial function to skip to the next priority if it doesn't find the server of the called contact within a few seconds? I know I can use: Dial(Technology/resource[&Tech2/resource2...][|timeout][|options][|URL]) where I can use some short timeout in the "timeout" option, but if I do so, when some call is well succeeded, it will only ring for that
2010 Aug 09
1
op_div: non-numeric argument
Ladies, Gentlemen We are experiencing an unusual problem in our asterisk 1.4.34.. We are attempting to determine if channels are in use before paging to them. This works correctly, as in it pages the phone.. however, we see the error message below on the console... after googling, we discovered limited information regarding the issue... -- Executing [NPANXX7298 at from-pstn:1]
2006 Feb 17
0
codec negotiation with SPA-3K
I'm having trouble with Asterisk-1.2.4 negotiating codecs with a Sipura 3000 which is running the latest v3 firmware. The SPA-3K seems to use the "preferred" codec only and doesn't negotiate? The SPA is set to no in "use only preferred codec". Does anyone know if Sipura will support gsm at some point? I this a bug with the SPA or codec negotiation stuff? Thanks
2006 Mar 26
0
UK EI
I'm using a Digium TE411P connected to a UK switch (EuroISDN). Everything is working, but if I dial a busy number (from SIP) is seems to stay busy until I hang up, even though the dial-plan drops through some other stuff using CALLSTATUS variable (i.e. S-BUSY), none of the timeouts come into play. Any ideas? Steve -- NetTek Ltd UK mob +44-(0)7775 755503 UK +44-(0)20 79932612 / US
2006 Apr 21
1
Definitive list of sounds
Is there a list of sounds (base - as with Asterisk itself, and additional) for the 1.2 release. As in a list with what the content of each file is. There's a list for 1.0.7 on the wiki, but that seems woefully out of date. Any help appreciated. Steve -- NetTek Ltd UK mob +44-(0)7775 755503 UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455 Skype/GoogleTalk/AIM/Gizmo
2006 Jun 06
0
[asterisk-dev] UK Male English Voices
I'd like to announce that the UK Male English Voices are now up on http://www.tel.net/ There's a complete set of base sounds and additional sounds (it should be complete compared to current Asterisk and Asterisk-Sounds-1.2.1). There's also a set with the word 'pound' replaced by 'hash' for both the base and additional sounds (only the actual replacements not a
2006 Jun 22
1
South Africa DIDs
Is it possible to get Joburg DIDs (probably need 4 at the moment), to be delivered via SIP preferrably to UK. If it's legal, please send pricing. Thanks Steve -- NetTek Ltd UK mob +44-(0)7775 755503 UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455 Skype/GoogleTalk/AIM/Gizmo stevekennedyuk / MSN steve@gbnet.net Euro Tech News Blog http://eurotechnews.blogspot.com
2007 Jan 02
0
[asterisk-biz] Slightly updated UK English voice prompts
I believe there were some new prompts added for 1.4 for Directory Info. These have now been added to http://www.tel.net Have a good 2007. Steve -- NetTek Ltd UK mob +44-(0)7775 755503 UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455 Skype/GoogleTalk/AIM/Gizmo/Mac stevekennedyuk / MSN steve@gbnet.net Euro Tech News Blog http://eurotechnews.blogspot.com
2007 Mar 27
1
UK BT PRI
Has anyone got a working zaptel.conf and zapata.conf for a Digium Wildcard TE110P T1/E1 Card. It's connected to a BT ISDN PRI (EuroISDN) with 24 channels. Inbound works fine, but outbound isn't setting CLI (it seems the line supports 6 digit CLI). Inbound CLI works fine. In the dial-plan using Set(CALLERID(num)=123456) then Dial(Zap/g1/01234567||frT) Where 123456 is in the range of BT