[Asterisk-Users] Trying to get *8 call pickup to work
Robert Woodcock
rwoodcock at printinc.com
Thu Jun 30 07:12:34 MST 2005
Thanks for the suggestions, everyone!
I'd previously tried PickUP() but it'd always give me a 503 as well,
with this familiar error:
chan_sip.c:7402 handle_request: Nothing to pick up
Almost as if I still had pickupchan= defined in features.conf, but I did
make sure to comment that out and restart asterisk entirely before
putting PickUP() in extensions.conf.
app_intercept and app_pickupchan give similar and altogether very
interesting results. I put this in extensions.conf:
exten => _*8XXXX,1,PickUpChan(SIP/${EXTEN:2:4})
When I call in from a zap line to x1311, and on x1310 punch in *81311,
x1310 does answer the call. However, x1311 keeps ringing, even after I
hang up x1310! If I then try to answer x1311, it indicates busy.
I tried adding:
exten => _*8XXXX,2,Answer
But that doesn't do anything. Any ideas?
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com]On Behalf Of Klaus-Peter
Junghanns
Sent: Thursday, June 30, 2005 12:20 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Trying to get *8 call pickup to work
Hi,
app_pickup, app_pickupchan, app_pickdown, app_steal are your friend
in BRIstuff. ;)
best regards
Klaus
Am Mittwoch, den 29.06.2005, 10:09 -0500 schrieb Brian West:
> Go get app_intercept from www.pbxfreeware.org
>
> /b
> ---
> Anakin: “You’re either with me, or you’re my enemy.”
> Obi-Wan: “Only a Sith could be an absolutist.”
>
> On Jun 29, 2005, at 9:16 AM, Tony Nichols wrote:
>
> > I have been unable to get it to pickup sip-sip calls.... but if an
> > incoming zap rings I can hit *8# and it works.
> > My config is the same as yours:
> > zapata has callgroup = 1
> > and in sip.conf I have
> > pickupgroup = 1
> >
> > I'm also using Grandstreams.
> >
> > t o n y
More information about the asterisk-users
mailing list