The two phones belong to context phones and the two extensions are in context internal. In context phones you need to include => internal so that context phones knows about those extensions. Or put the two extensions in context phones and not context internal. -- Jim Dickenson mailto:[email protected]
CfMC http://www.cfmc.com/ On May 19, 2010, at 2:05 PM, ayodele abejide wrote: > Hello group, > > I have asterisk running on my ubuntu machine, and I have a peer to peer > network with an XP machine, both of the running x-lite client, I try calling > either of the soft phone from the other and the response I get is on my > asterisk console is as below: > > > [May 19 19:31:18] NOTICE[1476]: chan_sip.c:20006 handle_request_invite: Call > from '1000' to extension '3000' rejected because extension not found. > > [May 19 19:31:39] NOTICE[1476]: chan_sip.c:21298 handle_request_subscribe: > Received SIP subscribe for peer without mailbox: 1000 > > [May 19 19:31:44] NOTICE[1476]: chan_sip.c:20006 handle_request_invite: Call > from '1000' to extension '1000' rejected because extension not found. > > > My Diaplan Settings (extensions.conf) > > [globals] > > > [general] > autofallthrough=yes > > > [default] > exten => s,1,Verbose(1|Unrouted call handler) > exten => s,n,Answer() > exten => s,n,Wait(1) > exten => s,n,Playback(tt-weasels) > exten => s,n,Hangup() > > > [incoming_calls] > > > [internal] > exten => 1000,1,Verbose(1|Extension 1000) > exten => 1000,n,Dial(SIP/1000,30) > exten => 1000,n,Hangup() > > > exten => 3000,1,Verbose(1|Extension 3000) > exten => 3000,n,Dial(SIP/1000,30) > exten => 3000,n,Hangup() > > > Sip Settings (sip.conf) > > [general] > context=default > bindport=5060 > srvlookup=yes > > [1000] > type=friend > host=dynamic > context=phones > > [3000] > type=friend > host=dynamic > context=phones > > Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up now. > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
