[Asterisk-Users] 7960 straight through?
Simon Brown
Simon.Brown at otterson.com.au
Thu Jun 17 19:14:09 MST 2004
On the Cisco if you pick up the handset or push speaker, you can then dial
immediately without choosing New Call. In order to have it dial immediately
(without using Dial), then you need to implement the dialplan.xml file on
your tftp server. This does pattern matching to cause the phone to dial as
soon as a pattern is matched (or after a defined timeout). Have you also got
the SIP<macaddress>.cnf file on your tftp server?
Simon Brown
-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Randy Bush
Sent: Friday, 18 June 2004 10:43
To: splatters
Subject: [Asterisk-Users] 7960 straight through?
if i go off hook and dial 666 from an internal sipura spa-x000 (at extn 141),
it rings straight through to extn 666.
using the same dialplan, from a cisco 7960 with 7.1 sip code (at extn 142), i
have to
go off hook
hit NewCall
punch 142 (or any valid extn in the dialplan)
hit Dial
then dial 666
wtf?
sip.conf for crisco
[fiji]
callerid="crisco" <142>
type=friend
host=dynamic
port=5060
secret=pfui
qualify=1000
dtmfmode=rfc2833
canreinvite=yes
context=in-internal
extensions.conf
[in-internal]
exten => s,1,Answer
exten => 141,1,GoTo(int_extns,s,1) ; spa-x000
exten => 142,1,GoTo(int_extns,s,1) ; 7960
[in-internal]
exten => s,1,Answer
exten => s,2,DigitTimeout,5
exten => s,3,ResponseTimeout,10
exten => s,4,PlayTones(dial)
exten => 141,1,Macro(dial-extension,marais)
exten => 142,1,Macro(dial-extension,fiji)
exten => 666,1,Macro(dial-extension,downthere)
randy
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list