Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Problem with shortened local extensions


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
fs at xenpad.eu
Guest





PostPosted: Mon Mar 16, 2009 10:56 am    Post subject: [Freeswitch-users] Problem with shortened local extensions Reply with quote

Hi,

I have a (probably dumb) question that I just spent over 5 hours on:
I have a 1.0.2 version running with 6 extensions, 2 SIP trunks and gtalk OK.

I tried to change the extensions from 100x to 10x (100-109 actually)
I changed the info in the directory, hunted all references to patterns
like 10[01][0-9], and replaced them with 10[0-9], and changed the DID
routing to the new extension numbers.

No errors at load time, sofia status profile internal shows all
extensions registered; each extension can call it's own voicemail, and
all provided examples (5000, 9998, ...) work OK.

The catch is, it's not possible to call another extension, and the
routing from incoming SIP trunks fail (the extension is not available, please
oleave a message).

I'm all out of ideas. I first tried that with a load of other changes;
rolled back everything to the working setup, and just did this one
change; all to no avail.

What am I missing?

TIA,
Laurent

_______________________________________________
Freeswitch-users mailing list
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
Back to top
msc at freeswitch.org
Guest





PostPosted: Mon Mar 16, 2009 11:14 am    Post subject: [Freeswitch-users] Problem with shortened local extensions Reply with quote

On Mon, Mar 16, 2009 at 8:29 AM, <fs@xenpad.eu> wrote:
Quote:
  Hi,

  I have a (probably dumb) question that I just spent over 5 hours on:
I have a 1.0.2 version running with 6 extensions, 2 SIP trunks and gtalk OK.

Ouch! Any way you could update? We are on the verge of releasing
1.0.4; 1.0.2 is OLD. Smile

Quote:

  I tried to change the extensions from 100x to 10x (100-109 actually)
  I changed the info in the directory, hunted all references to patterns
like 10[01][0-9], and replaced them with 10[0-9], and changed the DID
routing to the new extension numbers.

  No errors at load time, sofia status profile internal shows all
extensions registered; each extension can call it's own voicemail, and
all provided examples (5000, 9998, ...) work OK.

  The catch is, it's not possible to call another extension, and the
routing from incoming SIP trunks fail (the extension is not available, please
oleave a message).

Best bet here is to read up on this page:
http://wiki.freeswitch.org/wiki/Reporting_Bugs

That will help you do stuff like this:
turn on debugging (press F8 at the CLI) then make a test call, capture
output, put it into a pastebin.

I'm sure it's something basic, but without seeing what's happening
it's hard to diagnose. Also, pastebin your default.xml dialplan file,
one or more of your directory files, like 100.xml (or whatever you
named them), and finally do "sofia status profile internal" at the CLI
and pastebin the output.

-MC

Quote:

  I'm all out of ideas. I first tried that with a load of other changes;
rolled back everything to the working setup, and just did this one
change; all to no avail.

  What am I missing?

  TIA,
   Laurent

_______________________________________________
Freeswitch-users mailing list
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


_______________________________________________
Freeswitch-users mailing list
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
Back to top
fs at xenpad.eu
Guest





PostPosted: Mon Mar 16, 2009 11:54 am    Post subject: [Freeswitch-users] Problem with shortened local extensions Reply with quote

Hi,

On Mon, 16 Mar 2009, Michael Collins wrote:

Quote:
Quote:
  I have a (probably dumb) question that I just spent over 5 hours on:
I have a 1.0.2 version running with 6 extensions, 2 SIP trunks and gtalk OK.

Ouch! Any way you could update? We are on the verge of releasing
1.0.4; 1.0.2 is OLD. Smile

Then I'll skip 1.0.3 and wait for 1.0.4 Wink

Quote:
That will help you do stuff like this:
turn on debugging (press F8 at the CLI) then make a test call, capture
output, put it into a pastebin.
OK -- this is a live system; I worked on it this weekend.
I'll try again with the short extension and collect all data.
Should 1.0.4 be out in the meantime, I'll upgrade before I try.

Cheers,
Laurent
--
+-----------------------------------------------------------------------+
| E-mail <case@jorune.net> Home page http://case.jorune.net/ |
| We do what we must because we can. |
+-----------------------------------------------------------------------+
_______________________________________________
Freeswitch-users mailing list
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
Back to top
Prometheus001 at gmx.net
Guest





PostPosted: Tue Mar 17, 2009 6:36 am    Post subject: [Freeswitch-users] Problem with shortened local extensions Reply with quote

I also had problems with not reaching local extensions some time. I
solved it by adding:
<param name="dial-string"
value="{presence_id=${dialed_user}@${dialed_domain},transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_domain}/${dialed_user}@${dialed_domain})}"/>
</params>
to /usr/local/freeswitch/conf/directory/default.xml

Best regards
Peter

fs@xenpad.eu schrieb:
Quote:
Hi,

On Mon, 16 Mar 2009, Michael Collins wrote:

Quote:
Quote:
I have a (probably dumb) question that I just spent over 5 hours on:
I have a 1.0.2 version running with 6 extensions, 2 SIP trunks and
gtalk OK.

Ouch! Any way you could update? We are on the verge of releasing
1.0.4; 1.0.2 is OLD. Smile

Then I'll skip 1.0.3 and wait for 1.0.4 Wink

Quote:
That will help you do stuff like this:
turn on debugging (press F8 at the CLI) then make a test call, capture
output, put it into a pastebin.
OK -- this is a live system; I worked on it this weekend.
I'll try again with the short extension and collect all data.
Should 1.0.4 be out in the meantime, I'll upgrade before I try.

Cheers,
Laurent
------------------------------------------------------------------------

_______________________________________________
Freeswitch-users mailing list
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


_______________________________________________
Freeswitch-users mailing list
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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services