[Freeswitch-users] Direct inward dialling

Peter P GMX Prometheus001 at gmx.net
Thu Nov 13 01:43:55 PST 2008


I checked your hint. The variable sip_to_user has the right value - but
it is evaluated as empty at the time it is parsed.

Info gives me:
.
.
variable_sip_to_user: [xxxxxxxxx8910]
variable_sip_to_uri: [xxxxxxxxx8910 at my.ip.addre.ss]


Example1,:
I check with condition field="destination_number"
Match Result
2008-11-13 10:24:55 [DEBUG] mod_dialplan_xml.c:117 parse_exten() Regex:
[Inbound QSC trunk] destination_number(xxxxxxxxx89) =~ /^(xxxxxxxxx89)$/
This works but gives only the DID of the trunk (10 is missing at the end).

Example2:
I check with condition field="sip_to_user"
Match Result
2008-11-13 10:30:42 [DEBUG] mod_dialplan_xml.c:117 parse_exten() Regex:
[Inbound QSC trunk] sip_to_user() =~ /^(xxxxxxxxx89[0-9.])$/
2008-11-13 10:30:42 [DEBUG] mod_dialplan_xml.c:119 parse_exten() Regex
mismatch
sip_to_user() is empty
Example3:
I check with condition field="variable_sip_to_user"
Match Result
2008-11-13 10:39:53 [DEBUG] mod_dialplan_xml.c:117 parse_exten() Regex:
[Inbound QSC trunk] variable_sip_to_user() =~ /^(xxxxxxxxx89[0-9.])$/
2008-11-13 10:39:53 [DEBUG] mod_dialplan_xml.c:119 parse_exten() Regex
mismatch
variable_sip_to_user() is empty

So at the time of evaluation "sip_to_user" resp. "variable_sip_to_user"
is empty.

What can I do?

Best regards
Peter


Anthony Minessale schrieb:
> route the call to the "info" app and look for the one that has it.
>
>
> On Wed, Nov 12, 2008 at 1:36 PM, Peter P GMX <Prometheus001 at gmx.net
> <mailto:Prometheus001 at gmx.net>> wrote:
>
>     Dear all,
>
>     when I get an incoming call from my SIP provider I do receive an
>     invite
>     on the trunk number, e.g. in Germany 0xxxxx9. However I have an
>     extension block of 0xxxxx90 to 0xxxxx999.
>     In the dialplan I checked the condition field="destination_number" but
>     this compares to the number of the trunk 0xxxxx9, so I do not get the
>     direct inward dialling extensions.
>
>     The SIP to-header contains the direct inward dialling number
>     0xxxxx90 to
>     0xxxxx999 but I have no success in accessing it in the dialplan.
>
>     I tried sip_to_user, sip_to_uri, sip_req_user, sip_req_uri, but no
>     success. They are all empty.
>
>     Any idea which variable to parse?
>
>     Best regards
>     Peter
>
>
>
>
>
>
>     _______________________________________________
>     Freeswitch-users mailing list
>     Freeswitch-users at lists.freeswitch.org
>     <mailto:Freeswitch-users at lists.freeswitch.org>
>     http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>     UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>     http://www.freeswitch.org
>
>
>
>
> -- 
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
>
> AIM: anthm
> MSN:anthony_minessale at hotmail.com
> <mailto:MSN%3Aanthony_minessale at hotmail.com>
> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
> <mailto:PAYPAL%3Aanthony.minessale at gmail.com>
> IRC: irc.freenode.net <http://irc.freenode.net> #freeswitch
>
> FreeSWITCH Developer Conference
> sip:888 at conference.freeswitch.org
> <mailto:sip%3A888 at conference.freeswitch.org>
> iax:guest at conference.freeswitch.org/888
> <http://iax:guest@conference.freeswitch.org/888>
> googletalk:conf+888 at conference.freeswitch.org
> <mailto:googletalk%3Aconf%2B888 at conference.freeswitch.org>
> pstn:213-799-1400
> ------------------------------------------------------------------------
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>   




More information about the FreeSWITCH-users mailing list