Hi, Has anyone got Gossiptel working with Asterisk? - I am having real problems getting it to register - i'm just getting timeout errors. Thanks --ian
I've done it in the past - maybe Gossiptel is just timing out? Most of these kinds of providers do, some more often than others On Sat, 4 Dec 2004 10:00:48 +0000, Ian Chilton <mailinglist@ichilton.co.uk> wrote:> Hi, > > Has anyone got Gossiptel working with Asterisk? - I am having real > problems getting it to register - i'm just getting timeout errors. > > Thanks > > --ian > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Ian Chilton wrote:> Has anyone got Gossiptel working with Asterisk? - I am having real > problems getting it to register - i'm just getting timeout errors.Yup, I have Asterisk registering with Gossiptel. miranda*CLI> sip show peer gossiptel miranda*CLI> * Name : gossiptel Secret : <Set> MD5Secret : <Not set> Context : from-sip Language : FromUser : 9xxxxxx FromDomain : sip.gossiptel.com Callgroup : (0) Pickupgroup : (0) Mailbox : LastMsgsSent : -1 Dynamic : No Expire : -1 Expiry : 900 Insecure : Very Nat : No ACL : No CanReinvite : No PromiscRedir : No DTMFmode : rfc2833 LastMsg : 0 ToHost : sip.gossiptel.com Addr->IP : 193.111.200.14 Port 5060 Defaddr->IP : 0.0.0.0 Port 0 Username : 9307669 Codecs : GSM ULAW ALAW H.263 Status : OK (31 ms) Useragent : Full Contact :
> Has anyone got Gossiptel working with Asterisk? - I am having real > problems getting it to register - i'm just getting timeout errors.IIRC this worked once. But gossiptel was timing out a lot so I commented it all out. ; sip.conf ;[gossiptel] ;type=peer ;username=1234567 ;secret=abcdefg ;host=sip.gossiptel.com ;qualify=600 ;canreinvite=no ;context=from-gossiptel ; extensions.conf [global] GOSSIP=123 ; 3 digit code to specify gossiptel GOSSIPUSERID=1234567 [dial-gossiptel] exten => _${GOSSIP}.,1,Dial(SIP/${EXTEN:3}@gossiptel,45,r) exten => _${GOSSIP}.,2,Congestion exten => _${GOSSIP}.,3,Hangup [from-gossiptel] exten => ${GOSSIPUSERID},1,Dial(${ME},${RINGS},r)