Displaying 1 result from an estimated 1 matches for "in_sipgate".
2005 Feb 08
2
Asterisk and Sipgate problem...
...em is. If you find it, please let me know.
=====
If there is anyone that can shed some light on this odd problem it would
be greatly appreciated. If more info is needed please ask.
My configs look like this:
SIP.CONF:
register => XXXXXXX:yyyyyyyy@sipgate.co.uk
[sipgate]
type=peer
context=in_sipgate
username=XXXXXXX
secret=yyyyyyyy
auth=md5
host=sipgate.co.uk
disallow=all
allow=ulaw
insecure=very
context=in_sipgate
canreinvite=no
fromuse=XXXXXXX
fromdomain=sipgate.co.uk
EXTENSIONS.CONF:
[in_sipgate]
exten => s,1,Answer
exten => s,2,Dial(SIP/44|30|t)
exten => s,3,Voicemail(u44)
[ou...