Displaying 6 results from an estimated 6 matches for "3starsnet".
2009 Oct 08
2
How to keep difference between 2 SIP-accounts/trunks from same server ??
Hey list,
I have a problem when I host 2 SIP-accounts on the same Asterisk-server.
Asterisk picks out the SIP-account on alphabetic order A --> Z.
In my sip.conf :
register => user1:passwd1 at server/user1
register => user2:passwd2 at server/user2
[YOCAN-3starsnet]
type=peer
host=server
username=user1
secret=passwd1
fromuser=user1
accountcode=user1_in
[ITCENTER-3starsnet]
type=peer
host=server
username=user2
secret=passwd2
fromuser=user2
accountcode=ITCin
The Asterisk CLI shows :
[Oct 8 15:06:03] -- Executing [s at macro-getiaxaccount:5]
MYSQL("...
2009 Jun 25
1
SIP registration fails
Asterisk-server behind Endian-firewall: SIP-aware, 5060 + RTP-ports
opened and 5060 forwarded to Asterisk (192.168.2.2)
Can someone see why SIP-registration fails ??
register => 092779077:XXXX at 85.119.188.3
[3starsnet]
type=peer
host=85.119.188.3
username=092779077
secret=XXXX
fromuser=092779077
fromdomain=sip.3starsnet.com
dtmfmode=rfc2833
canreinvite=no
insecure=port,invite
qualify=yes
nat=yes
disallow=all
allow=gsm
allow=alaw
[Jun 25 16:54:32] NOTICE[32550]: chan_sip.c:7683 sip_reg_timeout: --
Registrat...
2009 Jun 23
1
SIP 482 Loop detected
-- Executing [0473775006 at intern:1] NoOp("SIP/twinkle-088e6ea8",
"conversation to GSM") in new stack
-- Executing [0473775006 at intern:2] Dial("SIP/twinkle-088e6ea8",
"SIP/3starsnet/0473775006") in new stack
-- Called 3starsnet/0473775006
-- Got SIP response 482 "Loop Detected" back from 85.119.188.3
-- Now forwarding SIP/twinkle-088e6ea8 to
'Local/0473775006 at default' (thanks to SIP/3starsnet-088e2ca0)
[Jun 23 07:29:43] NOTICE[15896]: chan...
2009 Oct 03
0
ERROR[1499]: rtp.c:2482 ast_rtcp_write_sr: RTCP SR transmission error
...> requested format = alaw,
> requested prefs = disabled,
> actual format = alaw,
> host prefs = disabled,
> priority = reqonly
[Oct 3 17:40:55] -- Executing [0473775006 at from-BOX-YOCAN:1]
Set("IAX2/BOX-YOCAN-10022", "SIPOUT=YOCAN-3STARSNET") in new stack
[Oct 3 17:40:55] -- Executing [0473775006 at from-BOX-YOCAN:2]
NoOp("IAX2/BOX-YOCAN-10022", "call from BOX-YOCAN") in new stack
[Oct 3 17:40:55] -- Executing [0473775006 at from-BOX-YOCAN:3]
Dial("IAX2/BOX-YOCAN-10022", "SIP/YOCAN-3ST...
2009 Jun 27
1
2 problems I can't solve without any help
...he
[default]-context and to the 's'-extension.
I am unable to change this, even if I have :
sip.conf
[general]
;context=default ; Default context for incoming calls
register => 092779077:XXXX at 85.119.188.3
; incoming
[092779077]
type=user
host=85.119.188.3
context=from3starsnet
So I define no default context because I want to explicitly define it in
my user-configuration.
Though this is the only solution for incoming conversations :
[default]
exten => s,1,NoOp(call from 3StarsNet)
exten => s,n,Dial(SIP/grandstream,30)
I would like :
[from3starsnet]
exten => s,...
2009 Jul 01
2
Registrations problems to SIP-provider.
...Host Dyn Nat ACL Port
Status
twinkle-candy/twinkle-can (Unspecified) D 0
UNKNOWN
twinkle-jonas/twinkle-jon (Unspecified) D 0
UNKNOWN
grandstream/grandstream 192.168.1.13 D 5060 OK (35
ms)
3starsnet/092779077 85.119.188.3 N 5060
UNREACHABLE
This is the output of SIP debug :
---
[Jul 1 21:08:37] NOTICE[15920]: chan_sip.c:7683 sip_reg_timeout: --
Registration for '092779077 at 85.119.188.3' timed out, trying again
(Attempt #2)
[Jul 1 21:08:37] REGISTER 12 hea...