Hello everyone.
Got a problem when using AsteriskNow 2.0 with FreePBX on it)
All of the following operations made with FreePBX:
- I registered two sip users (sip extensions, in my case “6001” and “6002”) with context “from-internal”, which is default in freepbx - and everything went OK.
- I tried to register a new pair of users “90210” and “90211” with custom-named context (in my case “infocon”). And when I’m trying to call each another, I got my call rejected with this:
localhost*CLI>
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
[2012-05-05 03:19:02] NOTICE[3643]: chan_sip.c:23016 handle_request_invite: Call from ‘90210’ (xxx.xxx.xxx.xxx:13202) to extension ‘90211’ rejected because extension not found in context ‘infocon’.
Here is output of “dialplan show infocon”:
[ Context ‘infocon’ created by ‘DIGIUM_PHONE_USERS’ ]
‘auto_hint_90210’ => hint: SIP/90210,CustomPresence:90210 [DIGIUM_PHONE_USERS]
‘auto_hint_90211’ => hint: SIP/90211,CustomPresence:90211 [DIGIUM_PHONE_USERS]
-= 2 extensions (2 priorities) in 1 context. =-
And here is one of “dialplan show from-internal”
[ Context ‘from-internal’ created by ‘pbx_config’ ]
‘auto_hint_6001’ => hint: SIP/6001,CustomPresence:6001 [DIGIUM_PHONE_USERS]
‘auto_hint_6002’ => hint: SIP/6002,CustomPresence:6002 [DIGIUM_PHONE_USERS]
Include => ‘from-internal-noxfer’ [pbx_config]
Include => ‘from-internal-xfer’ [pbx_config]
Include => ‘bad-number’ [pbx_config]
-= 2 extensions (2 priorities) in 1 context. =-
In the second case everything is OK.
Dialplan, etc. were reloaded. All the soft/modules is up-to-date.
Here comes the question - what am I doing wrong? Or what I should know (which manuals I need to read)?
Thank you.