![]() |
We do the math so you don't have to! | |
| |
||
Add to your extensions.conf file something like,
IAXINFO=YOURUSERNAME:YOURPASSWORD
; outbound IAX calls, dial 8 for IAX line
; put this in the context which defines outbound phone calls
exten => _8NXXXXXX,1,Dial(IAX2/${IAXINFO}@tishiya/${EXTEN:1},60,r )
exten => _8NXXXXXXXXX,1,Dial(IAX2/${IAXINFO}@tishiya/${EXTEN:1},60,r )
Add to your iax.conf file something like (set the context to what is suitable for your setup),
| [tishiya] |
| type=friend |
| username=YOURUSERNAME |
| secret=YOURPASSWORD |
| auth=md5 |
| host=206.55.232.92 |
| context=fromiax |
| qualify=yes |
| trunk=yes |
| disallow=all |
| allow=ulaw |
Your firewall should be configured to allow UDP port 4569 traffic to/from 206.55.232.92
Back to Directory