[Asterisk-Users] Configs for Gradwell and inWeb

Robert P. McKenzie rmckenzi at rpmdp.com
Fri Mar 10 03:30:49 MST 2006


This is basically what I had.  I've changed the configs to match your setup and I still
can't get incoming calls.  I have the exactly same problem with inWeb as well.

The configs are:

iax.conf:

[gradwell]
type=user
username=xxxxxxx
secret=YYYYYYY
context=gradwell-in
host=dynamic

extensions.conf:

[gradwell-in]
exten => 4423800XXXXX,1,Answer
exten => 4423800XXXXX,1,Wait(1)
exten => 4423800XXXXX,2,Goto(lcl-ivr-main,s,1)

exten => 4411632XXXXX,1,Answer
exten => 4411632XXXXX,1,Wait(1)
exten => 4411632XXXXX,2,Goto(lcl-ivr-main,s,1)

exten => 4416033XXXXX,1,Answer
exten => 4416033XXXXX,1,Wait(1)
exten => 4416033XXXXX,2,Goto(lcl-ivr-main,s,1)


The errors are:

IAX2 Debugging Enabled
Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX     Subclass: NEW
   Timestamp: 00003ms  SCall: 00042  DCall: 00000 [193.111.200.135:4569]
   VERSION         : 2
   CALLED NUMBER   : 016033XXXXX
   CODEC_PREFS     : ()
   CALLING NUMBER  : 01223XXXXXX
   CALLING PRESNTN : 0
   CALLING TYPEOFN : 0
   CALLING TRANSIT : 0
   LANGUAGE        : en
   USERNAME        : xxxxxxx
   FORMAT          : 4
   CAPABILITY      : 65407
   ADSICPE         : 2
   DATE TIME       : 2006-03-10  10:24:32

Mar 10 10:22:58 NOTICE[5130]: chan_iax2.c:6775 socket_read: Rejected connect attempt from
193.111.200.135, who was trying to reach '01603340004@'
Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX     Subclass: REJECT
   Timestamp: 00002ms  SCall: 00002  DCall: 00042 [193.111.200.135:4569]
   CAUSE           : No authority found
   CAUSE CODE      : 50

Rx-Frame Retry[ No] -- OSeqno: 001 ISeqno: 001 Type: IAX     Subclass: ACK
   Timestamp: 00002ms  SCall: 00042  DCall: 00002 [193.111.200.135:4569]
pbx*CLI> iax2 no debug
IAX2 Debugging Disabled


Simon Faulkner wrote:
> Robert P. McKenzie wrote:
> 
>> Does anyone here use either Gradewell or inWeb for service?  They are
>> both UK based.  I'm trying to get a couple of
>> inbound IAX2 based numbers from both of them to work with no luck at
>> all.  The one thing that sets these guys apart from
>> the rest of companies offering inbound numbers is they tie the account
>> to the IP of the asterisk server.  Neither use
>> register lines in iax.conf, there appears to be an authentication isse.
>>
>> The only support Gradwell offer is for users of AAH, this is a raw
>> Asterisk install I'm working with and their AAH
>> examples don't work.  Gradwell did work fine in the AAH test system.
>>
>> If anyone has any working configs could you let me see them?  (on or
>> offlist is fine).
>>
>> Thanks in advance.
>>
>>
> 
> I use them and love the service.  All I did was insert their standard
> code that they emailed when I bought the account:
> 
> In the relevant part of your Asterisk "iax.conf"
> insert the following lines:
> 
> [gradwell]
> type=user
> username=gradwell
> secret=mysecret
> context=gradwell-in
> host=dynamic
> 
> Additionally, in your "extensions.conf", insert these lines:
> 
> [gradwell-in]
> exten => 441782123456,1,Dial(SIP/201)
> 
> Outbound:
> 
> exten => _0.,1,SetCallerID(YOUR_NUMBER)
> exten => _0.,2,Dial(IAX2/myacct:secret at iax.gradwell.net/${EXTEN})
> 
> 
> 
> Simon
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
Robert P. McKenzie, CSTA, MBCS     |   GammaRay Technical Services Ltd
rmckenzi at rpmdp.com                 |             rob at gammaray-tech.com
http://www.uk-experience.com       |      http://www.gammaray-tech.com
               Fancy some fun?  http://www.thewetwilly.com
    Ecademy Profile:   http://www.ecademy.com/user/robertmckenzie



More information about the asterisk-users mailing list