[Asterisk-Users] SuperValetParkCall Application Unable to Re-Park Call

Paul Zimm pbzinc at dejazzd.com
Fri Dec 24 09:40:21 MST 2004


Kevin wrote:

>After retrieving a SuperValetParkCall using the SuperValetUnparkCall
>command, I am unable to re- SuperValetParkCall the call again.  Can
>anyone confirm if this is a bug or my configs may be incorrect.  
>
>Configs:
>
>
>exten =>
>3XXXX,1,SuperValetParkcall(${EXTEN:1}|mylot|500|${EXTEN:1}|1|local)
>exten => _3XXXX,2,Hangup
>exten => _*3XXXX,1,SuperValetUnParkCall(${EXTEN:2}|mylot)
>exten => _*3XXXX,2,Hangup
>  
>
This is not a bug. I experienced the same problem, and took a peek at 
the code.
Apparently app_supervaletparking uses it's own channel bridge function, 
which
is very basic and doesn't process the # transfer command.

I need the ability to transfer a call after a SuperValetUnparkCall so I
went back to using app_valetparking. I wasn't using the "new" features in
app_supervaletparking, just the park and unpark functions.

Marv Horst




More information about the asterisk-users mailing list