Suppose I have Freeswitch, which has SIP gateway configured. So, the local users of this Freeswitch can call outside via

<extension name="russia">
    <condition field="destination_number" expression="^(7\d{10})$">
        <action application="bridge" data="sofia/gateway/sipnet.ru/$1"/>
        <action application="hangup"/>
    </condition>
</extension>

where sipnet.ru is SIP provider gateway name.

Now I wish users from outside being able to call local clients.

How this can be accomplished? How remote SIP telephone user can enter additional numbers to sip-provider's main number? How these additional numbers can be extracted with Freeswitch?

For example, my sip call in number is 55512345. So to call me caller should enter this number. But now I connect Freeswitch to this number, and Freeswitch user has local number of 1000. How he can be called? Is it possible to call him with 555123451000?

Is it possible to pass additionally not numbers but letters?

Is it possible to pass additional numbers from land or mobile phones?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.