Re: [asterisk-users] being bombarded with SIP packets

2010-10-28 Thread Jeremy Kister
he Acrobits softphone, you'll need to let EC2 through for push notifications. Currently, I just put 184.72.221.84 in the siprtp section of the iptables script. -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth

Re: [asterisk-users] Trim the RDNIS

2010-10-27 Thread Jeremy Kister
> 123,n,NoOp( *** Converted ${DNIS} -> ${TRIMMED} *** ) -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory w

Re: [asterisk-users] evil disconnect of call with cisco 1760

2010-09-05 Thread Jeremy Kister
On 9/4/2010 1:31 AM, Jeremy Kister thought: > On 8/29/2010 3:25 AM, Jeremy Kister wrote: >> whenever a call goes through the 1760's FXO or FXS (in or out) there is >> a 915 second maximum call time due to asterisk hanging up the call >> because of a "critical

[asterisk-users] evil disconnect of call with cisco 1760

2010-08-29 Thread Jeremy Kister
th asterisk 1.6.1.12. Ideas? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:

Re: [asterisk-users] app_swift.c:338 engine: Failed to set voice

2010-07-28 Thread Jeremy Kister
ift asterisk command. even if it's not, you don't have David registered. try making that: voice=Marta (or possibly: voice=Marta-8kHz) then restart asterisk and give it another shot. -- Jeremy Kister ht

Re: [asterisk-users] app_swift.c:338 engine: Failed to set voice

2010-07-28 Thread Jeremy Kister
. Is that voice installed as per the above "swift --voices" command ? also, if you're going to be dialing digits with swift, you'll probably run into detection issues unless you use my patch at http://jeremy.kister.net/code/app_swift-1.6.2.pa

[asterisk-users] parking on ast 1.6.2.8

2010-06-23 Thread Jeremy Kister
t that's a clear syntax error. What's a solution to letting someone who's retrieved a call from the parking lot re-park the call ? -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colo

Re: [asterisk-users] Cell phone redialer?

2010-01-29 Thread Jeremy Kister
ute the call to the party but with our caller ID. you're looking for DISA. http://www.voip-info.org/wiki/view/Asterisk+cmd+DISA Example 2 should slip right into your extensions.conf. -- Jeremy Kister http://

[asterisk-users] asterisk-users archive

2010-01-10 Thread Jeremy Kister
http://lists.digium.com/pipermail/asterisk-users/ Trusting user-generated date fields? sweet. :D -- Jeremy Kister http://jeremy.kister.net./ -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] app_swift 1.6.2 DTMF issue

2010-01-10 Thread Jeremy Kister
On 1/10/2010 5:33 PM, Jeremy Kister wrote: > With app_swift 1.6.2 + asterisk 1.6.1.12, I've found that if you > enter DTMF during cepstral playback, the first digit of ${SWIFT_DTMF} > is [un]set in an odd way. I fixed it up by ignoring the f->subclass and starting the dtmf_li

Re: [asterisk-users] app_swift 1.6.2 DTMF issue

2010-01-10 Thread Jeremy Kister
On 1/10/2010 5:33 PM, Jeremy Kister wrote: > With app_swift 1.6.2 + asterisk 1.6.1.12, I've found that if you > enter DTMF during cepstral playback, the first digit of ${SWIFT_DTMF} > is [un]set in an odd way. The problem lies within f->subclass inside the else if of line 436

[asterisk-users] app_swift 1.6.2 DTMF issue

2010-01-10 Thread Jeremy Kister
ote to the author of app_swift, but got no reply. Since the code is relatively short, can someone take a peek ? app_swift is [temporarily] available at: http://jeremy.kister.net/code/app_swift-1.6.2.tar.gz http://jeremy.kister.net/code/app_swift-1.6.2.patch -- Jeremy Kister http://jeremy.kister

Re: [asterisk-users] identifying channel for softhangup

2009-12-29 Thread Jeremy Kister
exten => h,1,GotoIf($[${SET_EMERG_FLAG} = 1]?unset,1) exten => unset,1,Set(EMERGENCY=0,g) exten => unset,n,Set(SET_EMERG_FLAG=0) exten => lastresort,1,Macro(SaferSIPDial,${EMERGENCY_NUM}) -- Jeremy Kister http://jeremy.kister.net./ ___ -- Ba

Re: [asterisk-users] identifying channel for softhangup

2009-12-29 Thread Jeremy Kister
On 12/29/2009 3:54 PM, Danny Nicholas wrote: > You could do a System(core show channels) and grep out 911 and kill > everything else; probably easier as an AGI call that a dialplan function, > but both can be done. great idea; thanks! -- Jeremy Kister http://jeremy.k

Re: [asterisk-users] identifying channel for softhangup

2009-12-29 Thread Jeremy Kister
el name to be static/predictable. -- Jeremy Kister http://jeremy.kister.net./ ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] identifying channel for softhangup

2009-12-29 Thread Jeremy Kister
On 12/29/2009 1:01 AM, Jeremy Kister wrote: > e.g., in the first call, below, the channel name is > "SIP/vgw1-0075" -- the second call (on the same FXO port after a > soft hangup on the CLI) is "SIP/vgw1-0077" > > How can I extract this informatio

[asterisk-users] identifying channel for softhangup

2009-12-28 Thread Jeremy Kister
== Spawn extension (extensions, h, 1) exited non-zero on 'SIP/141-0076' == Spawn extension (extensions, 09930267XXX, 1) exited non-zero on 'SIP/141-0076' -- Executing [...@extensions:1] Hangup("SIP/141-0076", "") in new stack

[asterisk-users] calls ending up in default context

2009-12-17 Thread Jeremy Kister
text instead of where i think i'm directing it. Can someone tell me what I have misconfigured? 1760 config: http://kister.net/tmp/vgw1-confg extensions.conf: http://kister.net/tmp/extensions.conf.txt sip.conf: http://kister.net/sip.conf.txt -- Jeremy Kister http

[asterisk-users] clever ways to "share" an extension between sip and fxs

2009-11-18 Thread Jeremy Kister
tes features like call parking/transferring for those who would use it. I know that I'm not looking for Dial(SIP/x&SIP/y) - as documented, this handles nothing like what I'm looking for. Ideas? -- Jeremy Kister http://jeremy.kister.net./

[asterisk-users] announcement tone to callees of app_page

2009-10-19 Thread Jeremy Kister
n 'a' (announce tone) parameter to app_page would be perfect. with auto-answer turned on with my cisco 7940 phones, i find it lethal that someone can page my phone and listen to what i'm doing without me realizing it (unless i look at the phone to see it's on speakerphone) --

Re: [asterisk-users] app_swift issue

2009-10-16 Thread Jeremy Kister
er.net/code/app_swift-1.6.2.patch -- Jeremy Kister http://jeremy.kister.net./ ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mail

<    1   2