How recent is your version of FreeSWITCH? Also, which users in that group were registered and which were not? I'd like to see if others can reproduce this behavior under similar conditions using the latest HEAD.<div><br>
</div><div>-MC<br><br><div class="gmail_quote">On Wed, Aug 24, 2011 at 5:41 PM, Duvid Rottenberg <span dir="ltr"><<a href="mailto:adrottenberg@gmail.com">adrottenberg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I was using the Mad Boss example and I was getting parse errors, I<br>
traced it down to the following line,<br>
<br>
<action application="conference_set_auto_outcall" data="${group_call(sales)}"/><br>
<br>
when group_call gets expanded it adds the default dial string for each<br>
member of the group which ends up looking something like this.<br>
<br>
[sip_invite_domain=10.195.94.25,presence_id=1001@xxx.xxx.xxx.xxx]sofia/internal/sip:1001@xxx.xxx.xxx.xxx,<br>
[sip_invite_domain=10.195.94.25]error/user_not_registered<br>
<br>
The parse error I got "Cannot create outgoing channel of type<br>
[presence_id=<a href="mailto:1003@10.195.94.25">1003@10.195.94.25</a>]error cause: [CHAN_NOT_IMPLEMENTED]"<br>
indicated that it was treating the comma inside the brackets as a<br>
separator between 2 dial strings. I worked around this for now by<br>
editing the default config for the directory to remove presence_id<br>
from the dial string and it's working.<br>
<br>
This appears to be a bug in the parser as I was getting this error<br>
with the default configurations.<br>
<br>
Thanks,<br>
Duvid Rottenberg<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>
</blockquote></div><br></div>