I have installed * 1.2.13 it’s running.
there is a demo with the install that I don’t know whether
needs to be commented out.
this is what I have setup under sip.conf
to register my server, local net and the registration.
[general]
externhost=xxx.xxx.xxx.xxx server IP
localnet=xxx.xxx.xxx.xxx/255.255.255.0 local net
nat=yes
;Voip.les.net registration bellow:
register => xxxxxxxxxx:password@did.voip.name.net/xxxxxxxxx
Lower in the same file I setup my peer between two sip proxis as follows.
[lesnet_peer]
type=friend
host=did.voip.name.net
dtmfmode=rfc2833
insecure=very
disallow=all
allow=ulaw
context=name-incoming ; incoming DID calls will arrive in the name-incoming context
That’s it under sip.
there is a demo setup in extensions.conf that I left as it is and
In extensions.conf I have set up the following under example main menu.
[custom-a2billing]
include => outbound-allroutes
exten => s,1,Answer
exten => s,2,Wait,2
exten => s,3,DeadAGI,a2billing.php
exten => s,4,Wait,2
exten => s,5,Hangup
That’s it, all I want to do is when the DID number is dialed to communicate with a2billing.
Thanks in advance for the help.