[VoIP] Calling all Asterisk 1.4 users

Lee Spenadel spenadel at gmail.com
Mon Feb 25 17:37:50 CST 2008


I think I just found a reasonable workaround.  Instead of specifying n+101
as I did in the past, I just continued with the next sequential priority
number.  For example:

Old Asterisk 1.2 way:

;  PAX Dial Tone  8800
exten => _${OFFICECODE4}8800,1,Macro(late,${EXTEN})
exten => _${OFFICECODE4}8800,2,Dial(ZAP/g3/P/tHg)
exten => _${OFFICECODE4}8800,103,Macro(fastbusy)	

New way:
;  PAX Dial Tone  8800
exten => _${OFFICECODE4}8800,1,Macro(late,${EXTEN})
exten => _${OFFICECODE4}8800,2,Dial(ZAP/g3/P/tHg)
exten => _${OFFICECODE4}8800,3,Macro(fastbusy)	

The fastbusy macro is my congestion recording, which was executed upon the
error of the zap channels being in use in Asterisk 1.2.  I simply changed
that priority number to the next sequential number.  I only have two
channels each between Asterisk and the SxS and the PAX.  When call number
three arrives, the macro is executed properly.  Duncan, that may solve your
problem too.

Lee


-----Original Message-----
From: voip-bounces at ckts.info [mailto:voip-bounces at ckts.info] On Behalf Of
Duncan Smith
Sent: Monday, February 25, 2008 6:25 PM
To: Voice Over IP Tandem for Analog Switches
Subject: Re: [VoIP] Calling all Asterisk 1.4 users

On Mon, Feb 25, 2008 at 06:05:35PM -0500, Lee Spenadel wrote:
> Haven't really considered it since I'm not sure what function to
> reference when a group of zap channels are all in use.

Aye.  That's also sort of my problem ...

On a somewhat different note, is there a way to get Asterisk to try a
different trunk in the same (wink-start) group if it doesn't get a
wink soon enough?  Mine tend to just time out.

-- 
Duncan Smith  --------\    http://students.washington.edu/f/    /---
  ()  ascii ribbon     \--- Signed/encrypted mail preferred ---/
  /\    campaign    [ against html mail ]  [ support open formats ]
_______________________________________________
VoIP mailing list
VoIP at ckts.info
http://lists.ckts.info/mailman/listinfo/voip
Project Web Page: http://www.ckts.info/



More information about the VoIP mailing list