Thanks for reporting. I will test and confirm the behavior of normal vs. enterprise and make sure it is properly documented on the wiki.<br><br>-MC<br><br><div class="gmail_quote">On Thu, Oct 7, 2010 at 8:42 AM, Mario <span dir="ltr"><<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Thanks for responding Steve, I am beginning to wonder if this is by<br>
design or a bug. I am closer to the end of building the system for our<br>
small office and I thought this would be an easy one. Not so, I already<br>
checked enterprise (:_:) vs (,) and that is where the problem is. I<br>
tried the exports you suggested and had high hopes but no dice. Seems<br>
when using :_: everything is lost and has to be passed as part of the<br>
dialstring. BTW, I need :_: because the SPA962 phones I use now don't<br>
use SUBSCRIBE only NOTIFY for the mailbox so I have to use multiple<br>
registrations since we are not big and share mailboxes. Thanks for the<br>
help. I wonder if there is a way to determine if this is design or bug....<br>
<br>
Both don't fix the problem:<br>
<action application="export"<br>
<div class="im">data="effective_caller_id_number=${caller_id_number}"/<br>
<br>
</div><action application="export"<br>
<div class="im">data="origination_caller_id_number=${caller_id_number}"/<br>
<br>
<br>
</div><div><div></div><div class="h5">On 10/07/10 00:44, Steven Ayre wrote:<br>
> It's also possible that it's a difference between enterprise and<br>
> normal bridge syntax - I've never used enterprise so don't know too<br>
> much about it.<br>
><br>
> -Steve<br>
><br>
><br>
> On 7 October 2010 08:41, Steven Ayre <<a href="mailto:steveayre@gmail.com">steveayre@gmail.com</a>> wrote:<br>
>> Have you tried using effective_* with export?<br>
>> <a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_export" target="_blank">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_export</a><br>
>><br>
>> -Steve<br>
>><br>
>><br>
>><br>
>> On 6 October 2010 19:24, Mario <<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>> wrote:<br>
>>> I have the inbound caller ID working for a bridge but can't reconcile<br>
>>> why effective_caller_id.. does not work. I spent a lot of time the last<br>
>>> few days reading the wiki and other web info. Since I can't find the<br>
>>> answer anywhere can anyone shed some light on this?<br>
>>><br>
>>> The wiki states:<br>
>>> effective_caller_id_number<br>
>>> Sets the effective callerid number. This is automatically exported to<br>
>>> the B-leg; however, it is not valid in an origination string. In other<br>
>>> words, set this before calling bridge, otherwise use<br>
>>> origination_caller_id_number<br>
>>><br>
>>> Does NOT work before the bridge:<br>
>>> <!--action application="set"<br>
>>> data="effective_caller_id_number=${caller_id_number}"/><br>
>>> <action application="set"<br>
>>> data="effective_caller_id_name=${caller_id_name}"/--><br>
>>><br>
>>> Does NOT work before the bridge:<br>
>>> <!--action application="set"<br>
>>> data="origination_caller_id_number=${caller_id_number}"/><br>
>>> <action application="set"<br>
>>> data="origination_caller_id_name=${caller_id_name}"/--><br>
>>> <!--action application="set"<br>
>>><br>
>>> ONLY way IT WORKS (must be added before dialstring):<br>
>>> <action application="bridge"<br>
>>> data="<originate_timeout=15,origination_caller_id_number=${caller_id_number},origination_caller_id_name=${caller_id_name}>group/MGT@${domain_name}:_:sofia/gateway/uuid1/19162223333:_:sofia/gateway/uuid1/19164445555"/><br>
>>><br>
>>><br>
>>> The caller ID is lost in an extension, although I still don't know why<br>
>>> at least I got it back.<br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> FreeSWITCH-users mailing list<br>
>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>><br>
>><br>
><br>
> _______________________________________________<br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>