[Asterisk-Users] Gossiptel with Asterisk?

Wilson Pickett wilson.pickett at gmail.com
Mon Dec 6 08:34:25 MST 2004


> 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)



More information about the asterisk-users mailing list