[Asterisk-Users] CallTransfer

Herman Cremer herman at etel.co.za
Thu Feb 24 05:54:24 MST 2005


hah !

worked like a bomb ..

Thanks a million.

-Herman


On Thu, 2005-02-24 at 13:49, Adam Goryachev wrote:
> On Thu, 2005-02-24 at 10:20 +0200, Herman Cremer wrote:
> > Hi 
> > 
> > I was wondering if there are any special settings that
> > I need to be able to transfer calls.
> > 
> > Whenever I press the 'recall' button, I just here a click,
> > and no ring-tone to transfer.
> > in my debug log I get this :
> 
> Probably your phone uses too short flash time. You have a couple of
> options, 
> * change your phone to use a longer flash time
> * change asterisk to accept a shorter flash time
> * signal the flash some other way (ie, manually press the hook and lift
> again
> * Use the # key to do the transfer (requires the t or T on the dial
> command
> 
> I ended up (finally) succeeding in the second option, which by editing
> zaptel with this patch:
> 
> diff -ur zaptel/zaptel.h zaptel.mine/zaptel.h
> --- zaptel/zaptel.h     Tue Nov 23 10:26:36 2004
> +++ zaptel.mine/zaptel.h        Tue Nov 23 17:21:54 2004
> @@ -863,7 +863,7 @@
>  #define        ZT_DEFAULT_PULSEAFTERTIME 750   /* 750ms between dial
> pulse digits */
> 
>  #define        ZT_MINPULSETIME (15 * 8)        /* 15 ms minimum */
> -#define        ZT_MAXPULSETIME (150 * 8)       /* 150 ms maximum */
> +#define        ZT_MAXPULSETIME (75 * 8)        /* 150 ms maximum */
>  #define        ZT_PULSETIMEOUT ((ZT_MAXPULSETIME / 8) + 50)
> 
>  #define ZT_RINGTRAILER (50 * 8)        /* Don't consider a ring "over"
> until it's been gone at least this
> 
> You should probably apply that manually, due to line wraps etc..
> 
> Would be nice if this was controlled from the config files...
> 
> Regards,
> Adam




More information about the asterisk-users mailing list