Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Extension not found


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
baskaran_g6 at yahoo.c...
Guest





PostPosted: Mon May 19, 2008 1:44 am    Post subject: [asterisk-users] Extension not found Reply with quote

Dear Friends,

This is Baskar from Chennai, trying to configure
asterisk. Now I planned to start with communication
between 2 systems using soft phones.

When I tried to call the other computer I am getting
the following error message on asterisk terminal,
Connected to Asterisk 1.4.18 currently running on
asterisker (pid = 2478)
Verbosity is at least 3
[May 19 12:02:29] NOTICE[2559]: chan_sip.c:13879
handle_request_invite: Call from 'Phone3' to extension
'5' rejected because extension not found.
-- Registered SIP 'Phone3' at 192.168.1.101 port
5060 expires 70
asterisker*CLI>



SIP.conf Entries are as follows:

[Phone3]
type = friend
secret=Phone3
host = dynamic
defaultip = 192.168.1.101
dtmfmode = rfc2833
context = sip
callerid = "Phone3" <3>

[Phone4]
type = friend
secret=Phone4
host = dynamic
defaultip = 127.0.0.1
dtmfmode = rfc2833
context = sip
callerid = "Phone4" <4>

[Phone5]
type = friend
secret=Phone5
host = dynamic
defaultip = 192.168.1.51
dtmfmode = rfc2833
context = sip
callerid = "Phone5" <5>

Extension.conf enteries are,


exten => 3,1,Dial(SIP/Phone3,30,tr)
exten => 4,1,Dial(SIP/Phone4,30,tr)
exten => 5,1,Dial(SIP/Phone5,30,tr)


Please help me to fix this issue.

Thank in advance.

Regards,
Baskar





Bollywood, fun, friendship, sports and more. You name it, we have it on http://in.promos.yahoo.com/groups/bestofyahoo/
Back to top
spamsucks2005 at gmail...
Guest





PostPosted: Mon May 19, 2008 2:24 am    Post subject: [asterisk-users] Extension not found Reply with quote

On Mon, May 19, 2008 at 8:44 AM, bas karan <baskaran_g6 at yahoo.co.in> wrote:
Quote:
[May 19 12:02:29] NOTICE[2559]: chan_sip.c:13879
handle_request_invite: Call from 'Phone3' to extension
'5' rejected because extension not found.
-- Registered SIP 'Phone3' at 192.168.1.101 port
Extension.conf enteries are,
exten => 3,1,Dial(SIP/Phone3,30,tr)
exten => 4,1,Dial(SIP/Phone4,30,tr)
exten => 5,1,Dial(SIP/Phone5,30,tr)

Where is the [sip] context named in the phones context= statement ?
Back to top
baskaran_g6 at yahoo.c...
Guest





PostPosted: Mon May 19, 2008 4:36 am    Post subject: [asterisk-users] Extension not found Reply with quote

Dear Randulo,

Thanks for your replay.
I am new to this concept, Could you explain me little
bit extra please?

Thanks & Regards,
Baskar

--- randulo <spamsucks2005 at gmail.com> wrote:

Quote:
On Mon, May 19, 2008 at 8:44 AM, bas karan
<baskaran_g6 at yahoo.co.in> wrote:
Quote:
[May 19 12:02:29] NOTICE[2559]: chan_sip.c:13879
handle_request_invite: Call from 'Phone3' to
extension
Quote:
'5' rejected because extension not found.
-- Registered SIP 'Phone3' at 192.168.1.101
port
Quote:
Extension.conf enteries are,
exten => 3,1,Dial(SIP/Phone3,30,tr)
exten => 4,1,Dial(SIP/Phone4,30,tr)
exten => 5,1,Dial(SIP/Phone5,30,tr)

Where is the [sip] context named in the phones
context= statement ?

_______________________________________________
-- 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

Meet people who discuss and share your passions. Go to http://in.promos.yahoo.com/groups/bestofyahoo/
Back to top
spamsucks2005 at gmail...
Guest





PostPosted: Mon May 19, 2008 4:58 am    Post subject: [asterisk-users] Extension not found Reply with quote

On Mon, May 19, 2008 at 11:36 AM, bas karan <baskaran_g6 at yahoo.co.in> wrote:
Quote:
I am new to this concept, Could you explain me little
bit extra please?

You will need to put extensions in contexts. The context is a
fundamental concept of the dialplan. All extensions are inside a
context. In your sip.conf file you have given the phones a context you
call "sip". That means that when a call enters it appears in the sip
context (under [sip] in extensions.conf) The error message clearly
tells you that the extension has not been found, meaning the call is
not in the correct context.

You should probably read this book:

http://tfot.leifmadsen.com

