similar to: How to set PRI line timeout value

Displaying 20 results from an estimated 7000 matches similar to: "How to set PRI line timeout value"

2010 May 10
1
More clarification on outbound sip channels.
Jim, and all: Thanks for the response. If I can repeat what you are saying: you don't have to define the multiple lines in sip.conf? For comparison, with my current esi setup, we have 10 outgoing lines. If one line is busy, then the service just rolls to the next number. This is set up with the phone service. That doesn't have to done with outgoing sip lines? Does the dialstatus
2011 Jan 06
2
Benefit of PRI vs SIP trunk calls
Does Asterisk, currently using version 1.4, get any more information about the result of an outbound call made over a PRI line compared to a call via a SIP trunk? As an example, in a PRI call there is this message that shows up on the console: [2011-01-05 14:59:02] -- Channel 23 detected a CED tone from the network. for a call to a fax machine. Does asterisk set anything that a dialplan can
2009 Jun 03
1
Using DIALSTATUS question
Hi all, I am trying to make decisions in my dialplan based on {DIALSTATUS}. I am creating calls using AMI (rawman with parameters via URL) with action:Originate. I am using SIP and an outside voip provider for the calls. If I define the number to call in the Channel parameter (e.g. SIP/15555555555 at myvoipprovider, the call gets placed before entering the context that I defined. I understand
2008 Nov 20
1
Playback using AMI
Is there a way to inject sound from a sound file into an established call using AMI? I have an established call from which I can record either or both legs. I can additionally "spy" on the call. Is there any way I can play a sound file into the call and not loose the ability for the people to continue talking while listening to the sound file? -- Jim Dickenson mailto:dickenson at
2011 Apr 14
1
Microsoft Lync server and Asterisk access
We have a client that currently has a Microsoft Lync setup. I must admit I know nothing about this setup. What we would like to be able to do is allow the phones on desks connected to this server the ability to dial something that would allow the phone to access an asterisk box to be able to do an agent login over their LAN. Is there any way to do this? Can the Lync server have a SIP trunk to
2009 Jun 24
3
dahdi-linux-2.2.0 compile problem
I have an i686 cpu and when compiling from source I get this error: touch /usr/src/dahdi-linux-2.2.0/drivers/dahdi/xpp/init_fxo_modes.verified Building modules, stage 2. MODPOST WARNING: could not find /usr/src/dahdi-linux-2.2.0/drivers/dahdi/vpmadt032_loader/.vpmadt032_x86_32. o.cmd for /usr/src/dahdi-linux-2.2.0/drivers/dahdi/vpmadt032_loader/vpmadt032_x86_32.o Anyone else seeing this?
2008 Oct 14
1
Help With AMI
I am trying to get updateconfig working. I found an example of updating configuration files here: http://www.voip-info.org/wiki/index.php?page=Asterisk+Manager+API+Action+Upd ateConfig When I tried it the conf file was updated but the new entry was not added. action:updateconfig reload:no srcfilename:manager.conf dstfilename:manager.conf Action-000000:append Cat-000000:newuser
2009 Jun 17
2
What causes this error?
[2009-05-27 02:06:16.294] WARNING[6971] chan_dahdi.c: No D-channels available! Using Primary channel 24 as D-channel anyway! [2009-05-27 02:06:16.295] VERBOSE[6971] logger.c: [2009-05-27 02:06:16.295] == Primary D-Channel on span 1 up [2009-05-27 02:06:16.301] ERROR[6971] chan_dahdi.c: !! Got a UA, but i'm in state 7 I noticed the above error many days after this at around 2AM. This
2009 Feb 04
1
Stopping chanspy followup
I am still trying to figure out a reasonable way to exit the chanspy application in a dialplan. For the most part I understand how things are working and there is one change I would like to propose. The way the 1.4.23.1 code seems to work is that if there are no channels that match the chanprefix argument the chanspy code stays in a loop waiting for a new channel to come into being that matches
2009 Jul 21
1
Dialplan step that I do not have
I have a dialplan that looks like this: [dorecord] exten => _*99XX,1,Verbose(2,Doing custom record) exten => _*99XX,n,Answer() exten => _*99XX,n,Verbose(2,Doing custom record - before wait) exten => _*99XX,n,Wait(0.5) exten => _*99XX,n,Verbose(2,Doing custom record - before record) exten => _*99XX,n,Record(/tmp/prompt${EXTEN:3}.gsm) exten => _*99XX,n,Verbose(2,Doing custom
2011 Apr 15
5
Possible bug in Hangup() (Asterisk 1.4.x)
Hello, On an Asterisk 1.4.33.1 in a simple scenario: [test] exten => _X.,1,Dial(SIP/12345 at peer01,,,) exten => i,1,Hangup(${HANGUPCAUSE}) exten => t,1,Hangup(${HANGUPCAUSE}) exten => h,1,Hangup(${HANGUPCAUSE}) I have noticed that no matter what value we set in the Hangup(<cause code>) commands, if the call is not answered by peer01 for any reason, the actual cause code
2011 Jun 08
6
issues.asterisk.org/jira not working
Bad day today. Why this new JIRA system not working. I have created issue and submit and i got blank page.. Please someone help me to create BUG!!!!!!!!!!! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110608/e99afa31/attachment.htm>
2009 Jan 28
1
Scope of variable
I have this extension: exten => 1322,1,Answer() exten => 1322,n,Set(CfMC_AMDValue="NotChecked") exten => 1322,n,GotoIf($["${CfMC_DoAMD}" != "Yes"]?NOAMD) exten => 1322,n,AMD() exten => 1322,n,Set(CfMC_AMDValue = ${AMDSTATUS}) exten => 1322,n(NOAMD),Wait(1) exten => 1322,n,UserEvent(E1322-1,${CfMC_ActionID}=${CHANNEL} & ${CfMC_AgentToUse}
2010 Feb 21
2
add Reason header on hangup
Hello, I have asterisk 1.6.0.20 and Is it possible to add Reason header on Hangup: Reason: q.850;cause=17 Thanks -- Best Regards, Giedrius -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100221/d29c02b8/attachment.htm
2011 Dec 26
5
how to listen on different sip port for a device?
I'm trying to allow access to the office from home. But the ip provider (cablevision) blocks udp 5060. I can see the register packets leaving on wireshark, but nothing received by office. Changed to port to 6111 and now the packets show up. In the server I've set port=6111 in the device in sip.conf, but * is NOT listening for 6111: netstat -an | grep 5060 tcp 0 0
2009 Mar 06
1
Asterisk dial plan conditional on not busy
Here is the current dial plan section: [custom-michael] exten => _900,1,Playback(custom/extn-xfer) exten => _900,2,SayDigits(${EXTEN}) exten => _900,3,MixMonitor........... exten => _900,4,Dial(SIP/${EXTEN}|${DEFRT}) exten => _900,5,Playback(custom/extn-xfer2) exten => _900,6,Goto(custom-michael,901,4) exten => _901,1,Playback(custom/extn-xfer) exten =>
2010 Mar 07
1
Caller Presentation Confusion
I have been fighting with the ability to set the caller ID when I make outbound calls via a PRI line as well as via my SIP provider. The more I play around the less I understand. There is a setting in chan_dahdi.conf that seems to say do not pay attention to the CALLERPRES value and just allow the ID to be set. This setting is usecallingpres. If this is set to yes then the value of CALLERPRES
2010 Jul 27
2
Urgent help = RUBY & AGI
Here's something that should be easy for RUBY pro's. Here is a script: 1.times do r = $agi.exec('DIAL', SIP/voipuser&Zap/32&Zap/33&Zap/34&Zap/35) r = $agi.get_variable('DIALSTATUS') # $agi.set_variable(' WHOANSWERED
2008 Dec 05
2
AMI interface problem
I installed version 1.6.0.3-rc1 and my AMI application stopped working. I reinstalled 1.6.0.1 and it worked again. I reinstalled 1.6.0.3-rc1 and it stopped. Looks like a problem in the software to me. Following the same steps using the same code for the AMI and conf files for * I get bad behavior in 1.6.0.3-rc1 and good behavior in 1.6.0.1. I have this action: Action: Originate Channel:
2009 Jun 26
0
Problem with RetryDial
I issue this command: RetryDial(another-time,10,4,SIP/GXP280_18,10,ghM(cfmc_dial_private^RetryAndQ ueue^SIP/GXP280_18)) Asterisk rings the phone for 10 seconds. Asterisk then waits 10 seconds. Asterisk rings again for 10 seconds. I would expect this to happen a total of 4 times. The problem is that after the second ring for 10 seconds Asterisk exits the RetryDial step with HANGUPCAUSE=0 and