Hello,

I'm having trouble getting the accountcode variable to show up in the  
CDR.

Also,  the effective_caller_id_number isn't getting passed through to  
the actual call.  (Separate but possible related problem)

Calls are working, the CDR looks great, I just don't get these two  
variables..

Here is an example entry in my directory:

                        <user id="3235551212">
                                <params>
                                        <param name="password" value="1234" />
                                </params>
                                <variables>
                                        <variable name="accountcode" 
value="432]"/>
                                        <variable name="user_context" 
value="default"/>
                                        <variable 
name="effective_caller_id_number" value="3235551212]"/>
                                </variables>
                        </user>


And then in my dialplan...

                        <extension name="Vitelity_Outbound">
                                <condition field="destination_number" 
expression="^(1{0,1}\d{10})$">
                                         <action application="bridge" 
data="sofia/external/[EMAIL PROTECTED] 
"/>
                                 </condition>
                        </extension>


My guess is that maybe I  need to export the variable somewhere, or  
pass it to the actual extension doing the bridging.

Anybody have any ideas??

-Noah

_______________________________________________
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