[asterisk-users] Parked Calls

Jeremy Mann jmann at txhmg.com
Wed Sep 17 14:54:04 CDT 2008


Forgot to mention, I'm running asterisk 1.4.21.2

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jeremy Mann
Sent: Wednesday, September 17, 2008 2:32 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: Re: [asterisk-users] Parked Calls

Can anyone explain parked calls?

I've run so many tests over the last few hours I'm totally confused.  Half the time the call times out and returns back to the user that dialed it, through the same context it was originated from.

The other half it returns to the park-dial context with a dynamically added context.

I have park-dial defined as:

context park-dial {
        s => {
                jump 600 at from-internal;
        };

        _. => {
                jump 600 at from-internal;
        };

        t => {
                jump 600 at from-internal;
        };
};

When I dial from extension 155 to extension 698 on this system, park-dial contains a dynamic SIP/155 extension defined in addition to my three above.  It however never matches the _. extension and instead returns back to the original caller.

Is there a reliable way to override the position it returns to when timing out using the default parking setup in features.conf, or would it be easier to do it with a custom parking extension setup?

If so, anyone have examples of custom parking?

Thanks.



This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information that is confidential and privileged. This information is intended only for the use of the individual(s) and entity(ies) to whom it is addressed. If you are the intended recipient, further disclosures are prohibited without proper authorization. If you are not the intended recipient, any disclosure, copying, printing, or use of this information is strictly prohibited and possibly a violation of federal or state law and regulations. If you have received this information in error, please notify Texas Health Management Group immediately at 1-817-310-4999. Texas Health Management Group, its subsidiaries, and affiliates hereby claim all applicable privileges related to this information.

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

This e-mail, facsimile, or letter and any files or attachments transmitted with it contains information that is confidential and privileged. This information is intended only for the use of the individual(s) and entity(ies) to whom it is addressed. If you are the intended recipient, further disclosures are prohibited without proper authorization. If you are not the intended recipient, any disclosure, copying, printing, or use of this information is strictly prohibited and possibly a violation of federal or state law and regulations. If you have received this information in error, please notify Texas Health Management Group immediately at 1-817-310-4999. Texas Health Management Group, its subsidiaries, and affiliates hereby claim all applicable privileges related to this information.



More information about the asterisk-users mailing list