Now on to another problem that we've had as far as I know since the
beginning of using Asterisk 9+ months ago.  I've been trying very hard
to knock this problem out but regardless of what I do, it's still there.
 
So, the problem is, when a call is in the parking lot, it then times out
after whatever time frame and dials the extension that put it on hold.
After 60 seconds of ringing back, it's supposed to go to [park-dial] t
extension as far as I can tell, which it actually does seem to do.
However, before the t extension kicks in, the line is dropped with the
following error message on the CLI:
 
[Oct  3 08:45:31] WARNING[12621]: channel.c:2616 ast_indicate_data:
Unable to handle indication 3 for 'SIP/727-095c0348'
[Oct  3 08:46:31] WARNING[11487]: chan_sip.c:12037
handle_response_invite: Re-invite to non-existing call leg on other UA.
SIP dialog '[EMAIL PROTECTED] Giving up.
    -- SIP/717-09570200 is circuit-busy
[Oct  3 08:46:31] NOTICE[12621]: cdr.c:434 ast_cdr_free: CDR on channel
'SIP/717-09570200' not posted
  == Everyone is busy/congested at this time (1:0/1/0)
  == Auto fallthrough, channel 'SIP/727-095c0348' status is 'CONGESTION'
[Oct  3 08:46:31] WARNING[12621]: channel.c:2616 ast_indicate_data:
Unable to handle indication 8 for 'SIP/727-095c0348'
[Oct  3 08:46:31] WARNING[11487]: chan_sip.c:12536 handle_response:
Remote host can't match request CANCEL to call
'[EMAIL PROTECTED]'. Giving up.
 
So the line hangs up, these errors are displayed, then I see the 't'
extension kick in.  Notice this is all on the same network, SIP devices
only, no NAT or anything like that.  I was initially testing on a
ZAP/SIP configuration, had the same type of errors and thought to reduce
complexity I'd keep it all SIP.  I've tried canreinvite=yes and no on
the SIP devices, neither made a difference.
 
So, before I go the bug route I'd like someone to just verify my
configuration files make sure I'm not doing something stupid.

SIP.CONF:
[general]
callerid=Unknown Caller
disallow=all
allow=ulaw
allow=gsm

[717]
type=friend
dial=SIP/717
callerid=Ken Williams <717>
[EMAIL PROTECTED]
allowsubscribe=yes
host=dynamic
context=from-internal
 
[727]
type=friend
secret=1234
dial=SIP/727
callerid=Conference Room <727>
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
allowsubscribe=yes
host=dynamic
context=from-internal

EXTENSIONS.CONF:
[from-internal]
        include => parkedcalls
        exten => _20X,1,Goto(parkedcalls,${EXTEN},1)

[park-dial]
        exten => t,1,Goto(from-internal,900,1)

FEATURES.CONF
[general]
parkext => 200
parkpos => 201-205
context => parkedcalls
parkingtime => 30
parkhints = yes

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

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

Reply via email to