[Asterisk-Users] Call park on SIP phones

Juan J. Sierralta P. juanjo at atmlab.utfsm.cl
Tue Oct 7 15:02:15 MST 2003


On Tue, 2003-10-07 at 16:09, Babak Pasdar wrote:
> Brian,
> 
> Would you be kind enough to give me a brief overview of why it doesnt work.  I also appreciate the work aorund.  This is something I will have to educate my soon to be users on.  We do a lot of conferencing of calls as a matter of facilitating clients' immediate needs.

	I still cannot park calls on my 7960, I have:

----- extensions.conf -------
[demo]
; Juanjo
exten => 8991,1,Dial(SIP/8991,20)|t
exten => 8991,2,Voicemail2(u8991 at demo)
exten => 8991,102,Voicemail2(b8991 at demo)
exten => 8991,103,Hangup

[local]
;
; Master context for local, toll-free, and iaxtel calls only
;
ignorepat => 9
include => default
include => parkedcalls
include => trunklocal
include => cell
include => iaxtel700
include => trunktollfree
include => iaxprovider

------ parking.conf -----------

[general]
parkext => 700              ; What ext. to dial to park
parkpos => 701-720          ; What extensions to park calls on
context => parkedcalls          ; Which context parked calls are in

----- sip.conf ----------------
[8991]
type=friend
username=8991
secret=secret
nat=no                  ; This phone may be natted
host=dynamic
canreinvite=no                  ; Cisco poops on reinvite sometimes
qualify=500                     ; Qualify peer is no more than 200ms
context=local
mailbox=8991 at demo



	If I dial 700 I got busy tone (440 Not Found) the same happens if I
dial #700 which I had to configure in dialplan.xml of the phone
(rewriting 700 as #700).

Any suggestions ?

-- 
Juanjo sin .sig




More information about the asterisk-users mailing list