[Asterisk-Users] SER -> Asterisk voicemail on busy/unavailable. Anyone did it? (googling says NO)

Andres andres at telesip.net
Sun Mar 6 16:21:13 MST 2005



>
>
>If I use rewritehostport instead of forward, the call does not reach asterisk:
>
>failure_route[1] {
>        revert_uri();
>        rewritehostport("69.70.x.x:5060");
>        t_relay()
>        break();
>
>SER log:
>  
>

Your failure route should read:

failure_route[1] {
        revert_uri();
        rewritehostport("69.70.x.x:5060");
        append_branch();   <======YOU MISSED THIS 
        t_relay()
        break();



-- 
Andres
Network Admin
http://www.telesip.net





More information about the asterisk-users mailing list