Are you behind a firewall?  If so, did you NAT an IP to your * machine with a port forward for your IAX port?
 
Have you done IAX2 debug?  Help iax2 should get you the correct syntax.
 
W


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Mason
Sent: Thursday, April 14, 2005 7:20 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] Problem with Livevoip incoming context

Done all that, still doesn’t work.

I do have outgoing and incoming, just can’t get the incoming to come through the livevoip context.

Thanks

Chris Mason
US Number: (646)722-0001 US Fax (815)301-9759
Skype: netconcepts
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wiley Siler
Sent: Thursday, April 14, 2005 5:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Problem with Livevoip incoming context

 

Should have in iax.conf.....

 

;This registers you to them

register=<username>:<password>@64.34.59.73

 

;THis context serves to ID incoming, if you ahve a DID it shoudl come here

[livevoip]

type=user

secret=mySecret

host=64.34.59.73

callerid="Livevoip IAX User"

context=livevoip-in

 

;This one is your outgoing...

[ToLiveVoIP]
username=username
type=peer
secret=YourSecret
host=64.34.59.73

 

 

As long as your Dial Plan refrerences these correctly, you should get both in and out with incoming registered to your livevoip.

 

Wiley

 

 

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Mason (Lists)
Sent: Thursday, April 14, 2005 2:39 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [Asterisk-Users] Problem with Livevoip incoming context

I have a newly provisioned livevoip account which registers OK but the incoming calls are not being authenticated as livevoip and only work as the guest context:

 

 

[livevoip]

type=user

secret=mySecret

host=64.34.59.73

callerid="Livevoip IAX User"

context=livevoip-in

 

[guest]

type=user

callerid="Guest IAX User"

context=guest-iax-in

 

 

Any ideas?

 

Chris Mason

www.anguillaguide.com

 

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

Reply via email to