Nextiva is a cloud based VoIP phone system, hosting lots of small and medium sized businesses nationwide. the provides
UNLIMITED business calling for only $19.95 a month!!
Click here for the detail about this promotion!!
Hello!
I cannot be called on my Asterisk (Provider Sipgate),
there allegedly the Extension is not found:
sip.conf
Code:
[sip ext mase]
more type=peer
context=sip-in
username=xxxe0
fromuser=xxxe0
secret=geheim
host=sipgate.de
fromdomain=sipgate.de
qualify=yes
insecure=port, invite
canreinvite=no
nat=yes
extensions.conf:
Code:
[sip in]
exten => xxxe0,1, ExecIf ($ [$ {CALLERID (num)} = anonymous], set, CALLERID (name) = unknown)
exten => xxxe0,2, dial (SIP/11&IAX2/11,20)
exten => xxxe0,3, VoiceMail (11)
Nevertheless there the Extension is, but in the log it stands that the Extension xxxe0
one did not find.
xxxe0 is naturally my Sipgate ID.
By way of trial in extension.conf
[sip in]
exten _. , 1, NoOP (EXTEN=$ {EXTEN} Callerid=$ {CallerID (all)})
build, into the CLI “
extensions reload", "
set Bose 4“and outputs of a call here posts.
Then again develop and “
extensions reload".
The following expenditure:
Code:
NOTICE [7509]: chan_sip.c: 13952 handle_request_invite: Call from “xxxe2” ton extension “xxxe0” rejected because extension emergency found.
The call does not come into
“[sip in]” on, but in one anderm one Context.
Thus section
[sec. test]
exten _. , 1, NoOP (Sektion=$ {CONTEXT} EXTEN=$ {EXTEN} Callerid=$ {CallerID (all)})
build and in each section as the first line
would Inc.-load => sec. test
That does not bring other expenditure.
I activated sip debug.
In the fact I see that he searches in my fax section.
Those stands however alone and is nowhere includiert:
Code:
[fax in]
exten => xxxe2,1, dial (IAX2/iaxmodem)
Stands in sip.conf as:
Code:
[sip ext fax]
more type=peer
context=fax-in
username=xxxe2
fromuser=xxxe2
secret=geheim
host=sipgate.de
fromdomain=sipgate.de
qualify=yes
insecure=port, invite
canreinvite=no
nat=yes
and in iax.conf as:
Code:
[iaxmodem]
type=friend
secret=geheim
host=dynamic
port=4570
context=fax-out
disallow=all
allow=alaw
Quotation:
Quotation of mase
That does not bring other expenditure.
|
I cannot believe this (which heist that which you do not have not quite).
Ooops. degree seen, which is missing '>= '… thus you the error message is with loads the Extension.conf probably escaped.
Your problem is probably 2 (or more) accounts with a Provider which Asterisk to not correctly keep apart can.
Simplest solution:
1.) All accounts have same passport place
2.) All accounts in same Context to fall leave
3.) Accounts by different DID with the registration differentiate.
Is correct!
Now I contents of fax in too sip in took. Now
it goes.