Hi everyone!

 

I have a question - I need to change the "From" SIP header during a
"Redirect" to make it look like the number that called is a different
number.

 

I need to be able to change it but it is not taking - I have tried just
about every combination of variable settings that I know of but the SIP
message is just not getting the data.

 

Here is my config:

 

<include>

       <extension name="public_did">

             <condition field="destination_number"
expression="^(\+12396897777)$">

                    <action application="set"
data="sip_from_user_stripped=false"/>

                    <action application="set"
data="sip_from_user=0445555555"/>

                    <action application="set"
data="sip_invite_domain=sip:[email protected]"/>

                    <action application="set"
data="sip_h_Referred-By=sip:[email protected]"/>

                    <action application="set"
data="From=sip:[email protected]"/>

                    <action application="set" data="myani=0449999999"/>

                    <action application="redirect"
data="sip:[email protected]"/>

             </condition>

       </extension>

</include>

 

In fact - it would appear that no channel variables are making it out
the door during a redirect.

 

Any help would be greatly appreciated.

 

Thanks!

 

Christian Jensen
Software Development Manager - Back Office
Teligence
T: 604-629-6055 Ext. 3304
M: 778-996-4283
F: 604-257-5578
[email protected]
www.teligence.net <http://www.teligence.net/>  

 

_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to