similar to: PRI CallerID problem

Displaying 20 results from an estimated 300 matches similar to: "PRI CallerID problem"

2011 Jan 20
5
context problem
Hello list, Asterisk 1.6.16.1 I have the following registrations : register => 119909:passwd at sip.prov.org/52525252 register => 119909:passwd at sip.prov.org/59595959 [119909] type=friend host=sip.prov.org username=119909 defaultuser=119909 secret=passwd context=TRUNKin extensions.conf : [TRUNKin] exten => _52525252,1,NoOp(context TRUNKin - 52525252) exten =>
2003 Oct 26
5
Extensions Problem
Hello again, Here's the next big issue, I thought I'd let you munch on. We are utilizing Cisco 7960's and the following entries in our extensions.conf file: Exten => 1637,1,Dial(SIP/100) Exten => _NXXXXXXXXX,1,Dial(SIP/${EXTEN}@sipdemo) Exten => _NXXXXXXXXX,2,Congestion Exten => _1NXXXXXXXXX,1,Dial(SIP/${EXTEN}@sipdemo) Exten => _1NXXXXXXXXX,2,Congestion These
2005 Jun 04
1
SetCallerID based on extension
I am going through previous posts, but I am not finding anything. I apologize if this has been covered already. I want to be able to change the CallerID for outbound calls based on the extension making the calls. However, I don't really need this level of granularity. I have one asterisk box serving many markets. I want to set the CallerID to a local number in each market. So, of someone
2009 Jun 20
1
PRI cause codes
I am trying to retrieve the cause code of a outgoing call over a PRI where the number called is out of service. When an out service number is called I get a recording that the number dialed is not a working number. I see cause code 1 in in the CLI as soon as the call is dialed the Telco recording goes on for 30 sec. then hangs up. Any idea on how retrieve info that the called number is is
2004 Oct 05
4
Long distance provider with access number and auth code
I need to be able to dial a long distance provider that uses an access number and an auth code. I would like to be able to program this so that the user can dial 8 and then the long distance number, asterisk will hopefully do everything in the middle. The sequence to accessing the provider is on my traditional phone speed dial as: * Dial local access number * Wait 5 seconds * Dial the auth
2011 Apr 12
0
No subject
[0004f2xxxxxx](poly650) defaultuser=0004f2xxxxxx callerid="Front Desk" <1600> mailbox=1600 *setvar=callidnum=1234561600* and from extensions.conf: [outgoing] ; Outbound unrestricted domestic calls exten => _1NXXXXXXXXX,1,Verbose(Outbound call from ${callidnum} to ${EXTEN} on ${STRFTIME(${EPOCH},,%D)} at ${STRFTIME(${EPOCH},,%T)}.) *exten =>
2006 Mar 14
3
Outbound paging dialplan example?
Due to changes at the office, I'm finally getting around to setting up an AA to deal with incoming calls. One of the big changes is that we're dropping the old alphanumeric pager and will just send pages to our phones. I've got the outbound greeting message working in a test context no problem right now, but I'm kind of stuck on how to capture a DTMF sequence from a user and
2004 Aug 11
2
StanaPhone and Asterisks
I am trying to get Asterisks to connect to our StanaPhone so that I can use it to route my outgoing PSTN calls to. We have a free account and if I can get this working are willing to pay for an actual minutes with them. Here is what I have in my sip.conf: [stanaphone] type=friend secret=pAsSwOrD ; skewed for this message. username=3475341914 host=sip.stanaphone.com
2005 Jun 08
2
Incoming call stops at random with Teliax
We are setting up asterisk with Teliax and having trouble getting the incoming call to work all the time, the outgoing does not seem to have a problem. I have worked with their support but since they say that we are getting the initial call to our server they want to charge to take a look. They did a tcpdump and we are seeing an attempt but no CLI most of the time. Some times we see this but it
2005 Jun 21
0
Looking for PRI Outbound Caller ID Configura tion
As an employee in the technical operations of a CLEC this information is easily obtainable by anyone that has access to the Class 5 switch servicing that PRI... A Q.931 trace in the Class 5 Switch will tell the whole story.... -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Rich Adamson Sent: Tuesday, June
2005 Jul 21
0
re: DTMF woes, continued
hello all, I have a DID from nufone, transported via SIP to my * box, and even though i'm using rfc2833 DTMF i'm still getting double digits and all sorts of other stuff... sip.conf is as follows: [general] port = 5070 ; Port to bind to disallow=all ; Disallow all codecs allow=ulaw allow=alaw allow=ilbc allow=gsm dtmfmode=rfc2833 register =>
2005 Jun 20
1
Looking for PRI Outbound Caller ID Configuration
I'm having trouble setting the outbound caller ID on calls I make from my PRI trunk group. The PRIs are served out of a 5ESS. Telco has set the PRIs up for user provided caller id information, so I believe I just don't have it set up right in my dialplan or something. I can't seem to find an example of setting the outbound caller ID specifically for a 5ESS. Does anyone have an
2003 Nov 12
3
Dial Plan Sequencing
I have an interesting dilemma with sequencing in the dialplan. Up to now, I have assumed that the extensions in the dial plan were tested in the order that they appear in extensions.conf. In other words, I have the following fragment which was designed to dial toll free on the PSTN and all other long distance on VoIP: [longdistance] include => local
2006 Feb 21
1
[Bug 452] New: DNAT to internal network don't work with source routing and 2 uplinks
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=452 Summary: DNAT to internal network don't work with source routing and 2 uplinks Product: netfilter/iptables Version: linux-2.6.x Platform: i386 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P2
2003 Nov 23
3
wireless vpn + nat
Hey guys, I installed tinc on a linux server which connects to the internet. That server is linked via a wireless link with a Windows 2000 workstation. I installed tinc on the windows box too, and the vpn works neat. The only problem is I don't know if the windows tap driver is able to forward unknown IPs to a gateway. This is because if I try to ping 10.0.0.1 which is just another
2010 Mar 12
0
Regarding - P-Asserted identity and Privacy - SOLVED
Hi All, I got this figured out, when the privacy is ON at the other end of the server and when we get the Invite message to the server connected to PRI's, just take the details from the invite message in the Dial plan and send the calls as anonymous: exten => _1NXXXXXXXXX,n,Set(PRIVACY=${SIP_HEADER(Privacy)}) exten => _1NXXXXXXXXX,n,ExecIf($["${PRIVACY}" =
2009 Jun 23
0
PRI cause code discrepancy
Steve Casto escribi?: >/ I am trying to retrieve the cause code of a outgoing call over a PRI />/ where the number called is out of service. When an out service number is />/ called I get a recording that the number dialed is not a working />/ number. I see cause code 1 in in the CLI as soon as the call is dialed />/ the Telco recording goes on for 30 sec. then hangs up. Any
2007 Jul 23
3
Dialplan
Hi, What dialplan option do I need to send a call out like this: NPA-NXX-xxxx local calls 1-NPA-NXX-xxxx - long distance Won't 'national' send it out NPA-NXX-xxxx no matter if it's long distance or not?
2006 Feb 21
17
[Bug 452] DNAT to internal network don't work with source routing and 2 uplinks
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=452 ------- Additional Comments From mzurakowski-bin@data.pl 2006-02-21 20:06 MET ------- In ip route add .../29 it should be /24 of course. I think that source routing is setup correctly: I can ping/connect to my router through both interfaces from outside no matter how I setup default routing on it. Marcin Z -- Configure bugmail:
2018 Oct 22
1
Re: Questions regarding migration from QEMU to libvirt
Hi, First of all, thanks for your feedback :) On 10/17, Martin Kletzander wrote: > On Wed, Oct 03, 2018 at 01:04:50PM -0300, Rodrigo Siqueira wrote: > > Hi, > > > > My colleagues and I have a set of scripts that we use to automate our > > daily tasks related to the Linux Kernel. As a result, most of our code > > relies on the QEMU features; and recently we