hello,

I am beginning to asterisk.
I have a sip trunk access to operator and VPN access with operator.
i booked 10 sda numbers.

IP adress asterisk : 192.168.600.1
IP adress operator : 192.168.700.50
i can ping on 192.168.700.50


 # cat sip.conf
 [general]
context=default
srvlookup=yes
port = 5060
disallow=all
allow=gsm
allow=alaw
allow=ulaw

[1000]
username=1000
type=friend
qualify=yes
secret=3615
nat=no
host=192.168.600.3
canreinvite=no
context=appels_entrants

[Catherine]
usename=1010
type=friend
qualify=yes
secret=5768
nat=yes
host=192.168.600.4
canreinvite=yes
context=default
disallow=all
allow=ulaw

# extensions.conf
exten => _00XXXXXXXXX,1, Dial (SIP/192.168.700.50/${EXTEN})

How do I configure IP operator ?
I have 10 numbers sda. Where do I configure sda numbers ?

Thanks.
Ludovic
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to