View Single Post
Unread 10-26-2008, 05:20 PM   #1
djrh
Junior Member
 
Join Date: Oct 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
djrh is on a distinguished road
Default Asterisk and Voxalot problem

I created a voxalot account and it "seems" to work fine (it registers, communicates, etc).

The first time I placed call, it worked fine (it rang on my SPA3001 attached phone); HOWEVER, when I place a call, the call gets transfered to voxalot, but I get a message : "The person at extension xxxxxxx is unavailable. BEEP".

This means that voxalot does not call my box. There are no messages on my Asterisk console while the call is transfered to voxalot voicemail (running in vvvc mode).

On my Asterisk, I see:
Code:
Host                            Username       Refresh State
us.voxalot.com:5060            xxxxxx             585 Registered
and

Code:
* Name       : voxalot
  Secret       : <Set>
  MD5Secret    : <Not set>
  Context      : voxalot_in
  Subscr.Cont. : <Not set>
  Language     :
  AMA flags    : Unknown
  CallingPres  : Presentation Allowed, Not Screened
  Callgroup    :
  Pickupgroup  :
  Mailbox      :
  VM Extension : asterisk
  LastMsgsSent : 32767/65535
  Call limit   : 0
  Dynamic      : No
  Callerid     : "" <>
  Expire       : -1
  Insecure     : port,invite
  Nat          : RFC3581
  ACL          : No
  CanReinvite  : Yes
  PromiscRedir : No
  User=Phone   : No
  Trust RPID   : No
  Send RPID    : No
  DTMFmode     : rfc2833
  LastMsg      : 0
  ToHost       : us.voxalot.com
  Addr->IP     : 64.34.173.199 Port 5060
  Defaddr->IP  : 0.0.0.0 Port 0
  Def. Username: xxxxxxx
  SIP Options  : (none)
  Codecs       : 0x8000e (gsm|ulaw|alaw|h263)
  Codec Order  : (none)
  Status       : OK (57 ms)
  Useragent    :
  Reg. Contact :
My register command is

Code:
register => xxxxxx:password:xxxxxx@us.voxalot.com/xxxxxx
and the section in sip.conf:

Code:
[voxalot]
type=friend
username=xxxxxx
secret=password
host=us.voxalot.com
insecure=very
qualify=yes 
nat=yes 
canreinvite=yes 
context=voxalot_in
I've restarted my box several times without any luck.
PLEASE HELP

PS
After numerous tries, I was able to make it ring one more time, but it failed right after. It only seems to work once and then not to work for hours
djrh is offline   Reply With Quote