Hi, i am trying to test my service provider, i am moving newcall.call to the outgoing folder to originate the call.
here are my files, please tell me if you see something wrong!! The registration works fine…
extensions.conf:
[general]
[globals]
[outbound]
exten => 33,1,Background(enter-ext-of-person)
exten => 33,n,Wait(30)
exten => 33,n,Hangup()
sip.conf:
[general]
port=5060
context=incoming
register => number:xxxx@sipgate.co.uk/number
[sipgate]
type=peer
host=sipgate.co.uk
username=number
fromuser=number
secret=xxxx
context=outbound
insecure=very
permit=217.10.79.23/32
disallow=all
allow=gsm
allow=ulaw
newcall.call:
Channel: SIP/00277661xxx@sipgate
MaxRetries: 0
RetryTime: 30
WaitTime: 30
Context: outbound
Extension: 33
Priority: 1
Thanks!!
Laura