to get the basic concepts down or maybe this one:

http://snurl.com/dasbuch

Best,

/r
Back to top
nmora at fundacitetach...
Guest





PostPosted: Thu May 22, 2008 4:03 pm    Post subject: [asterisk-users] Extension not found Reply with quote

Good day:

I recently install asterisk-now. Setup a pair of SipXpert 160 phones and
all fine. Later I try to setup some Octtels VoIP Gateways SP4220. I
config the proxy setings like this:

http://www.fundacitetachira.gob.ve/settings/Settings.png

the sip.conf entrys are like the asterisk manual says
SipXpert 160 phone and the gateway sip config are like this:

type=friend
host=xxx.yyy.zzz.aaa
dtmfmode=rfc2833
mailbox=6050
context=sip
callerid="Mukunda" <6001>
username=username
secret=secret

I can make calls between the the sipxpert phones and make calls from the
sipxperts to the gateways but I can make calls from the gateways to any
extension. The log says:

[May 22 16:54:49] NOTICE[2708] chan_sip.c: Call from '6004' to extension '6000' rejected because extension not found.

Any suggest?

Thanks in advance

--
2008 A?o del sat?lite Sim?n Bol?var
Back to top
abalashov at evaristes...
Guest





PostPosted: Thu May 22, 2008 4:20 pm    Post subject: [asterisk-users] Extension not found Reply with quote

Do you have dial plan routes for internal extension calls?

Nomar Mora wrote:
Quote:
Good day:

I recently install asterisk-now. Setup a pair of SipXpert 160 phones and
all fine. Later I try to setup some Octtels VoIP Gateways SP4220. I
config the proxy setings like this:

http://www.fundacitetachira.gob.ve/settings/Settings.png

the sip.conf entrys are like the asterisk manual says
SipXpert 160 phone and the gateway sip config are like this:

type=friend
host=xxx.yyy.zzz.aaa
dtmfmode=rfc2833
mailbox=6050
context=sip
callerid="Mukunda" <6001>
username=username
secret=secret

I can make calls between the the sipxpert phones and make calls from the
sipxperts to the gateways but I can make calls from the gateways to any
extension. The log says:

[May 22 16:54:49] NOTICE[2708] chan_sip.c: Call from '6004' to extension '6000' rejected because extension not found.



Any suggest?

Thanks in advance

--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (706) 338-8599
Back to top
nmora at fundacitetach...
Guest





PostPosted: Thu May 22, 2008 4:46 pm    Post subject: [asterisk-users] Extension not found Reply with quote

Alex Balashov wrote:
Quote:
Do you have dial plan routes for internal extension calls?


Do you mean if I have configured the extension.conf? Yes, I config the
extensions on the extension.conf file
otherwise, no I have not.

Thanks in Advance
Nomar

--
2008 A?o del sat?lite Sim?n Bol?var
Back to top
abalashov at evaristes...
Guest





PostPosted: Thu May 22, 2008 5:22 pm    Post subject: [asterisk-users] Extension not found Reply with quote

Nomar Mora wrote:
Quote:
Alex Balashov wrote:
Quote:
Do you have dial plan routes for internal extension calls?


Do you mean if I have configured the extension.conf? Yes, I config the
extensions on the extension.conf file
otherwise, no I have not.

Thanks in Advance
Nomar


In the 'sip' context?

--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (706) 338-8599
Back to top
baskaran_g6 at yahoo.c...
Guest





PostPosted: Fri May 23, 2008 8:18 am    Post subject: [asterisk-users] Extension not found Reply with quote

Dear Randulo,

Thanks for your suggention.
Now i am able to communicate between 2 computers.

Regards,
Baskar
--- randulo <spamsucks2005 at gmail.com> wrote:

Quote:
On Mon, May 19, 2008 at 8:44 AM, bas karan
<baskaran_g6 at yahoo.co.in> wrote:
Quote:
[May 19 12:02:29] NOTICE[2559]: chan_sip.c:13879
handle_request_invite: Call from 'Phone3' to
extension
Quote:
'5' rejected because extension not found.
-- Registered SIP 'Phone3' at 192.168.1.101
port
Quote:
Extension.conf enteries are,
exten => 3,1,Dial(SIP/Phone3,30,tr)
exten => 4,1,Dial(SIP/Phone4,30,tr)
exten => 5,1,Dial(SIP/Phone5,30,tr)

Where is the [sip] context named in the phones
context= statement ?

_______________________________________________
-- 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

Has your work life balance shifted? Find out - http://in.search.yahoo.com/search?&fr=na_onnetwork_mail_taglines&ei=UTF-8&rd=r1&p=work+life+balance
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services