search for: outtrunk

Displaying 6 results from an estimated 6 matches for "outtrunk".

2003 Apr 30
1
Re: no audio after many transfers
On 2003-04-26 at 00:42, Jim Gottlieb (that's me) wrote: > [ccmenu] > exten=s,1,Ringing > exten=s,2,Wait,2 > exten=s,3,BackGround(5045) > exten=s,4,Goto,outtrunk|17005554223|1 ; if they just wait > exten=_X,1,Goto,outtrunk|17005554223|1 ; if they press 0-9 > exten=_*,1,Goto,outtrunk|17005554223|1 ; if they press * > exten=_#,1,Goto,outtrunk|17005554223|1 ; if they press # I just loaded the latest from CVS and reduced it down to a simple: exte...
2005 Sep 15
2
Caller ID for auto outgoing calls
...e second half of the call. In other words, when we call the first number, we want the Caller ID set to our number, but then when we connect them to the second number, we want _their_ number to be the Caller ID. I've tried the following (and various approximations): Channel: Local/16193644799@outtrunk Callerid: 6193647100 MaxRetries: 5 RetryTime: 60 WaitTime: 60 Context: outtrunk Extension: 16193647100 Priority: 1 SetVar: CALLERIDNUM=6193644799 When it calls 6193644799, it properly shows a Caller ID of 6193647100. But then when it dials 6193647100, it still shows Caller ID of 6193647100 instead...
2005 Sep 26
1
StripMSD or extension parser bug?
For years we've had the following simple context for outgoing calls: [outtrunk] ; match any NANP, and strip leading 1 off exten => _1XXXXXXXXXX,1,StripMSD,1 ; dial outbound on trunk group 1 exten => _XXXXXXXXXX,2,Dial,Zap/g1/${EXTEN} But when I upgraded on Friday to the latest CVSHEAD, this no longer works. If I send 13115552368 to this context, I get a message like...
2004 Jan 19
3
Residential services
Hi folks, The obligatory newbie disclaimer: "Hi, I'm new to Asterisk and I have a couple questions..." OK, now that that's over with: I've just started working for a small CLEC, and I'm trying to sell * to my boss as a replacement for some expensive/inflexible/closed-source software he's been using to provide residential dialtone with for a couple years now.
2003 Sep 19
1
regexp problems
I'm trying to filter calls that don't have a proper ANI. This is what I did: ; only if they a real-looking ANI exten=_1XXXXXX1118/_.N.,1,Newt,1118-config ; Otherwise, send them to the loser partyline exten=_1XXXXXX1118,1,Goto(outtrunk,19096611234,1) This properly deals with null ANIs, but for some reason those with ten zeroes get matched by the first line. I also tried to be a bit more specific, like: exten=_1XXXXXX1118/_.[1-9][1-9].,1,Newt,1118-config but that also matched on all zeroes. Am I doing something wrong or is th...
2009 Jun 13
2
Polycom registration errors
...both show it from hostname jtsd05, though there's also the line saying it's going to 192.168.200.99 (the phone). I've played with all sorts of settings in sip.conf, but the messages persist. Here's what I've got: [hft0] type=friend username=hft0 secret=mysecret context=outtrunk-office host=192.168.200.99 disallow=all allow=ulaw dtmfmode=rfc2833 progressinband=no ;Polycom phones have trouble with the progressinband=never callerid="HFT Booth 0 <(619) 364-4850>" allowsubscribe=yes And some of the Polycom phone config: reg reg.1.displayName="HFT0&q...