Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41029

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

#74652 4-Jan-2011 21:40
Send private message

I know about the usual 00000 number showing up, but today I got a call from 1234567890 on my VFX line.

Any idea?

 




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


Create new topic
Regs
4066 posts

Uber Geek
+1 received by user: 206

Trusted
Snowflake

  #424093 4-Jan-2011 23:07
Send private message

i get all sorts of strange CLI's coming through but not, as far as i know, DIDs. when i get SIP trunk to SIP trunk calls (e.g. orcon to callplus, callplus to callplus, where both ends on sip trunks) i seem to get whatever the remote party sets on their system for CLIs






maverick
3594 posts

Uber Geek
+1 received by user: 80

Trusted
WorldxChange

  #424123 5-Jan-2011 08:12
Send private message

We see this a bit being passed to us and believe it will be some sort of lazy pilot number, we will pass what ever is received but this call has been passed to us courtesy of Callplus,




Yes I am a employee of WxC (My Profile) ... but I do have my own opinions as well Wink

             

https://www.facebook.com/wxccommunications

freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41029

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #424124 5-Jan-2011 08:18
Send private message

CallPlus... *sigh*

Thanks Phil




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 




maverick
3594 posts

Uber Geek
+1 received by user: 80

Trusted
WorldxChange

#424125 5-Jan-2011 08:18
Send private message

Regs: i get all sorts of strange CLI's coming through but not, as far as i know, DIDs. when i get SIP trunk to SIP trunk calls (e.g. orcon to callplus, callplus to callplus, where both ends on sip trunks) i seem to get whatever the remote party sets on their system for CLIs


Not good really, as an industry we should be trying to maintain CLI credability especailly around SIP, emergency services rely on this, but I'm afraid number of SIP providers do not and so we see more and more of this as it pretty esay it seems to offer VOIP calls but getting the finer points correct ...not so easy ...... pretty disappointing from a professional standpoint




Yes I am a employee of WxC (My Profile) ... but I do have my own opinions as well Wink

             

https://www.facebook.com/wxccommunications

Regs
4066 posts

Uber Geek
+1 received by user: 206

Trusted
Snowflake

  #424177 5-Jan-2011 10:05
Send private message

maverick:
Regs: i get all sorts of strange CLI's coming through but not, as far as i know, DIDs. when i get SIP trunk to SIP trunk calls (e.g. orcon to callplus, callplus to callplus, where both ends on sip trunks) i seem to get whatever the remote party sets on their system for CLIs


Not good really, as an industry we should be trying to maintain CLI credability especailly around SIP, emergency services rely on this, but I'm afraid number of SIP providers do not and so we see more and more of this as it pretty esay it seems to offer VOIP calls but getting the finer points correct ...not so easy ...... pretty disappointing from a professional standpoint


first of all there is a difference between DID and CLI.  The DID is something that is controlled by your own telco - it is the direct inward dialled number.  This should only ever be presenting a number that terminates on your endpoint.  if this is coming through with strange numbers then something is wrong at your telco.

secondly the CLI - with the CLI there can be two components: display name and sip number.  if both are passed then most sip software will choose to show the display name instead of the sip address.  I don't see any problem in passing on the display name portion as has been presented to the telco, but the sip address portion should only ever pass valid addresses.

with respect to the sip addresses, how do you 'validate' them?  given that SIP can extend to the internet and a sip party could be reached by email rather than number, do you allow only valid PSTN number plus anything with an @ and a valid TLD?

as for emergency servcies, the SIP number alone is of limited use as it is not necessarily physically tied to a physical location - especially in interconnected office situations where calls are tunked from head office.  The US has its E911 for providing location servcies and re-rerouting emergency calls and some VoIP systems are built to work with these.  Without regulation requiring sip trunks to be configured this way, i don't see this as a solution, more an option that many people probbably won't implement for lack of knowledge or lack of compatibility.




maverick
3594 posts

Uber Geek
+1 received by user: 80

Trusted
WorldxChange

  #424540 6-Jan-2011 09:10
Send private message

Regs:
maverick:
Regs: i get all sorts of strange CLI's coming through but not, as far as i know, DIDs. when i get SIP trunk to SIP trunk calls (e.g. orcon to callplus, callplus to callplus, where both ends on sip trunks) i seem to get whatever the remote party sets on their system for CLIs


Not good really, as an industry we should be trying to maintain CLI credability especailly around SIP, emergency services rely on this, but I'm afraid number of SIP providers do not and so we see more and more of this as it pretty esay it seems to offer VOIP calls but getting the finer points correct ...not so easy ...... pretty disappointing from a professional standpoint


first of all there is a difference between DID and CLI.  The DID is something that is controlled by your own telco - it is the direct inward dialled number.  This should only ever be presenting a number that terminates on your endpoint.  if this is coming through with strange numbers then something is wrong at your telco.

secondly the CLI - with the CLI there can be two components: display name and sip number.  if both are passed then most sip software will choose to show the display name instead of the sip address.  I don't see any problem in passing on the display name portion as has been presented to the telco, but the sip address portion should only ever pass valid addresses.

with respect to the sip addresses, how do you 'validate' them?  given that SIP can extend to the internet and a sip party could be reached by email rather than number, do you allow only valid PSTN number plus anything with an @ and a valid TLD?

