larclap at yahoo.com Guest
|
Posted: Fri Jul 10, 2009 2:08 pm Post subject: [Freeswitch-users] Intercom call failing with "No Match |
|
|
Michael,
The extension-intercom is from the conf/dialplan/default.xml. I checked the file in the source tree, and it’s the same as I originally used.
But I did try your suggestion: <action application="bridge" data="user/${dialed_extension}"/>. The result was the same after reloadxml.
To check if it had been reloaded, I opened conf/freeswitch.xml. I was surprised to see only 64 lines in the file. Something is hosed in my configuration. Should I try to rebuild from scratch and move over my changes to the xml files?
Lars
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Michael Collins
Sent: Friday, July 10, 2009 11:27 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Intercom call failing with "No Matching gateway found" error
Lars,
If I read your dialplan correctly I believe this line is a problem:
<action application="bridge" data="user/${dialed_extension}@${domain_name}"/>
Try this:
<action application="bridge" data="user/${dialed_extension}"/>
Let us know if that works...
-MC
On Fri, Jul 10, 2009 at 10:35 AM, Lars Zeb <larclap@yahoo.com (larclap@yahoo.com)> wrote:
Trying to make an intercom call (8+extension#) gives me an error. I don’t know what I’ve done wrong, but I think it used to work. I am on Centos 5 with 14196M.
Can someone point me in the right direction? The sofia status, dialplan and log are in http://pastebin.freeswitch.org/9681.
Thanks, Lars
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|