[Freeswitch-users] list all users

Jason White jason at jasonjgw.net
Sat Feb 20 22:45:20 PST 2010


Brian May <brian at microcomaustralia.com.au> wrote:
 
> EXECUTE OpenZAP/1:1/1000 bridge(user/1000 at microcomaustralia.com.au)
> 2010-02-21 16:59:56.790081 [DEBUG] switch_ivr_originate.c:1859
> variable string 0 = [presence_id=1000 at microcomaustralia.com.au]
> 2010-02-21 16:59:56.790081 [ERR] switch_ivr_originate.c:2387 Cannot
> create outgoing channel of type [error] cause: [USER_NOT_REGISTERED]

I think it's looking for 1000 rather than the user name, which of course isn't
registered.

In the extension for the user in your dial-plan, you could always write:
<action application="bridge"
data="$sofia_contact(brian at microcomaustralia.com.au)"/>
or you could use a variable instead of writing the domain name explicitly, of
course, which would be better practice.





More information about the FreeSWITCH-users mailing list