as for emergency servcies, the SIP number alone is of limited use as it is not necessarily physically tied to a physical location - especially in interconnected office situations where calls are tunked from head office.  The US has its E911 for providing location servcies and re-rerouting emergency calls and some VoIP systems are built to work with these.  Without regulation requiring sip trunks to be configured this way, i don't see this as a solution, more an option that many people probbably won't implement for lack of knowledge or lack of compatibility.


Yep pretty sure I am up to play with DID and CLI differences Wink but you see I was referring to CLI or ANI not DNIS or DID,

One of the advantages of SIP is that you can pass name and number as they have a unique fields in the SIP headers most phones with displays are capable of displaying both portions , however if the number part is being incorrectly populated then this is due to incorrect configuration or lack of authentication, the number part of the SIP message should be passed out to the PSTN as per the requirements of PTC331 which is the C7 (SS7) interconnect standard used for Telecom interconnects and if you have ever worked on this you will know how detailed these are,unfortunately some people do not configure or allow incorrect CLI's to be passed out of IP systems and we are seeing more and more of these incorrectly passed ANI's being presented via interconnects, so we see more and more comments like freitasm's.

How we validate compared to others , I can't comment on the others but for our side...trade secret Cool, Safe to say though the number registered with VFX is what is passed to the PSTN, IE you can not pass 12345678 out via a VFX registered device to the PSTN, on a SIP to SIP call you may pass a name portion if you configure a device your self but the user part can only be a valid phone number with a valid ANI. IP to IP (ENUM) is not supported and our devices are configured to not allow IP to IP dialing, this opens up a whole new world of security issues and customer exposure problems which hopefully you are aware off.

As for Emergency services, well aware a device can be moved and we can't prevent that, we do however try to comply with the NAD rules for number assignment, we also configure VFX certified devices so we ensure emergency numbers can be dialed with dial plans etc, for our SIP trunking offerings we also do a comprehensive testing schedule which includes ANI checking and emergency number calling before devices are allowed to be connected to our network, a lot of providers just allow any SIP device to be connected with out any form of certification, a pretty wild west approach, we make no apology to the way we deploy our SIP offerings however it does become annoying when we see badly deployed offerings effecting the integrity of New Zealands telecom industry.






Yes I am a employee of WxC (My Profile) ... but I do have my own opinions as well Wink

             

https://www.facebook.com/wxccommunications

 
 
 

Want to support Geekzone and browse the site without the ads? Subscribe to Geekzone now (monthly, annual and lifetime options).
Regs
4066 posts

Uber Geek
+1 received by user: 206

Trusted
Snowflake

  #424666 6-Jan-2011 15:03
Send private message

Regs: i get all sorts of strange CLI's coming through but not, as far as i know, DIDs. when i get SIP trunk to SIP trunk calls (e.g. orcon to callplus, callplus to callplus, where both ends on sip trunks) i seem to get whatever the remote party sets on their system for CLIs


Maverick:
Yep pretty sure I am up to play with DID and CLI differences Wink but you see I was referring to CLI or ANI not DNIS or DID,


sorry, i meant to direct that one at freitasm as he used DID in his orignal topic rather than CLI which is what, i assume, he meant.




Kraven
738 posts

Ultimate Geek
+1 received by user: 190


  #431487 26-Jan-2011 16:44
Send private message

I have call notification emails turned on for my VFX line at home and received 'Call Notify 107' earlier.

I'm guessing this is another case of another irresponisble operator passing bogus information across to WxC? Unless 107 is a valid CID?

Phil you're welcome to PM me if you want further information.

freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41029

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #431489 26-Jan-2011 16:46
Send private message

On this note, Phil I have been receiving some email notifications and the strange thing is the email lists my own landline number as the calling party?





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


maverick
3594 posts

Uber Geek
+1 received by user: 80

Trusted
WorldxChange

  #431507 26-Jan-2011 17:38
Send private message

Kraven: I have call notification emails turned on for my VFX line at home and received 'Call Notify 107' earlier.

I'm guessing this is another case of another irresponisble operator passing bogus information across to WxC? Unless 107 is a valid CID?

Phil you're welcome to PM me if you want further information.



More than likely yes,  107 is most definetly not a valid ANI (CLI), if you send me the time and your number I will take a quick look if you like




Yes I am a employee of WxC (My Profile) ... but I do have my own opinions as well Wink

             

https://www.facebook.com/wxccommunications

maverick
3594 posts

Uber Geek
+1 received by user: 80

Trusted
WorldxChange

  #431509 26-Jan-2011 17:38
Send private message

freitasm: On this note, Phil I have been receiving some email notifications and the strange thing is the email lists my own landline number as the calling party?




If you forward me the email , I will take a look if you like




Yes I am a employee of WxC (My Profile) ... but I do have my own opinions as well Wink

             

https://www.facebook.com/wxccommunications

HP

 
 
 
 

Shop now for HP laptops and other devices (affiliate link).
RunningMan
9184 posts

Uber Geek
+1 received by user: 4833


  #431515 26-Jan-2011 17:56
Send private message

freitasm: On this note, Phil I have been receiving some email notifications and the strange thing is the email lists my own landline number as the calling party?


Apologies if I'm stating the obvious, but if you call your own number to pick up voicemail, you'll get an email showing yourself as the caller...

freitasm

BDFL - Memuneh
80646 posts

Uber Geek
+1 received by user: 41029

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #431519 26-Jan-2011 18:05
Send private message

Sorry, but that's not the case. I am talking about someone else calling my home number and the notification comes with my own number.

I am not talking about us calling to check voice mail.





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.