Displaying 20 results from an estimated 60000 matches similar to: "trunk hunt outbound"
2008 Apr 23
2
prepaid on the trunks
if i have this setup:
[sip users] -- [asterisk] --- [as5300] --- [pstn]
asterisk will talk to as5300 using sip. i will use as5300 as a trunk on the asterisk so sip users can call out to pstn.
what i would like to is do prepaid on those trunks, not on the sip users. sip users can call any other sip users . i want to do it that way coz i'm trying to build a multi-tenant pbx, and i will use
2004 Dec 06
0
auto-dialout not doing LCR
Hello asterisk-users.
I have the following dial-plan:
[test]
exten => 482,1,Dial(OH323/106@192.168.2.73,10)
exten => 482,n,Dial(OH323/102@192.168.2.73,10)
exten => 482,n,Dial(OH323/103@192.168.2.73,10)
exten => 482,n,Dial(OH323/104@192.168.2.73,10)
exten => 482,n,Dial(OH323/105@192.168.2.73,10)
exten => 482,n,Dial(OH323/106@192.168.2.73,10)
When I call
exten =>
2005 Feb 12
0
Outbound calls on a busy Zap/1: BUSY vs. CHANUNAVAIL
Hi,
I'm using the macro below in extensions.conf for most of my outbound
calls. One issue with my current configuration is that when I make an
outbound call it doesn't properly detect that my PSTN line (Zap/1) is
busy with another call and then overflow to my outbound IAX
connections. I think the root cause is that DIALSTATUS gets reported
as BUSY. The debug output is below. My desired
2005 Aug 10
0
tdm400p / outbound zap prob
I'm having trouble getting outbound calls going with aah 1.3 and a tdm400p
w/ 4 FXO. Incoming calls work fine, outbound I get this:
-- Executing SetVar("SIP/231-af2b", "OUTNUM=6643955") in new stack
-- Executing Cut("SIP/231-af2b", "custom=OUT_1|:|1") in new stack
-- Executing GotoIf("SIP/231-af2b", "0?19") in new stack
2005 Aug 24
0
SIP trunk rollover problem
Hello,
I've got an Asterisk system with 3 SIP trunks configured. Each SIP
trunk is actually a 4 port Mediatrix PSTN gateway. The current outbound
call routing (via AMP 1.10.007a) uses the 3 trunks in descending order,
all set with max channels to 4. Unfortunately, when the first trunk
reports a "480 Service Unavailable" (all ports in use), Asterisk reports
congestion without
2004 Aug 17
4
Hunt Groups
I have a question about how Asterisk Parses the Dial Plan. To create a
hunt-group which would be the appropriate dial plan:
[CompanyABC]
exten => 7228888,1,Dial(SIP/8017228888,60,r)
exten => 7228888,102,Dial(SIP/8014361234,60,r)
exten => 7228888,103,Dial(SIP/8014362345,60,r)
exten => 7228888,104,Dial(SIP/8014363456,60,r)
exten => 7228888,105,Dial(SIP/8014364567,60,r)
exten
2009 Jan 28
4
route based from source
Hi,
Is it possible to detect where the call came from and route it out to
different sip trunks.
e.g.
i have user 100300 when that user calls outbound i will make him use of
[sip-trunk-100]
another user, 101300 when that users calls outbound i will make him use
of [sip-trunk-101]
actually the 100 and 101 at the beginning of the username is the
accountcode i used for cdr.
hope my question
2005 Mar 14
1
weird outbound problem through broadvoice (new)
Hello,
Have a weird problem when using asterisk (1.0.6). There are certain
numbers I cannot dial when using asterisk with my broadvoice account.
No problems with inbound. With outbound calls, I can call some numbers
(for example broadvoice customer support number) and unsuccessfully with
some. However, when I configure my account directly on x-lite, I dont
see these outbound problems.
Here is a
2007 Feb 09
1
Outbound Call Transfer Problem
Hi
I am using Asterisk 1.2 and for the life of me, I am unable to transfer
outbound calls (eg calls I initiate from sip extensions). When I press
#, nothing happens. Inbound calls transfer fine, but only once per call.
The problem happens:
- With both software and hardware phones.
- With calls going out through the ZAP channel and to internal SIP
extensions.
- After I have transferred an
2010 Aug 23
2
outbound SIP trunk hunting (or any fxo for that matter)
On Aug 7, 2007 'Mojo' wrote:
Nicholas Blasgen wrote:
> I've got 4 SIP phone lines with a call-limit of 2 for each. I've
> written a handy macro to allow my users to dial a phone number and the
> macro will figure out the next available line to use by first checking
> if the GROUP() is over 2 and then checking to see if ChanIsAvail() as a
> backup, and if it
2007 Oct 17
2
DID to hunt group?
Asterisk 1.4.2
I have spent much of today trying to make a DID (from SIP GW)
ring to 4 extensions in a hunt (roll-over) group.
Results from searching docs and forums seem to indicate it is doable
and so trivial no one includes an actual example.
I can make all 4 exts ring at once with the like of
exten => _1655,1,Ringing()
exten =>
2008 Aug 22
4
set callerid with plus sign
Hi,
Is it possible to assign a plus sign on the callerid(num) ?
currently this is what i do CALLERID(num)=+6523450017
but telco is denying calls, coz they said they are seeing "bs523450017"
instead of +6523450017.
i tried putting it inside double quotes CALLERID(num)="+6523450017"
telco says the same thing.
is this possible? thank you
Regards,
nhadie
2006 Apr 22
6
Need help with getting EXTEN from pstn hunt group
Hi
I have a TDM card with 4 lines on a hunt group coming in.
I can answer the phones with
exten => s,1,Answer()
exten => s,n,Dial(Zap....&Zap....)
...
The problem is I don't know how to find out what extension
was originally dialed. And, trying to match on the extension
always fails. E.g.
exten => 1234567,1,Answer() # never gets here
I thought I could get the extension on
2005 Jan 26
1
Inbound analog Telco line not answered
I have an X100P clone hocked up to an analog line of my PRI. I can use it
to dial out.
but when I call the extension it answers and says "GOODBY"
I have a Livevoip DID which successfuly rings to ext 202
I am using asterisk@home and through the AMP inface the line should ring to
ext 202
Below are Asterisk Messages, Extensions.conf and Extensions_additional.conf
Extensions.conf
2005 May 10
0
outbound PSTN numbers over SIP failing
Hi,
I am currently trying out the asterisk@home (version 1) release of
Asterisk, and I want to configure it as follows:
Calls from regular telephony network (PSTN) come in through my VoIP
provider over SIP and outgoing calls to the PSTN should be routed
through the ViOP provider onto the PSTN network. I thus have no direct
PSTN connection, but only a SIP connection.
Incomming calls
2010 Dec 22
0
CDR on MySQL
What would it do if you
exten => h,1,ResetCDR(w)
exten => h,2,NoCDR()
exten => h,3,DEADAGI(get-unqiueid.php)
I have not tried it but in theory it should write the first CDR and then
kill the write of the second NO ANSWER CDR.
Let me know if it works for you as I may need to do it on some of my h
exten code as well.
Bryant
----------------------------------------
From:
2015 Mar 15
0
Asterisk 13.1.0/PJSIP outbound calling using SIP trunk: Unable to create request with auth.No auth credentials for any realms in challenge.
On Sun, Mar 15, 2015 at 8:32 AM, Sonny Rajagopalan <
sonny.rajagopalan at gmail.com> wrote:
> I have setup my Asterisk 13.1.0 server with PJSIP on AWS/EC2. My basic
> configuration works, and I am connected to a SIP trunk using SIP.US, and
> have set up my inbound calling which works correctly (when I call my PBX
> DID, the call does come into my PBX network).
>
> The
2004 Dec 15
1
Advanced Ring All Hunt Group
Hello Everyone,
I need to setup a dialplan where if a incoming call is rec'd to a number, Asterisk needs to dial several SIP extensions at the same time. The SIP extensions are for Cisco 7960s and each have multiple line appearnces.
For example,
exten => 9043442342,1,DIAL(SIP/102&SIP/103&SIP/104&SIP/105,,20)
exten => 9043442342,1,Voicemail(u102)
The issue I have is
2007 Oct 17
0
FW: DID to hunt group?
Thanks ... I forgot to say I tried it with
priorityjumping=yes
in the [globals] section of extensions.conf
still no go...
Gerald, I'll try your suggestion,
and try to figure out the result code tests :-)
Thanks,
Rich
> -----Original Message-----
> From: Gerald A [mailto:geraldablists at gmail.com]
> Sent: Tuesday, October 16, 2007 23:59
> To: rich at isphone.net
> Subject:
2015 Mar 15
0
Asterisk 13.1.0/PJSIP outbound calling using SIP trunk: Unable to create request with auth.No auth credentials for any realms in challenge.
On Sun, Mar 15, 2015 at 10:34 AM, Sonny Rajagopalan <
sonny.rajagopalan at gmail.com> wrote:
> That was the issue, thanks. I now am able to get the caller ringing on an
> outbound call, but an external phone number (E164) I am dialing does not
> ring.
>
Any error messages? If you set 'core set verbose 3' and try it, does the
Dial get executed?
>
> On Sun, Mar