Displaying 20 results from an estimated 3000 matches similar to: "SV: Error in config sample for GoToIf?"
2006 Jun 27
1
Error in config sample for GoToIf?
My teeth are on edge after this one. A couple of perfectly good hours
of my life, and I still don't know what's going on. . . .
The extensions.conf.sample that comes with the current SVN trunk has
this line, in an example that shows how to use ChanIsAvail:
exten => s,n,GoToIf([${AVAILSTATUS} = "1"]?autoanswer:fail)
I couldn't get this to work unless I surrounded the
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
2006 Jun 13
8
IAX2 Vs SIP cpu load
Hello
Is it correct that IAX2 uses more CPU, than SIP? Also, can it be true that IAX2 is much more sensitive against high CPU loads?
Also, does Asterisk support and use multiprocessor architectures, such as Xeon?
?
Regards
Jon
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.3/362 - Release Date: 12-06-2006
2009 Feb 26
2
Problems with Outbound Calls
Hi everyone!
I'm quite a newbie at this Asterisk stuff so please bear with me.
We've recently decided to start training in Asterisk via AsteriskNow!
Asterisk version is 1.4.18.1 through AsteriskNow! 1.02
The box we have is paired with a Digium TE110P and we've managed to get
it to the point where incoming calls via a single DID (from NTT Japan)
can be received and answered
2006 Jun 08
1
SV: SV: I can hear only one way when I use nokiae-60withX-lite
That's just the thing, and it sucks, because the VoIP implementation actually works very good.
Jon
_____
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af list mail
Sendt: 8. juni 2006 02:34
Til: Asterisk Users Mailing List - Non-Commercial Discussion
Emne: Re: SV: [Asterisk-Users] I can hear only one way when I use
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 =>
2006 Jun 07
2
SV: I can hear only one way when I use nokia e-60withX-lite
Hello Olivier
Ive been testing the E61 phone for some days now, and we need to have an inhouse asterisk server, connected to our main asterisk server, to get it to work.
That means, that you cant just walk down to your local airport, and use the IP part of the phone on their network.
You have to have a non nat local server, to get it to run.
Other than that, the phone can accept calls both
2006 Jun 09
3
SV: Database file to copy for active sessions.
Hello
I can save you a lot of time, and tell you that it wont work.
It does hold some registration information in the asterisk database, but most of the information is kept internally in Asterisk.
Just FYI.
Jon
_____
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af Shenen Shenen
Sendt: 9. juni 2006 11:37
Til:
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
2006 Jun 09
1
SV: Call status subscriptions on multiple servers
Can you then inform me on what structures this information is stored in, in the asterisk code? Then ill try to do a quick dirty version of the replication.
Jon
-----Oprindelig meddelelse-----
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af Kevin P. Fleming
Sendt: 9. juni 2006 16:25
Til: Asterisk Users Mailing List - Non-Commercial
2006 Jun 07
2
SV: I can hear only one way when I use nokia e-60 withX-lite
Hello
Be aware that the Nokia E60, E61 and E70 does not support NAT.
Just to be shure that you know that.
A clever choice from Nokia, so that users has to have some local equipment from the telco.
Jon
-----Oprindelig meddelelse-----
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af John Joseph
Sendt: 7. juni 2006 13:59
Til: Asterisk Users
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]
2007 Jan 03
0
Cisco 79x1 Auto-Answer
I'm using a mix of Cisco 7960, Linksys SPA-942, Cisco 7961, Cisco 7970
phones in a paging group. I have all the phones set up with an extra
line that auto answers the dial from my paging extension when the
primary line is not in use. All of these are operating correctly however
the 7961/7970s all ring once and then auto answer so the person paging
all the phones has the first part of his
2007 Feb 09
0
Conference & Page question
Hi. I'm currently setting up a particular conference: 3 members (a,b,c),
a can speak with b and c, b and c can speak only with a and not between
them.
I found my possible solution with paging/intercom using option "d"
(full-duplex), but I need to make ringing the phone in intercom.
Now I set auto-answer=6 but after first ring the phone hangup the call.
There is a way to using
2005 Feb 04
1
autoAnswer and autoAnswerLogin?
Hi there,
bristuff comes with these two applications - and too little info to
understand what they are for. Anyone has a clue and is willing to share
it?
Thanks, Philipp
-= Info about application 'Autoanswer' =-
[Synopsis]:
Autoanswer a call
[Description]:
Autoanswer(exten):Used to autoanswer a call for an extension.
-= Info about application 'AutoanswerLogin' =-
2008 Jan 31
1
Default delay time for Attended call
A call comes in from the PSTN, Asterisk answers it, it goes to the directory, and then to the extension the caller designates and the user at that extension answers. The user at the extension then wants to transfer the call to another extension; on the Cisco 7940 they push the ?more? soft key, then the ?Transfer? soft key, then enter the extension number they want to transfer to, and hit the
2006 Feb 08
2
SV: GotoIf number exists in file. How can i do this?
Oh. So how can I do this?
If I write something in PHP, how do I make it output to an Asterisk variabel? I need to set a variable in asterisk to TRUE or FALSE based on the result of the PHP-script.
________________________________
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Morgan Gilroy
Sendt: 8. februar 2006 15:28
Til:
2006 Jun 14
0
SV: DTMF when using g.729
I should note that we are not running the Digium g729 implementation, but the intel one.
Also, to not angry people, this ofcourse isn't used in our production environment, only for testing if we want g.729.
Jon
-----Oprindelig meddelelse-----
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af Moises Silva
Sendt: 14. juni 2006 15:18
Til:
2007 Mar 12
1
deprecated ALERT_INFO var andAMI's Originate command
Since 1.4 ALERT_INFO variable has been deprecated. I used to send this
via AMI:
Action: Originate
Channel: Sip/1234
Application: AgentLogin
Data: 1234
Variable: _ALERT_INFO=info=alert-autoanswer
Callerid: AutoLogin[1234]
In order to send an autologin and autoanswer call to the agent 1234 on an
Aastra phone at extension 1234. (just for example).
Now in * 1.4 with ALERT_INFO deprecated I
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:
#