>Message: 16 >Date: Tue, 19 Oct 2004 13:13:52 -0500 From: "Your Own ISP .com" <[EMAIL PROTECTED]> >Subject: [Asterisk-Users] How to ring internal extension? >To: <[EMAIL PROTECTED]> >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset="US-ASCII" > >What happens now is this, if I pickup the sip phone at ext. 100 and dial >extension 101 the phone at 101 rings but when 101 answers we can't talk >between the phones it's silence.
This is a stab in the dark, but can it have anything to do with your 'm' option by the dial? Do you have any musiconhold working on 100? Also, I'm assuming in sip.conf, you've specified context as outgoing (I don't think it would ring otherwise). >[outgoing] >; 100 - Todd's Voicemail >exten => 100,1,Dial(SIP/100,15,m) >;exten => 100,1,Playback,vm/100/unavail >;exten => 100,2,Voicemail,1 >exten => 100,2,Goto,t|1 > >; 101 - Lewis' Voicemail >exten => 101,1,Dial(SIP/101,15,m) >;exten => 101,1,Playback,vm/101/unavail >;exten => 101,2,Voicemail,1 >exten => 101,2,Goto,t|1 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
