Re: [asterisk-users] No exten available after pass between servers

2009-06-16 Thread Dan Pilcheck
 Hi Rob,
sip show users presents the following.
Username   Secret   Accountcode  Def.Context  ACL   NAT
2100   default
   No RFC3581


And that was what I needed! Thanks for the hint Rob, I just had to
move the context around.


On Tue, Jun 16, 2009 at 12:59 AM, Rob Hillisr...@hillis.dyndns.org wrote:
 Dan Pilcheck wrote:
 The call will go over the server fine, but when the Call Center server
 answer, the CLI returns:
 NOTICE[4296]: chan_iax2.c:7398 socket_read: Rejected connect attempt
 from 10.0.10.20, request '2...@2xxx' does not exist

 What context are the phones in the extension range 2XXX in?  I don't
 know what Vicidial's default context for extensions is, but I'd be
 surprised if it's 2XXX.

 Can you show us the results of sip show users after you remove the
 secret from the output?


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


[asterisk-users] No exten available after pass between servers

2009-06-15 Thread Dan Pilcheck
Hello List!

I have 2 asterisk servers, The Admin(.20), and the Call Center(.21).
The Admin server contains the 1XXX extension and the Call Center hosts
the 2XXX extensions. I would like for our Admin folks to be able to
call the Call Center folks (and vice versa).

The call will go over the server fine, but when the Call Center server
answer, the CLI returns:
NOTICE[4296]: chan_iax2.c:7398 socket_read: Rejected connect attempt
from 10.0.10.20, request '2...@2xxx' does not exist

sip show peers does register the phone:
2100/210010.0.10.237  D  5060  Unmonitored

-
Admin(.20)
exten = _2XXX,1,Answer()
exten = _2XXX,n,Dial(IAX2/2XXX/${EXTEN},20)

IAX.conf
[2XXX]
type=friend
username=2XXX
secret=
auth=plaintext
host=10.0.10.21
context=internal
qualify=yes
trunk=yes
-
Call Center(.21)
[2XXX]
exten = s,1,Answer()
exten = _2XXX,n,Dial(SIP/${EXTEN})

IAX.conf
[2XXX]
type=friend
username=2XXX
secret=
auth=plaintext
host=10.0.10.20
context=2XXX
qualify=yes
trunk=yes
-

The Call Center (.21) also hosts VICIDial if that would cause a
conflict with registration
Any input is much appreciated.


- Dan Pilcheck

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


Re: [asterisk-users] No exten available after pass between servers

2009-06-15 Thread Rob Hillis
Dan Pilcheck wrote:
 The call will go over the server fine, but when the Call Center server
 answer, the CLI returns:
 NOTICE[4296]: chan_iax2.c:7398 socket_read: Rejected connect attempt
 from 10.0.10.20, request '2...@2xxx' does not exist
   
What context are the phones in the extension range 2XXX in?  I don't
know what Vicidial's default context for extensions is, but I'd be
surprised if it's 2XXX.

Can you show us the results of sip show users after you remove the
secret from the output?

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