[Asterisk-Users] IAXTEL/ Dial problem

Ariel Batista abatista at avionica.com
Mon Oct 13 13:41:29 MST 2003


---------- Original Message ----------------------------------
From: Rich Adamson <radamson at routers.com>

OK I got it working. Thank you Rich I used your examples and had to add the following the sip.conf file.  It did not work until I had the :5060 on it!

register => 65342:xxxxxx at fwd.pulver.com:5060
 

>Here's what works for me....
>Move the register command for fwd to the sip.conf file (towards the top)
>as fwd apparently interfaces using SIP (not iax). Then remove the /114
>from that statement.
>
>Create a sip.conf context similar to:
>[fwd]                   ; handles FWD SIP (not IAX) calls
>type=friend
>host=fwd.pulver.com
>username=65342
>secret=XXXXXX
>context=fromfwd
>nat=no
>reinvite=no
>canreinvite=no
>
>Then in extensions.conf, something like:
>[fromfwd]
>exten => s,1,Dial(SIP/3000,20,tr)                                              
>exten => s,2,VoiceMail,u3000
>exten => s,102,VoiceMail,b3000
>
>Personally, I'd remove the /114 from the iaxtel register statement as
>well until you have a working config. Then experiment with optional
>parameters.
>
>
>
>_______________________________________________
>Asterisk-Users mailing list
>Asterisk-Users at lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list