XLITE to ASTERISK PROBLEM

I used some service on xlite, xlite is worked this service, But not work on Asterisk this service . am i what do?

You have to provide a bit more of information such as are there any errors in the Asterisk CLI ? What does your sip.conf and extensions.conf look like ? Is there any NAT involved ?

Extensions.conf

[default]
exten => 15672442759,1,Answer
exten => 15672442759,2,Wait,2
exten => 15672442759,3,DeadAGI,a2billing.php
exten => 15672442759,4,Wait,2
exten => 15672442759,5,Hangup

exten => 442030264984,1,Answer
exten => 442030264984,2,Wait,2
exten => 442030264984,3,DeadAGI,a2billing.php
exten => 442030264984,4,Wait,2
exten => 442030264984,5,Hangup

exten => 82220548504,1,Answer
exten => 82220548504,2,Wait,2
exten => 82220548504,3,DeadAGI,a2billing.php
exten => 82220548504,4,Wait,2
exten => 82220548504,5,Hangup

exten => 74995022903,1,Answer
exten => 74995022903,2,Wait,2
exten => 74995022903,3,DeadAGI,a2billing.php
exten => 74995022903,4,Wait,2
exten => 74995022903,5,Hangup

[a2billing]
exten => _X.,1,Answer
exten => _X.,2,Wait,2
exten => _X.,3,DeadAGI,a2billing.php
exten => _X.,4,Wait,2
exten => _X.,5,Hangup

;[long-distance]
;exten => _81XXXXXXXXX, 1,Dial(SIP/voip/00${EXTEN})
;exten => _9XXXXXXXX, 1,Dial(SIP/voip/00${EXTEN})
;exten => _X., 1, Dial(SIP/voip/00${EXTEN})
;exten => _X., 1, Dial(SIP/voip/00${EXTEN})
;exten => _1NXXNXXXXXX,1,Dial(SIP/po/${EXTEN})

[users]
;include => long-distance
include => a2billing
;include => 15672442759


sip.conf

[general]
maxexpirey=360
defaultexpirey=360
pedantic=yes
realm=
useragent=X-Lite release 1103d stamp 53117
port=5060
bindaddr=0.0.0.0
srvlookup=yes
disallow=all
allow=ulaw
allow=alaw
;allow=g729
;allow=ilbc
allow=gsm

;register => username:password:user@sip.voip.com

[voip]
type=peer
host=194.120.0.19
fromdomain=194.120.0.19
username=user name
fromuser=username
secret=password
canreinvite=no
canredirect=no
allow=alaw
allow=ulaw
qualify=yes

#include additional_a2billing_sip.conf

You should edit your post above right away and remove your password.

In sip.conf you have no sip account for the the phone. Also why is your user agent in the general section set to Eyebeam ? I think you need to read the book h6315.com/ast_docs/Asterisk%20TFOT%20v2.pdf

[quote=“Dovid”]You should edit your post above right away and remove your password.

In sip.conf you have no sip account for the the phone. Also why is your user agent in the general section set to Eyebeam ? I think you need to read the book h6315.com/ast_docs/Asterisk%20TFOT%20v2.pdf[/quote]

Please check PM, INBOX