On 1/8/2009 10:02 AM, kriko wrote: > I wrote a java socket client that originates a call, for e.g.: > originate dingaling/gmail.com/[email protected] > &bridge(loopback/1003/java_gmail_bridge) > > This works fine, however both ends doesn't really see each other numbers, > instead they see freeswitch number and id. > Is it possible to show every user the opposite caller number?
consider using channel variables for each leg to set the originating callerid information. Look at: http://wiki.freeswitch.org/wiki/Channel_Variables for how to set the vars inline with a dial string and the appropriate vars to set. > dialplan used: > http://pastebin.com/m71525ac6 > _______________________________________________ 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
