Hi!
try to use in sip.conf :
register =>xxxxx:xxxxx@sipauth.deltathree.com/xx
[iconnect]
type=friend
secret=xxxx
username=xxxxxxx
host=sipauth.deltathree.com
dtmfmode=inband
context=yourcontext
and in extensions.conf:
exten => _7X.,1,DIAL(SIP/${EXTEN:1}@iconnect)
This works for me
regards
Miklos
----- Original Message -----
From: "rnc Info Lists" <info-lists@robertc.de>
To: <asterisk-users@lists.digium.com>
Sent: Saturday, October 25, 2003 5:17 PM
Subject: [Asterisk-Users] Iconnecthere connect problem
> I have an Asterisk box behind NAT and am trying to connect to Iconnecthere
> as was indicated possible earlier. Am getting the following on the
> Asterisk console:
>
> -- Executing Dial("SIP/2001-12c8",
"SIP/1706xxxxxxx@delta3") in new
stack> -- Called 1706xxxxxxx@delta3
> == No one is available to answer at this time
>
>
> sip.conf is:
> [delta3]
> type=peer
> username=xxxxxxxx
> secret=xxxx
> host=213.137.73.140
>
> the extension.conf entry is:
> exten =>_1706NXXXXXX,1,Dial,SIP/${EXTEN}@delta3
>
> Am I missing something??
>
> Robert
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>