I sometimes use inline variables on the bridge line to pass gateway specific values, like:
and it works.
Now have a requirement to pass different caller id number numbers to each gateway in fail over mode; so I tried these following examples from https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools:+bridge
and
Both of above formats didn't work. Can you think of anything I am missing here?
Code:
{absolute_codec_string=PCMU}sofia/gateway/gw_uid/00$1
and it works.
Now have a requirement to pass different caller id number numbers to each gateway in fail over mode; so I tried these following examples from https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools:+bridge
Code:
{effective_caller_id_number=1234}sofia/gateway/gw_uid/00$1
and
Code:
[effective_caller_id_number=1234]sofia/gateway/gw_uid/00$1
Both of above formats didn't work. Can you think of anything I am missing here?